Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: fea04446d7ec62d55471ebf079104c56a466ef88
https://github.com/xwiki/xwiki-platform/commit/fea04446d7ec62d55471ebf07910…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-02-06 (Thu, 06 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-servlet/src/main/java/org/xwiki/container/servlet/events/SessionCreatedEvent.java
M xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-servlet/src/main/java/org/xwiki/container/servlet/events/SessionDestroyedEvent.java
M xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-servlet/src/main/java/org/xwiki/container/servlet/internal/HttpSessionManager.java
M xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-servlet/src/test/java/org/xwiki/container/servlet/internal/HttpSessionManagerTest.java
Log Message:
-----------
XWIKI-22862: Provider a jakarta version of SessionCreatedEvent and SessionDestroyedEvent
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 8a8a4a121175c2d46bb536922f3cb43d93cd87fc
https://github.com/xwiki/xwiki-platform/commit/8a8a4a121175c2d46bb536922f3c…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-02-06 (Thu, 06 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authorization/xwiki-platform-security-authorization-bridge/src/main/java/org/xwiki/security/authorization/internal/RightsFilterListener.java
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authorization/xwiki-platform-security-authorization-bridge/src/test/java/org/xwiki/security/authorization/internal/RightsFilterListenerTest.java
Log Message:
-----------
XWIKI-22859: RightsFilterListener error when required right scope is null
* Fix a null pointer exception in RightsFilterListener which was
triggered when the scope of the required right is null.
* Add a unit test covering this case.
(cherry picked from commit 2557813aef3b863988d6cca58de996e207086898)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 2557813aef3b863988d6cca58de996e207086898
https://github.com/xwiki/xwiki-platform/commit/2557813aef3b863988d6cca58de9…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-02-06 (Thu, 06 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authorization/xwiki-platform-security-authorization-bridge/src/main/java/org/xwiki/security/authorization/internal/RightsFilterListener.java
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authorization/xwiki-platform-security-authorization-bridge/src/test/java/org/xwiki/security/authorization/internal/RightsFilterListenerTest.java
Log Message:
-----------
XWIKI-22859: RightsFilterListener error when required right scope is null
* Fix a null pointer exception in RightsFilterListener which was
triggered when the scope of the required right is null.
* Add a unit test covering this case.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/book-versions
Commit: 9196b5198d9b6d0859b750f0cf354cd10baea960
https://github.com/xwiki-contrib/book-versions/commit/9196b5198d9b6d0859b75…
Author: Raluca Stavro <rstavro(a)xwiki.com>
Date: 2025-02-06 (Thu, 06 Feb 2025)
Changed paths:
M application-book-versions-api/pom.xml
M application-book-versions-default/pom.xml
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/internal/DefaultBookVersionsManager.java
M application-book-versions-ui/pom.xml
M application-book-versions-xip/pom.xml
M pom.xml
Log Message:
-----------
BVERSION-131 : Simple users are warned about missing rights when editing pages with translations
- removing duplicated method
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/book-versions/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/book-versions
Commit: 913226e3d9ed784f66df8678cdc5a6b940a4b026
https://github.com/xwiki-contrib/book-versions/commit/913226e3d9ed784f66df8…
Author: Raluca Stavro <rstavro(a)xwiki.com>
Date: 2025-02-06 (Thu, 06 Feb 2025)
Changed paths:
M application-book-versions-api/src/main/java/org/xwiki/contrib/bookversions/BookVersionsManager.java
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/internal/BookVersionsConstants.java
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/internal/DefaultBookVersionsManager.java
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/script/BookVersionsScriptService.java
M pom.xml
Log Message:
-----------
BVERSION-131 : Simple users are warned about missing rights when editing pages with translations
- removing the usage of protected APIs;
- scripting right must be allowed for the users that save translated pages
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/book-versions/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/book-versions
Commit: e4e285d29982b8ee271453da79a6a875c56c58cf
https://github.com/xwiki-contrib/book-versions/commit/e4e285d29982b8ee27145…
Author: Mathieu Pace <mathieu.pace(a)xwiki.com>
Date: 2025-02-06 (Thu, 06 Feb 2025)
Changed paths:
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/internal/DefaultBookVersionsManager.java
Log Message:
-----------
BVERSION-135: Publication: remove marked as deleted version pages when updating published content
* Added feature to remove marked as deleted pages when using update behaviour
* Added debug log about page removal
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/book-versions/settings/notifications
Branch: refs/heads/stable-17.0.x
Home: https://github.com/xwiki/xwiki-platform
Commit: b6cfbd71f55b023fb6c2ba7db815bdff0a663e33
https://github.com/xwiki/xwiki-platform/commit/b6cfbd71f55b023fb6c2ba7db815…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-02-06 (Thu, 06 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-servlet/src/main/java/org/xwiki/container/servlet/internal/HttpSessionManager.java
M xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-servlet/src/test/java/org/xwiki/container/servlet/internal/HttpSessionManagerTest.java
Log Message:
-----------
XWIKI-22857: The SessionCreatedEvent and SessionDestroyedEvent event are not sending the expected session object anymore
(cherry picked from commit 111e2ff43f6df9913f393d12bca8a7e14048dea6)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 111e2ff43f6df9913f393d12bca8a7e14048dea6
https://github.com/xwiki/xwiki-platform/commit/111e2ff43f6df9913f393d12bca8…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-02-06 (Thu, 06 Feb 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-servlet/src/main/java/org/xwiki/container/servlet/internal/HttpSessionManager.java
M xwiki-platform-core/xwiki-platform-container/xwiki-platform-container-servlet/src/test/java/org/xwiki/container/servlet/internal/HttpSessionManagerTest.java
Log Message:
-----------
XWIKI-22857: The SessionCreatedEvent and SessionDestroyedEvent event are not sending the expected session object anymore
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-17.0.x
Home: https://github.com/xwiki/xwiki-commons
Commit: cbc4e2813288ce51f678603d6a76cb0748a918fb
https://github.com/xwiki/xwiki-commons/commit/cbc4e2813288ce51f678603d6a76c…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-02-06 (Thu, 06 Feb 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-jakartabridge/xwiki-commons-jakartabridge-common/src/main/java/org/xwiki/jakartabridge/internal/AbstractJakartaToJavaxWrapper.java
M xwiki-commons-core/xwiki-commons-jakartabridge/xwiki-commons-jakartabridge-common/src/main/java/org/xwiki/jakartabridge/internal/AbstractJavaxToJakartaWrapper.java
M xwiki-commons-core/xwiki-commons-jakartabridge/xwiki-commons-jakartabridge-common/src/test/java/org/xwiki/jakartabridge/JakartaBridgeTest.java
Log Message:
-----------
XCOMMONS-3254: Javax/Jakarta bridges should also ideally bridge equals/hashCode as much as possible
(cherry picked from commit 4bfb7881b5e7975337bffb06b7112f294a832ca6)
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: 4bfb7881b5e7975337bffb06b7112f294a832ca6
https://github.com/xwiki/xwiki-commons/commit/4bfb7881b5e7975337bffb06b7112…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-02-06 (Thu, 06 Feb 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-jakartabridge/xwiki-commons-jakartabridge-common/src/main/java/org/xwiki/jakartabridge/internal/AbstractJakartaToJavaxWrapper.java
M xwiki-commons-core/xwiki-commons-jakartabridge/xwiki-commons-jakartabridge-common/src/main/java/org/xwiki/jakartabridge/internal/AbstractJavaxToJakartaWrapper.java
M xwiki-commons-core/xwiki-commons-jakartabridge/xwiki-commons-jakartabridge-common/src/test/java/org/xwiki/jakartabridge/JakartaBridgeTest.java
Log Message:
-----------
XCOMMONS-3254: Javax/Jakarta bridges should also ideally bridge equals/hashCode as much as possible
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-contrib/oidc
Commit: aa163c590d5ead0d06dd9dade6bc6d6e8ddb216e
https://github.com/xwiki-contrib/oidc/commit/aa163c590d5ead0d06dd9dade6bc6d…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-02-06 (Thu, 06 Feb 2025)
Changed paths:
M oidc-api/pom.xml
M oidc-authenticator-configuration/pom.xml
M oidc-authenticator-user/pom.xml
M oidc-authenticator/pom.xml
M oidc-provider/pom.xml
M oidc-test/oidc-test-pageobjects/pom.xml
M oidc-test/oidc-test-tests/pom.xml
M oidc-test/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/oidc/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/oidc
Commit: f9f1ef307b5f76e536115637fdf3e3f81b256452
https://github.com/xwiki-contrib/oidc/commit/f9f1ef307b5f76e536115637fdf3e3…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-02-06 (Thu, 06 Feb 2025)
Changed paths:
M oidc-api/pom.xml
M oidc-authenticator-configuration/pom.xml
M oidc-authenticator-user/pom.xml
M oidc-authenticator/pom.xml
M oidc-provider/pom.xml
M oidc-test/oidc-test-pageobjects/pom.xml
M oidc-test/oidc-test-tests/pom.xml
M oidc-test/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release oidc-2.13.6
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/oidc/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/confluence
Commit: b9c380e857d0bfb90b1e9822cb276ba60ff30acc
https://github.com/xwiki-contrib/confluence/commit/b9c380e857d0bfb90b1e9822…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-02-06 (Thu, 06 Feb 2025)
Changed paths:
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/input/ConfluenceXMLPackage.java
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceInputFilterStream.java
Log Message:
-----------
CONFLUENCE-395: Support importing Space tags
* improve error reporting
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: c9a75cceacdfdc5e8c3359dbd5fe9f1b4decbc2c
https://github.com/xwiki-contrib/cristal/commit/c9a75cceacdfdc5e8c3359dbd5f…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-02-06 (Thu, 06 Feb 2025)
Changed paths:
M api/src/api/cristalApp.ts
M core/extra-tabs/extra-tabs-default/package.json
M core/extra-tabs/extra-tabs-default/src/DefaultExtraTabsService.ts
M core/info-actions/info-actions-default/package.json
M core/info-actions/info-actions-default/src/DefaultInfoActionsService.ts
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-reference/model-reference-xwiki/src/xWikiModelReferenceParser.ts
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-default/src/DefaultPageActionCategoryService.ts
M core/page-actions/page-actions-default/src/DefaultPageActionService.ts
M core/tiptap-extensions/tiptap-extension-image/package.json
M core/tiptap-extensions/tiptap-extension-image/src/vue/ImageInsertView.vue
M core/uiextension/uiextension-default/package.json
M core/uiextension/uiextension-default/src/DefaultUIExtensionsManager.ts
M ds/vuetify/src/components/vuetifyDesignSystemLoader.ts
M editors/tiptap/package.json
M editors/tiptap/src/components/uixTiptapEditorProvider.ts
M editors/tiptap/src/vue/c-edit-tiptap.vue
M editors/tiptap/src/vue/c-tiptap-link-edit.vue
M editors/tiptap/tsconfig.json
M electron/renderer/src/index.ts
M extensions/menubuttons/src/components/uixMenuTemplateProvider.ts
M extensions/menubuttons/src/components/uixMenuTemplateProvider2.ts
M lib/package.json
M lib/src/components/DefaultCristalApp.ts
M lib/src/components/cristalAppLoader.ts
A lib/src/default/defaultComponentsList.ts
A lib/src/default/nextcloud.ts
A lib/src/default/offline.ts
A lib/src/default/shoelace.ts
A lib/src/default/vuetify.ts
A lib/src/default/xwiki.ts
R lib/src/defaultComponentsList.ts
M lib/src/index.ts
M lib/src/staticBuild.ts
M macros/src/components/alertMacro.ts
M macros/src/components/errorMacro.ts
M macros/src/components/infoMacro.ts
M macros/src/components/successMacro.ts
M macros/src/components/warningMacro.ts
M pnpm-lock.yaml
M sharedworker/impl/src/components/workerCristalApp.ts
M skin/src/api/vueTemplateProvider.ts
M skin/src/components/defaultVueTemplateProvider.ts
M skin/src/components/templateTemplateProvider.ts
M skin/src/components/uixLoginTemplateProvider.ts
M skin/src/components/uixSearchTemplateProvider.ts
M skin/src/components/uixVueTemplateProvider.ts
M skin/src/vue/c-edit.vue
M skin/src/vue/c-main.vue
M skin/src/vue/c-uix.vue
M skin/src/vue/contentTools.ts
M web/package.json
M web/src/index.ts
M web/vite.config.ts
M xwiki/remoteinlineeditor/src/components/uixRemoteXWikiEditorProvider.ts
Log Message:
-----------
CRISTAL-463: Improve Cristal bundled size
- load the editor code lazily
- bundle wikimodel in a separate chunk
- replace vuetify large font file for icons with svg elements loaded from javascript
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications