Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/application-blog
Commit: 108dbdfa85d08c804f87cbf0af70beac88b4ac14
https://github.com/xwiki-contrib/application-blog/commit/108dbdfa85d08c804f…
Author: Alex Cotiugă <ancotiuga(a)gmail.com>
Date: 2025-10-13 (Mon, 13 Oct 2025)
Changed paths:
M application-blog-ui/src/main/resources/Blog/PinnedPostsSheet.xml
Log Message:
-----------
BLOG-237: Blog Posts with dot in the name are breaking the pin post feature
Commit: 3c876be22c0e43d00ef98fb43ffa0d8f33fbe082
https://github.com/xwiki-contrib/application-blog/commit/3c876be22c0e43d00e…
Author: Alex Cotiugă <ancotiuga(a)gmail.com>
Date: 2025-10-13 (Mon, 13 Oct 2025)
Changed paths:
M application-blog-api/src/main/java/org/xwiki/contrib/blog/script/BlogScriptService.java
M application-blog-api/src/main/java/org/xwiki/platform/blog/internal/CategoryLocationMigration.java
M application-blog-ui/src/main/resources/Blog/BlogCode.xml
M application-blog-ui/src/main/resources/Blog/BlogIntroduction.xml
M application-blog-ui/src/main/resources/Blog/BlogParameters.xml
M application-blog-ui/src/main/resources/Blog/BlogPostClass.xml
M application-blog-ui/src/main/resources/Blog/BlogPostSheet.xml
M application-blog-ui/src/main/resources/Blog/BlogPostTemplate.xml
A application-blog-ui/src/main/resources/Blog/Categories.xml
M application-blog-ui/src/main/resources/Blog/CategoriesCode.xml
M application-blog-ui/src/main/resources/Blog/CategoryRss.xml
M application-blog-ui/src/main/resources/Blog/Code/CategoriesLocationMigrator.xml
M application-blog-ui/src/main/resources/Blog/Code/MigrationUIX.xml
A application-blog-ui/src/main/resources/Blog/News.xml
A application-blog-ui/src/main/resources/Blog/Other.xml
A application-blog-ui/src/main/resources/Blog/Personal.xml
M application-blog-ui/src/main/resources/Blog/Translations.xml
M pom.xml
Log Message:
-----------
BLOG-236: Blog RSS doesn't work anymore when specifying a category
* provide support for the old category location (Blog) refered to as the legacy location
* check if the default blog has legacy category location assignments (if there are blog posts that have categories from the Blog space location assigned)
* the migration became optional and the blog will continue to work as expected with legacy location
* categories rss code support for the legacy category location
Compare: https://github.com/xwiki-contrib/application-blog/compare/f8c25b42570b...3c…
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-blog/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 1ed00a3f38ef9de4c4e7bdf55db7e15d43f3c501
https://github.com/xwiki/xwiki-platform/commit/1ed00a3f38ef9de4c4e7bdf55db7…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-10-13 (Mon, 13 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-syntax/plugin.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/CKEditor.java
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/InlineEditor.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/src/test/it/org/xwiki/realtime/wysiwyg/test/ui/RealtimeWYSIWYGEditorIT.java
Log Message:
-----------
XWIKI-23558: Syntax conversion is failing
* Wait for the editor to be fully destroyed (i.e. all async destroy handlers are called) before recreating the instance.
* Small code refactoring / improvement.
XWIKI-23262: The WYSIWYG editor is disconnected from the realtime session after changing the syntax of the edited content
* Make sure the editor instance is re-created with the same name.
(cherry picked from commit 6bc4d81199c8542cef1b8d9c5266fbe789ed96f8)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 737530cdec8ca9a96e27eeb1aa569c0bf2335f35
https://github.com/xwiki/xwiki-platform/commit/737530cdec8ca9a96e27eeb1aa56…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-10-13 (Mon, 13 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-syntax/plugin.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/CKEditor.java
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/InlineEditor.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/src/test/it/org/xwiki/realtime/wysiwyg/test/ui/RealtimeWYSIWYGEditorIT.java
Log Message:
-----------
XWIKI-23558: Syntax conversion is failing
* Wait for the editor to be fully destroyed (i.e. all async destroy handlers are called) before recreating the instance.
* Small code refactoring / improvement.
XWIKI-23262: The WYSIWYG editor is disconnected from the realtime session after changing the syntax of the edited content
* Make sure the editor instance is re-created with the same name.
(cherry picked from commit 6bc4d81199c8542cef1b8d9c5266fbe789ed96f8)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-17.8.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 41070de88a4c811fc3f91640c988e0321ad3265b
https://github.com/xwiki/xwiki-platform/commit/41070de88a4c811fc3f91640c988…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-10-13 (Mon, 13 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-syntax/plugin.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/CKEditor.java
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/InlineEditor.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/src/test/it/org/xwiki/realtime/wysiwyg/test/ui/RealtimeWYSIWYGEditorIT.java
Log Message:
-----------
XWIKI-23558: Syntax conversion is failing
* Wait for the editor to be fully destroyed (i.e. all async destroy handlers are called) before recreating the instance.
* Small code refactoring / improvement.
XWIKI-23262: The WYSIWYG editor is disconnected from the realtime session after changing the syntax of the edited content
* Make sure the editor instance is re-created with the same name.
(cherry picked from commit 6bc4d81199c8542cef1b8d9c5266fbe789ed96f8)
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: 6bc4d81199c8542cef1b8d9c5266fbe789ed96f8
https://github.com/xwiki/xwiki-platform/commit/6bc4d81199c8542cef1b8d9c5266…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-10-13 (Mon, 13 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-syntax/plugin.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/CKEditor.java
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/InlineEditor.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/src/test/it/org/xwiki/realtime/wysiwyg/test/ui/RealtimeWYSIWYGEditorIT.java
Log Message:
-----------
XWIKI-23558: Syntax conversion is failing
* Wait for the editor to be fully destroyed (i.e. all async destroy handlers are called) before recreating the instance.
* Small code refactoring / improvement.
XWIKI-23262: The WYSIWYG editor is disconnected from the realtime session after changing the syntax of the edited content
* Make sure the editor instance is re-created with the same name.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/feature-realtime-cluster
Home: https://github.com/xwiki/xwiki-platform
Commit: d49b0564bf47cb011e1941507464378c4045adb9
https://github.com/xwiki/xwiki-platform/commit/d49b0564bf47cb011e1941507464…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-10-13 (Mon, 13 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-netflux/pom.xml
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/DefaultEntityChannelStore.java
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/EntityChannelScriptAuthorBot.java
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/test/java/org/xwiki/netflux/internal/DefaultEntityChannelStoreTest.java
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/test/java/org/xwiki/netflux/internal/EntityChannelScriptAuthorBotTest.java
A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-remote/pom.xml
A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-remote/src/main/java/org/xwiki/netflux/internal/RemoteUser.java
A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-remote/src/main/java/org/xwiki/netflux/internal/RemoteUserHandler.java
A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-remote/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManager.java
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManagerContext.java
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManager.java
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManagerContext.java
Log Message:
-----------
XCOMMONS-3451: Realtime editing doesn't support clustering
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: bf9d085549d81158ba903d8f06440220add0f027
https://github.com/xwiki/xwiki-platform/commit/bf9d085549d81158ba903d8f0644…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-10-13 (Mon, 13 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/NetworkMember.java
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/internal/jgroups/JGroupsNetworkChannel.java
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/internal/jgroups/JGroupsNetworkMember.java
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-script/src/main/java/org/xwiki/observation/remote/script/SafeNetworkChannel.java
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-script/src/main/java/org/xwiki/observation/remote/script/SafeNetworkMember.java
Log Message:
-----------
XWIKI-23521: Allow accessing the list of cluster members
* add easier access to member's channel
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: 3cacf5fe3f9e4d8e5cec9b50d999f72ec7cb79d6
https://github.com/xwiki/xwiki-platform/commit/3cacf5fe3f9e4d8e5cec9b50d999…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-13 (Mon, 13 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/EditClassIT.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/editor/ClassEditPage.java
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/dataeditors.js
Log Message:
-----------
XWIKI-23595: Can't reorder XClass properties with the class editor
* Fix computation of property order
* Provide new integration test to check reordering class properties
(cherry picked from commit adc40511cb33e513a0afcc81b4379bc871aa5b77)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 538a6b7efb60c72cc4f79ba0a82b5c5575651888
https://github.com/xwiki/xwiki-platform/commit/538a6b7efb60c72cc4f79ba0a82b…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-13 (Mon, 13 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/EditClassIT.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/editor/ClassEditPage.java
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/dataeditors.js
Log Message:
-----------
XWIKI-23595: Can't reorder XClass properties with the class editor
* Fix computation of property order
* Provide new integration test to check reordering class properties
(cherry picked from commit adc40511cb33e513a0afcc81b4379bc871aa5b77)
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: adc40511cb33e513a0afcc81b4379bc871aa5b77
https://github.com/xwiki/xwiki-platform/commit/adc40511cb33e513a0afcc81b437…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-13 (Mon, 13 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/EditClassIT.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/editor/ClassEditPage.java
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/editors/dataeditors.js
Log Message:
-----------
XWIKI-23595: Can't reorder XClass properties with the class editor
* Fix computation of property order
* Provide new integration test to check reordering class properties
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/feature-realtime-cluster
Home: https://github.com/xwiki/xwiki-platform
Commit: 761643f2d5d4f1920da4fb7b13568a2574dfa785
https://github.com/xwiki/xwiki-platform/commit/761643f2d5d4f1920da4fb7b1356…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-10-13 (Mon, 13 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-netflux/pom.xml
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/DefaultEntityChannelStore.java
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/EntityChannelScriptAuthorBot.java
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/test/java/org/xwiki/netflux/internal/DefaultEntityChannelStoreTest.java
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/test/java/org/xwiki/netflux/internal/EntityChannelScriptAuthorBotTest.java
A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-remote/pom.xml
A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-remote/src/main/java/org/xwiki/netflux/internal/RemoteUser.java
A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-remote/src/main/java/org/xwiki/netflux/internal/RemoteUserHandler.java
A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-remote/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/NetworkMember.java
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManager.java
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/RemoteObservationManagerContext.java
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManager.java
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/internal/DefaultRemoteObservationManagerContext.java
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/internal/jgroups/JGroupsNetworkChannel.java
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/internal/jgroups/JGroupsNetworkMember.java
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-script/src/main/java/org/xwiki/observation/remote/script/SafeNetworkChannel.java
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-script/src/main/java/org/xwiki/observation/remote/script/SafeNetworkMember.java
Log Message:
-----------
XCOMMONS-3451: Realtime editing doesn't support clustering
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/CRISTAL-539
Home: https://github.com/xwiki-contrib/cristal
Commit: 75c529aa77643039639a75ef7b57c0e895d06f2f
https://github.com/xwiki-contrib/cristal/commit/75c529aa77643039639a75ef7b5…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-15 (Mon, 15 Sep 2025)
Changed paths:
M core/authentication/authentication-github/package.json
M core/authentication/authentication-nextcloud/package.json
M core/authentication/authentication-xwiki/package.json
M electron/authentication/authentication-github/authentication-github-main/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-655: Upgrade to axios 1.12.0 (#1211)
Commit: 78a4e82893c2df1d84d2d8df1a6e754623b3c882
https://github.com/xwiki-contrib/cristal/commit/78a4e82893c2df1d84d2d8df1a6…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-15 (Mon, 15 Sep 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency nx to v21.5.2 (#1207)
Commit: 36b4e272a8d8699fb03ed9d312d39699bd9fbdce
https://github.com/xwiki-contrib/cristal/commit/36b4e272a8d8699fb03ed9d312d…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-15 (Mon, 15 Sep 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency @microsoft/api-extractor to v7.52.12 (#1212)
Commit: b853554c9506540ef0b9b17b99c15c8a208a7c02
https://github.com/xwiki-contrib/cristal/commit/b853554c9506540ef0b9b17b99c…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-15 (Mon, 15 Sep 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency @changesets/cli to v2.29.7 (#1209)
Commit: 62cfe319242e63079df577a441152faeb7ba847c
https://github.com/xwiki-contrib/cristal/commit/62cfe319242e63079df577a4411…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-15 (Mon, 15 Sep 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency typescript-eslint to v8.43.0 (#1196)
Commit: af2c72809b51fd90d0f9d0cc33de3a9eeeb57a14
https://github.com/xwiki-contrib/cristal/commit/af2c72809b51fd90d0f9d0cc33d…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-15 (Mon, 15 Sep 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency @microsoft/api-extractor to v7.52.13 (#1214)
Commit: 05d7fdf3ed7a23b69698037bfc1f552349dbf456
https://github.com/xwiki-contrib/cristal/commit/05d7fdf3ed7a23b69698037bfc1…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-15 (Mon, 15 Sep 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency eslint to v9.35.0 (#1205)
Commit: d78d5a34b6a17e1e3e6ab1a3329439bb2440a49f
https://github.com/xwiki-contrib/cristal/commit/d78d5a34b6a17e1e3e6ab1a3329…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-15 (Mon, 15 Sep 2025)
Changed paths:
M core/model/model-api/etc/cristal-model-api.api.md
M core/model/model-api/src/index.ts
M core/model/model-reference/model-reference-api/etc/cristal-model-reference-api.api.md
M core/model/model-reference/model-reference-api/src/modelReferenceParser.ts
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-filesystem/src/__tests__/fileSystemModelReferenceParser.test.ts
M core/model/model-reference/model-reference-filesystem/src/filesystemModelReferenceParser.ts
M core/model/model-reference/model-reference-github/src/gitHubModelReferenceParser.ts
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-nextcloud/src/nextcloudModelReferenceParser.ts
M core/model/model-reference/model-reference-xwiki/src/xWikiModelReferenceParser.ts
M core/model/model-remote-url/model-remote-url-github/src/gitHubRemoteURLParser.ts
M core/model/model-remote-url/model-remote-url-github/src/gitHubRemoteURLSerializer.ts
M core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLSerializer.ts
M core/uniast/uniast-api/etc/cristal-uniast-api.api.md
M core/uniast/uniast-api/src/ast.ts
R core/uniast/uniast-api/src/converterContext.ts
M core/uniast/uniast-api/src/index.ts
M core/uniast/uniast-html/etc/cristal-uniast-html.api.md
M core/uniast/uniast-html/package.json
A core/uniast/uniast-html/src/component-init.ts
M core/uniast/uniast-html/src/html/__tests__/uniast-to-html.test.ts
A core/uniast/uniast-html/src/html/default-uni-ast-to-html-converter.ts
A core/uniast/uniast-html/src/html/uni-ast-to-html-converter.ts
R core/uniast/uniast-html/src/html/uniast-to-html.ts
M core/uniast/uniast-html/src/index.ts
M core/uniast/uniast-markdown/etc/cristal-uniast-markdown.api.md
M core/uniast/uniast-markdown/package.json
M core/uniast/uniast-markdown/src/__tests__/converters.test.ts
A core/uniast/uniast-markdown/src/component-init.ts
M core/uniast/uniast-markdown/src/index.ts
A core/uniast/uniast-markdown/src/markdown/default-markdown-to-uni-ast-converter.ts
A core/uniast/uniast-markdown/src/markdown/default-uni-ast-to-markdown-converter.ts
A core/uniast/uniast-markdown/src/markdown/internal-links/parser/markdown-parser-configuration.ts
A core/uniast/uniast-markdown/src/markdown/internal-links/parser/parser-configuration-resolver.ts
A core/uniast/uniast-markdown/src/markdown/internal-links/serializer/filesystem-internal-link-serializer.ts
A core/uniast/uniast-markdown/src/markdown/internal-links/serializer/github-internal-link-serializer.ts
A core/uniast/uniast-markdown/src/markdown/internal-links/serializer/internal-links-serializer-resolver.ts
A core/uniast/uniast-markdown/src/markdown/internal-links/serializer/internal-links-serializer.ts
A core/uniast/uniast-markdown/src/markdown/internal-links/serializer/nextcloud-internal-link-serializer.ts
A core/uniast/uniast-markdown/src/markdown/internal-links/serializer/xwiki-internal-link-serializer.ts
A core/uniast/uniast-markdown/src/markdown/internal/find-first-match-in.ts
A core/uniast/uniast-markdown/src/markdown/internal/remark-partial-gfm.ts
A core/uniast/uniast-markdown/src/markdown/markdown-to-uni-ast-converter.ts
R core/uniast/uniast-markdown/src/markdown/md-to-uniast.ts
A core/uniast/uniast-markdown/src/markdown/uni-ast-to-markdown-converter.ts
R core/uniast/uniast-markdown/src/markdown/uniast-to-md.ts
R core/uniast/uniast-utils/api-extractor.json
R core/uniast/uniast-utils/etc/cristal-uniast-utils.api.md
R core/uniast/uniast-utils/package.json
R core/uniast/uniast-utils/src/createConverterContext.ts
R core/uniast/uniast-utils/src/index.ts
R core/uniast/uniast-utils/tsconfig.json
R core/uniast/uniast-utils/tsdoc.json
R core/uniast/uniast-utils/vite.config.ts
R core/uniast/uniast-utils/vitest.config.ts
M editors/blocknote-headless/package.json
M editors/blocknote-headless/src/uniast/bn-to-uniast.ts
M editors/blocknote-headless/src/uniast/uniast-to-bn.ts
M editors/blocknote-headless/src/vue/c-blocknote-view.vue
M editors/blocknote/package.json
M editors/blocknote/src/vue/c-edit-blocknote.vue
M electron/link-suggest/link-suggest-filesystem/src/components/filesystemLinkSuggestService.ts
M electron/storage/src/electron/main/index.ts
M lib/package.json
M lib/src/default/defaultComponentsList.ts
M pnpm-lock.yaml
M skin/package.json
M skin/src/vue/c-content.vue
M skin/src/vue/renderMarkdown.ts
Log Message:
-----------
CRISTAL-468: Editor serializes internal links to WikiLinks syntax, no matter the backend
Commit: 52c4c9e756b7c4bbee25b5744fd919b5b84c65d9
https://github.com/xwiki-contrib/cristal/commit/52c4c9e756b7c4bbee25b5744fd…
Author: ClementEXWiki <clement.eraud(a)xwiki.com>
Date: 2025-09-16 (Tue, 16 Sep 2025)
Changed paths:
M editors/blocknote/langs/translation-en.json
M editors/blocknote/package.json
M editors/blocknote/src/vue/c-edit-blocknote.vue
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-617: Show a message before leaving with unsaved content in BlockNote (#1200)
Commit: f35492b213a6eab8bf8b3643f65a9cdb2cf5d3d5
https://github.com/xwiki-contrib/cristal/commit/f35492b213a6eab8bf8b3643f65…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-16 (Tue, 16 Sep 2025)
Changed paths:
M core/document/document-default/src/defaultDocumentService.ts
M core/model/model-reference/model-reference-filesystem/src/filesystemModelReferenceParser.ts
M core/model/model-reference/model-reference-nextcloud/src/nextcloudModelReferenceParser.ts
M core/uniast/uniast-markdown/src/markdown/internal-links/serializer/filesystem-internal-link-serializer.ts
Log Message:
-----------
CRISTAL-468: Editor serializes internal links to WikiLinks syntax, no matter the backend
Missing changes from fist commit.
Commit: 0f2c232bc3d808921002fe227b510dde5376a415
https://github.com/xwiki-contrib/cristal/commit/0f2c232bc3d808921002fe227b5…
Author: ClementEXWiki <clement.eraud(a)xwiki.com>
Date: 2025-09-16 (Tue, 16 Sep 2025)
Changed paths:
M editors/blocknote-react/src/components/images/ImageFilePanel.tsx
M editors/blocknote-react/src/components/images/ImageSelector.tsx
Log Message:
-----------
CRISTAL-616: pre-fill image selector popover with current URL / entity name (#1202)
Commit: b98bd3b43da1c34a0fb21be07bb1700652993715
https://github.com/xwiki-contrib/cristal/commit/b98bd3b43da1c34a0fb21be07bb…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-16 (Tue, 16 Sep 2025)
Changed paths:
M core/attachments/attachments-ui/src/vue/AttachmentsTable.vue
M core/attachments/attachments-ui/src/vue/__tests__/AttachmentsTable.test.ts
M core/document/document-default/src/defaultDocumentService.ts
M core/model/model-reference/model-reference-api/etc/cristal-model-reference-api.api.md
M core/model/model-reference/model-reference-api/src/index.ts
M core/model/model-reference/model-reference-api/src/modelReferenceParser.ts
A core/model/model-reference/model-reference-api/src/modelReferenceParserOptions.ts
M core/model/model-reference/model-reference-filesystem/src/__tests__/fileSystemModelReferenceParser.test.ts
M core/model/model-reference/model-reference-filesystem/src/filesystemModelReferenceParser.ts
M core/model/model-reference/model-reference-github/src/gitHubModelReferenceParser.ts
M core/model/model-reference/model-reference-nextcloud/src/nextcloudModelReferenceParser.ts
M core/model/model-reference/model-reference-xwiki/src/__tests__/xWikiModelReferenceParser.test.ts
M core/model/model-reference/model-reference-xwiki/src/xWikiModelReferenceParser.ts
M core/uniast/uniast-html/src/html/__tests__/uniast-to-html.test.ts
M core/uniast/uniast-html/src/html/default-uni-ast-to-html-converter.ts
M core/uniast/uniast-markdown/src/__tests__/converters.test.ts
M core/uniast/uniast-markdown/src/markdown/default-markdown-to-uni-ast-converter.ts
M editors/blocknote-react/src/components/images/ImageSelector.tsx
M editors/blocknote-react/src/misc/linkSuggest.ts
Log Message:
-----------
CRISTAL-468: Editor serializes internal links to WikiLinks syntax, no matter the backend
Fix regression when editing pages.
Commit: a02a7e9d2d55013690f0fdb1c3fec237b64de8cb
https://github.com/xwiki-contrib/cristal/commit/a02a7e9d2d55013690f0fdb1c3f…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-16 (Tue, 16 Sep 2025)
Changed paths:
M core/backends/backend-nextcloud/src/nextcloudStorage.ts
M core/model/model-reference/model-reference-nextcloud/src/nextcloudModelReferenceParser.ts
Log Message:
-----------
CRISTAL-468: Editor serializes internal links to WikiLinks syntax, no matter the backend
Fix nextcloud storage regression.
Commit: 09eb90ae8e9c70965f1067293902167ef8a0d0ab
https://github.com/xwiki-contrib/cristal/commit/09eb90ae8e9c70965f106729390…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-16 (Tue, 16 Sep 2025)
Changed paths:
M package.json
Log Message:
-----------
[Misc] Update pnpm to v10.16.0 (#1217)
Commit: d4d70fafb0eb0f762f3245f14c9f671e7b9ad4d1
https://github.com/xwiki-contrib/cristal/commit/d4d70fafb0eb0f762f3245f14c9…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-16 (Tue, 16 Sep 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
M web/package.json
Log Message:
-----------
[Misc] Update dependency @eslint/js to v9.35.0 (#1204)
Commit: db0d289e0252c010c134d5a4ce7db1815227e2c5
https://github.com/xwiki-contrib/cristal/commit/db0d289e0252c010c134d5a4ce7…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-16 (Tue, 16 Sep 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update @typescript-eslint to v8.43.0 (#1195)
Commit: 1ee257449fa1a62f79d005227dba6f577f171eb3
https://github.com/xwiki-contrib/cristal/commit/1ee257449fa1a62f79d005227db…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-16 (Tue, 16 Sep 2025)
Changed paths:
M package.json
Log Message:
-----------
[Misc] Update pnpm to v10.16.1 (#1220)
Commit: 845a665170ca4db6a5e259b835f3226f224c61ee
https://github.com/xwiki-contrib/cristal/commit/845a665170ca4db6a5e259b835f…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-17 (Wed, 17 Sep 2025)
Changed paths:
M api/CHANGELOG.md
M api/package.json
M authentication-server/CHANGELOG.md
M authentication-server/package.json
M core/alerts/alerts-api/CHANGELOG.md
M core/alerts/alerts-api/package.json
M core/alerts/alerts-default/CHANGELOG.md
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/CHANGELOG.md
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-api/CHANGELOG.md
M core/attachments/attachments-api/package.json
M core/attachments/attachments-default/CHANGELOG.md
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/CHANGELOG.md
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-api/CHANGELOG.md
M core/authentication/authentication-api/package.json
M core/authentication/authentication-default/CHANGELOG.md
M core/authentication/authentication-default/package.json
M core/authentication/authentication-github-state/CHANGELOG.md
M core/authentication/authentication-github-state/package.json
M core/authentication/authentication-github-ui/CHANGELOG.md
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-github/CHANGELOG.md
M core/authentication/authentication-github/package.json
M core/authentication/authentication-nextcloud-state/CHANGELOG.md
M core/authentication/authentication-nextcloud-state/package.json
M core/authentication/authentication-nextcloud-ui/CHANGELOG.md
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-nextcloud/CHANGELOG.md
M core/authentication/authentication-nextcloud/package.json
M core/authentication/authentication-ui/CHANGELOG.md
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/CHANGELOG.md
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/CHANGELOG.md
M core/backends/backend-api/package.json
M core/backends/backend-dexie/CHANGELOG.md
M core/backends/backend-dexie/package.json
M core/backends/backend-github/CHANGELOG.md
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/CHANGELOG.md
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/CHANGELOG.md
M core/backends/backend-xwiki/package.json
M core/browser/browser-api/CHANGELOG.md
M core/browser/browser-api/package.json
M core/browser/browser-default/CHANGELOG.md
M core/browser/browser-default/package.json
M core/collaboration/collaboration-api/CHANGELOG.md
M core/collaboration/collaboration-api/package.json
M core/collaboration/collaboration-hocuspocus/CHANGELOG.md
M core/collaboration/collaboration-hocuspocus/package.json
M core/collaboration/collaboration-xwiki/CHANGELOG.md
M core/collaboration/collaboration-xwiki/package.json
M core/configuration/configuration-api/CHANGELOG.md
M core/configuration/configuration-api/package.json
M core/configuration/configuration-web/CHANGELOG.md
M core/configuration/configuration-web/package.json
M core/date/date-api/CHANGELOG.md
M core/date/date-api/package.json
M core/date/date-ui/CHANGELOG.md
M core/date/date-ui/package.json
M core/document/document-api/CHANGELOG.md
M core/document/document-api/package.json
M core/document/document-default/CHANGELOG.md
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/CHANGELOG.md
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/CHANGELOG.md
M core/extra-tabs/extra-tabs-default/package.json
M core/extra-tabs/extra-tabs-ui/CHANGELOG.md
M core/extra-tabs/extra-tabs-ui/package.json
M core/file-preview/file-preview-ui/CHANGELOG.md
M core/file-preview/file-preview-ui/package.json
M core/fn-utils/CHANGELOG.md
M core/fn-utils/package.json
M core/hierarchy/hierarchy-api/CHANGELOG.md
M core/hierarchy/hierarchy-api/package.json
M core/hierarchy/hierarchy-default/CHANGELOG.md
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/CHANGELOG.md
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/CHANGELOG.md
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/CHANGELOG.md
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/CHANGELOG.md
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-api/CHANGELOG.md
M core/history/history-api/package.json
M core/history/history-default/CHANGELOG.md
M core/history/history-default/package.json
M core/history/history-github/CHANGELOG.md
M core/history/history-github/package.json
M core/history/history-ui/CHANGELOG.md
M core/history/history-ui/package.json
M core/history/history-xwiki/CHANGELOG.md
M core/history/history-xwiki/package.json
M core/icons/CHANGELOG.md
M core/icons/package.json
M core/info-actions/info-actions-api/CHANGELOG.md
M core/info-actions/info-actions-api/package.json
M core/info-actions/info-actions-default/CHANGELOG.md
M core/info-actions/info-actions-default/package.json
M core/info-actions/info-actions-ui/CHANGELOG.md
M core/info-actions/info-actions-ui/package.json
M core/link-suggest/link-suggest-api/CHANGELOG.md
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/CHANGELOG.md
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/CHANGELOG.md
M core/link-suggest/link-suggest-xwiki/package.json
M core/markdown/markdown-api/CHANGELOG.md
M core/markdown/markdown-api/package.json
M core/markdown/markdown-default/CHANGELOG.md
M core/markdown/markdown-default/package.json
M core/model/model-api/CHANGELOG.md
M core/model/model-api/package.json
M core/model/model-click-listener/CHANGELOG.md
M core/model/model-click-listener/package.json
M core/model/model-local-url/CHANGELOG.md
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/CHANGELOG.md
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/CHANGELOG.md
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-github/CHANGELOG.md
M core/model/model-reference/model-reference-github/package.json
M core/model/model-reference/model-reference-nextcloud/CHANGELOG.md
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/CHANGELOG.md
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-remote-url/model-remote-url-api/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json
M core/model/model-remote-url/model-remote-url-github/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-github/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-api/CHANGELOG.md
M core/navigation-tree/navigation-tree-api/package.json
M core/navigation-tree/navigation-tree-default/CHANGELOG.md
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/CHANGELOG.md
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/CHANGELOG.md
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/CHANGELOG.md
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/CHANGELOG.md
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/CHANGELOG.md
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/CHANGELOG.md
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/CHANGELOG.md
M core/page-actions/page-actions-ui/package.json
M core/page/page-api/CHANGELOG.md
M core/page/page-api/package.json
M core/page/page-default/CHANGELOG.md
M core/page/page-default/package.json
M core/rename/rename-api/CHANGELOG.md
M core/rename/rename-api/package.json
M core/rename/rename-default/CHANGELOG.md
M core/rename/rename-default/package.json
M core/rename/rename-filesystem/CHANGELOG.md
M core/rename/rename-filesystem/package.json
M core/settings/settings-api/CHANGELOG.md
M core/settings/settings-api/package.json
M core/settings/settings-browser/CHANGELOG.md
M core/settings/settings-browser/package.json
M core/settings/settings-configurations-ui/CHANGELOG.md
M core/settings/settings-configurations-ui/package.json
M core/settings/settings-configurations/CHANGELOG.md
M core/settings/settings-configurations/package.json
M core/settings/settings-default/CHANGELOG.md
M core/settings/settings-default/package.json
M core/tiptap-extensions/tiptap-extension-image/CHANGELOG.md
M core/tiptap-extensions/tiptap-extension-image/package.json
M core/tiptap-extensions/tiptap-link-suggest-ui/CHANGELOG.md
M core/tiptap-extensions/tiptap-link-suggest-ui/package.json
M core/uiextension/uiextension-api/CHANGELOG.md
M core/uiextension/uiextension-api/package.json
M core/uiextension/uiextension-default/CHANGELOG.md
M core/uiextension/uiextension-default/package.json
M core/uiextension/uiextension-ui/CHANGELOG.md
M core/uiextension/uiextension-ui/package.json
A core/uniast/uniast-api/CHANGELOG.md
M core/uniast/uniast-api/package.json
A core/uniast/uniast-html/CHANGELOG.md
M core/uniast/uniast-html/package.json
A core/uniast/uniast-markdown/CHANGELOG.md
M core/uniast/uniast-markdown/package.json
M core/user/user-ui/CHANGELOG.md
M core/user/user-ui/package.json
M core/wiki-config/wiki-config-api/CHANGELOG.md
M core/wiki-config/wiki-config-api/package.json
M core/wiki-config/wiki-config-default/CHANGELOG.md
M core/wiki-config/wiki-config-default/package.json
M core/xwiki/xwiki-utils/CHANGELOG.md
M core/xwiki/xwiki-utils/package.json
M dev/config/CHANGELOG.md
M dev/config/package.json
M dev/test-utils/CHANGELOG.md
M dev/test-utils/package.json
M ds/api/CHANGELOG.md
M ds/api/package.json
M ds/dsfr/CHANGELOG.md
M ds/dsfr/package.json
M ds/shoelace/CHANGELOG.md
M ds/shoelace/package.json
M ds/vuetify/CHANGELOG.md
M ds/vuetify/package.json
M editors/blocknote-headless/CHANGELOG.md
M editors/blocknote-headless/package.json
M editors/blocknote-react/CHANGELOG.md
M editors/blocknote-react/package.json
M editors/blocknote/CHANGELOG.md
M editors/blocknote/package.json
M editors/tiptap/CHANGELOG.md
M editors/tiptap/package.json
M electron/CHANGELOG.md
M electron/authentication/authentication-github/authentication-github-main/CHANGELOG.md
M electron/authentication/authentication-github/authentication-github-main/package.json
M electron/authentication/authentication-github/authentication-github-preload/CHANGELOG.md
M electron/authentication/authentication-github/authentication-github-preload/package.json
M electron/authentication/authentication-github/authentication-github-renderer/CHANGELOG.md
M electron/authentication/authentication-github/authentication-github-renderer/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/CHANGELOG.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/CHANGELOG.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/CHANGELOG.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/CHANGELOG.md
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/CHANGELOG.md
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/CHANGELOG.md
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/CHANGELOG.md
M electron/browser/package.json
M electron/link-suggest/link-suggest-filesystem/CHANGELOG.md
M electron/link-suggest/link-suggest-filesystem/package.json
M electron/main/CHANGELOG.md
M electron/main/package.json
M electron/package.json
M electron/preload/CHANGELOG.md
M electron/preload/package.json
M electron/renderer/CHANGELOG.md
M electron/renderer/package.json
M electron/settings/settings-main/CHANGELOG.md
M electron/settings/settings-main/package.json
M electron/settings/settings-preload/CHANGELOG.md
M electron/settings/settings-preload/package.json
M electron/settings/settings-renderer/CHANGELOG.md
M electron/settings/settings-renderer/package.json
M electron/state/CHANGELOG.md
M electron/state/package.json
M electron/storage/CHANGELOG.md
M electron/storage/package.json
M extension-manager/CHANGELOG.md
M extension-manager/package.json
M extensions/menubuttons/CHANGELOG.md
M extensions/menubuttons/package.json
M lib/CHANGELOG.md
M lib/package.json
M realtime/CHANGELOG.md
M realtime/package.json
M sharedworker/api/CHANGELOG.md
M sharedworker/api/package.json
M sharedworker/impl/CHANGELOG.md
M sharedworker/impl/package.json
M skin/CHANGELOG.md
M skin/package.json
M sources/xwiki/mock-server/CHANGELOG.md
M sources/xwiki/mock-server/package.json
M utils/inversify/CHANGELOG.md
M utils/inversify/package.json
M web/CHANGELOG.md
M web/package.json
M xwiki/remoteinlineeditor/CHANGELOG.md
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
[Misc] Release of Cristal 0.22
Commit: 37d8cc0573e4444487cf0a625dbfe9202402119a
https://github.com/xwiki-contrib/cristal/commit/37d8cc0573e4444487cf0a625db…
Author: Simpel <git(a)simpel.cc>
Date: 2025-09-19 (Fri, 19 Sep 2025)
Changed paths:
M editors/blocknote/langs/translation-de.json
Log Message:
-----------
Translated using Weblate (German)
Currently translated at 100.0% (2 of 2 strings)
Translation: XWiki Contrib/cristal - blocknote
Translate-URL: https://l10n.xwiki.org/projects/xwiki-contrib/cristal/cristal-blocknote/de/
Commit: 4d6cb0e26c2a302f2b308c7be7797420dc608efa
https://github.com/xwiki-contrib/cristal/commit/4d6cb0e26c2a302f2b308c7be77…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency nx to v21.5.3 (#1234)
Commit: dc5e8c602df80b194c418554340e903ff7b8f00d
https://github.com/xwiki-contrib/cristal/commit/dc5e8c602df80b194c418554340…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M editors/blocknote-react/package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update @types/react (#1161)
Commit: 2068375e60282f0b77ca13b7dde1aaac4668f2f2
https://github.com/xwiki-contrib/cristal/commit/2068375e60282f0b77ca13b7dde…
Author: Leif Erik Andersen <leander(a)blanet.dk>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
A core/alerts/alerts-ui/langs/translation-da.json
Log Message:
-----------
Added translation using Weblate (Danish)
Commit: 77bc8fc3a7ad85aa05b421a51714b5d077dc66e4
https://github.com/xwiki-contrib/cristal/commit/77bc8fc3a7ad85aa05b421a5171…
Author: Leif Erik Andersen <leander(a)blanet.dk>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M core/alerts/alerts-ui/langs/translation-da.json
Log Message:
-----------
Translated using Weblate (Danish)
Currently translated at 100.0% (1 of 1 strings)
Translation: XWiki Contrib/cristal - alerts-ui
Translate-URL: https://l10n.xwiki.org/projects/xwiki-contrib/cristal/cristal-alerts-ui/da/
Commit: c51cc33ff8491ac53a422b15e53bbcf827ab7073
https://github.com/xwiki-contrib/cristal/commit/c51cc33ff8491ac53a422b15e53…
Author: Leif Erik Andersen <leander(a)blanet.dk>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
A core/attachments/attachments-ui/langs/translation-da.json
Log Message:
-----------
Added translation using Weblate (Danish)
Commit: 53513d28e6232c57acc39833a42d14da9b7bb07f
https://github.com/xwiki-contrib/cristal/commit/53513d28e6232c57acc39833a42…
Author: Leif Erik Andersen <leander(a)blanet.dk>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M core/attachments/attachments-ui/langs/translation-da.json
Log Message:
-----------
Translated using Weblate (Danish)
Currently translated at 100.0% (18 of 18 strings)
Translation: XWiki Contrib/cristal - attachments-ui
Translate-URL: https://l10n.xwiki.org/projects/xwiki-contrib/cristal/cristal-attachments-u…
Commit: 5cd1b4e5e01539163876d755a086249831460912
https://github.com/xwiki-contrib/cristal/commit/5cd1b4e5e01539163876d755a08…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency eslint to v9.36.0 (#1233)
Commit: c2c533eb8cc2f6360658c1169127b44ad7a89a45
https://github.com/xwiki-contrib/cristal/commit/c2c533eb8cc2f6360658c116912…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
M web/package.json
Log Message:
-----------
[Misc] Update dependency @eslint/js to v9.36.0 (#1232)
Commit: 51bc77fb6c31107f6fb204fd49311211f1481634
https://github.com/xwiki-contrib/cristal/commit/51bc77fb6c31107f6fb204fd493…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency publint to v0.3.13 (#1230)
Commit: c4c9c3a211f7ad48effab19c8017d3c6f00f002e
https://github.com/xwiki-contrib/cristal/commit/c4c9c3a211f7ad48effab19c801…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency typescript-eslint to v8.44.0 (#1223)
Commit: 3c460dabdbb74b1a829332b85c1dd1b20321f2d5
https://github.com/xwiki-contrib/cristal/commit/3c460dabdbb74b1a829332b85c1…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update @typescript-eslint to v8.44.0 (#1221)
Commit: 8cc90b7f082446dc012838d89b8d9bd517033a27
https://github.com/xwiki-contrib/cristal/commit/8cc90b7f082446dc012838d89b8…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M api/package.json
M authentication-server/package.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-default/package.json
M core/authentication/authentication-github-state/package.json
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-github/package.json
M core/authentication/authentication-nextcloud-state/package.json
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-nextcloud/package.json
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/browser/browser-api/package.json
M core/browser/browser-default/package.json
M core/collaboration/collaboration-api/package.json
M core/collaboration/collaboration-hocuspocus/package.json
M core/collaboration/collaboration-xwiki/package.json
M core/configuration/configuration-web/package.json
M core/date/date-api/package.json
M core/date/date-ui/package.json
M core/document/document-api/package.json
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/package.json
M core/extra-tabs/extra-tabs-ui/package.json
M core/file-preview/file-preview-ui/package.json
M core/fn-utils/package.json
M core/hierarchy/hierarchy-api/package.json
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-api/package.json
M core/history/history-default/package.json
M core/history/history-github/package.json
M core/history/history-ui/package.json
M core/history/history-xwiki/package.json
M core/icons/package.json
M core/info-actions/info-actions-default/package.json
M core/info-actions/info-actions-ui/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M core/markdown/markdown-default/package.json
M core/model/model-api/package.json
M core/model/model-click-listener/package.json
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-github/package.json
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json
M core/model/model-remote-url/model-remote-url-github/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-api/package.json
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/package.json
M core/page/page-default/package.json
M core/rename/rename-api/package.json
M core/rename/rename-default/package.json
M core/rename/rename-filesystem/package.json
M core/settings/settings-browser/package.json
M core/settings/settings-configurations-ui/package.json
M core/settings/settings-configurations/package.json
M core/settings/settings-default/package.json
M core/uiextension/uiextension-default/package.json
M core/uiextension/uiextension-ui/package.json
M core/uniast/uniast-html/package.json
M core/uniast/uniast-markdown/package.json
M core/user/user-ui/package.json
M core/wiki-config/wiki-config-default/package.json
M core/xwiki/xwiki-utils/package.json
M dev/test-utils/package.json
M ds/api/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/blocknote-headless/package.json
M editors/blocknote-react/package.json
M editors/blocknote/package.json
M editors/tiptap/package.json
M electron/authentication/authentication-github/authentication-github-main/package.json
M electron/authentication/authentication-github/authentication-github-preload/package.json
M electron/authentication/authentication-github/authentication-github-renderer/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/package.json
M electron/link-suggest/link-suggest-filesystem/package.json
M electron/main/package.json
M electron/package.json
M electron/preload/package.json
M electron/renderer/package.json
M electron/settings/settings-main/package.json
M electron/settings/settings-preload/package.json
M electron/settings/settings-renderer/package.json
M electron/state/package.json
M electron/storage/package.json
M extension-manager/package.json
M extensions/menubuttons/package.json
M lib/package.json
M package.json
M pnpm-lock.yaml
M realtime/package.json
M sharedworker/impl/package.json
M skin/package.json
M sources/xwiki/mock-server/package.json
M utils/inversify/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
[Misc] Update dependency vite to v7.1.6 (#1229)
Commit: 1c0c2b4069066b66edf8731490860874c870b69c
https://github.com/xwiki-contrib/cristal/commit/1c0c2b4069066b66edf87314908…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency typescript-eslint to v8.44.1 (#1235)
Commit: 5168cc226346f2c4a91e10cb13a9640a04d8d883
https://github.com/xwiki-contrib/cristal/commit/5168cc226346f2c4a91e10cb13a…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M package.json
Log Message:
-----------
[Misc] Update pnpm to v10.17.0 (#1228)
Commit: fd9d1facf05783c2c77971b60e533921e8dfa88e
https://github.com/xwiki-contrib/cristal/commit/fd9d1facf05783c2c77971b60e5…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M editors/blocknote-react/package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency @vitejs/plugin-react to v5.0.3 (#1225)
Commit: 0c82d2eb677db0f6d4e4f30c38b89918ef904575
https://github.com/xwiki-contrib/cristal/commit/0c82d2eb677db0f6d4e4f30c38b…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M package.json
Log Message:
-----------
[Misc] Update pnpm to v10.17.1 (#1238)
Commit: a1e1bf81f4fbc55162d7ae92445066d87b0f0c12
https://github.com/xwiki-contrib/cristal/commit/a1e1bf81f4fbc55162d7ae92445…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M authentication-server/package.json
M pnpm-lock.yaml
M realtime/package.json
Log Message:
-----------
[Misc] Update dependency esbuild to v0.25.10 (#1226)
Commit: 55b5eb4e2046e68ffc99ec06587275e2f019349f
https://github.com/xwiki-contrib/cristal/commit/55b5eb4e2046e68ffc99ec06587…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M pnpm-lock.yaml
M sharedworker/impl/package.json
Log Message:
-----------
[Misc] Update dependency @types/sharedworker to v0.0.181 (#1224)
Commit: 894550339374d363bd96045d308d5c72aed2d0a2
https://github.com/xwiki-contrib/cristal/commit/894550339374d363bd96045d308…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M ds/vuetify/package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-663: Upgrade to vuetify 3.10.2 (#1185)
Commit: 6ff39c6bc4940cbc3ffb31570d9de9d3830f33cd
https://github.com/xwiki-contrib/cristal/commit/6ff39c6bc4940cbc3ffb31570d9…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M core/page/page-default/package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-664: Upgrade to yaml 2.8.1 (#1145)
Commit: 20f443eb3610392d414edc1dc052b3894fddd2a6
https://github.com/xwiki-contrib/cristal/commit/20f443eb3610392d414edc1dc05…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-ui/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/file-preview/file-preview-ui/package.json
M core/history/history-ui/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-ui/package.json
M core/settings/settings-configurations-ui/package.json
M core/tiptap-extensions/tiptap-extension-image/package.json
M dev/test-utils/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/blocknote-headless/package.json
M editors/blocknote/package.json
M editors/tiptap/package.json
M lib/package.json
M pnpm-lock.yaml
M skin/package.json
Log Message:
-----------
CRISTAL-665: Upgrade to vue-i18n 11.1.12 (#1203)
Commit: 6aa9461dc44fc4caa00b314689b8c01e5d29f2a5
https://github.com/xwiki-contrib/cristal/commit/6aa9461dc44fc4caa00b314689b…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M api/package.json
M core/alerts/alerts-api/package.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-api/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-github-state/package.json
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-github/package.json
M core/authentication/authentication-nextcloud-state/package.json
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-ui/package.json
M core/browser/browser-default/package.json
M core/collaboration/collaboration-api/package.json
M core/collaboration/collaboration-hocuspocus/package.json
M core/collaboration/collaboration-xwiki/package.json
M core/date/date-ui/package.json
M core/document/document-api/package.json
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-ui/package.json
M core/file-preview/file-preview-ui/package.json
M core/history/history-ui/package.json
M core/icons/package.json
M core/info-actions/info-actions-api/package.json
M core/info-actions/info-actions-ui/package.json
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-xwiki/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-ui/package.json
M core/settings/settings-configurations-ui/package.json
M core/tiptap-extensions/tiptap-extension-image/package.json
M core/tiptap-extensions/tiptap-link-suggest-ui/package.json
M core/uiextension/uiextension-api/package.json
M core/uiextension/uiextension-ui/package.json
M core/user/user-ui/package.json
M core/wiki-config/wiki-config-api/package.json
M core/wiki-config/wiki-config-default/package.json
M dev/test-utils/package.json
M ds/api/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/blocknote-headless/package.json
M editors/blocknote/package.json
M editors/tiptap/package.json
M electron/authentication/authentication-github/authentication-github-renderer/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json
M electron/renderer/package.json
M extensions/menubuttons/package.json
M lib/package.json
M pnpm-lock.yaml
M sharedworker/impl/package.json
M skin/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
CRISTAL-666: Upgrade to vue 3.5.21 (#1194)
Commit: f95f6b4e89b6053919d328895e95663d0844976d
https://github.com/xwiki-contrib/cristal/commit/f95f6b4e89b6053919d328895e9…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M electron/main/package.json
M electron/preload/package.json
M electron/renderer/package.json
M electron/storage/package.json
M pnpm-lock.yaml
M web/package.json
Log Message:
-----------
[Misc] Update dependency @types/node to v22.18.6 (#1199)
Commit: ae55d227e17b83d2a76beb039d826518728413c2
https://github.com/xwiki-contrib/cristal/commit/ae55d227e17b83d2a76beb039d8…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update @typescript-eslint to v8.44.1 (#1236)
Commit: d8b85077da9e750dabfb4a117da01faf5e8c1d90
https://github.com/xwiki-contrib/cristal/commit/d8b85077da9e750dabfb4a117da…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M electron/authentication/authentication-github/authentication-github-main/package.json
M electron/authentication/authentication-github/authentication-github-preload/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
M electron/browser/package.json
M electron/main/package.json
M electron/package.json
M electron/settings/settings-main/package.json
M electron/settings/settings-preload/package.json
M electron/storage/package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-667: Upgrade to electron 38.1.2 (#1198)
Commit: 87b0b80ce1716e68c863c3a673f6926fe85b01a2
https://github.com/xwiki-contrib/cristal/commit/87b0b80ce1716e68c863c3a673f…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M api/package.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-default/package.json
M core/authentication/authentication-github-state/package.json
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-github/package.json
M core/authentication/authentication-nextcloud-state/package.json
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-nextcloud/package.json
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/browser/browser-default/package.json
M core/collaboration/collaboration-api/package.json
M core/collaboration/collaboration-hocuspocus/package.json
M core/collaboration/collaboration-xwiki/package.json
M core/date/date-api/package.json
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/package.json
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-default/package.json
M core/history/history-github/package.json
M core/history/history-ui/package.json
M core/history/history-xwiki/package.json
M core/info-actions/info-actions-default/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M core/markdown/markdown-default/package.json
M core/model/model-click-listener/package.json
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-github/package.json
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json
M core/model/model-remote-url/model-remote-url-github/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/package.json
M core/page/page-api/package.json
M core/rename/rename-default/package.json
M core/rename/rename-filesystem/package.json
M core/settings/settings-browser/package.json
M core/settings/settings-configurations-ui/package.json
M core/settings/settings-configurations/package.json
M core/settings/settings-default/package.json
M core/uiextension/uiextension-default/package.json
M core/uniast/uniast-html/package.json
M core/uniast/uniast-markdown/package.json
M core/wiki-config/wiki-config-default/package.json
M dev/test-utils/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/blocknote-headless/package.json
M editors/blocknote/package.json
M editors/tiptap/package.json
M electron/authentication/authentication-github/authentication-github-renderer/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/package.json
M electron/link-suggest/link-suggest-filesystem/package.json
M electron/renderer/package.json
M electron/settings/settings-renderer/package.json
M electron/storage/package.json
M extension-manager/package.json
M extensions/menubuttons/package.json
M lib/package.json
M pnpm-lock.yaml
M sharedworker/impl/package.json
M skin/package.json
M utils/inversify/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
CRISTAL-668: Upgrade to inversify 7.10.0 (#1184)
Commit: 31844e9a8c21c7d76f94fee0ef68ecef7caf9187
https://github.com/xwiki-contrib/cristal/commit/31844e9a8c21c7d76f94fee0ef6…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M editors/blocknote-react/package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-668: Upgrade to inversify 7.10.0 (#1143)
Commit: f2434a296be41459788a2f55cef84ac1064a690a
https://github.com/xwiki-contrib/cristal/commit/f2434a296be41459788a2f55cef…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M core/authentication/authentication-github/package.json
M core/authentication/authentication-nextcloud/package.json
M core/authentication/authentication-xwiki/package.json
M electron/authentication/authentication-github/authentication-github-main/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-670: Upgrade to axios 1.12.2 (#1216)
Commit: 3bdfc7dd96820f6aee8f5a17c782d8373e023ad8
https://github.com/xwiki-contrib/cristal/commit/3bdfc7dd96820f6aee8f5a17c78…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M core/backends/backend-github/package.json
M electron/storage/package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-671: Upgrade to mime 4.1.0 (#1219)
Commit: e5a13088cb742359e4d3ce5ef9cb46f3f1d18d27
https://github.com/xwiki-contrib/cristal/commit/e5a13088cb742359e4d3ce5ef9c…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
M web/package.json
Log Message:
-----------
[Misc] Update dependency globals to v16.4.0 (#1210)
Commit: 2f4f03fbfc89531140768edaf7c34783222cc9b0
https://github.com/xwiki-contrib/cristal/commit/2f4f03fbfc89531140768edaf7c…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M pnpm-lock.yaml
M sources/xwiki/mock-server/package.json
Log Message:
-----------
[Misc] Update dependency dotenv to v17.2.2 (#1197)
Commit: cfe77981630a1764be035af9f878caa63e20b081
https://github.com/xwiki-contrib/cristal/commit/cfe77981630a1764be035af9f87…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M core/backends/backend-dexie/package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-672: Upgrade to dexie 4.2.0 (#1164)
Commit: c4db004476f49bb151a37d82ead84b06c4140e18
https://github.com/xwiki-contrib/cristal/commit/c4db004476f49bb151a37d82ead…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M editors/blocknote-react/package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-673: Upgrade to react-i18next 15.7.3 (#1170)
Commit: 7fd3583774e4da73effb857677dc1978e6c4d255
https://github.com/xwiki-contrib/cristal/commit/7fd3583774e4da73effb857677d…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-23 (Tue, 23 Sep 2025)
Changed paths:
M editors/blocknote-react/package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-674: Upgrade to i18next 25.5.2 (#1157)
Commit: 9144f7cc98ea521658516a4f1977a6fc97499fff
https://github.com/xwiki-contrib/cristal/commit/9144f7cc98ea521658516a4f197…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-30 (Tue, 30 Sep 2025)
Changed paths:
M pnpm-lock.yaml
M sharedworker/impl/package.json
Log Message:
-----------
[Misc] Update dependency @types/sharedworker to v0.0.182 (#1255)
Commit: 80d0b0de38079e10eddd581314a6154093255c26
https://github.com/xwiki-contrib/cristal/commit/80d0b0de38079e10eddd581314a…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-30 (Tue, 30 Sep 2025)
Changed paths:
M editors/blocknote-react/package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency @types/react to v19.1.14 (#1254)
Commit: bea1eef4a83a8de0086c229975a6b97000ee8089
https://github.com/xwiki-contrib/cristal/commit/bea1eef4a83a8de0086c229975a…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-30 (Tue, 30 Sep 2025)
Changed paths:
M api/package.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-default/package.json
M core/authentication/authentication-github-state/package.json
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-github/package.json
M core/authentication/authentication-nextcloud-state/package.json
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-nextcloud/package.json
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/browser/browser-default/package.json
M core/collaboration/collaboration-api/package.json
M core/collaboration/collaboration-hocuspocus/package.json
M core/collaboration/collaboration-xwiki/package.json
M core/date/date-api/package.json
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/package.json
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-default/package.json
M core/history/history-github/package.json
M core/history/history-ui/package.json
M core/history/history-xwiki/package.json
M core/info-actions/info-actions-default/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M core/markdown/markdown-default/package.json
M core/model/model-click-listener/package.json
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-github/package.json
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json
M core/model/model-remote-url/model-remote-url-github/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/package.json
M core/page/page-api/package.json
M core/rename/rename-default/package.json
M core/rename/rename-filesystem/package.json
M core/settings/settings-browser/package.json
M core/settings/settings-configurations-ui/package.json
M core/settings/settings-configurations/package.json
M core/settings/settings-default/package.json
M core/uiextension/uiextension-default/package.json
M core/uniast/uniast-html/package.json
M core/uniast/uniast-markdown/package.json
M core/wiki-config/wiki-config-default/package.json
M dev/test-utils/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/blocknote-headless/package.json
M editors/blocknote/package.json
M editors/tiptap/package.json
M electron/authentication/authentication-github/authentication-github-renderer/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/package.json
M electron/link-suggest/link-suggest-filesystem/package.json
M electron/renderer/package.json
M electron/settings/settings-renderer/package.json
M electron/storage/package.json
M extension-manager/package.json
M extensions/menubuttons/package.json
M lib/package.json
M pnpm-lock.yaml
M sharedworker/impl/package.json
M skin/package.json
M utils/inversify/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
CRISTAL-668: Upgrade to inversify 7.10.1 (#1249)
Commit: 844bc160d7b95ca296e63b4ec3a6e3ac59fd4767
https://github.com/xwiki-contrib/cristal/commit/844bc160d7b95ca296e63b4ec3a…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-30 (Tue, 30 Sep 2025)
Changed paths:
M api/package.json
M authentication-server/package.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-default/package.json
M core/authentication/authentication-github-state/package.json
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-github/package.json
M core/authentication/authentication-nextcloud-state/package.json
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-nextcloud/package.json
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/browser/browser-api/package.json
M core/browser/browser-default/package.json
M core/collaboration/collaboration-api/package.json
M core/collaboration/collaboration-hocuspocus/package.json
M core/collaboration/collaboration-xwiki/package.json
M core/configuration/configuration-web/package.json
M core/date/date-api/package.json
M core/date/date-ui/package.json
M core/document/document-api/package.json
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/package.json
M core/extra-tabs/extra-tabs-ui/package.json
M core/file-preview/file-preview-ui/package.json
M core/fn-utils/package.json
M core/hierarchy/hierarchy-api/package.json
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-api/package.json
M core/history/history-default/package.json
M core/history/history-github/package.json
M core/history/history-ui/package.json
M core/history/history-xwiki/package.json
M core/icons/package.json
M core/info-actions/info-actions-default/package.json
M core/info-actions/info-actions-ui/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M core/markdown/markdown-default/package.json
M core/model/model-api/package.json
M core/model/model-click-listener/package.json
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-github/package.json
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json
M core/model/model-remote-url/model-remote-url-github/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-api/package.json
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/package.json
M core/page/page-default/package.json
M core/rename/rename-api/package.json
M core/rename/rename-default/package.json
M core/rename/rename-filesystem/package.json
M core/settings/settings-browser/package.json
M core/settings/settings-configurations-ui/package.json
M core/settings/settings-configurations/package.json
M core/settings/settings-default/package.json
M core/uiextension/uiextension-default/package.json
M core/uiextension/uiextension-ui/package.json
M core/uniast/uniast-html/package.json
M core/uniast/uniast-markdown/package.json
M core/user/user-ui/package.json
M core/wiki-config/wiki-config-default/package.json
M core/xwiki/xwiki-utils/package.json
M dev/test-utils/package.json
M ds/api/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/blocknote-headless/package.json
M editors/blocknote-react/package.json
M editors/blocknote/package.json
M editors/tiptap/package.json
M electron/authentication/authentication-github/authentication-github-main/package.json
M electron/authentication/authentication-github/authentication-github-preload/package.json
M electron/authentication/authentication-github/authentication-github-renderer/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/package.json
M electron/link-suggest/link-suggest-filesystem/package.json
M electron/main/package.json
M electron/package.json
M electron/preload/package.json
M electron/renderer/package.json
M electron/settings/settings-main/package.json
M electron/settings/settings-preload/package.json
M electron/settings/settings-renderer/package.json
M electron/state/package.json
M electron/storage/package.json
M extension-manager/package.json
M extensions/menubuttons/package.json
M lib/package.json
M package.json
M pnpm-lock.yaml
M realtime/package.json
M sharedworker/impl/package.json
M skin/package.json
M sources/xwiki/mock-server/package.json
M utils/inversify/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
[Misc] Update dependency vite to v7.1.7 (#1237)
Commit: 177986b37a57735de6a27a693bad2f8b997ea7b1
https://github.com/xwiki-contrib/cristal/commit/177986b37a57735de6a27a693ba…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-30 (Tue, 30 Sep 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency jiti to v2.6.0 (#1241)
Commit: e03528d6bd87124f12674a73adba23fc119de12d
https://github.com/xwiki-contrib/cristal/commit/e03528d6bd87124f12674a73adb…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-30 (Tue, 30 Sep 2025)
Changed paths:
M editors/blocknote-react/package.json
M pnpm-lock.yaml
M web/package.json
Log Message:
-----------
[Misc] Update playwright to v1.55.1 (#1245)
Commit: 5f3478c60f9d8dd4ee2561277c138e5e92cf28e7
https://github.com/xwiki-contrib/cristal/commit/5f3478c60f9d8dd4ee2561277c1…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-30 (Tue, 30 Sep 2025)
Changed paths:
M package.json
Log Message:
-----------
[Misc] Update Node.js to v22.20.0 (#1239)
Commit: e44c55f800a922fcd79a6dc00071dc792a124cfb
https://github.com/xwiki-contrib/cristal/commit/e44c55f800a922fcd79a6dc0007…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-30 (Tue, 30 Sep 2025)
Changed paths:
M electron/main/package.json
M electron/preload/package.json
M electron/renderer/package.json
M electron/storage/package.json
M pnpm-lock.yaml
M web/package.json
Log Message:
-----------
[Misc] Update dependency @types/node to v22.18.7 (#1259)
Commit: d260f73330c1a342c327252f3a2346ec3a1434c9
https://github.com/xwiki-contrib/cristal/commit/d260f73330c1a342c327252f3a2…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-30 (Tue, 30 Sep 2025)
Changed paths:
M authentication-server/package.json
M pnpm-lock.yaml
M realtime/package.json
Log Message:
-----------
[Misc] Update dependency tsx to v4.20.6 (#1250)
Commit: 28c5258e41ffaace5e27f86279097395f67bc37a
https://github.com/xwiki-contrib/cristal/commit/28c5258e41ffaace5e27f862790…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-30 (Tue, 30 Sep 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency eslint-plugin-vue to v10.5.0 (#1240)
Commit: cfaf5f14fef0ef5e26870e950d5c7c7e2924c928
https://github.com/xwiki-contrib/cristal/commit/cfaf5f14fef0ef5e26870e950d5…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-30 (Tue, 30 Sep 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency @eslint/config-helpers to v0.4.0 (#1242)
Commit: 0058026473439cb7a4cb7a1544c59a3874d9641f
https://github.com/xwiki-contrib/cristal/commit/0058026473439cb7a4cb7a1544c…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-30 (Tue, 30 Sep 2025)
Changed paths:
M editors/blocknote-react/package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency @vitejs/plugin-react to v5.0.4 (#1260)
Commit: 77682c35cbc1f25e33326606f613230c6ca6e1ef
https://github.com/xwiki-contrib/cristal/commit/77682c35cbc1f25e33326606f61…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-10-02 (Thu, 02 Oct 2025)
Changed paths:
M README.md
Log Message:
-----------
[Misc] Document the use of api-extractor:local
Commit: 747483fd6906a3ccf9adcdd09ded68834112c125
https://github.com/xwiki-contrib/cristal/commit/747483fd6906a3ccf9adcdd09de…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-10-02 (Thu, 02 Oct 2025)
Changed paths:
A ds/shoelace/src/vue/__tests__/x-file-input.test.ts
M ds/shoelace/src/vue/form/x-file-input.vue
Log Message:
-----------
CRISTAL-637: Attachment upload form input field is missing a label in shoelace
Commit: b1454cfd96017d949d16367fdba6543d68db1557
https://github.com/xwiki-contrib/cristal/commit/b1454cfd96017d949d16367fdba…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-10-02 (Thu, 02 Oct 2025)
Changed paths:
M electron/renderer/index.html
M web/index.html
Log Message:
-----------
CRISTAL-634: The html element does not define a lang attribute
Commit: 859aa90a5164ae509b628c9c5f82b936415cdbc5
https://github.com/xwiki-contrib/cristal/commit/859aa90a5164ae509b628c9c5f8…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-06 (Mon, 06 Oct 2025)
Changed paths:
M package.json
Log Message:
-----------
[Misc] Update pnpm to v10.18.0 (#1277)
Commit: 6ebc850da8a40052ae41f09936667b25e7beb444
https://github.com/xwiki-contrib/cristal/commit/6ebc850da8a40052ae41f099366…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-06 (Mon, 06 Oct 2025)
Changed paths:
M api/package.json
M authentication-server/package.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-default/package.json
M core/authentication/authentication-github-state/package.json
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-github/package.json
M core/authentication/authentication-nextcloud-state/package.json
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-nextcloud/package.json
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/browser/browser-api/package.json
M core/browser/browser-default/package.json
M core/collaboration/collaboration-api/package.json
M core/collaboration/collaboration-hocuspocus/package.json
M core/collaboration/collaboration-xwiki/package.json
M core/configuration/configuration-web/package.json
M core/date/date-api/package.json
M core/date/date-ui/package.json
M core/document/document-api/package.json
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/package.json
M core/extra-tabs/extra-tabs-ui/package.json
M core/file-preview/file-preview-ui/package.json
M core/fn-utils/package.json
M core/hierarchy/hierarchy-api/package.json
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-api/package.json
M core/history/history-default/package.json
M core/history/history-github/package.json
M core/history/history-ui/package.json
M core/history/history-xwiki/package.json
M core/icons/package.json
M core/info-actions/info-actions-default/package.json
M core/info-actions/info-actions-ui/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M core/markdown/markdown-default/package.json
M core/model/model-api/package.json
M core/model/model-click-listener/package.json
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-github/package.json
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json
M core/model/model-remote-url/model-remote-url-github/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-api/package.json
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/package.json
M core/page/page-default/package.json
M core/rename/rename-api/package.json
M core/rename/rename-default/package.json
M core/rename/rename-filesystem/package.json
M core/settings/settings-browser/package.json
M core/settings/settings-configurations-ui/package.json
M core/settings/settings-configurations/package.json
M core/settings/settings-default/package.json
M core/uiextension/uiextension-default/package.json
M core/uiextension/uiextension-ui/package.json
M core/uniast/uniast-html/package.json
M core/uniast/uniast-markdown/package.json
M core/user/user-ui/package.json
M core/wiki-config/wiki-config-default/package.json
M core/xwiki/xwiki-utils/package.json
M dev/test-utils/package.json
M ds/api/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/blocknote-headless/package.json
M editors/blocknote-react/package.json
M editors/blocknote/package.json
M editors/tiptap/package.json
M electron/authentication/authentication-github/authentication-github-main/package.json
M electron/authentication/authentication-github/authentication-github-preload/package.json
M electron/authentication/authentication-github/authentication-github-renderer/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/package.json
M electron/link-suggest/link-suggest-filesystem/package.json
M electron/main/package.json
M electron/package.json
M electron/preload/package.json
M electron/renderer/package.json
M electron/settings/settings-main/package.json
M electron/settings/settings-preload/package.json
M electron/settings/settings-renderer/package.json
M electron/state/package.json
M electron/storage/package.json
M extension-manager/package.json
M extensions/menubuttons/package.json
M lib/package.json
M package.json
M pnpm-lock.yaml
M realtime/package.json
M sharedworker/impl/package.json
M skin/package.json
M sources/xwiki/mock-server/package.json
M utils/inversify/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
[Misc] Update dependency vite to v7.1.9 (#1276)
Commit: dafb925528c47a12a1aebc57a9c30d95fc46f796
https://github.com/xwiki-contrib/cristal/commit/dafb925528c47a12a1aebc57a9c…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-06 (Mon, 06 Oct 2025)
Changed paths:
M pnpm-lock.yaml
M sharedworker/impl/package.json
Log Message:
-----------
[Misc] Update dependency @types/sharedworker to v0.0.184 (#1275)
Commit: ef1749d3da45181d9ae66b52c0a27d6ad5b45867
https://github.com/xwiki-contrib/cristal/commit/ef1749d3da45181d9ae66b52c0a…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-06 (Mon, 06 Oct 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency @microsoft/api-extractor to v7.52.15 (#1270)
Commit: 4e8621df31447d81c43d6e415664cc6249725c5a
https://github.com/xwiki-contrib/cristal/commit/4e8621df31447d81c43d6e41566…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-06 (Mon, 06 Oct 2025)
Changed paths:
M api/package.json
M authentication-server/package.json
M core/alerts/alerts-api/package.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-api/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-api/package.json
M core/authentication/authentication-default/package.json
M core/authentication/authentication-github-state/package.json
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-github/package.json
M core/authentication/authentication-nextcloud-state/package.json
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-nextcloud/package.json
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/browser/browser-api/package.json
M core/browser/browser-default/package.json
M core/collaboration/collaboration-api/package.json
M core/collaboration/collaboration-hocuspocus/package.json
M core/collaboration/collaboration-xwiki/package.json
M core/configuration/configuration-api/package.json
M core/configuration/configuration-web/package.json
M core/date/date-api/package.json
M core/date/date-ui/package.json
M core/document/document-api/package.json
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/package.json
M core/extra-tabs/extra-tabs-ui/package.json
M core/file-preview/file-preview-ui/package.json
M core/fn-utils/package.json
M core/hierarchy/hierarchy-api/package.json
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-api/package.json
M core/history/history-default/package.json
M core/history/history-github/package.json
M core/history/history-ui/package.json
M core/history/history-xwiki/package.json
M core/icons/package.json
M core/info-actions/info-actions-api/package.json
M core/info-actions/info-actions-default/package.json
M core/info-actions/info-actions-ui/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M core/markdown/markdown-api/package.json
M core/markdown/markdown-default/package.json
M core/model/model-api/package.json
M core/model/model-click-listener/package.json
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-github/package.json
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json
M core/model/model-remote-url/model-remote-url-github/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-api/package.json
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/package.json
M core/page/page-api/package.json
M core/page/page-default/package.json
M core/rename/rename-api/package.json
M core/rename/rename-default/package.json
M core/rename/rename-filesystem/package.json
M core/settings/settings-api/package.json
M core/settings/settings-browser/package.json
M core/settings/settings-configurations-ui/package.json
M core/settings/settings-configurations/package.json
M core/settings/settings-default/package.json
M core/uiextension/uiextension-api/package.json
M core/uiextension/uiextension-default/package.json
M core/uiextension/uiextension-ui/package.json
M core/uniast/uniast-api/package.json
M core/uniast/uniast-html/package.json
M core/uniast/uniast-markdown/package.json
M core/user/user-ui/package.json
M core/wiki-config/wiki-config-api/package.json
M core/wiki-config/wiki-config-default/package.json
M core/xwiki/xwiki-utils/package.json
M dev/config/package.json
M dev/test-utils/package.json
M ds/api/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/blocknote/package.json
M editors/tiptap/package.json
M electron/authentication/authentication-github/authentication-github-main/package.json
M electron/authentication/authentication-github/authentication-github-preload/package.json
M electron/authentication/authentication-github/authentication-github-renderer/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/package.json
M electron/link-suggest/link-suggest-filesystem/package.json
M electron/main/package.json
M electron/package.json
M electron/preload/package.json
M electron/renderer/package.json
M electron/settings/settings-main/package.json
M electron/settings/settings-preload/package.json
M electron/settings/settings-renderer/package.json
M electron/state/package.json
M electron/storage/package.json
M extension-manager/package.json
M extensions/menubuttons/package.json
M lib/package.json
M package.json
M pnpm-lock.yaml
M realtime/package.json
M sharedworker/api/package.json
M sharedworker/impl/package.json
M skin/package.json
M sources/xwiki/mock-server/package.json
M utils/inversify/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
[Misc] Update dependency typescript to v5.9.3 (#1272)
Commit: 1739b9dca0ba84fb03ed8dcb3ac7e433852f0401
https://github.com/xwiki-contrib/cristal/commit/1739b9dca0ba84fb03ed8dcb3ac…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-06 (Mon, 06 Oct 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency nx to v21.6.3 (#1266)
Commit: 1cff05c9e9e6d99d607e50530aed92d07c60b840
https://github.com/xwiki-contrib/cristal/commit/1cff05c9e9e6d99d607e50530ae…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-06 (Mon, 06 Oct 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency @microsoft/api-extractor to v7.53.0 (#1279)
Commit: a09b0fe10602620d61f6451490dfc627c60ab5ed
https://github.com/xwiki-contrib/cristal/commit/a09b0fe10602620d61f6451490d…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-06 (Mon, 06 Oct 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency eslint to v9.37.0 (#1282)
Commit: 69e400a6c8ce4ccc4872244a8c7622317a3ca4ea
https://github.com/xwiki-contrib/cristal/commit/69e400a6c8ce4ccc4872244a8c7…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-06 (Mon, 06 Oct 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
M web/package.json
Log Message:
-----------
[Misc] Update dependency @eslint/js to v9.37.0 (#1281)
Commit: 8bf2ddb27e4d1f5623d57db694ffc480e2e15f84
https://github.com/xwiki-contrib/cristal/commit/8bf2ddb27e4d1f5623d57db694f…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-06 (Mon, 06 Oct 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency publint to v0.3.14 (#1280)
Commit: dab33ef1c3d194f898281375349752f2195def4e
https://github.com/xwiki-contrib/cristal/commit/dab33ef1c3d194f898281375349…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-06 (Mon, 06 Oct 2025)
Changed paths:
M electron/main/package.json
M electron/preload/package.json
M electron/renderer/package.json
M electron/storage/package.json
M pnpm-lock.yaml
M web/package.json
Log Message:
-----------
[Misc] Update dependency @types/node to v22.18.8 (#1271)
Commit: 6cc270663149b823911d81f689900cb8a4764402
https://github.com/xwiki-contrib/cristal/commit/6cc270663149b823911d81f6899…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-06 (Mon, 06 Oct 2025)
Changed paths:
M editors/blocknote-react/package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-673: Upgrade to react-i18next 16.0.0 (#1252)
Commit: 6cd6abafb2456e7bde4734edd2414a2641958355
https://github.com/xwiki-contrib/cristal/commit/6cd6abafb2456e7bde4734edd24…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-06 (Mon, 06 Oct 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency happy-dom to v19 (#1264)
Commit: 040084f6cf11e2769ff037852ffcdc00cb0e4864
https://github.com/xwiki-contrib/cristal/commit/040084f6cf11e2769ff037852ff…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-06 (Mon, 06 Oct 2025)
Changed paths:
M editors/blocknote-react/package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-680: Upgrade to react 19.2.0
Commit: 3589ce03d068e02ee49a12cda13fa498406c0eaa
https://github.com/xwiki-contrib/cristal/commit/3589ce03d068e02ee49a12cda13…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-06 (Mon, 06 Oct 2025)
Changed paths:
M electron/authentication/authentication-github/authentication-github-main/package.json
M electron/authentication/authentication-github/authentication-github-preload/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
M electron/browser/package.json
M electron/main/package.json
M electron/package.json
M electron/settings/settings-main/package.json
M electron/settings/settings-preload/package.json
M electron/storage/package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-667: Upgrade to electron 38.2.0 (#1263)
Commit: d434131fda863c3f26f0435a9cc22f7249686223
https://github.com/xwiki-contrib/cristal/commit/d434131fda863c3f26f0435a9cc…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-06 (Mon, 06 Oct 2025)
Changed paths:
M api/package.json
M core/alerts/alerts-api/package.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-api/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-github-state/package.json
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-github/package.json
M core/authentication/authentication-nextcloud-state/package.json
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-ui/package.json
M core/browser/browser-default/package.json
M core/collaboration/collaboration-api/package.json
M core/collaboration/collaboration-hocuspocus/package.json
M core/collaboration/collaboration-xwiki/package.json
M core/date/date-ui/package.json
M core/document/document-api/package.json
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-ui/package.json
M core/file-preview/file-preview-ui/package.json
M core/history/history-ui/package.json
M core/icons/package.json
M core/info-actions/info-actions-api/package.json
M core/info-actions/info-actions-ui/package.json
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-xwiki/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-ui/package.json
M core/settings/settings-configurations-ui/package.json
M core/tiptap-extensions/tiptap-extension-image/package.json
M core/tiptap-extensions/tiptap-link-suggest-ui/package.json
M core/uiextension/uiextension-api/package.json
M core/uiextension/uiextension-ui/package.json
M core/user/user-ui/package.json
M core/wiki-config/wiki-config-api/package.json
M core/wiki-config/wiki-config-default/package.json
M dev/test-utils/package.json
M ds/api/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/blocknote-headless/package.json
M editors/blocknote/package.json
M editors/tiptap/package.json
M electron/authentication/authentication-github/authentication-github-renderer/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json
M electron/renderer/package.json
M extensions/menubuttons/package.json
M lib/package.json
M pnpm-lock.yaml
M sharedworker/impl/package.json
M skin/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
CRISTAL-666: Upgrade to vue 3.5.22 (#1248)
Commit: 2bc68541c8909d68bb6f35884fc87df01dca6185
https://github.com/xwiki-contrib/cristal/commit/2bc68541c8909d68bb6f35884fc…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-06 (Mon, 06 Oct 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency jiti to v2.6.1
Commit: fcdfc7158464c9c4d4c00f523486a91e24d3a8c8
https://github.com/xwiki-contrib/cristal/commit/fcdfc7158464c9c4d4c00f52348…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-06 (Mon, 06 Oct 2025)
Changed paths:
M editors/blocknote-react/package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-669: Upgrade to mantine 8.3.3 (#1246)
Commit: 2aeded31216bc74beb1a2265162e19593791128a
https://github.com/xwiki-contrib/cristal/commit/2aeded31216bc74beb1a2265162…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-06 (Mon, 06 Oct 2025)
Changed paths:
M ds/vuetify/package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-663: Upgrade to vuetify 3.10.4
Commit: 7bb5c66d9fc0fd105685a8f4fce722aa1a436b61
https://github.com/xwiki-contrib/cristal/commit/7bb5c66d9fc0fd105685a8f4fce…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-06 (Mon, 06 Oct 2025)
Changed paths:
M pnpm-lock.yaml
M sources/xwiki/mock-server/package.json
Log Message:
-----------
[Misc] Update dependency dotenv to v17.2.3 (#1268)
Commit: 278d6dc56ae0995c8d836118289551031e427a8b
https://github.com/xwiki-contrib/cristal/commit/278d6dc56ae0995c8d836118289…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-06 (Mon, 06 Oct 2025)
Changed paths:
M api/package.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-default/package.json
M core/authentication/authentication-github-state/package.json
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-github/package.json
M core/authentication/authentication-nextcloud-state/package.json
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-nextcloud/package.json
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/browser/browser-default/package.json
M core/collaboration/collaboration-api/package.json
M core/collaboration/collaboration-hocuspocus/package.json
M core/collaboration/collaboration-xwiki/package.json
M core/date/date-api/package.json
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/package.json
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-default/package.json
M core/history/history-github/package.json
M core/history/history-ui/package.json
M core/history/history-xwiki/package.json
M core/info-actions/info-actions-default/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M core/markdown/markdown-default/package.json
M core/model/model-click-listener/package.json
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-github/package.json
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json
M core/model/model-remote-url/model-remote-url-github/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/package.json
M core/page/page-api/package.json
M core/rename/rename-default/package.json
M core/rename/rename-filesystem/package.json
M core/settings/settings-browser/package.json
M core/settings/settings-configurations-ui/package.json
M core/settings/settings-configurations/package.json
M core/settings/settings-default/package.json
M core/uiextension/uiextension-default/package.json
M core/uniast/uniast-html/package.json
M core/uniast/uniast-markdown/package.json
M core/wiki-config/wiki-config-default/package.json
M dev/test-utils/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/blocknote-headless/package.json
M editors/blocknote/package.json
M editors/tiptap/package.json
M electron/authentication/authentication-github/authentication-github-renderer/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/package.json
M electron/link-suggest/link-suggest-filesystem/package.json
M electron/renderer/package.json
M electron/settings/settings-renderer/package.json
M electron/storage/package.json
M extension-manager/package.json
M extensions/menubuttons/package.json
M lib/package.json
M pnpm-lock.yaml
M sharedworker/impl/package.json
M skin/package.json
M utils/inversify/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
CRISTAL-668: Upgrade to inversify 7.10.2 (#1269)
Commit: 4d7a937fd8b41911b56e4971ec5d6ea60869cf4e
https://github.com/xwiki-contrib/cristal/commit/4d7a937fd8b41911b56e4971ec5…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-06 (Mon, 06 Oct 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update @typescript-eslint to v8.45.0 (#1265)
Commit: 801d4763924fcb9f708f0f3b584223f2be103214
https://github.com/xwiki-contrib/cristal/commit/801d4763924fcb9f708f0f3b584…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-06 (Mon, 06 Oct 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency typescript-eslint to v8.45.0 (#1267)
Commit: 9d2315f48cddfd820dfa05db2e2cd05d69803843
https://github.com/xwiki-contrib/cristal/commit/9d2315f48cddfd820dfa05db2e2…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-06 (Mon, 06 Oct 2025)
Changed paths:
M editors/blocknote-react/package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency @types/react-dom to v19.2.0 (#1257)
Commit: 9168d97f7746a4ca226819ebb872b779a6d4f2b1
https://github.com/xwiki-contrib/cristal/commit/9168d97f7746a4ca226819ebb87…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-06 (Mon, 06 Oct 2025)
Changed paths:
M electron/authentication/authentication-github/authentication-github-main/package.json
M electron/authentication/authentication-github/authentication-github-preload/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
M electron/browser/package.json
M electron/main/package.json
M electron/package.json
M electron/settings/settings-main/package.json
M electron/settings/settings-preload/package.json
M electron/storage/package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-667: Upgrade to electron 38.2.1 (#1283)
Commit: deb4e42415b37020ce6247a1a8d563d3c4927505
https://github.com/xwiki-contrib/cristal/commit/deb4e42415b37020ce6247a1a8d…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-10-06 (Mon, 06 Oct 2025)
Changed paths:
M api/package.json
M authentication-server/package.json
M core/alerts/alerts-api/package.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-api/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-api/package.json
M core/authentication/authentication-default/package.json
M core/authentication/authentication-github-state/package.json
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-github/package.json
M core/authentication/authentication-nextcloud-state/package.json
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-nextcloud/package.json
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/browser/browser-api/package.json
M core/browser/browser-default/package.json
M core/collaboration/collaboration-api/package.json
M core/collaboration/collaboration-hocuspocus/package.json
M core/collaboration/collaboration-xwiki/package.json
M core/configuration/configuration-api/package.json
M core/configuration/configuration-web/package.json
M core/date/date-api/package.json
M core/date/date-ui/package.json
M core/document/document-api/package.json
M core/document/document-default/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/package.json
M core/extra-tabs/extra-tabs-ui/package.json
M core/file-preview/file-preview-ui/package.json
M core/fn-utils/package.json
M core/hierarchy/hierarchy-api/package.json
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-api/package.json
M core/history/history-default/package.json
M core/history/history-github/package.json
M core/history/history-ui/package.json
M core/history/history-xwiki/package.json
M core/icons/package.json
M core/info-actions/info-actions-api/package.json
M core/info-actions/info-actions-default/package.json
M core/info-actions/info-actions-ui/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M core/markdown/markdown-api/package.json
M core/markdown/markdown-default/package.json
M core/model/model-api/package.json
M core/model/model-click-listener/package.json
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-github/package.json
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json
M core/model/model-remote-url/model-remote-url-github/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-api/package.json
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/package.json
M core/page/page-api/package.json
M core/page/page-default/package.json
M core/rename/rename-api/package.json
M core/rename/rename-default/package.json
M core/rename/rename-filesystem/package.json
M core/settings/settings-api/package.json
M core/settings/settings-browser/package.json
M core/settings/settings-configurations-ui/package.json
M core/settings/settings-configurations/package.json
M core/settings/settings-default/package.json
M core/tiptap-extensions/tiptap-extension-image/package.json
M core/tiptap-extensions/tiptap-link-suggest-ui/package.json
M core/uiextension/uiextension-api/package.json
M core/uiextension/uiextension-default/package.json
M core/uiextension/uiextension-ui/package.json
M core/uniast/uniast-api/package.json
M core/uniast/uniast-html/package.json
M core/uniast/uniast-markdown/package.json
M core/user/user-ui/package.json
M core/wiki-config/wiki-config-api/package.json
M core/wiki-config/wiki-config-default/package.json
M core/xwiki/xwiki-utils/package.json
M dev/config/package.json
M dev/test-utils/package.json
M ds/api/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/blocknote-headless/package.json
M editors/blocknote-react/package.json
M editors/blocknote/package.json
M editors/tiptap/package.json
M electron/authentication/authentication-github/authentication-github-main/package.json
M electron/authentication/authentication-github/authentication-github-preload/package.json
M electron/authentication/authentication-github/authentication-github-renderer/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/package.json
M electron/link-suggest/link-suggest-filesystem/package.json
M electron/main/package.json
M electron/package.json
M electron/preload/package.json
M electron/renderer/package.json
M electron/settings/settings-main/package.json
M electron/settings/settings-preload/package.json
M electron/settings/settings-renderer/package.json
M electron/state/package.json
M electron/storage/package.json
M extension-manager/package.json
M extensions/menubuttons/package.json
M lib/package.json
M package.json
M pnpm-lock.yaml
M pnpm-workspace.yaml
M realtime/package.json
M sharedworker/api/package.json
M sharedworker/impl/package.json
M skin/package.json
M sources/xwiki/mock-server/package.json
M utils/inversify/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
CRISTAL-681: Move dependency version to pnpm catalog (#1284)
Commit: c08e4e789d952109121599cb517e91e1d3fb250d
https://github.com/xwiki-contrib/cristal/commit/c08e4e789d952109121599cb517…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-10-06 (Mon, 06 Oct 2025)
Changed paths:
R ds/dsfr/CHANGELOG.md
R ds/dsfr/api-extractor.json
R ds/dsfr/etc/cristal-dsfr.api.md
R ds/dsfr/package.json
R ds/dsfr/src/components/componentsInit.ts
R ds/dsfr/src/components/dsfrDesignSystemLoader.ts
R ds/dsfr/src/index.ts
R ds/dsfr/src/vue/__tests__/x-col.test.ts
R ds/dsfr/src/vue/x-alert.vue
R ds/dsfr/src/vue/x-avatar.vue
R ds/dsfr/src/vue/x-btn.vue
R ds/dsfr/src/vue/x-card.vue
R ds/dsfr/src/vue/x-col.vue
R ds/dsfr/src/vue/x-container.vue
R ds/dsfr/src/vue/x-dialog.vue
R ds/dsfr/src/vue/x-divider.vue
R ds/dsfr/src/vue/x-img.vue
R ds/dsfr/src/vue/x-load.vue
R ds/dsfr/src/vue/x-menu.vue
R ds/dsfr/src/vue/x-menuitem.vue
R ds/dsfr/src/vue/x-row.vue
R ds/dsfr/src/vue/x-textfield.vue
R ds/dsfr/tsconfig.json
R ds/dsfr/vite.config.ts
R ds/dsfr/vitest.config.ts
M electron/renderer/src/index.ts
M pnpm-lock.yaml
M pnpm-workspace.yaml
M web/public/config.json
M web/src/index.ts
Log Message:
-----------
CRISTAL-682: Remove deprecated dsfr design system (#1285)
Commit: 44b40edef327467861f7306d25337dd4ab82be62
https://github.com/xwiki-contrib/cristal/commit/44b40edef327467861f7306d253…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-07 (Tue, 07 Oct 2025)
Changed paths:
M pnpm-lock.yaml
M pnpm-workspace.yaml
Log Message:
-----------
CRISTAL-683: Upgrade to fast-xml-parser 5.3.0 (#1287)
Commit: 873fa0565ea692ae60849ca44026135de1994471
https://github.com/xwiki-contrib/cristal/commit/873fa0565ea692ae60849ca4402…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-07 (Tue, 07 Oct 2025)
Changed paths:
M pnpm-lock.yaml
M pnpm-workspace.yaml
Log Message:
-----------
[Misc] Update dependency @types/sharedworker to v0.0.185 (#1278)
Commit: 30632e5bd9a951a3b0ae25d31c8ebfa6d6a42aa9
https://github.com/xwiki-contrib/cristal/commit/30632e5bd9a951a3b0ae25d31c8…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-07 (Tue, 07 Oct 2025)
Changed paths:
M pnpm-lock.yaml
M pnpm-workspace.yaml
Log Message:
-----------
CRISTAL-674: Upgrade to i18next 25.5.3 (#1274)
Commit: 5f6092084c361ec3432efabbed1b7a1f1313c694
https://github.com/xwiki-contrib/cristal/commit/5f6092084c361ec3432efabbed1…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-07 (Tue, 07 Oct 2025)
Changed paths:
M pnpm-lock.yaml
M pnpm-workspace.yaml
Log Message:
-----------
CRISTAL-684: Upgrade to electron-store 11.0.0 (#1261)
Commit: 524bc6e8e35391b4b5ab1398b2e792eba98307a4
https://github.com/xwiki-contrib/cristal/commit/524bc6e8e35391b4b5ab1398b2e…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-07 (Tue, 07 Oct 2025)
Changed paths:
M pnpm-lock.yaml
M pnpm-workspace.yaml
Log Message:
-----------
[Misc] Update dependency @types/sharedworker to v0.0.186 (#1289)
Commit: a2255e9f936e982def721f781aef586859329186
https://github.com/xwiki-contrib/cristal/commit/a2255e9f936e982def721f781ae…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-10-07 (Tue, 07 Oct 2025)
Changed paths:
M electron/package.json
M pnpm-lock.yaml
M pnpm-workspace.yaml
Log Message:
-----------
CRISTAL-681: Move dependency version to pnpm catalog
Don't use the catalog for electron-updater because electron-builder fails to check it's version with the catalog indirection.
Commit: c2fb95740b0b427039a4665b1f30f37967826dfa
https://github.com/xwiki-contrib/cristal/commit/c2fb95740b0b427039a4665b1f3…
Author: ClementEXWiki <clement.eraud(a)xwiki.com>
Date: 2025-10-09 (Thu, 09 Oct 2025)
Changed paths:
M core/fn-utils/src/index.ts
M editors/blocknote-headless/src/components/linkEditionContext.ts
M editors/blocknote-react/etc/cristal-editors-blocknote-react.api.md
M editors/blocknote-react/src/__tests__/SearchBox.story.tsx
M editors/blocknote-react/src/components/BlockNoteViewWrapper.tsx
M editors/blocknote-react/src/components/SearchBox.tsx
M editors/blocknote-react/src/components/images/ImageSelector.tsx
M editors/blocknote-react/src/components/links/LinkEditor.tsx
M editors/blocknote-react/src/langs/translation-en.json
M editors/blocknote-react/src/misc/linkSuggest.ts
Log Message:
-----------
CRISTAL-626: Blocknote does not support the absence of link suggest for the current backend (#1262)
Commit: 4f4dc06484ed272763788f94af868fce5c231798
https://github.com/xwiki-contrib/cristal/commit/4f4dc06484ed272763788f94af8…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-09 (Thu, 09 Oct 2025)
Changed paths:
M package.json
Log Message:
-----------
[Misc] Update pnpm to v10.18.1 (#1293)
Commit: 03006f3e70c58b0e554631d85540461ea5b372ea
https://github.com/xwiki-contrib/cristal/commit/03006f3e70c58b0e554631d8554…
Author: ClementEXWiki <clement.eraud(a)xwiki.com>
Date: 2025-10-10 (Fri, 10 Oct 2025)
Changed paths:
M .github/renovate.json5
M api/src/api/WikiConfig.ts
M core/collaboration/collaboration-hocuspocus/src/hocuspocusCollaborationProvider.ts
M core/settings/settings-configurations-ui/src/vue/ConfigurationEdit.vue
R core/tiptap-extensions/tiptap-extension-image/CHANGELOG.md
R core/tiptap-extensions/tiptap-extension-image/api-extractor.json
R core/tiptap-extensions/tiptap-extension-image/etc/cristal-tiptap-extension-image.api.md
R core/tiptap-extensions/tiptap-extension-image/langs/translation-en.json
R core/tiptap-extensions/tiptap-extension-image/langs/translation-fr.json
R core/tiptap-extensions/tiptap-extension-image/package.json
R core/tiptap-extensions/tiptap-extension-image/src/CristalTiptapImage.ts
R core/tiptap-extensions/tiptap-extension-image/src/ImageInsert.ts
R core/tiptap-extensions/tiptap-extension-image/src/index.ts
R core/tiptap-extensions/tiptap-extension-image/src/translations.ts
R core/tiptap-extensions/tiptap-extension-image/src/vue/ImageInsertView.vue
R core/tiptap-extensions/tiptap-extension-image/src/vue/ImageView.vue
R core/tiptap-extensions/tiptap-extension-image/tsconfig.json
R core/tiptap-extensions/tiptap-extension-image/tsdoc.json
R core/tiptap-extensions/tiptap-extension-image/vite.config.ts
R core/tiptap-extensions/tiptap-extension-image/vitest.config.ts
R core/tiptap-extensions/tiptap-link-suggest-ui/CHANGELOG.md
R core/tiptap-extensions/tiptap-link-suggest-ui/api-extractor.json
R core/tiptap-extensions/tiptap-link-suggest-ui/etc/cristal-tiptap-link-suggest-ui.api.md
R core/tiptap-extensions/tiptap-link-suggest-ui/package.json
R core/tiptap-extensions/tiptap-link-suggest-ui/src/index.ts
R core/tiptap-extensions/tiptap-link-suggest-ui/src/vue/LinkSuggestItem.vue
R core/tiptap-extensions/tiptap-link-suggest-ui/tsconfig.json
R core/tiptap-extensions/tiptap-link-suggest-ui/tsdoc.json
R core/tiptap-extensions/tiptap-link-suggest-ui/vite.config.ts
R core/tiptap-extensions/tiptap-link-suggest-ui/vitest.config.ts
R editors/tiptap/CHANGELOG.md
R editors/tiptap/api-extractor.json
R editors/tiptap/etc/cristal-editors-tiptap.api.md
R editors/tiptap/langs/translation-de.json
R editors/tiptap/langs/translation-en.json
R editors/tiptap/package.json
R editors/tiptap/src/components/componentsInit.ts
R editors/tiptap/src/components/extensions/__tests__/slash.test.ts
R editors/tiptap/src/components/extensions/actionCategoryDescriptor.ts
R editors/tiptap/src/components/extensions/actionDescriptor.ts
R editors/tiptap/src/components/extensions/bubble-menu.ts
R editors/tiptap/src/components/extensions/bubble-menu/BubbleMenuAction.ts
R editors/tiptap/src/components/extensions/bubble-menu/image-actions.ts
R editors/tiptap/src/components/extensions/bubble-menu/text-actions.ts
R editors/tiptap/src/components/extensions/filter-helper.ts
R editors/tiptap/src/components/extensions/link-suggest.ts
R editors/tiptap/src/components/extensions/link-suggestion-action-descriptor.ts
R editors/tiptap/src/components/extensions/link-type.ts
R editors/tiptap/src/components/extensions/menu-helpers.ts
R editors/tiptap/src/components/extensions/slash.ts
R editors/tiptap/src/components/uixTiptapEditorProvider.ts
R editors/tiptap/src/extensions/autoSaver.ts
R editors/tiptap/src/extensions/collaborationKit.ts
R editors/tiptap/src/extensions/collaborationKitOptions.ts
R editors/tiptap/src/extensions/link.ts
R editors/tiptap/src/extensions/markdown.ts
R editors/tiptap/src/extensions/user.ts
R editors/tiptap/src/images/noavatar.png
R editors/tiptap/src/index.ts
R editors/tiptap/src/png.d.ts
R editors/tiptap/src/stores/actions.ts
R editors/tiptap/src/stores/getters.ts
R editors/tiptap/src/stores/link-suggest-store.ts
R editors/tiptap/src/stores/props.ts
R editors/tiptap/src/stores/slash-store.ts
R editors/tiptap/src/stores/state.ts
R editors/tiptap/src/tiptap/helpers.ts
R editors/tiptap/src/translations.ts
R editors/tiptap/src/vue/c-connection-status.vue
R editors/tiptap/src/vue/c-edit-tiptap.vue
R editors/tiptap/src/vue/c-save-status.vue
R editors/tiptap/src/vue/c-tiptap-bubble-menu.vue
R editors/tiptap/src/vue/c-tiptap-link-edit.vue
R editors/tiptap/src/vue/c-tiptap-link-suggest.vue
R editors/tiptap/src/vue/c-tiptap-selector.vue
R editors/tiptap/src/vue/compute-current-user.ts
R editors/tiptap/src/vue/list-navigation-helper.ts
R editors/tiptap/src/vue/on-quit-helper.ts
R editors/tiptap/tsconfig.json
R editors/tiptap/tsdoc.json
R editors/tiptap/vite.config.ts
R editors/tiptap/vitest.config.ts
M electron/settings/settings-main/src/defaultSettings.json
M lib/package.json
M lib/src/default/defaultComponentsList.ts
M package.json
M pnpm-lock.yaml
M pnpm-workspace.yaml
M skin/src/vue/c-edit.vue
M web/public/config.json
Log Message:
-----------
CRISTAL-639: Remove TipTap editor (#1243)
Commit: 4c19ae7d5082e27f6fd00e50d8bd25ce71095876
https://github.com/xwiki-contrib/cristal/commit/4c19ae7d5082e27f6fd00e50d8b…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-10-10 (Fri, 10 Oct 2025)
Changed paths:
M pnpm-lock.yaml
M pnpm-workspace.yaml
Log Message:
-----------
[Misc] Update dependency typescript-eslint to v8.46.0 (#1295)
Commit: 4c21a3cbb0dc27a514ad489b66e7acd71586a963
https://github.com/xwiki-contrib/cristal/commit/4c21a3cbb0dc27a514ad489b66e…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2025-10-13 (Mon, 13 Oct 2025)
Changed paths:
M .github/renovate.json5
M README.md
M api/CHANGELOG.md
M api/package.json
M api/src/api/WikiConfig.ts
M authentication-server/CHANGELOG.md
M authentication-server/package.json
M core/alerts/alerts-api/CHANGELOG.md
M core/alerts/alerts-api/package.json
M core/alerts/alerts-default/CHANGELOG.md
M core/alerts/alerts-default/package.json
M core/alerts/alerts-ui/CHANGELOG.md
A core/alerts/alerts-ui/langs/translation-da.json
M core/alerts/alerts-ui/package.json
M core/attachments/attachments-api/CHANGELOG.md
M core/attachments/attachments-api/package.json
M core/attachments/attachments-default/CHANGELOG.md
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/CHANGELOG.md
A core/attachments/attachments-ui/langs/translation-da.json
M core/attachments/attachments-ui/package.json
M core/attachments/attachments-ui/src/vue/AttachmentsTable.vue
M core/attachments/attachments-ui/src/vue/__tests__/AttachmentsTable.test.ts
M core/authentication/authentication-api/CHANGELOG.md
M core/authentication/authentication-api/package.json
M core/authentication/authentication-default/CHANGELOG.md
M core/authentication/authentication-default/package.json
M core/authentication/authentication-github-state/CHANGELOG.md
M core/authentication/authentication-github-state/package.json
M core/authentication/authentication-github-ui/CHANGELOG.md
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-github/CHANGELOG.md
M core/authentication/authentication-github/package.json
M core/authentication/authentication-nextcloud-state/CHANGELOG.md
M core/authentication/authentication-nextcloud-state/package.json
M core/authentication/authentication-nextcloud-ui/CHANGELOG.md
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-nextcloud/CHANGELOG.md
M core/authentication/authentication-nextcloud/package.json
M core/authentication/authentication-ui/CHANGELOG.md
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-xwiki/CHANGELOG.md
M core/authentication/authentication-xwiki/package.json
M core/backends/backend-api/CHANGELOG.md
M core/backends/backend-api/package.json
M core/backends/backend-dexie/CHANGELOG.md
M core/backends/backend-dexie/package.json
M core/backends/backend-github/CHANGELOG.md
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/CHANGELOG.md
M core/backends/backend-nextcloud/package.json
M core/backends/backend-nextcloud/src/nextcloudStorage.ts
M core/backends/backend-xwiki/CHANGELOG.md
M core/backends/backend-xwiki/package.json
M core/browser/browser-api/CHANGELOG.md
M core/browser/browser-api/package.json
M core/browser/browser-default/CHANGELOG.md
M core/browser/browser-default/package.json
M core/collaboration/collaboration-api/CHANGELOG.md
M core/collaboration/collaboration-api/package.json
M core/collaboration/collaboration-hocuspocus/CHANGELOG.md
M core/collaboration/collaboration-hocuspocus/package.json
M core/collaboration/collaboration-hocuspocus/src/hocuspocusCollaborationProvider.ts
M core/collaboration/collaboration-xwiki/CHANGELOG.md
M core/collaboration/collaboration-xwiki/package.json
M core/configuration/configuration-api/CHANGELOG.md
M core/configuration/configuration-api/package.json
M core/configuration/configuration-web/CHANGELOG.md
M core/configuration/configuration-web/package.json
M core/date/date-api/CHANGELOG.md
M core/date/date-api/package.json
M core/date/date-ui/CHANGELOG.md
M core/date/date-ui/package.json
M core/document/document-api/CHANGELOG.md
M core/document/document-api/package.json
M core/document/document-default/CHANGELOG.md
M core/document/document-default/package.json
M core/document/document-default/src/defaultDocumentService.ts
M core/extra-tabs/extra-tabs-api/CHANGELOG.md
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-default/CHANGELOG.md
M core/extra-tabs/extra-tabs-default/package.json
M core/extra-tabs/extra-tabs-ui/CHANGELOG.md
M core/extra-tabs/extra-tabs-ui/package.json
M core/file-preview/file-preview-ui/CHANGELOG.md
M core/file-preview/file-preview-ui/package.json
M core/fn-utils/CHANGELOG.md
M core/fn-utils/package.json
M core/fn-utils/src/index.ts
M core/hierarchy/hierarchy-api/CHANGELOG.md
M core/hierarchy/hierarchy-api/package.json
M core/hierarchy/hierarchy-default/CHANGELOG.md
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-filesystem/CHANGELOG.md
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-github/CHANGELOG.md
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-nextcloud/CHANGELOG.md
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-xwiki/CHANGELOG.md
M core/hierarchy/hierarchy-xwiki/package.json
M core/history/history-api/CHANGELOG.md
M core/history/history-api/package.json
M core/history/history-default/CHANGELOG.md
M core/history/history-default/package.json
M core/history/history-github/CHANGELOG.md
M core/history/history-github/package.json
M core/history/history-ui/CHANGELOG.md
M core/history/history-ui/package.json
M core/history/history-xwiki/CHANGELOG.md
M core/history/history-xwiki/package.json
M core/icons/CHANGELOG.md
M core/icons/package.json
M core/info-actions/info-actions-api/CHANGELOG.md
M core/info-actions/info-actions-api/package.json
M core/info-actions/info-actions-default/CHANGELOG.md
M core/info-actions/info-actions-default/package.json
M core/info-actions/info-actions-ui/CHANGELOG.md
M core/info-actions/info-actions-ui/package.json
M core/link-suggest/link-suggest-api/CHANGELOG.md
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-nextcloud/CHANGELOG.md
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-xwiki/CHANGELOG.md
M core/link-suggest/link-suggest-xwiki/package.json
M core/markdown/markdown-api/CHANGELOG.md
M core/markdown/markdown-api/package.json
M core/markdown/markdown-default/CHANGELOG.md
M core/markdown/markdown-default/package.json
M core/model/model-api/CHANGELOG.md
M core/model/model-api/etc/cristal-model-api.api.md
M core/model/model-api/package.json
M core/model/model-api/src/index.ts
M core/model/model-click-listener/CHANGELOG.md
M core/model/model-click-listener/package.json
M core/model/model-local-url/CHANGELOG.md
M core/model/model-local-url/package.json
M core/model/model-reference/model-reference-api/CHANGELOG.md
M core/model/model-reference/model-reference-api/etc/cristal-model-reference-api.api.md
M core/model/model-reference/model-reference-api/package.json
M core/model/model-reference/model-reference-api/src/index.ts
M core/model/model-reference/model-reference-api/src/modelReferenceParser.ts
A core/model/model-reference/model-reference-api/src/modelReferenceParserOptions.ts
M core/model/model-reference/model-reference-filesystem/CHANGELOG.md
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-filesystem/src/__tests__/fileSystemModelReferenceParser.test.ts
M core/model/model-reference/model-reference-filesystem/src/filesystemModelReferenceParser.ts
M core/model/model-reference/model-reference-github/CHANGELOG.md
M core/model/model-reference/model-reference-github/package.json
M core/model/model-reference/model-reference-github/src/gitHubModelReferenceParser.ts
M core/model/model-reference/model-reference-nextcloud/CHANGELOG.md
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-nextcloud/src/nextcloudModelReferenceParser.ts
M core/model/model-reference/model-reference-xwiki/CHANGELOG.md
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-reference/model-reference-xwiki/src/__tests__/xWikiModelReferenceParser.test.ts
M core/model/model-reference/model-reference-xwiki/src/xWikiModelReferenceParser.ts
M core/model/model-remote-url/model-remote-url-api/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/package.json
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json
M core/model/model-remote-url/model-remote-url-github/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-github/package.json
M core/model/model-remote-url/model-remote-url-github/src/gitHubRemoteURLParser.ts
M core/model/model-remote-url/model-remote-url-github/src/gitHubRemoteURLSerializer.ts
M core/model/model-remote-url/model-remote-url-nextcloud/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLSerializer.ts
M core/model/model-remote-url/model-remote-url-xwiki/CHANGELOG.md
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/navigation-tree/navigation-tree-api/CHANGELOG.md
M core/navigation-tree/navigation-tree-api/package.json
M core/navigation-tree/navigation-tree-default/CHANGELOG.md
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-filesystem/CHANGELOG.md
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-github/CHANGELOG.md
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-nextcloud/CHANGELOG.md
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-xwiki/CHANGELOG.md
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/page-actions/page-actions-api/CHANGELOG.md
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-default/CHANGELOG.md
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-ui/CHANGELOG.md
M core/page-actions/page-actions-ui/package.json
M core/page/page-api/CHANGELOG.md
M core/page/page-api/package.json
M core/page/page-default/CHANGELOG.md
M core/page/page-default/package.json
M core/rename/rename-api/CHANGELOG.md
M core/rename/rename-api/package.json
M core/rename/rename-default/CHANGELOG.md
M core/rename/rename-default/package.json
M core/rename/rename-filesystem/CHANGELOG.md
M core/rename/rename-filesystem/package.json
M core/settings/settings-api/CHANGELOG.md
M core/settings/settings-api/package.json
M core/settings/settings-browser/CHANGELOG.md
M core/settings/settings-browser/package.json
M core/settings/settings-configurations-ui/CHANGELOG.md
M core/settings/settings-configurations-ui/package.json
M core/settings/settings-configurations-ui/src/vue/ConfigurationEdit.vue
M core/settings/settings-configurations/CHANGELOG.md
M core/settings/settings-configurations/package.json
M core/settings/settings-default/CHANGELOG.md
M core/settings/settings-default/package.json
R core/tiptap-extensions/tiptap-extension-image/CHANGELOG.md
R core/tiptap-extensions/tiptap-extension-image/api-extractor.json
R core/tiptap-extensions/tiptap-extension-image/etc/cristal-tiptap-extension-image.api.md
R core/tiptap-extensions/tiptap-extension-image/langs/translation-en.json
R core/tiptap-extensions/tiptap-extension-image/langs/translation-fr.json
R core/tiptap-extensions/tiptap-extension-image/package.json
R core/tiptap-extensions/tiptap-extension-image/src/CristalTiptapImage.ts
R core/tiptap-extensions/tiptap-extension-image/src/ImageInsert.ts
R core/tiptap-extensions/tiptap-extension-image/src/index.ts
R core/tiptap-extensions/tiptap-extension-image/src/translations.ts
R core/tiptap-extensions/tiptap-extension-image/src/vue/ImageInsertView.vue
R core/tiptap-extensions/tiptap-extension-image/src/vue/ImageView.vue
R core/tiptap-extensions/tiptap-extension-image/tsconfig.json
R core/tiptap-extensions/tiptap-extension-image/tsdoc.json
R core/tiptap-extensions/tiptap-extension-image/vite.config.ts
R core/tiptap-extensions/tiptap-extension-image/vitest.config.ts
R core/tiptap-extensions/tiptap-link-suggest-ui/CHANGELOG.md
R core/tiptap-extensions/tiptap-link-suggest-ui/api-extractor.json
R core/tiptap-extensions/tiptap-link-suggest-ui/etc/cristal-tiptap-link-suggest-ui.api.md
R core/tiptap-extensions/tiptap-link-suggest-ui/package.json
R core/tiptap-extensions/tiptap-link-suggest-ui/src/index.ts
R core/tiptap-extensions/tiptap-link-suggest-ui/src/vue/LinkSuggestItem.vue
R core/tiptap-extensions/tiptap-link-suggest-ui/tsconfig.json
R core/tiptap-extensions/tiptap-link-suggest-ui/tsdoc.json
R core/tiptap-extensions/tiptap-link-suggest-ui/vite.config.ts
R core/tiptap-extensions/tiptap-link-suggest-ui/vitest.config.ts
M core/uiextension/uiextension-api/CHANGELOG.md
M core/uiextension/uiextension-api/package.json
M core/uiextension/uiextension-default/CHANGELOG.md
M core/uiextension/uiextension-default/package.json
M core/uiextension/uiextension-ui/CHANGELOG.md
M core/uiextension/uiextension-ui/package.json
A core/uniast/uniast-api/CHANGELOG.md
M core/uniast/uniast-api/etc/cristal-uniast-api.api.md
M core/uniast/uniast-api/package.json
M core/uniast/uniast-api/src/ast.ts
R core/uniast/uniast-api/src/converterContext.ts
M core/uniast/uniast-api/src/index.ts
A core/uniast/uniast-html/CHANGELOG.md
M core/uniast/uniast-html/etc/cristal-uniast-html.api.md
M core/uniast/uniast-html/package.json
A core/uniast/uniast-html/src/component-init.ts
M core/uniast/uniast-html/src/html/__tests__/uniast-to-html.test.ts
A core/uniast/uniast-html/src/html/default-uni-ast-to-html-converter.ts
A core/uniast/uniast-html/src/html/uni-ast-to-html-converter.ts
R core/uniast/uniast-html/src/html/uniast-to-html.ts
M core/uniast/uniast-html/src/index.ts
A core/uniast/uniast-markdown/CHANGELOG.md
M core/uniast/uniast-markdown/etc/cristal-uniast-markdown.api.md
M core/uniast/uniast-markdown/package.json
M core/uniast/uniast-markdown/src/__tests__/converters.test.ts
A core/uniast/uniast-markdown/src/component-init.ts
M core/uniast/uniast-markdown/src/index.ts
A core/uniast/uniast-markdown/src/markdown/default-markdown-to-uni-ast-converter.ts
A core/uniast/uniast-markdown/src/markdown/default-uni-ast-to-markdown-converter.ts
A core/uniast/uniast-markdown/src/markdown/internal-links/parser/markdown-parser-configuration.ts
A core/uniast/uniast-markdown/src/markdown/internal-links/parser/parser-configuration-resolver.ts
A core/uniast/uniast-markdown/src/markdown/internal-links/serializer/filesystem-internal-link-serializer.ts
A core/uniast/uniast-markdown/src/markdown/internal-links/serializer/github-internal-link-serializer.ts
A core/uniast/uniast-markdown/src/markdown/internal-links/serializer/internal-links-serializer-resolver.ts
A core/uniast/uniast-markdown/src/markdown/internal-links/serializer/internal-links-serializer.ts
A core/uniast/uniast-markdown/src/markdown/internal-links/serializer/nextcloud-internal-link-serializer.ts
A core/uniast/uniast-markdown/src/markdown/internal-links/serializer/xwiki-internal-link-serializer.ts
A core/uniast/uniast-markdown/src/markdown/internal/find-first-match-in.ts
A core/uniast/uniast-markdown/src/markdown/internal/remark-partial-gfm.ts
A core/uniast/uniast-markdown/src/markdown/markdown-to-uni-ast-converter.ts
R core/uniast/uniast-markdown/src/markdown/md-to-uniast.ts
A core/uniast/uniast-markdown/src/markdown/uni-ast-to-markdown-converter.ts
R core/uniast/uniast-markdown/src/markdown/uniast-to-md.ts
R core/uniast/uniast-utils/api-extractor.json
R core/uniast/uniast-utils/etc/cristal-uniast-utils.api.md
R core/uniast/uniast-utils/package.json
R core/uniast/uniast-utils/src/createConverterContext.ts
R core/uniast/uniast-utils/src/index.ts
R core/uniast/uniast-utils/tsconfig.json
R core/uniast/uniast-utils/tsdoc.json
R core/uniast/uniast-utils/vite.config.ts
R core/uniast/uniast-utils/vitest.config.ts
M core/user/user-ui/CHANGELOG.md
M core/user/user-ui/package.json
M core/wiki-config/wiki-config-api/CHANGELOG.md
M core/wiki-config/wiki-config-api/package.json
M core/wiki-config/wiki-config-default/CHANGELOG.md
M core/wiki-config/wiki-config-default/package.json
M core/xwiki/xwiki-utils/CHANGELOG.md
M core/xwiki/xwiki-utils/package.json
M dev/config/CHANGELOG.md
M dev/config/package.json
M dev/test-utils/CHANGELOG.md
M dev/test-utils/package.json
M ds/api/CHANGELOG.md
M ds/api/package.json
R ds/dsfr/CHANGELOG.md
R ds/dsfr/api-extractor.json
R ds/dsfr/etc/cristal-dsfr.api.md
R ds/dsfr/package.json
R ds/dsfr/src/components/componentsInit.ts
R ds/dsfr/src/components/dsfrDesignSystemLoader.ts
R ds/dsfr/src/index.ts
R ds/dsfr/src/vue/__tests__/x-col.test.ts
R ds/dsfr/src/vue/x-alert.vue
R ds/dsfr/src/vue/x-avatar.vue
R ds/dsfr/src/vue/x-btn.vue
R ds/dsfr/src/vue/x-card.vue
R ds/dsfr/src/vue/x-col.vue
R ds/dsfr/src/vue/x-container.vue
R ds/dsfr/src/vue/x-dialog.vue
R ds/dsfr/src/vue/x-divider.vue
R ds/dsfr/src/vue/x-img.vue
R ds/dsfr/src/vue/x-load.vue
R ds/dsfr/src/vue/x-menu.vue
R ds/dsfr/src/vue/x-menuitem.vue
R ds/dsfr/src/vue/x-row.vue
R ds/dsfr/src/vue/x-textfield.vue
R ds/dsfr/tsconfig.json
R ds/dsfr/vite.config.ts
R ds/dsfr/vitest.config.ts
M ds/shoelace/CHANGELOG.md
M ds/shoelace/package.json
A ds/shoelace/src/vue/__tests__/x-file-input.test.ts
M ds/shoelace/src/vue/form/x-file-input.vue
M ds/vuetify/CHANGELOG.md
M ds/vuetify/package.json
M editors/blocknote-headless/CHANGELOG.md
M editors/blocknote-headless/package.json
M editors/blocknote-headless/src/components/linkEditionContext.ts
M editors/blocknote-headless/src/uniast/bn-to-uniast.ts
M editors/blocknote-headless/src/uniast/uniast-to-bn.ts
M editors/blocknote-headless/src/vue/c-blocknote-view.vue
M editors/blocknote-react/CHANGELOG.md
M editors/blocknote-react/etc/cristal-editors-blocknote-react.api.md
M editors/blocknote-react/package.json
M editors/blocknote-react/src/__tests__/SearchBox.story.tsx
M editors/blocknote-react/src/components/BlockNoteViewWrapper.tsx
M editors/blocknote-react/src/components/SearchBox.tsx
M editors/blocknote-react/src/components/images/ImageFilePanel.tsx
M editors/blocknote-react/src/components/images/ImageSelector.tsx
M editors/blocknote-react/src/components/links/LinkEditor.tsx
M editors/blocknote-react/src/langs/translation-en.json
M editors/blocknote-react/src/misc/linkSuggest.ts
M editors/blocknote/CHANGELOG.md
M editors/blocknote/langs/translation-de.json
M editors/blocknote/langs/translation-en.json
M editors/blocknote/package.json
M editors/blocknote/src/vue/c-edit-blocknote.vue
R editors/tiptap/CHANGELOG.md
R editors/tiptap/api-extractor.json
R editors/tiptap/etc/cristal-editors-tiptap.api.md
R editors/tiptap/langs/translation-de.json
R editors/tiptap/langs/translation-en.json
R editors/tiptap/package.json
R editors/tiptap/src/components/componentsInit.ts
R editors/tiptap/src/components/extensions/__tests__/slash.test.ts
R editors/tiptap/src/components/extensions/actionCategoryDescriptor.ts
R editors/tiptap/src/components/extensions/actionDescriptor.ts
R editors/tiptap/src/components/extensions/bubble-menu.ts
R editors/tiptap/src/components/extensions/bubble-menu/BubbleMenuAction.ts
R editors/tiptap/src/components/extensions/bubble-menu/image-actions.ts
R editors/tiptap/src/components/extensions/bubble-menu/text-actions.ts
R editors/tiptap/src/components/extensions/filter-helper.ts
R editors/tiptap/src/components/extensions/link-suggest.ts
R editors/tiptap/src/components/extensions/link-suggestion-action-descriptor.ts
R editors/tiptap/src/components/extensions/link-type.ts
R editors/tiptap/src/components/extensions/menu-helpers.ts
R editors/tiptap/src/components/extensions/slash.ts
R editors/tiptap/src/components/uixTiptapEditorProvider.ts
R editors/tiptap/src/extensions/autoSaver.ts
R editors/tiptap/src/extensions/collaborationKit.ts
R editors/tiptap/src/extensions/collaborationKitOptions.ts
R editors/tiptap/src/extensions/link.ts
R editors/tiptap/src/extensions/markdown.ts
R editors/tiptap/src/extensions/user.ts
R editors/tiptap/src/images/noavatar.png
R editors/tiptap/src/index.ts
R editors/tiptap/src/png.d.ts
R editors/tiptap/src/stores/actions.ts
R editors/tiptap/src/stores/getters.ts
R editors/tiptap/src/stores/link-suggest-store.ts
R editors/tiptap/src/stores/props.ts
R editors/tiptap/src/stores/slash-store.ts
R editors/tiptap/src/stores/state.ts
R editors/tiptap/src/tiptap/helpers.ts
R editors/tiptap/src/translations.ts
R editors/tiptap/src/vue/c-connection-status.vue
R editors/tiptap/src/vue/c-edit-tiptap.vue
R editors/tiptap/src/vue/c-save-status.vue
R editors/tiptap/src/vue/c-tiptap-bubble-menu.vue
R editors/tiptap/src/vue/c-tiptap-link-edit.vue
R editors/tiptap/src/vue/c-tiptap-link-suggest.vue
R editors/tiptap/src/vue/c-tiptap-selector.vue
R editors/tiptap/src/vue/compute-current-user.ts
R editors/tiptap/src/vue/list-navigation-helper.ts
R editors/tiptap/src/vue/on-quit-helper.ts
R editors/tiptap/tsconfig.json
R editors/tiptap/tsdoc.json
R editors/tiptap/vite.config.ts
R editors/tiptap/vitest.config.ts
M electron/CHANGELOG.md
M electron/authentication/authentication-github/authentication-github-main/CHANGELOG.md
M electron/authentication/authentication-github/authentication-github-main/package.json
M electron/authentication/authentication-github/authentication-github-preload/CHANGELOG.md
M electron/authentication/authentication-github/authentication-github-preload/package.json
M electron/authentication/authentication-github/authentication-github-renderer/CHANGELOG.md
M electron/authentication/authentication-github/authentication-github-renderer/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/CHANGELOG.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/CHANGELOG.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/CHANGELOG.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/CHANGELOG.md
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/CHANGELOG.md
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/CHANGELOG.md
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/browser/CHANGELOG.md
M electron/browser/package.json
M electron/link-suggest/link-suggest-filesystem/CHANGELOG.md
M electron/link-suggest/link-suggest-filesystem/package.json
M electron/link-suggest/link-suggest-filesystem/src/components/filesystemLinkSuggestService.ts
M electron/main/CHANGELOG.md
M electron/main/package.json
M electron/package.json
M electron/preload/CHANGELOG.md
M electron/preload/package.json
M electron/renderer/CHANGELOG.md
M electron/renderer/index.html
M electron/renderer/package.json
M electron/renderer/src/index.ts
M electron/settings/settings-main/CHANGELOG.md
M electron/settings/settings-main/package.json
M electron/settings/settings-main/src/defaultSettings.json
M electron/settings/settings-preload/CHANGELOG.md
M electron/settings/settings-preload/package.json
M electron/settings/settings-renderer/CHANGELOG.md
M electron/settings/settings-renderer/package.json
M electron/state/CHANGELOG.md
M electron/state/package.json
M electron/storage/CHANGELOG.md
M electron/storage/package.json
M electron/storage/src/electron/main/index.ts
M extension-manager/CHANGELOG.md
M extension-manager/package.json
M extensions/menubuttons/CHANGELOG.md
M extensions/menubuttons/package.json
M lib/CHANGELOG.md
M lib/package.json
M lib/src/default/defaultComponentsList.ts
M package.json
M pnpm-lock.yaml
M pnpm-workspace.yaml
M realtime/CHANGELOG.md
M realtime/package.json
M sharedworker/api/CHANGELOG.md
M sharedworker/api/package.json
M sharedworker/impl/CHANGELOG.md
M sharedworker/impl/package.json
M skin/CHANGELOG.md
M skin/package.json
M skin/src/vue/c-content.vue
M skin/src/vue/c-edit.vue
M skin/src/vue/renderMarkdown.ts
M sources/xwiki/mock-server/CHANGELOG.md
M sources/xwiki/mock-server/package.json
M utils/inversify/CHANGELOG.md
M utils/inversify/package.json
M web/CHANGELOG.md
M web/index.html
M web/package.json
M web/public/config.json
M web/src/index.ts
M xwiki/remoteinlineeditor/CHANGELOG.md
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
Merge branch 'main' into CRISTAL-539
Commit: 17deaac6a0b1f0e610d2eab383627e5e65bc9496
https://github.com/xwiki-contrib/cristal/commit/17deaac6a0b1f0e610d2eab3836…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2025-10-13 (Mon, 13 Oct 2025)
Changed paths:
M core/uiextension/uiextension-api/etc/cristal-uiextension-api.api.md
M core/uiextension/uiextension-api/package.json
M ds/api/etc/cristal-dsapi.api.md
M ds/api/src/XTree.ts
M lib/etc/cristal-lib.api.md
M pnpm-lock.yaml
M skin/src/vue/c-config-menu.vue
Log Message:
-----------
CRISTAL-539: Implement proposal for configurations UI
* Extract APIs
* Add missing documentation
* Other improvements
Compare: https://github.com/xwiki-contrib/cristal/compare/e7912c4530e4...17deaac6a0b1
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: b05b6016fe8efbd9d4a5090d9728f7c26cd4c60e
https://github.com/xwiki-contrib/cristal/commit/b05b6016fe8efbd9d4a5090d972…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2025-10-13 (Mon, 13 Oct 2025)
Changed paths:
M core/backends/backend-xwiki/src/__tests__/xwikiStorage.test.ts
M core/backends/backend-xwiki/src/xwikiStorage.ts
M sources/xwiki/mock-server/src/index.ts
M web/e2e/main-page.spec.ts
Log Message:
-----------
CRISTAL-693: Can't load page references with dots character on XWiki (#1291)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 54e4dc358fe95389808236fbf3bd3b13ee3ed880
https://github.com/xwiki/xwiki-platform/commit/54e4dc358fe95389808236fbf3bd…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-10-13 (Mon, 13 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/src/test/java/org/xwiki/export/pdf/internal/browser/AuthenticationCookieFilterTest.java
Log Message:
-----------
XWIKI-23586: Users are logged out after the server session expires even if the "Remember Me" option is ticked on Tomcat 11
* Add back the test for addHeader in PDF export tests to increase test
coverage.
(cherry picked from commit ab28a560b1c3ffa4fe758aed63a7b464b74e3502)
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: ab28a560b1c3ffa4fe758aed63a7b464b74e3502
https://github.com/xwiki/xwiki-platform/commit/ab28a560b1c3ffa4fe758aed63a7…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-10-13 (Mon, 13 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/src/test/java/org/xwiki/export/pdf/internal/browser/AuthenticationCookieFilterTest.java
Log Message:
-----------
XWIKI-23586: Users are logged out after the server session expires even if the "Remember Me" option is ticked on Tomcat 11
* Add back the test for addHeader in PDF export tests to increase test
coverage.
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: 477d54657c21d59cbd97cd3a21a2c8bbdc6738cf
https://github.com/xwiki/xwiki-platform/commit/477d54657c21d59cbd97cd3a21a2…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-13 (Mon, 13 Oct 2025)
Changed paths:
M xwiki-platform-core/pom.xml
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/macroEditor.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/macroWizard.css
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-include/src/main/java/org/xwiki/rendering/macro/include/IncludeMacroParameters.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-include/src/test/java/org/xwiki/rendering/internal/macro/include/IncludeMacroRefactoringTest.java
M xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/src/main/java/org/xwiki/wysiwyg/internal/macro/MacroDescriptorUIFactory.java
M xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/src/main/java/org/xwiki/wysiwyg/macro/AbstractMacroUINode.java
M xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/src/test/java/org/xwiki/wysiwyg/internal/macro/MacroDescriptorUIFactoryTest.java
Log Message:
-----------
XWIKI-20944: Include macro fails to execute when no reference is specified (#4613)
XWIKI-20944: Include macro fails to execute when no reference is specified
* Use the new feature mandatory parameter
* Fix the display of include macro mandatory parameter by handling the
specific case of a feature containing a group containing a single
parameter to display
* Add revapi ignores for the new mandatory boolean
* Fix a small bug related to validation of mandatory features
* Fix handling of features with a single group
* Stop removing hidden parameters from the dom
* Fix the display
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/XWIKI-20944
Home: https://github.com/xwiki/xwiki-platform
Commit: e8798cf7ea5fcc1a8fba8e79f9009c3940ff0587
https://github.com/xwiki/xwiki-platform/commit/e8798cf7ea5fcc1a8fba8e79f900…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-13 (Mon, 13 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-include/src/main/java/org/xwiki/rendering/macro/include/IncludeMacroParameters.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-macros/xwiki-platform-rendering-macro-include/src/test/java/org/xwiki/rendering/internal/macro/include/IncludeMacroRefactoringTest.java
Log Message:
-----------
XWIKI-20944: Include macro fails to execute when no reference is specified
* Use the new feature mandatory parameter
Commit: 9272afde127f3f8f719d07276267b85c104e77df
https://github.com/xwiki/xwiki-platform/commit/9272afde127f3f8f719d07276267…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-13 (Mon, 13 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/macroEditor.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/macroWizard.css
M xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/src/main/java/org/xwiki/wysiwyg/internal/macro/MacroDescriptorUIFactory.java
M xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/src/main/java/org/xwiki/wysiwyg/macro/AbstractMacroUINode.java
M xwiki-platform-core/xwiki-platform-wysiwyg/xwiki-platform-wysiwyg-api/src/test/java/org/xwiki/wysiwyg/internal/macro/MacroDescriptorUIFactoryTest.java
Log Message:
-----------
XWIKI-20944: Include macro fails to execute when no reference is specified
* Fix the display of include macro mandatory parameter by handling the
specific case of a feature containing a group containing a single
parameter to display
Commit: 3556e0a622d6c87f92f6ad83c833b6f46f4e56b8
https://github.com/xwiki/xwiki-platform/commit/3556e0a622d6c87f92f6ad83c833…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-13 (Mon, 13 Oct 2025)
Changed paths:
M xwiki-platform-core/pom.xml
Log Message:
-----------
XWIKI-20944: Include macro fails to execute when no reference is specified
* Add revapi ignores for the new mandatory boolean
Commit: 789ed72a981fc1b0b3dabb5a710934a524a53159
https://github.com/xwiki/xwiki-platform/commit/789ed72a981fc1b0b3dabb5a7109…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-13 (Mon, 13 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/macroEditor.js
Log Message:
-----------
XWIKI-20944: Include macro fails to execute when no reference is specified
* Fix a small bug related to validation of mandatory features
Commit: 03eb9795646851b5fc151c006dbdfd16aed3f0d3
https://github.com/xwiki/xwiki-platform/commit/03eb9795646851b5fc151c006dbd…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-13 (Mon, 13 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/macroEditor.js
Log Message:
-----------
XWIKI-20944: Include macro fails to execute when no reference is specified
* Fix handling of features with a single group
Commit: e7a55b25079c65a6eb0dd622b007ea6ba08bd9c0
https://github.com/xwiki/xwiki-platform/commit/e7a55b25079c65a6eb0dd622b007…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-13 (Mon, 13 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/macroEditor.js
Log Message:
-----------
XWIKI-23576: No picker displayed for the page parameter when inserting a new include macro
WIP: currently it breaks the UI
* Stop removing hidden parameters from the dom
Commit: 7c96a569b039176fe978ca7e6a08a743a6fb36fc
https://github.com/xwiki/xwiki-platform/commit/7c96a569b039176fe978ca7e6a08…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-10-13 (Mon, 13 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/macroEditor.js
Log Message:
-----------
XWIKI-23576: No picker displayed for the page parameter when inserting a new include macro
* Fix the display
Compare: https://github.com/xwiki/xwiki-platform/compare/4850ca8aaed6...7c96a569b039
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: 824a5283ac8594beb09d29d2f9fdf88dced495d6
https://github.com/xwiki/xwiki-platform/commit/824a5283ac8594beb09d29d2f9fd…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-10-13 (Mon, 13 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-realtime/plugin.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/RichTextAreaElement.java
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/InlineEditor.xml
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/resources/ApplicationResources.properties
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-ui/src/main/resources/XWiki/Realtime/Configuration.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/messages.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/saver.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/src/test/it/org/xwiki/realtime/wysiwyg/test/ui/RealtimeWYSIWYGEditorIT.java
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/editor.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/transformers.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/wysiwygEditor.js
Log Message:
-----------
XWIKI-23141: Fine-tune the realtime auto-save to prevent losing unsaved content
* Push / propagate the local state (for content and auto-saver) immediately when the visibility of the DOM document changes to hidden (i.e. when the user switches the tab / window, or closes the tab / window or navigates away).
* Store unsaved local changes in the browser session storage before the document gets hidden, and restore (possibly with a 3-way merge) the unsaved changes from the session storage when the user joins back the realtime collaboration session.
(cherry picked from commit 0acd3a6280aa7c939c36593575b5f15c13b1c1dd)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-17.8.x
Home: https://github.com/xwiki/xwiki-platform
Commit: bf788c4257af6d3f0db56e71e95e07f0697e655a
https://github.com/xwiki/xwiki-platform/commit/bf788c4257af6d3f0db56e71e95e…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-10-13 (Mon, 13 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-realtime/plugin.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/RichTextAreaElement.java
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/InlineEditor.xml
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/resources/ApplicationResources.properties
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-ui/src/main/resources/XWiki/Realtime/Configuration.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/messages.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/saver.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/src/test/it/org/xwiki/realtime/wysiwyg/test/ui/RealtimeWYSIWYGEditorIT.java
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/editor.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/transformers.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/wysiwygEditor.js
Log Message:
-----------
XWIKI-23141: Fine-tune the realtime auto-save to prevent losing unsaved content
* Push / propagate the local state (for content and auto-saver) immediately when the visibility of the DOM document changes to hidden (i.e. when the user switches the tab / window, or closes the tab / window or navigates away).
* Store unsaved local changes in the browser session storage before the document gets hidden, and restore (possibly with a 3-way merge) the unsaved changes from the session storage when the user joins back the realtime collaboration session.
(cherry picked from commit 0acd3a6280aa7c939c36593575b5f15c13b1c1dd)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: e88f0ba7d96c619cd98361eb8be197feea98123d
https://github.com/xwiki/xwiki-platform/commit/e88f0ba7d96c619cd98361eb8be1…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-10-13 (Mon, 13 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-realtime/plugin.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/RichTextAreaElement.java
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/InlineEditor.xml
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/resources/ApplicationResources.properties
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-ui/src/main/resources/XWiki/Realtime/Configuration.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/messages.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/saver.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/src/test/it/org/xwiki/realtime/wysiwyg/test/ui/RealtimeWYSIWYGEditorIT.java
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/editor.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/transformers.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/wysiwygEditor.js
Log Message:
-----------
XWIKI-23141: Fine-tune the realtime auto-save to prevent losing unsaved content
* Push / propagate the local state (for content and auto-saver) immediately when the visibility of the DOM document changes to hidden (i.e. when the user switches the tab / window, or closes the tab / window or navigates away).
* Store unsaved local changes in the browser session storage before the document gets hidden, and restore (possibly with a 3-way merge) the unsaved changes from the session storage when the user joins back the realtime collaboration session.
(cherry picked from commit 0acd3a6280aa7c939c36593575b5f15c13b1c1dd)
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: 0acd3a6280aa7c939c36593575b5f15c13b1c1dd
https://github.com/xwiki/xwiki-platform/commit/0acd3a6280aa7c939c36593575b5…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2025-10-13 (Mon, 13 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-realtime/plugin.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-test/xwiki-platform-ckeditor-test-pageobjects/src/main/java/org/xwiki/ckeditor/test/po/RichTextAreaElement.java
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/InlineEditor.xml
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/resources/ApplicationResources.properties
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-ui/src/main/resources/XWiki/Realtime/Configuration.xml
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/messages.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-webjar/src/main/webjar/saver.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-test/xwiki-platform-realtime-wysiwyg-test-docker/src/test/it/org/xwiki/realtime/wysiwyg/test/ui/RealtimeWYSIWYGEditorIT.java
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/editor.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/transformers.js
M xwiki-platform-core/xwiki-platform-realtime/xwiki-platform-realtime-wysiwyg/xwiki-platform-realtime-wysiwyg-webjar/src/main/webjar/wysiwygEditor.js
Log Message:
-----------
XWIKI-23141: Fine-tune the realtime auto-save to prevent losing unsaved content
* Push / propagate the local state (for content and auto-saver) immediately when the visibility of the DOM document changes to hidden (i.e. when the user switches the tab / window, or closes the tab / window or navigates away).
* Store unsaved local changes in the browser session storage before the document gets hidden, and restore (possibly with a 3-way merge) the unsaved changes from the session storage when the user joins back the realtime collaboration session.
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/documentation
Commit: 46111b0b1ae0b36b665ba56a06cafd76393e2176
https://github.com/xwiki-contrib/documentation/commit/46111b0b1ae0b36b665ba…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2025-10-10 (Fri, 10 Oct 2025)
Changed paths:
M documentation-ui/src/main/resources/DocApp/Code/ApplicationsPanelEntry.xml
M documentation-ui/src/main/resources/DocApp/Code/DocumentationClass.xml
M documentation-ui/src/main/resources/DocApp/Code/DocumentationReviewClass.xml
M documentation-ui/src/main/resources/DocApp/Code/DocumentationViolationClass.xml
M documentation-ui/src/main/resources/DocApp/Code/ExplanationDocumentationTemplate/WebHome.xml
M documentation-ui/src/main/resources/DocApp/Code/HowtoDocumentationTemplate/WebHome.xml
M documentation-ui/src/main/resources/DocApp/Code/LandingPageSheet.xml
M documentation-ui/src/main/resources/DocApp/Code/LandingPageTemplate/WebHome.xml
M documentation-ui/src/main/resources/DocApp/Code/ReferenceDocumentationTemplate/WebHome.xml
M documentation-ui/src/main/resources/DocApp/Code/TutorialDocumentationTemplate/WebHome.xml
Log Message:
-----------
XDOC-13: Add concept of Landing Pages
* Align all parent references
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/documentation/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/documentation
Commit: b0a2ae7d5f02092bcecb81ea9fd56d1ef6f1d056
https://github.com/xwiki-contrib/documentation/commit/b0a2ae7d5f02092bcecb8…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2025-10-10 (Fri, 10 Oct 2025)
Changed paths:
A documentation-ui/src/main/resources/DocApp/Code/LandingPageClass.xml
A documentation-ui/src/main/resources/DocApp/Code/LandingPageSheet.xml
A documentation-ui/src/main/resources/DocApp/Code/LandingPageTemplate/WebHome.xml
A documentation-ui/src/main/resources/DocApp/Code/LandingPageTemplateProvider.xml
Log Message:
-----------
XDOC-13: Add concept of Landing Pages
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/documentation/settings/notifications
Branch: refs/heads/feature-realtime-cluster
Home: https://github.com/xwiki/xwiki-platform
Commit: d098c66131107eb74de2b8fcb3ecdb80537ed908
https://github.com/xwiki/xwiki-platform/commit/d098c66131107eb74de2b8fcb3ec…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-10-10 (Fri, 10 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-netflux/pom.xml
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/DefaultEntityChannelStore.java
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/EntityChannelScriptAuthorBot.java
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/test/java/org/xwiki/netflux/internal/DefaultEntityChannelStoreTest.java
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/test/java/org/xwiki/netflux/internal/EntityChannelScriptAuthorBotTest.java
A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-remote/pom.xml
A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-remote/src/main/java/org/xwiki/netflux/internal/RemoteUser.java
A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-remote/src/main/java/org/xwiki/netflux/internal/RemoteUserHandler.java
A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-remote/src/main/resources/META-INF/components.txt
Log Message:
-----------
XCOMMONS-3451: Realtime editing doesn't support clustering
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/feature-realtime-cluster
Home: https://github.com/xwiki/xwiki-commons
Commit: d8320b1d83e146709f934b4bf7bc705e024abb3a
https://github.com/xwiki/xwiki-commons/commit/d8320b1d83e146709f934b4bf7bc7…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-10-10 (Fri, 10 Oct 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/Bot.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/Channel.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/ChannelStore.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/HistoryKeeper.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/NetfluxEndpoint.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/NetfluxException.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/User.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/user/DefaultUserHandler.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/user/NoUserHandlerException.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/user/UserHandler.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/user/local/LocalUser.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/user/local/LocalUserHandler.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/resources/META-INF/components.txt
M xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/ChannelTest.java
M xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/HistoryKeeperTest.java
M xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/NetfluxEndpointTest.java
Log Message:
-----------
XCOMMONS-3451: Realtime editing doesn't support clustering
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/feature-realtime-cluster
Home: https://github.com/xwiki/xwiki-commons
Commit: 3dfb7381d58eb9ec752eba7fb821ed3bb1679731
https://github.com/xwiki/xwiki-commons/commit/3dfb7381d58eb9ec752eba7fb821e…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-10-10 (Fri, 10 Oct 2025)
Changed paths:
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/Bot.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/Channel.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/ChannelStore.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/HistoryKeeper.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/NetfluxEndpoint.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/NetfluxException.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/User.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/user/DefaultUserHandler.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/user/NoUserHandlerException.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/user/UserHandler.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/user/local/LocalUser.java
A xwiki-commons-core/xwiki-commons-netflux/src/main/java/org/xwiki/netflux/internal/user/local/LocalUserHandler.java
M xwiki-commons-core/xwiki-commons-netflux/src/main/resources/META-INF/components.txt
M xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/ChannelTest.java
M xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/HistoryKeeperTest.java
M xwiki-commons-core/xwiki-commons-netflux/src/test/java/org/xwiki/netflux/internal/NetfluxEndpointTest.java
Log Message:
-----------
XCOMMONS-3451: Realtime editing doesn't support clustering
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/feature-realtime-cluster
Home: https://github.com/xwiki/xwiki-platform
Commit: fac8e91f23baa54320dfd1c934ddaa12666b9bf3
https://github.com/xwiki/xwiki-platform/commit/fac8e91f23baa54320dfd1c934dd…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-10-10 (Fri, 10 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/XWiki.java
Log Message:
-----------
XWIKI-23588: Abusive modification of the cached document when clicking the email link for validating a new account
Commit: c53d5d648aa5ea4eefbbf18dd118d2ea17afd657
https://github.com/xwiki/xwiki-platform/commit/c53d5d648aa5ea4eefbbf18dd118…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-10-10 (Fri, 10 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-netflux/pom.xml
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/DefaultEntityChannelStore.java
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/main/java/org/xwiki/netflux/internal/EntityChannelScriptAuthorBot.java
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/test/java/org/xwiki/netflux/internal/DefaultEntityChannelStoreTest.java
M xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-api/src/test/java/org/xwiki/netflux/internal/EntityChannelScriptAuthorBotTest.java
A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-remote/pom.xml
A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-remote/src/main/java/org/xwiki/netflux/internal/RemoteUser.java
A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-remote/src/main/java/org/xwiki/netflux/internal/RemoteUserHandler.java
A xwiki-platform-core/xwiki-platform-netflux/xwiki-platform-netflux-remote/src/main/resources/META-INF/components.txt
Log Message:
-----------
XCOMMONS-3451: Realtime editing doesn't support clustering
Compare: https://github.com/xwiki/xwiki-platform/compare/fac8e91f23ba%5E...c53d5d648…
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 45e14e5afccf4b69a6493fea0a8b0ff178ba5cbe
https://github.com/xwiki/xwiki-platform/commit/45e14e5afccf4b69a6493fea0a8b…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-10-10 (Fri, 10 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/src/main/java/org/xwiki/export/pdf/internal/browser/AuthenticationCookieFilter.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/src/test/java/org/xwiki/export/pdf/internal/browser/AuthenticationCookieFilterTest.java
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/LoginIT.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/user/impl/xwiki/MyPersistentLoginManager.java
Log Message:
-----------
XWIKI-23586: Users are logged out after the server session expires even if the "Remember Me" option is ticked on Tomcat 11 (#4653)
* Add an automated test to verify that the user is only logged out when
explicitly logging out but not when the session expires.
* Use the standard API to set cookies instead of constructing a custom
header with the value wrongly wrapped in quotes that aren't removed
anymore in Tomcat 11, causing the regression.
* Adjust the cookie filtering code for PDF export.
* Turn the cookie filtering unit test more into an integration test with the
persistent login manager to ensure that it catches any future changes.
(cherry picked from commit d44bf7d7d0d88bf9e91b8cc79fbc09d95ff190e7)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport/stable-17.4.x/pr-4653
Home: https://github.com/xwiki/xwiki-platform
Commit: f47de89ac140e97f98df53543283c226616a9c29
https://github.com/xwiki/xwiki-platform/commit/f47de89ac140e97f98df53543283…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-10-10 (Fri, 10 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/src/main/java/org/xwiki/export/pdf/internal/browser/AuthenticationCookieFilter.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/src/test/java/org/xwiki/export/pdf/internal/browser/AuthenticationCookieFilterTest.java
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/LoginIT.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/user/impl/xwiki/MyPersistentLoginManager.java
Log Message:
-----------
XWIKI-23586: Users are logged out after the server session expires even if the "Remember Me" option is ticked on Tomcat 11 (#4653)
* Add an automated test to verify that the user is only logged out when
explicitly logging out but not when the session expires.
* Use the standard API to set cookies instead of constructing a custom
header with the value wrongly wrapped in quotes that aren't removed
anymore in Tomcat 11, causing the regression.
* Adjust the cookie filtering code for PDF export.
* Turn the cookie filtering unit test more into an integration test with the
persistent login manager to ensure that it catches any future changes.
(cherry picked from commit d44bf7d7d0d88bf9e91b8cc79fbc09d95ff190e7)
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: d44bf7d7d0d88bf9e91b8cc79fbc09d95ff190e7
https://github.com/xwiki/xwiki-platform/commit/d44bf7d7d0d88bf9e91b8cc79fbc…
Author: Michael Hamann <michael.hamann(a)xwiki.com>
Date: 2025-10-10 (Fri, 10 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/src/main/java/org/xwiki/export/pdf/internal/browser/AuthenticationCookieFilter.java
M xwiki-platform-core/xwiki-platform-export/xwiki-platform-export-pdf/xwiki-platform-export-pdf-default/src/test/java/org/xwiki/export/pdf/internal/browser/AuthenticationCookieFilterTest.java
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/LoginIT.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/user/impl/xwiki/MyPersistentLoginManager.java
Log Message:
-----------
XWIKI-23586: Users are logged out after the server session expires even if the "Remember Me" option is ticked on Tomcat 11 (#4653)
* Add an automated test to verify that the user is only logged out when
explicitly logging out but not when the session expires.
* Use the standard API to set cookies instead of constructing a custom
header with the value wrongly wrapped in quotes that aren't removed
anymore in Tomcat 11, causing the regression.
* Adjust the cookie filtering code for PDF export.
* Turn the cookie filtering unit test more into an integration test with the
persistent login manager to ensure that it catches any future changes.
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: c83841e4c053758a43b041afe8e619c2901eb3a3
https://github.com/xwiki/xwiki-platform/commit/c83841e4c053758a43b041afe8e6…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-10-10 (Fri, 10 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/XWiki.java
Log Message:
-----------
XWIKI-23588: Abusive modification of the cached document when clicking the email link for validating a new account
(cherry picked from commit fac8e91f23baa54320dfd1c934ddaa12666b9bf3)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: a752b0fe19cf3bbc9cd61d756fde8698637186d5
https://github.com/xwiki/xwiki-platform/commit/a752b0fe19cf3bbc9cd61d756fde…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-10-10 (Fri, 10 Oct 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/XWiki.java
Log Message:
-----------
XWIKI-23588: Abusive modification of the cached document when clicking the email link for validating a new account
(cherry picked from commit fac8e91f23baa54320dfd1c934ddaa12666b9bf3)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications