lists.xwiki.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

notifications

Thread Start a new thread
Download
Threads by month
  • ----- 2026 -----
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2025 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
[email protected]

  • 58374 discussions
[[email protected]][Issue] Updates for XWIKI-24094: RTF export compresses table columns making content unreadable on some documents
by XWiki Notifications 06 Mar '26

06 Mar '26
1 0
0 0
[xwiki/xwiki-platform] 3e0b3c: XWIKI-21402: Refactor ObjectDiff class and filter ...
by XWiki Notifications 06 Mar '26

06 Mar '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 3e0b3c0a57542d989daa6bcc730a924ce2acda82 https://github.com/xwiki/xwiki-platform/commit/3e0b3c0a57542d989daa6bcc730a… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-03-06 (Fri, 06 Mar 2026) Changed paths: M xwiki-platform-core/pom.xml M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-events/xwiki-platform-filter-event-model/src/main/java/org/xwiki/filter/event/model/WikiObjectPropertyFilter.java M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-instance/xwiki-platform-filter-instance-document/src/main/java/org/xwiki/filter/instance/input/DocumentInstanceInputProperties.java M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/main/java/org/xwiki/filter/xar/internal/XARFilterUtils.java M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/main/java/org/xwiki/filter/xar/internal/input/AbstractWikiObjectPropertyReader.java M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/main/java/org/xwiki/filter/xar/internal/input/XARInputFilterStream.java M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/main/java/org/xwiki/filter/xar/internal/input/XARInputFilterStreamFactory.java M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/main/java/org/xwiki/filter/xar/internal/output/XAROutputFilterStream.java M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/main/java/org/xwiki/filter/xar/internal/output/XAROutputFilterStreamFactory.java M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/document/document/document1.test M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/document/document/documentattachmentwithoutcontent.test M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/document/document/documentwithnestedspaces1.test M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/document/document/legacytranslation1.test M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/document/object/object1.test M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/document/object/objectwithoutclass.test M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/document/property/nullvalueproperty.test M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/packagefile/test1/space/nestedspace/page.xml M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/test/resources/packagefile/test1/space/page.xml 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/VersionIT.java M xwiki-platform-core/xwiki-platform-oldcore/pom.xml M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/api/Document.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/api/Property.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/api/PropertyClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/filter/input/BaseObjectEventGenerator.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/filter/input/BasePropertyEventGenerator.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/filter/output/BasePropertyOutputFilterStream.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/internal/store/PropertyConverter.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseCollection.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseObject.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseProperty.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/DBStringListProperty.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/DateProperty.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/DoubleProperty.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/FloatProperty.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/IntegerProperty.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/LargeStringProperty.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/ListProperty.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/LongProperty.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/ObjectDiff.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/PasswordProperty.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/PropertyInterface.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/StringListProperty.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/StringProperty.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/BooleanClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/ComputedFieldClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/DBListClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/DBTreeListClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/DateClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/EmailClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/GroupsClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/LevelsClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/NumberClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/PageClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/PasswordClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/PropertyClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/PropertyClassInterface.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/StaticListClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/StringClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/TextAreaClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/TimezoneClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/UsersClass.java A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/internal/objects/AbstractObjectPropertyParser.java A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/internal/objects/DatePropertyParser.java A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/internal/objects/ListPropertyParser.java A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/internal/objects/NumberPropertyParser.java A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/internal/objects/ObjectPropertyParser.java A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/internal/objects/PasswordPropertyParser.java A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/internal/objects/StringPropertyParser.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/META-INF/components.txt M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/api/DocumentTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/filter/output/DocumentInstanceOutputFilterStreamTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/internal/store/PropertyConverterTest.java A xwiki-platform-core/xwiki-platform-oldcore/src/test/java/org/xwiki/internal/objects/ListPropertyParserTest.java A xwiki-platform-core/xwiki-platform-oldcore/src/test/java/org/xwiki/internal/objects/PasswordPropertyParserTest.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/resources/filter/document1.xml M xwiki-platform-core/xwiki-platform-oldcore/src/test/resources/filter/documentwithunexistingobjectproperty.xml M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-test/xwiki-platform-rest-test-docker/src/test/it/org/xwiki/attachment/test/ui/docker/WikisIT.java M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/pom.xml M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/TestUtils.java M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/diff_macros.vm M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/suggest.vm M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/test/java/org/xwiki/web/SuggestPageTest.java M xwiki-platform-core/xwiki-platform-xar/xwiki-platform-xar-model/src/main/java/org/xwiki/xar/internal/model/XarDocumentModel.java M xwiki-platform-core/xwiki-platform-xar/xwiki-platform-xar-model/src/main/java/org/xwiki/xar/internal/model/XarObjectPropertyModel.java M xwiki-platform-core/xwiki-platform-xar/xwiki-platform-xar-model/src/main/java/org/xwiki/xar/internal/property/ListXarObjectPropertySerializer.java M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-upgrade/xwiki-platform-distribution-flavor-test-upgrade-1510/src/test/it/org/xwiki/test/ui/Upgrade1510Test.java M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-upgrade/xwiki-platform-distribution-flavor-test-upgrade-1610/src/test/it/org/xwiki/test/ui/Upgrade1610Test.java Log Message: ----------- XWIKI-21402: Refactor ObjectDiff class and filter stream API * Provides new format in filter stream API to handle missing properties * Improve ObjectDiff and provide missing APIs * Fix checkstyles in oldcore properties * Provide a new argument in DocumentInstanceInputProperties to exclude sensitive fields and use it in Document#getXMLContent instead of using excluded properties * Fix test and improve integration test * Fix implementation of ObjectPropertyParser for list and provide implementation for getting a property from an object value * Fix checkstyle of PropertyClass To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-commons] 1eb7a4: XCOMMONS-3588: Increase the XAR format version to ...
by XWiki Notifications 06 Mar '26

06 Mar '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: 1eb7a4aaf6a11e88e06fee4dc214322097583584 https://github.com/xwiki/xwiki-commons/commit/1eb7a4aaf6a11e88e06fee4dc2143… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-03-06 (Fri, 06 Mar 2026) Changed paths: M xwiki-commons-core/xwiki-commons-filter/xwiki-commons-filter-api/src/main/java/org/xwiki/filter/type/FilterStreamType.java Log Message: ----------- XCOMMONS-3588: Increase the XAR format version to 1.7 for missing properties support To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] b5b985: XWIKI-24088: Replace Selectize with Tom Select
by XWiki Notifications 06 Mar '26

06 Mar '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: b5b985ff267339ea350457098cc0c8dc0d0fef89 https://github.com/xwiki/xwiki-platform/commit/b5b985ff267339ea350457098cc0… Author: Marius Dumitru Florea <marius(a)xwiki.com> Date: 2026-03-06 (Fri, 06 Mar 2026) Changed paths: M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/xwiki-platform-administration-test-pageobjects/src/main/java/org/xwiki/administration/test/po/GroupEditPage.java M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/SuggestInputElement.java Log Message: ----------- XWIKI-24088: Replace Selectize with Tom Select * Update test page objects in order to fix failing tests. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] aae2a7: [Misc] Fix regression introduced in checkstyle cha...
by XWiki Notifications 06 Mar '26

06 Mar '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: aae2a797e4aa05e74eb88592bc5a4daea2692774 https://github.com/xwiki/xwiki-platform/commit/aae2a797e4aa05e74eb88592bc5a… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-03-06 (Fri, 06 Mar 2026) Changed paths: M xwiki-platform-core/xwiki-platform-filter/xwiki-platform-filter-streams/xwiki-platform-filter-stream-xar/src/main/java/org/xwiki/filter/xar/internal/input/WikiReader.java Log Message: ----------- [Misc] Fix regression introduced in checkstyle changes To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] 11c659: [Misc] Use try-with-resources (raised by SonarCloud)
by XWiki Notifications 06 Mar '26

06 Mar '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 11c659f207cb92a9fb787790e71b01481298d869 https://github.com/xwiki/xwiki-platform/commit/11c659f207cb92a9fb787790e71b… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-03-06 (Fri, 06 Mar 2026) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/store/migration/hibernate/R42000XWIKI7726DataMigration.java Log Message: ----------- [Misc] Use try-with-resources (raised by SonarCloud) * Better fix to not change the original logic (thanks to Michael) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for CRISTAL-805: Navigation tree not updated on Nextcloud's initial loading
by XWiki Notifications 06 Mar '26

06 Mar '26
1 0
0 0
[xwiki-contrib/cristal] 7aef5b: CRISTAL-805: Navigation tree not updated on Nextcl...
by XWiki Notifications 06 Mar '26

06 Mar '26
Branch: refs/heads/main Home: https://github.com/xwiki-contrib/cristal Commit: 7aef5b68dbb6f64154a9d8a1c11e2df9d996cf8c https://github.com/xwiki-contrib/cristal/commit/7aef5b68dbb6f64154a9d8a1c11… Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com> Date: 2026-03-06 (Fri, 06 Mar 2026) Changed paths: M core/backends/backend-nextcloud/package.json M core/backends/backend-nextcloud/src/nextcloudStorage.ts M pnpm-lock.yaml Log Message: ----------- CRISTAL-805: Navigation tree not updated on Nextcloud's initial loading (#1575) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1 0
0 0
[xwiki-contrib/cristal] 4f00e5: CRISTAL-795: Use the new page rights rest APIs (#1...
by XWiki Notifications 06 Mar '26

06 Mar '26
Branch: refs/heads/CRISTAL-805 Home: https://github.com/xwiki-contrib/cristal Commit: 4f00e5ab4b197a48784124838ec9ae882daff2f0 https://github.com/xwiki-contrib/cristal/commit/4f00e5ab4b197a48784124838ec… Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com> Date: 2026-02-16 (Mon, 16 Feb 2026) 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 Log Message: ----------- CRISTAL-795: Use the new page rights rest APIs (#1551) Commit: aa86982010455e9304ab92ff9ffe938772257592 https://github.com/xwiki-contrib/cristal/commit/aa86982010455e9304ab92ff9ff… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-16 (Mon, 16 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency @types/node to v25 Commit: 68cd585cb9b9b911630fb164d2aa1bb100fd288f https://github.com/xwiki-contrib/cristal/commit/68cd585cb9b9b911630fb164d2a… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-16 (Mon, 16 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update @typescript-eslint to v8.55.0 Commit: bf4b1c97d6010be42fc923e82e1248691d9c241b https://github.com/xwiki-contrib/cristal/commit/bf4b1c97d6010be42fc923e82e1… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-16 (Mon, 16 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency @vitest/coverage-v8 to v4.0.18 Commit: 5365b79a44effe12f5def1e9a859a25a57129fe3 https://github.com/xwiki-contrib/cristal/commit/5365b79a44effe12f5def1e9a85… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-16 (Mon, 16 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency electron-builder to v26.7.0 Commit: 1c5ffbe764d4b42e96359d65c6f2f4a65d3013a2 https://github.com/xwiki-contrib/cristal/commit/1c5ffbe764d4b42e96359d65c6f… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-16 (Mon, 16 Feb 2026) Changed paths: M electron/package.json M pnpm-lock.yaml Log Message: ----------- [Misc] Update dependency electron-updater to v6.7.3 Commit: 770d4e7fc99f89b79a71399c121b124d584bada9 https://github.com/xwiki-contrib/cristal/commit/770d4e7fc99f89b79a71399c121… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-16 (Mon, 16 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency @types/sharedworker to v0.0.216 Commit: 8fc0667f0fff8b7410189fb6675801a66be89e0c https://github.com/xwiki-contrib/cristal/commit/8fc0667f0fff8b7410189fb6675… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-16 (Mon, 16 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency vitest to v4.0.18 Commit: e83f09f3758fdb7acb6911ef8908df63f8ce346a https://github.com/xwiki-contrib/cristal/commit/e83f09f3758fdb7acb6911ef890… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-16 (Mon, 16 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency typescript-eslint to v8.54.0 Commit: f5869ec1ffcdf0b681c2d43b8ca147fa4274b070 https://github.com/xwiki-contrib/cristal/commit/f5869ec1ffcdf0b681c2d43b8ca… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-16 (Mon, 16 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency happy-dom to v20.4.0 Commit: f3af7bd894d408e7cdb9ababd7b9deba38f6a15b https://github.com/xwiki-contrib/cristal/commit/f3af7bd894d408e7cdb9ababd7b… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-16 (Mon, 16 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency prettier to v3.8.1 Commit: a277053d5d91740ca04d033fc6ee4b3c220c516b https://github.com/xwiki-contrib/cristal/commit/a277053d5d91740ca04d033fc6e… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-16 (Mon, 16 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency vue to v3.5.28 Commit: 33fa539f80d0035f2dd781663529b70958155b6b https://github.com/xwiki-contrib/cristal/commit/33fa539f80d0035f2dd78166352… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-16 (Mon, 16 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency vuetify to v3.11.8 Commit: d31c3cfe6e432c06f4a3e6b4f8e3d4e04702ce36 https://github.com/xwiki-contrib/cristal/commit/d31c3cfe6e432c06f4a3e6b4f8e… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-16 (Mon, 16 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency publint to v0.3.17 Commit: 81359b899f9dee2f5ddcdfee1b14cd27118483f4 https://github.com/xwiki-contrib/cristal/commit/81359b899f9dee2f5ddcdfee1b1… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-16 (Mon, 16 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency nx to v22.4.3 Commit: cb2d8e4ded369e4e8af0b32e88d3d639c7c162ae https://github.com/xwiki-contrib/cristal/commit/cb2d8e4ded369e4e8af0b32e88d… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-16 (Mon, 16 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency globals to v17.2.0 Commit: 7c850ef7da8b910e7aef417afa12e6a3f2ec261d https://github.com/xwiki-contrib/cristal/commit/7c850ef7da8b910e7aef417afa1… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-16 (Mon, 16 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency vue-tsc to v3.2.4 Commit: 0060fce968488551be6ed0570add9af482c87708 https://github.com/xwiki-contrib/cristal/commit/0060fce968488551be6ed0570ad… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-16 (Mon, 16 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency @playwright/test to v1.58.1 Commit: d3d539839390cd27fc80624d66ef2728f45d4eca https://github.com/xwiki-contrib/cristal/commit/d3d539839390cd27fc80624d66e… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-16 (Mon, 16 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency axios to v1.13.5 [SECURITY] Commit: 9e8f26100f95069e2b9bdfe4b662b2c817508d82 https://github.com/xwiki-contrib/cristal/commit/9e8f26100f95069e2b9bdfe4b66… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-16 (Mon, 16 Feb 2026) Changed paths: M package.json Log Message: ----------- [Misc] Update pnpm to v10.28.2 Commit: 1789dbebb4544c528820703d5894c31a494f7c5e https://github.com/xwiki-contrib/cristal/commit/1789dbebb4544c528820703d589… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-16 (Mon, 16 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency @microsoft/api-extractor to v7.56.3 Commit: ab97a3719441a8f319f4ebce1afdb7bb0ff13521 https://github.com/xwiki-contrib/cristal/commit/ab97a3719441a8f319f4ebce1af… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-16 (Mon, 16 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency dexie to v4.3.0 Commit: 6c5fd94c52a3fa9247b0fd0e5454cbc20ec9b055 https://github.com/xwiki-contrib/cristal/commit/6c5fd94c52a3fa9247b0fd0e545… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-16 (Mon, 16 Feb 2026) 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/settings/settings-main/package.json M electron/settings/settings-preload/package.json M electron/storage/package.json M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency electron to v40.1.0 Commit: 8a140032ef0c7de9bd893b10896f6b77d4d571ea https://github.com/xwiki-contrib/cristal/commit/8a140032ef0c7de9bd893b10896… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-16 (Mon, 16 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency @eslint/config-helpers to v0.5.2 Commit: f10b3398b5c27051904e24621eaaadf28ba0b60c https://github.com/xwiki-contrib/cristal/commit/f10b3398b5c27051904e24621ea… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-16 (Mon, 16 Feb 2026) Changed paths: M package.json Log Message: ----------- [Misc] Update Node.js to v24.13.1 Commit: aa65cdd80e6880135fa2ac7d24d55cf148c8f754 https://github.com/xwiki-contrib/cristal/commit/aa65cdd80e6880135fa2ac7d24d… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-16 (Mon, 16 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency @vitejs/plugin-vue to v6.0.4 Commit: db74ecceaac7bd8aa4ef307fcd2b51274495f570 https://github.com/xwiki-contrib/cristal/commit/db74ecceaac7bd8aa4ef307fcd2… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-16 (Mon, 16 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency dotenv to v17.2.4 Commit: 5b15cd845a45f72bb415b65212f0d013b09c03eb https://github.com/xwiki-contrib/cristal/commit/5b15cd845a45f72bb415b65212f… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-16 (Mon, 16 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency esbuild to v0.27.3 Commit: c64d4565edd1d6a7113f335675e0835225d4cfbe https://github.com/xwiki-contrib/cristal/commit/c64d4565edd1d6a7113f335675e… Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com> Date: 2026-02-16 (Mon, 16 Feb 2026) Changed paths: M sources/xwiki/mock-server/src/index.ts Log Message: ----------- CRISTAL-795: Use the new page rights rest APIs * Fix lint Commit: 889020f9194f173f5b95d844c0292620e2aa7f73 https://github.com/xwiki-contrib/cristal/commit/889020f9194f173f5b95d844c02… Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com> Date: 2026-02-16 (Mon, 16 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- Revert "[Misc] Update dependency @playwright/test to v1.58.1" This reverts commit 0060fce968488551be6ed0570add9af482c87708. Commit: 6ec84d0de9047c48f723f5a4e9fef335cd2fe019 https://github.com/xwiki-contrib/cristal/commit/6ec84d0de9047c48f723f5a4e9f… Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com> Date: 2026-02-18 (Wed, 18 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- CRISTAL-798: Upgrade to @xwiki/platform 18.1.0-rc-1 Commit: 2e85a74aa0489b8d47a5ebfd74b94c7a822855dc https://github.com/xwiki-contrib/cristal/commit/2e85a74aa0489b8d47a5ebfd74b… Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com> Date: 2026-02-18 (Wed, 18 Feb 2026) Changed paths: 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-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-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-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-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/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/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-nextcloud/package.json M core/link-suggest/link-suggest-xwiki/package.json M core/macros/macros-ast-html-converter/package.json M core/messages/messages-macros/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-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-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-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-ui/package.json M core/navigation-tree/navigation-tree-xwiki/package.json M core/nextcloud/http-headers/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-html/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-macros/package.json M core/xwiki/xwiki-ui/package.json M core/xwiki/xwiki-utils/package.json M dev/config/package.json M dev/test-utils/package.json M ds/shoelace/package.json M ds/vuetify/package.json M editors/blocknote/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 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 to version 1.2-rc-1 Commit: 973955e0c830f349fca0467ff515d64e92aea729 https://github.com/xwiki-contrib/cristal/commit/973955e0c830f349fca0467ff51… Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com> Date: 2026-02-18 (Wed, 18 Feb 2026) Changed paths: 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-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-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-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-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/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/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-nextcloud/package.json M core/link-suggest/link-suggest-xwiki/package.json M core/macros/macros-ast-html-converter/package.json M core/messages/messages-macros/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-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-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-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-ui/package.json M core/navigation-tree/navigation-tree-xwiki/package.json M core/nextcloud/http-headers/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-html/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-macros/package.json M core/xwiki/xwiki-ui/package.json M core/xwiki/xwiki-utils/package.json M dev/config/package.json M dev/test-utils/package.json M ds/shoelace/package.json M ds/vuetify/package.json M editors/blocknote/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 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] Fix version update to 1.2.0-rc-1 Commit: 31ee4bff3b1cc3373697d9c69a00787c5adc5517 https://github.com/xwiki-contrib/cristal/commit/31ee4bff3b1cc3373697d9c69a0… Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com> Date: 2026-02-19 (Thu, 19 Feb 2026) Changed paths: 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-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-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-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-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/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/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-nextcloud/package.json M core/link-suggest/link-suggest-xwiki/package.json M core/macros/macros-ast-html-converter/package.json M core/messages/messages-macros/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-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-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-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-ui/package.json M core/navigation-tree/navigation-tree-xwiki/package.json M core/nextcloud/http-headers/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-html/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-macros/package.json M core/xwiki/xwiki-ui/package.json M core/xwiki/xwiki-utils/package.json M dev/config/package.json M dev/test-utils/package.json M ds/shoelace/package.json M ds/vuetify/package.json M editors/blocknote/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 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] Revert version update Commit: a29c0d08b6845894581c225ab8115c4c37b7dcc8 https://github.com/xwiki-contrib/cristal/commit/a29c0d08b6845894581c225ab81… Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com> Date: 2026-02-19 (Thu, 19 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- Revert "[Misc] Update dependency electron-builder to v26.7.0" This reverts commit 5365b79a44effe12f5def1e9a859a25a57129fe3. Commit: 08f52b84d9f1de5d9af3602042609e57f5a74120 https://github.com/xwiki-contrib/cristal/commit/08f52b84d9f1de5d9af36020426… Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com> Date: 2026-02-19 (Thu, 19 Feb 2026) Changed paths: 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-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-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-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-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/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/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-nextcloud/package.json M core/link-suggest/link-suggest-xwiki/package.json M core/macros/macros-ast-html-converter/package.json M core/messages/messages-macros/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-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-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-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-ui/package.json M core/navigation-tree/navigation-tree-xwiki/package.json M core/nextcloud/http-headers/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-html/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-macros/package.json M core/xwiki/xwiki-ui/package.json M core/xwiki/xwiki-utils/package.json M dev/config/package.json M dev/test-utils/package.json M ds/shoelace/package.json M ds/vuetify/package.json M editors/blocknote/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 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 to version 1.2.0-rc-1 Commit: 70785cceb5ecb460b512647a6ae8128a1ac042f5 https://github.com/xwiki-contrib/cristal/commit/70785cceb5ecb460b512647a6ae… Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com> Date: 2026-02-19 (Thu, 19 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update @xwiki/platform dependencies to 18.2.0 snapshots Commit: c82fd8f4d17cc94386075bc3b31691e9355f818d https://github.com/xwiki-contrib/cristal/commit/c82fd8f4d17cc94386075bc3b31… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-23 (Mon, 23 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency vue-eslint-parser to v10.4.0 (#1560) Commit: f6c93654a36030d2c2f7c0cdd5dade5c1a432749 https://github.com/xwiki-contrib/cristal/commit/f6c93654a36030d2c2f7c0cdd5d… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-23 (Mon, 23 Feb 2026) Changed paths: M package.json Log Message: ----------- [Misc] Update pnpm to v10.30.0 (#1541) Commit: 08fa1f09a35d02eaa7630427262399ab157825ce https://github.com/xwiki-contrib/cristal/commit/08fa1f09a35d02eaa7630427262… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-23 (Mon, 23 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency typescript-eslint to v8.56.0 (#1524) Commit: fa6844815e011c58d457c55a5e3714e0caf663e0 https://github.com/xwiki-contrib/cristal/commit/fa6844815e011c58d457c55a5e3… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-23 (Mon, 23 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency nx to v22.5.1 (#1536) Commit: f680e8d986d84eb130af2de840dc6cec9e96e4e3 https://github.com/xwiki-contrib/cristal/commit/f680e8d986d84eb130af2de840d… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-23 (Mon, 23 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency happy-dom to v20.6.3 (#1528) Commit: 2207fc114f727884ab0864e311a531a064032d81 https://github.com/xwiki-contrib/cristal/commit/2207fc114f727884ab0864e311a… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-02-23 (Mon, 23 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency globals to v17.3.0 Commit: 65ddc6b13d123c9200c27edfaa44b7831c6a2fdc https://github.com/xwiki-contrib/cristal/commit/65ddc6b13d123c9200c27edfaa4… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-02-23 (Mon, 23 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency eslint-plugin-vue to v10.8.0 Commit: 5433a1d0c24e6e2851a63d02657c5e344454054e https://github.com/xwiki-contrib/cristal/commit/5433a1d0c24e6e2851a63d02657… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-23 (Mon, 23 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency @microsoft/api-extractor to v7.57.1 (#1542) Commit: 1166aec21a73e41864ecb6f2c9808cd76e378d5b https://github.com/xwiki-contrib/cristal/commit/1166aec21a73e41864ecb6f2c98… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-23 (Mon, 23 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update @typescript-eslint to v8.56.0 (#1497) Commit: 14e2e796700c2db771f5944c670e9fbcda819559 https://github.com/xwiki-contrib/cristal/commit/14e2e796700c2db771f5944c670… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-23 (Mon, 23 Feb 2026) Changed paths: M package.json Log Message: ----------- [Misc] Update pnpm to v10.30.1 (#1565) Commit: 267cc84c6e4cd3d989edbe967b4fc3db544abe3a https://github.com/xwiki-contrib/cristal/commit/267cc84c6e4cd3d989edbe967b4… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-23 (Mon, 23 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency nodemon to v3.1.13 (#1564) Commit: cfd7ffa0fe9ea07770175d24bd48899d8ea74e2b https://github.com/xwiki-contrib/cristal/commit/cfd7ffa0fe9ea07770175d24bd4… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-23 (Mon, 23 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency eslint to v9.39.3 (#1563) Commit: 7b1ff1ac5dd989e258d015b47dcca175950a5976 https://github.com/xwiki-contrib/cristal/commit/7b1ff1ac5dd989e258d015b47dc… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-02-23 (Mon, 23 Feb 2026) Changed paths: M electron/package.json M pnpm-lock.yaml Log Message: ----------- CRISTAL-801: Upgrade to electron-updater 6.8.3 Commit: 5d9256e6b7daf3710caeac1abbb1cf2c0c0f29ab https://github.com/xwiki-contrib/cristal/commit/5d9256e6b7daf3710caeac1abbb… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-02-23 (Mon, 23 Feb 2026) Changed paths: M core/attachments/attachments-ui/package.json M core/history/history-ui/package.json M core/info-actions/info-actions-ui/package.json M editors/blocknote/package.json M lib/package.json M pnpm-lock.yaml M pnpm-workspace.yaml M sharedworker/impl/package.json M skin/package.json Log Message: ----------- CRISTAL-800: Upgrade to vue-routeur 5.0.3 Commit: fb614c6136d0db28b90ef9facd97ab767cb658b9 https://github.com/xwiki-contrib/cristal/commit/fb614c6136d0db28b90ef9facd9… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-23 (Mon, 23 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency rimraf to v6.1.3 (#1558) Commit: 2da08754ee74e83533e8399c10ffab4bfa14a200 https://github.com/xwiki-contrib/cristal/commit/2da08754ee74e83533e8399c10f… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-02-23 (Mon, 23 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency vue-tsc to v3.2.5 Commit: b5521c4ef5df5401f1084c8f70108b1f9806b966 https://github.com/xwiki-contrib/cristal/commit/b5521c4ef5df5401f1084c8f701… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-23 (Mon, 23 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency eslint-plugin-headers to v1.3.4 (#1557) Commit: 851bc4c8f794200b9c214e4ec913b7bdfab5b501 https://github.com/xwiki-contrib/cristal/commit/851bc4c8f794200b9c214e4ec91… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-23 (Mon, 23 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency @microsoft/api-extractor to v7.57.2 (#1567) Commit: efc9e57f93fc614f2a1a783efe06110728c143d9 https://github.com/xwiki-contrib/cristal/commit/efc9e57f93fc614f2a1a783efe0… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-23 (Mon, 23 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency @eslint/js to v9.39.3 (#1562) Commit: 9b8710445141bd00832aa6aa59315a4406f9976c https://github.com/xwiki-contrib/cristal/commit/9b8710445141bd00832aa6aa593… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-02-23 (Mon, 23 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- CRISTAL-802: Upgrade to vuetify 3.12.0 Commit: c3797f834c73e40949df25e841088ad4918b3e1a https://github.com/xwiki-contrib/cristal/commit/c3797f834c73e40949df25e8410… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-23 (Mon, 23 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency dotenv to v17.3.1 (#1554) Commit: 69b46514be9f87348fa2b470cdfed9900cf12601 https://github.com/xwiki-contrib/cristal/commit/69b46514be9f87348fa2b470cdf… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-23 (Mon, 23 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency @playwright/test to v1.58.2 (#1539) Commit: b02297be8d8f11cd8458769b7dfa2d449b2fcc55 https://github.com/xwiki-contrib/cristal/commit/b02297be8d8f11cd8458769b7df… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-02-23 (Mon, 23 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency electron-builder to v26.8.1 Commit: 854f0802925f9adf19a867e262ba22e1f4350883 https://github.com/xwiki-contrib/cristal/commit/854f0802925f9adf19a867e262b… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-02-23 (Mon, 23 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- CRISTAL-803: Upgrade to electron 40.6.0 Commit: d07186357b9abbd725e32d267a877ba2d1a84737 https://github.com/xwiki-contrib/cristal/commit/d07186357b9abbd725e32d267a8… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-02-24 (Tue, 24 Feb 2026) Changed paths: M core/settings/settings-configurations-ui/src/vue/__tests__/ConfigurationEdit.test.ts Log Message: ----------- [Misc] Fix bad selectors in ConfigurationEdit Also fix a deprecated type import. Commit: d86c91bd26af354b16db18efdbc78792b842adfe https://github.com/xwiki-contrib/cristal/commit/d86c91bd26af354b16db18efdbc… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-24 (Tue, 24 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency happy-dom to v20.7.0 (#1570) Commit: 96934b2504cba1c781a28efc1878544273712884 https://github.com/xwiki-contrib/cristal/commit/96934b2504cba1c781a28efc187… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-24 (Tue, 24 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency nodemon to v3.1.14 (#1569) Commit: 36b233b3dcd5dd58d178e2820567194432c40dc3 https://github.com/xwiki-contrib/cristal/commit/36b233b3dcd5dd58d178e282056… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-24 (Tue, 24 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency nx to v22.5.2 (#1568) Commit: 03458d68afc2c1f339a1ababfe79679ec0503877 https://github.com/xwiki-contrib/cristal/commit/03458d68afc2c1f339a1ababfe7… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-24 (Tue, 24 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- [Misc] Update dependency @types/sharedworker to v0.0.220 (#1518) Commit: 209cca0bea57164e886b1aa4919b5c0d940fd614 https://github.com/xwiki-contrib/cristal/commit/209cca0bea57164e886b1aa4919… Author: Mend Renovate <bot(a)renovateapp.com> Date: 2026-02-24 (Tue, 24 Feb 2026) Changed paths: M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- XWIKI-24020: Upgrade to fast-xml-parser 5.3.6 Commit: a8a67e615769913aff6ad2e7dacd5955f24a5f3a https://github.com/xwiki-contrib/cristal/commit/a8a67e615769913aff6ad2e7dac… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-03-02 (Mon, 02 Mar 2026) Changed paths: A core/uniast/uniast-markdown-filesystem/api-extractor.json A core/uniast/uniast-markdown-filesystem/etc/cristal-uniast-markdown-filesystem.api.md A core/uniast/uniast-markdown-filesystem/package.json A core/uniast/uniast-markdown-filesystem/src/filesystem-internal-link-serializer.ts A core/uniast/uniast-markdown-filesystem/src/index.ts A core/uniast/uniast-markdown-filesystem/tsconfig.json A core/uniast/uniast-markdown-filesystem/tsdoc.json A core/uniast/uniast-markdown-filesystem/vite.config.ts A core/uniast/uniast-markdown-filesystem/vitest.config.ts A core/uniast/uniast-markdown-github/api-extractor.json A core/uniast/uniast-markdown-github/etc/cristal-uniast-markdown-github.api.md A core/uniast/uniast-markdown-github/package.json A core/uniast/uniast-markdown-github/src/github-internal-link-serializer.ts A core/uniast/uniast-markdown-github/src/index.ts A core/uniast/uniast-markdown-github/tsconfig.json A core/uniast/uniast-markdown-github/tsdoc.json A core/uniast/uniast-markdown-github/vite.config.ts A core/uniast/uniast-markdown-github/vitest.config.ts A core/uniast/uniast-markdown-nextcloud/api-extractor.json A core/uniast/uniast-markdown-nextcloud/etc/cristal-uniast-markdown-nextcloud.api.md A core/uniast/uniast-markdown-nextcloud/package.json A core/uniast/uniast-markdown-nextcloud/src/index.ts A core/uniast/uniast-markdown-nextcloud/src/nextcloud-internal-link-serializer.ts A core/uniast/uniast-markdown-nextcloud/tsconfig.json A core/uniast/uniast-markdown-nextcloud/tsdoc.json A core/uniast/uniast-markdown-nextcloud/vite.config.ts A core/uniast/uniast-markdown-nextcloud/vitest.config.ts M electron/renderer/package.json M electron/renderer/src/index.ts M lib/package.json M lib/src/default/github.ts M lib/src/default/nextcloud.ts M lib/src/default/xwiki.ts M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- CRISTAL-779: Move NextcloudInternalLinkSerializer from xwiki-platform to cristal Commit: 5efac82ecdffb6634c0843474a58711f982531fb https://github.com/xwiki-contrib/cristal/commit/5efac82ecdffb6634c0843474a5… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-03-02 (Mon, 02 Mar 2026) Changed paths: M web/e2e/main-page.spec.ts-snapshots/-Vuetify-has-content-1-chromium-linux.png M web/e2e/main-page.spec.ts-snapshots/-Vuetify-has-content-1-firefox-linux.png Log Message: ----------- CRISTAL-802: Upgrade to vuetify 3.12.0 Update screenshots Commit: dee54b18f6ad76b6fca36939816e6e31cd249a41 https://github.com/xwiki-contrib/cristal/commit/dee54b18f6ad76b6fca36939816… Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com> Date: 2026-03-05 (Thu, 05 Mar 2026) Changed paths: M core/document/document-default/src/defaultDocumentService.ts M core/navigation-tree/navigation-tree-ui/src/vue/NavigationTree.vue Log Message: ----------- CRISTAL-806: Document listeners are never removed (#1576) Commit: e6de485b23e46e6a981dfef706009fb3fe0fe1ad https://github.com/xwiki-contrib/cristal/commit/e6de485b23e46e6a981dfef7060… Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com> Date: 2026-03-06 (Fri, 06 Mar 2026) Changed paths: 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-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-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/backends/backend-xwiki/src/__tests__/xwikiStorage.test.ts M core/backends/backend-xwiki/src/xwikiStorage.ts M core/browser/browser-api/package.json M core/browser/browser-default/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-default/package.json M core/document/document-default/src/defaultDocumentService.ts 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/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/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-nextcloud/package.json M core/link-suggest/link-suggest-xwiki/package.json M core/macros/macros-ast-html-converter/package.json M core/messages/messages-macros/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-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-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-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-ui/package.json M core/navigation-tree/navigation-tree-ui/src/vue/NavigationTree.vue M core/navigation-tree/navigation-tree-xwiki/package.json M core/nextcloud/http-headers/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-ui/src/vue/__tests__/ConfigurationEdit.test.ts 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-html/package.json A core/uniast/uniast-markdown-filesystem/api-extractor.json A core/uniast/uniast-markdown-filesystem/etc/cristal-uniast-markdown-filesystem.api.md A core/uniast/uniast-markdown-filesystem/package.json A core/uniast/uniast-markdown-filesystem/src/filesystem-internal-link-serializer.ts A core/uniast/uniast-markdown-filesystem/src/index.ts A core/uniast/uniast-markdown-filesystem/tsconfig.json A core/uniast/uniast-markdown-filesystem/tsdoc.json A core/uniast/uniast-markdown-filesystem/vite.config.ts A core/uniast/uniast-markdown-filesystem/vitest.config.ts A core/uniast/uniast-markdown-github/api-extractor.json A core/uniast/uniast-markdown-github/etc/cristal-uniast-markdown-github.api.md A core/uniast/uniast-markdown-github/package.json A core/uniast/uniast-markdown-github/src/github-internal-link-serializer.ts A core/uniast/uniast-markdown-github/src/index.ts A core/uniast/uniast-markdown-github/tsconfig.json A core/uniast/uniast-markdown-github/tsdoc.json A core/uniast/uniast-markdown-github/vite.config.ts A core/uniast/uniast-markdown-github/vitest.config.ts A core/uniast/uniast-markdown-nextcloud/api-extractor.json A core/uniast/uniast-markdown-nextcloud/etc/cristal-uniast-markdown-nextcloud.api.md A core/uniast/uniast-markdown-nextcloud/package.json A core/uniast/uniast-markdown-nextcloud/src/index.ts A core/uniast/uniast-markdown-nextcloud/src/nextcloud-internal-link-serializer.ts A core/uniast/uniast-markdown-nextcloud/tsconfig.json A core/uniast/uniast-markdown-nextcloud/tsdoc.json A core/uniast/uniast-markdown-nextcloud/vite.config.ts A core/uniast/uniast-markdown-nextcloud/vitest.config.ts 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-macros/package.json M core/xwiki/xwiki-ui/package.json M core/xwiki/xwiki-utils/package.json M dev/config/package.json M dev/test-utils/package.json M ds/shoelace/package.json M ds/vuetify/package.json M editors/blocknote/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/renderer/src/index.ts 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 lib/src/default/github.ts M lib/src/default/nextcloud.ts M lib/src/default/xwiki.ts 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 sources/xwiki/mock-server/src/index.ts M utils/inversify/package.json M web/e2e/main-page.spec.ts-snapshots/-Vuetify-has-content-1-chromium-linux.png M web/e2e/main-page.spec.ts-snapshots/-Vuetify-has-content-1-firefox-linux.png M web/package.json M xwiki/remoteinlineeditor/package.json Log Message: ----------- Merge branch 'main' into CRISTAL-805 Compare: https://github.com/xwiki-contrib/cristal/compare/48cff33a09eb...e6de485b23e4 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-24092: Add the possibility to use the full macro parameter type class name (including package) for the parameter displayer
by XWiki Notifications 06 Mar '26

06 Mar '26
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 1137
  • 1138
  • 1139
  • 1140
  • 1141
  • 1142
  • 1143
  • ...
  • 5838
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.