Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: ef3d9e2afc611f7a88b9a30eab22083a5551f8c0
https://github.com/xwiki-contrib/cristal/commit/ef3d9e2afc611f7a88b9a30eab2…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-10-15 (Tue, 15 Oct 2024)
Changed paths:
M core/authentication/authentication-ui/src/vue/LoginMenu.vue
M core/authentication/authentication-xwiki/src/XWikiAuthenticationManager.ts
M core/uiextension/uiextension-ui/src/vue/UIExtensions.vue
M electron/main/src/security-restrictions.ts
Log Message:
-----------
CRISTAL-124: Introduce an authentication mechanism
Adding missing code changes.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: 33a6924305ba9bd58432d54871cf9ab19213f70a
https://github.com/xwiki-contrib/cristal/commit/33a6924305ba9bd58432d54871c…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-10-15 (Tue, 15 Oct 2024)
Changed paths:
A core/authentication/authentication-api/package.json
A core/authentication/authentication-api/src/authenticationManager.ts
A core/authentication/authentication-api/src/authenticationManagerProvider.ts
A core/authentication/authentication-api/src/defaultAuthenticationManagerProvider.ts
A core/authentication/authentication-api/src/index.ts
A core/authentication/authentication-api/src/userDetails.ts
A core/authentication/authentication-api/tsconfig.json
A core/authentication/authentication-api/vite.config.ts
A core/authentication/authentication-ui/langs/translation-en.json
A core/authentication/authentication-ui/package.json
A core/authentication/authentication-ui/src/LoggedInMenuUIExtension.ts
A core/authentication/authentication-ui/src/LoginMenuUIExtension.ts
A core/authentication/authentication-ui/src/index.ts
A core/authentication/authentication-ui/src/translations.ts
A core/authentication/authentication-ui/src/vue/LoggedInMenu.vue
A core/authentication/authentication-ui/src/vue/LoginMenu.vue
A core/authentication/authentication-ui/src/vue/UserDetails.vue
A core/authentication/authentication-ui/tsconfig.json
A core/authentication/authentication-ui/vite.config.ts
A core/authentication/authentication-xwiki/package.json
A core/authentication/authentication-xwiki/src/XWikiAuthenticationManager.ts
A core/authentication/authentication-xwiki/src/index.ts
A core/authentication/authentication-xwiki/tsconfig.json
A core/authentication/authentication-xwiki/vite.config.ts
M core/backends/backend-xwiki/package.json
M core/backends/backend-xwiki/src/__tests__/xwikiStorage.test.ts
M core/backends/backend-xwiki/src/xwikiStorage.ts
M core/browser/browser-api/src/index.ts
M core/browser/browser-default/src/components/browser-api-default.ts
M core/hierarchy/hierarchy-xwiki/package.json
M core/hierarchy/hierarchy-xwiki/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/navigation-tree/navigation-tree-xwiki/src/components/componentsInit.ts
A core/uiextension/uiextension-api/package.json
A core/uiextension/uiextension-api/src/index.ts
A core/uiextension/uiextension-api/tsconfig.json
A core/uiextension/uiextension-api/vite.config.ts
A core/uiextension/uiextension-default/package.json
A core/uiextension/uiextension-default/src/DefaultUIExtensionsManager.ts
A core/uiextension/uiextension-default/src/index.ts
A core/uiextension/uiextension-default/tsconfig.json
A core/uiextension/uiextension-default/vite.config.ts
A core/uiextension/uiextension-ui/package.json
A core/uiextension/uiextension-ui/src/index.ts
A core/uiextension/uiextension-ui/src/vue/UIExtensions.vue
A core/uiextension/uiextension-ui/tsconfig.json
A core/uiextension/uiextension-ui/vite.config.ts
M ds/shoelace/src/vue/x-dialog.vue
A electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
A electron/authentication/authentication-xwiki/authentication-xwiki-main/src/index.ts
A electron/authentication/authentication-xwiki/authentication-xwiki-main/src/storage.ts
A electron/authentication/authentication-xwiki/authentication-xwiki-main/tsconfig.json
A electron/authentication/authentication-xwiki/authentication-xwiki-main/vite.config.ts
A electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
A electron/authentication/authentication-xwiki/authentication-xwiki-preload/src/index.ts
A electron/authentication/authentication-xwiki/authentication-xwiki-preload/tsconfig.json
A electron/authentication/authentication-xwiki/authentication-xwiki-preload/vite.config.ts
A electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
A electron/authentication/authentication-xwiki/authentication-xwiki-renderer/src/index.ts
A electron/authentication/authentication-xwiki/authentication-xwiki-renderer/src/xWikiAuthenticationManager.ts
A electron/authentication/authentication-xwiki/authentication-xwiki-renderer/tsconfig.json
A electron/authentication/authentication-xwiki/authentication-xwiki-renderer/vite.config.ts
M electron/browser/src/components/browser-api-electron.ts
M electron/main/package.json
M electron/main/src/index.ts
M electron/main/src/mainWindow.ts
A electron/main/src/reload.ts
M electron/main/src/security-restrictions.ts
M electron/main/tsconfig.json
M electron/preload/package.json
M electron/preload/src/index.ts
M electron/preload/tsconfig.json
M electron/renderer/package.json
M electron/renderer/src/index.ts
M lib/package.json
M lib/src/components/cristalAppLoader.ts
M lib/src/staticBuild.ts
M pnpm-lock.yaml
M pnpm-workspace.yaml
M skin/package.json
M skin/src/components/componentsInit.ts
A skin/src/components/sidebar-actions/ConfigMenuUIExtension.ts
M skin/src/vue/c-sidebar.vue
M web/package.json
M web/src/index.ts
Log Message:
-----------
CRISTAL-124: Introduce an authentication mechanism (#372)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: 67acd2f6d9447c3ba4fbff742a2be46d505d0d72
https://github.com/xwiki-contrib/cristal/commit/67acd2f6d9447c3ba4fbff742a2…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-10-15 (Tue, 15 Oct 2024)
Changed paths:
M api/src/api/WikiConfig.ts
M api/src/components/defaultWikiConfig.ts
M editors/tiptap/src/extensions/collaboration.ts
M editors/tiptap/src/vue/c-edit-tiptap.vue
M package.json
M pnpm-lock.yaml
M pnpm-workspace.yaml
A realtime/package.json
A realtime/src/index.ts
A realtime/tsconfig.json
M web/package.json
M web/src/server.js
M web/vite.config.ts
Log Message:
-----------
CRISTAL-251: Editing a page on Electron after restart shows an empty page
* Move the realtime server to its own module
* Start the realtime server when starting the web or electron instance.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/XAWORKFLOW-115
Home: https://github.com/xwiki-contrib/workflow-publication
Commit: f1a606e2a39addf668ba672ec34af4d20d542f58
https://github.com/xwiki-contrib/workflow-publication/commit/f1a606e2a39add…
Author: Alex Cotiugă <ancotiuga(a)gmail.com>
Date: 2024-10-15 (Tue, 15 Oct 2024)
Changed paths:
M xwiki-workflow-publication-api/src/main/java/org/xwiki/workflowpublication/internal/DefaultWorkflowConfigManager.java
M xwiki-workflow-publication-api/src/main/java/org/xwiki/workflowpublication/internal/PublicationWorkflowRenameListener.java
Log Message:
-----------
XAWORKFLOW-115: Move strategy is not working anymore
* set the current wiki in the context as the rename job (which produces the DocumentRenamedEvent event) is running with the main wiki in its XWikiContext
* replace the deprecated "current/reference" resolver hint with "current"
# Please enter the commit message for your changes. Lines starting
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/workflow-publication/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-commons
Commit: f8a7ee8ec704cc5f3fd0ca8c60c3e5a88eb513cf
https://github.com/xwiki/xwiki-commons/commit/f8a7ee8ec704cc5f3fd0ca8c60c3e…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2024-10-15 (Tue, 15 Oct 2024)
Changed paths:
M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-common/src/main/java/org/xwiki/crypto/internal/encoder/Base64BinaryStringEncoder.java
M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-common/src/main/java/org/xwiki/crypto/internal/encoder/HexBinaryStringEncoder.java
M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-common/src/main/java/org/xwiki/crypto/internal/encoder/UrlBase64BinaryStringEncoder.java
Log Message:
-----------
[Misc] Always add the explanation comment above the instruction to ignore
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-commons
Commit: 9a90fc8dd48bf16ebbf68cc3f88569ad110bc8f5
https://github.com/xwiki/xwiki-commons/commit/9a90fc8dd48bf16ebbf68cc3f8856…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2024-10-15 (Tue, 15 Oct 2024)
Changed paths:
M xwiki-commons-core/xwiki-commons-xml/src/main/java/org/htmlcleaner/XWikiDOMSerializer.java
M xwiki-commons-core/xwiki-commons-xml/src/main/java/org/xwiki/xml/XMLUtils.java
M xwiki-commons-core/xwiki-commons-xml/src/main/java/org/xwiki/xml/internal/html/HTMLDefinitions.java
M xwiki-commons-core/xwiki-commons-xml/src/main/java/org/xwiki/xml/internal/html/SVGDefinitions.java
M xwiki-commons-core/xwiki-commons-xml/src/main/java/org/xwiki/xml/stax/SAXEventWriter.java
Log Message:
-----------
[Misc] Copied comments that were previously in checkstyle-suppressions.xml
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 8df42407190f8539233438c08f73c205a5f32277
https://github.com/xwiki/xwiki-platform/commit/8df42407190f8539233438c08f73…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2024-10-15 (Tue, 15 Oct 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/widgets/upload.css
Log Message:
-----------
XWIKI-22501: Attachment progress info is lacking contrast -- 16.4.x cherry pick (#3566)
* Removed the opacity that was here without a specific good reason. This solves the contrast issue and AFAIK wasn't necessary for anything
* Added a border radius to improve consistency of the skin style since `XWIKI-21334: Uniformize the rounded edges of visual elements`
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 5fab18cd60443c032504864a8906399035f63125
https://github.com/xwiki/xwiki-platform/commit/5fab18cd60443c032504864a8906…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2024-10-15 (Tue, 15 Oct 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/widgets/upload.css
Log Message:
-----------
XWIKI-22501: Attachment progress info is lacking contrast -- 15.10.x cherry pick (#3567)
* Removed the opacity that was here without a specific good reason. This solves the contrast issue and AFAIK wasn't necessary for anything
* Added a border radius to improve consistency of the skin style since `XWIKI-21334: Uniformize the rounded edges of visual elements`
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications