Branch: refs/heads/feature-XWIKI-23474
Home: https://github.com/xwiki/xwiki-platform
Commit: c6c5f5ae530ac66f5fe58e976351cf346be94678
https://github.com/xwiki/xwiki-platform/commit/c6c5f5ae530ac66f5fe58e976351…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-09-09 (Tue, 09 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/AdminSheet.xml
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/AdminTranslations.xml
A xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/NetworkChannel.java
A 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/internal/DefaultRemoteObservationManager.java
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/internal/jgroups/DefaultJGroupsReceiver.java
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/internal/jgroups/JGroupsNetworkAdapter.java
A xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/internal/jgroups/JGroupsNetworkChannel.java
A xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/internal/jgroups/JGroupsNetworkChannels.java
A 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-remote/src/main/resources/META-INF/components.txt
A xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-script/pom.xml
A xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-script/src/main/java/org/xwiki/observation/remote/script/ObservationScriptService.java
A xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-script/src/main/java/org/xwiki/observation/remote/script/RemoteObservationScriptService.java
A xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-script/src/main/resources/META-INF/components.txt
A xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-ui/pom.xml
A xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-ui/src/main/resources/XWiki/Observation/Admin.xml
A xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-ui/src/main/resources/XWiki/Observation/ObservationAdmin.xml
A xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-ui/src/main/resources/XWiki/Observation/Translations.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-mainwiki/pom.xml
M xwiki-platform-tools/xwiki-platform-tool-configuration-resources/src/main/resources/xwiki.properties.vm
Log Message:
-----------
XWIKI-23474: Expose more of the JGroups features
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: 23ce72855a8e99df553bcd184650ba15f9f9689b
https://github.com/xwiki/xwiki-platform/commit/23ce72855a8e99df553bcd184650…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-09-09 (Tue, 09 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/companylogo.vm
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-ui/src/main/resources/FlamingoThemesCode/ThemeClass.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-ui/src/main/resources/FlamingoThemesCode/ThemeSheet.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-theme/xwiki-platform-flamingo-theme-ui/src/main/resources/FlamingoThemesCode/Translations.xml
Log Message:
-----------
XWIKI-22602: Provide a UI to easily customize the logo alternative text from the colorTheme (#4517)
* Updated the flamingo theme class to add a text alternative
* Updated the theme editor
* Used the new variable in the template (default is the value used previously)
* Added support for hints in the theme editor
* Added the hint on the logo-description field
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: 8e2412dcee8af477fe84bf842dfb4ab7feb80073
https://github.com/xwiki/xwiki-platform/commit/8e2412dcee8af477fe84bf842dfb…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-09-09 (Tue, 09 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-test/xwiki-platform-annotation-test-pageobjects/src/main/java/org/xwiki/annotation/test/po/AnnotationsLabel.java
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-ui/src/main/resources/AnnotationCode/Script.xml
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-ui/src/main/resources/AnnotationCode/Style.xml
Log Message:
-----------
XWIKI-23189: On smaller or half-screen browser windows, annotation boxes overflow beyond the right edge of the page (#4382)
* Added a check in the script to position the bubble on the left if there's not enough space on the right.
* Changed the position of the bubble pointer relative to the bubble to fit the new possible position of the bubble relative to the text.
* Fixed test
(cherry picked from commit bcefdf7f5adfd086699af41f0410ed062dcdc0fd)
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-4382
Home: https://github.com/xwiki/xwiki-platform
Commit: 6ecf7fbfc62434082ac73a80d75152c9dd9374a6
https://github.com/xwiki/xwiki-platform/commit/6ecf7fbfc62434082ac73a80d751…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-09-09 (Tue, 09 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-test/xwiki-platform-annotation-test-pageobjects/src/main/java/org/xwiki/annotation/test/po/AnnotationsLabel.java
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-ui/src/main/resources/AnnotationCode/Script.xml
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-ui/src/main/resources/AnnotationCode/Style.xml
Log Message:
-----------
XWIKI-23189: On smaller or half-screen browser windows, annotation boxes overflow beyond the right edge of the page (#4382)
* Added a check in the script to position the bubble on the left if there's not enough space on the right.
* Changed the position of the bubble pointer relative to the bubble to fit the new possible position of the bubble relative to the text.
* Fixed test
(cherry picked from commit bcefdf7f5adfd086699af41f0410ed062dcdc0fd)
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: bcefdf7f5adfd086699af41f0410ed062dcdc0fd
https://github.com/xwiki/xwiki-platform/commit/bcefdf7f5adfd086699af41f0410…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-09-09 (Tue, 09 Sep 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-test/xwiki-platform-annotation-test-pageobjects/src/main/java/org/xwiki/annotation/test/po/AnnotationsLabel.java
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-ui/src/main/resources/AnnotationCode/Script.xml
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-ui/src/main/resources/AnnotationCode/Style.xml
Log Message:
-----------
XWIKI-23189: On smaller or half-screen browser windows, annotation boxes overflow beyond the right edge of the page (#4382)
* Added a check in the script to position the bubble on the left if there's not enough space on the right.
* Changed the position of the bubble pointer relative to the bubble to fit the new possible position of the bubble relative to the text.
* Fixed test
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/feature-deploy-removehttpclient3
Home: https://github.com/xwiki/xwiki-platform
Commit: 051acdb5864af1055be0dcba2795be3cf114e95a
https://github.com/xwiki/xwiki-platform/commit/051acdb5864af1055be0dcba2795…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-09-08 (Mon, 08 Sep 2025)
Changed paths:
M xwiki-platform-core/pom.xml
M xwiki-platform-core/xwiki-platform-attachment/xwiki-platform-attachment-validation/xwiki-platform-attachment-validation-test/xwiki-platform-attachment-validation-test-docker/src/test/it/org/xwiki/attachment/validation/test/ui/docker/AttachmentValidationIT.java
M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-test/xwiki-platform-extension-test-utils/src/main/java/org/xwiki/extension/test/ExtensionTestUtils.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/WebJarsIT.java
M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-test/xwiki-platform-icon-test-docker/src/test/it/org/xwiki/icon/test/ui/IconThemesRestIT.java
M xwiki-platform-core/xwiki-platform-image/xwiki-platform-image-style/xwiki-platform-image-style-test/xwiki-platform-image-style-test-docker/src/test/it/org/xwiki/image/style/test/ui/ImageStyleIT.java
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/pom.xml
M xwiki-platform-core/xwiki-platform-legacy/xwiki-platform-legacy-oldcore/src/main/aspect/com/xpn/xwiki/XWikiCompatibilityAspect.aj
M xwiki-platform-core/xwiki-platform-localization/xwiki-platform-localization-test/xwiki-platform-localization-test-docker/src/test/it/org/xwiki/localization/test/ui/TranslationsRestIT.java
M xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-test/xwiki-platform-mail-test-docker/src/test/it/org/xwiki/mail/test/ui/MailIT.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-pageobjects/src/main/java/org/xwiki/platform/notifications/test/po/NotificationsTrayPage.java
M xwiki-platform-core/xwiki-platform-oldcore/pom.xml
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/XWiki.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/SaveAction.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/SaveAndContinueAction.java
M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-server-api/pom.xml
M xwiki-platform-core/xwiki-platform-repository/xwiki-platform-repository-test/xwiki-platform-repository-test-tests/src/test/it/org/xwiki/repository/test/ui/repository/RepositoryIT.java
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/Utils.java
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-test/xwiki-platform-rest-test-tests/src/test/it/org/xwiki/rest/test/AttachmentsResourceIT.java
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-test/xwiki-platform-rest-test-tests/src/test/it/org/xwiki/rest/test/ClassesResourceIT.java
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-test/xwiki-platform-rest-test-tests/src/test/it/org/xwiki/rest/test/CommentsResourceIT.java
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-test/xwiki-platform-rest-test-tests/src/test/it/org/xwiki/rest/test/ObjectsResourceIT.java
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-test/xwiki-platform-rest-test-tests/src/test/it/org/xwiki/rest/test/PageResourceIT.java
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-test/xwiki-platform-rest-test-tests/src/test/it/org/xwiki/rest/test/PageTranslationResourceIT.java
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-test/xwiki-platform-rest-test-tests/src/test/it/org/xwiki/rest/test/PagesResourceIT.java
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-test/xwiki-platform-rest-test-tests/src/test/it/org/xwiki/rest/test/RootResourceIT.java
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-test/xwiki-platform-rest-test-tests/src/test/it/org/xwiki/rest/test/SpacesResourceIT.java
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-test/xwiki-platform-rest-test-tests/src/test/it/org/xwiki/rest/test/TagsResourceIT.java
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-test/xwiki-platform-rest-test-tests/src/test/it/org/xwiki/rest/test/WikisResourceIT.java
M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-test/xwiki-platform-rest-test-tests/src/test/it/org/xwiki/rest/test/framework/AbstractHttpIT.java
M xwiki-platform-core/xwiki-platform-skin/xwiki-platform-skin-test/xwiki-platform-skin-test-docker/src/test/it/org/xwiki/skin/test/ui/SXSkinIT.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/internal/junit5/ExtensionInstaller.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-docker/src/main/java/org/xwiki/test/docker/internal/junit5/WikiCreator.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-integration/pom.xml
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-rest/pom.xml
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-rest/src/main/java/org/xwiki/test/extension/JobExecutor.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-rest/src/main/java/org/xwiki/test/extension/RestExtensionInstaller.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-vfs/xwiki-platform-vfs-api/src/main/java/org/xwiki/vfs/internal/attach/AttachURIVfsResourceReferenceSerializer.java
M xwiki-platform-core/xwiki-platform-vfs/xwiki-platform-vfs-api/src/main/java/org/xwiki/vfs/internal/attach/XWikiModelNode.java
M xwiki-platform-core/xwiki-platform-webjars/xwiki-platform-webjars-test/xwiki-platform-webjars-test-tests/src/test/it/org/xwiki/webjars/test/ui/WebJarsTest.java
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-test/xwiki-platform-wiki-test-docker/pom.xml
M xwiki-platform-core/xwiki-platform-wiki/xwiki-platform-wiki-test/xwiki-platform-wiki-test-docker/src/test/it/org/xwiki/wiki/test/ui/WikiManagerRestIT.java
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-escaping/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-escaping/src/test/it/org/xwiki/test/escaping/framework/AbstractEscapingTest.java
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-storage/pom.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-storage/src/test/it/org/xwiki/test/storage/framework/StoreTestUtils.java
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-webstandards/src/test/it/org/xwiki/test/webstandards/CustomDutchWebGuidelinesValidationTest.java
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-webstandards/src/test/it/org/xwiki/test/webstandards/RSSValidationTest.java
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-webstandards/src/test/it/org/xwiki/test/webstandards/framework/AbstractValidationTest.java
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-test/xwiki-platform-distribution-flavor-test-webstandards/src/test/it/org/xwiki/test/webstandards/framework/DefaultValidationTest.java
M xwiki-platform-tools/xwiki-platform-tool-provision-plugin/pom.xml
M xwiki-platform-tools/xwiki-platform-tool-provision-plugin/src/main/java/org/xwiki/tool/provision/InstallMojo.java
Log Message:
-----------
XWIKI-22584: Stop using http client 3 in XWiki Standard
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: c358d4a00b5ed001575ea0b8c3442a0b78b2bcac
https://github.com/xwiki/xwiki-platform/commit/c358d4a00b5ed001575ea0b8c344…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-09-08 (Mon, 08 Sep 2025)
Changed paths:
A xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/WEB-INF/jetty-ee10-web.xml
A xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/WEB-INF/jetty-ee11-web.xml
R xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/WEB-INF/jetty-web.xml
Log Message:
-----------
XWIKI-23466: Upgrade the standalone packaging to Jetty 12.1.0
* add a jakarta EE 11 version of the jetty context configuration
* make the default jetty configuration more specific to Jakarta EE 10 so that Jetty fallback on no configuration instead of a configuration it does not understand in case of an unknown Jakarta EE version
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: e46f88ea96666b3df0735545ac1ba7760270034a
https://github.com/xwiki/xwiki-platform/commit/e46f88ea96666b3df0735545ac1b…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-09-08 (Mon, 08 Sep 2025)
Changed paths:
A xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/WEB-INF/jetty-ee8-web.xml
A xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/WEB-INF/jetty-web.xml
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/WEB-INF/web.xml
Log Message:
-----------
Revert "XWIKI-23485: Get rid of special jetty-ee*-web.xml files"
This reverts commit 52a90538c717bb6c70a5c65cd75c6fd70f399509.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/CRISTAL-617
Home: https://github.com/xwiki-contrib/cristal
Commit: 3c84ecc7676e84c651e5e1e55d40fcb69313d01b
https://github.com/xwiki-contrib/cristal/commit/3c84ecc7676e84c651e5e1e55d4…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-08 (Mon, 08 Sep 2025)
Changed paths:
M .github/workflows/build_electron.yml
M .gitignore
M Jenkinsfile
A api-extractor.json
A api/api-extractor.json
A api/etc/cristal-api.api.md
M api/package.json
M api/src/api/PageData.ts
M api/src/api/WikiConfig.ts
M api/src/api/attachmentsData.ts
M api/src/api/cristalApp.ts
M api/src/api/designSystemLoader.ts
M api/src/api/document.ts
M api/src/api/logger.ts
M api/src/api/loggerConfig.ts
M api/src/api/pageAttachment.ts
M api/src/api/skinManager.ts
M api/src/api/storage.ts
M api/src/api/wrappingStorage.ts
M api/src/components/DefaultPageData.ts
M api/src/components/JSONLDDocument.ts
M api/src/components/componentsInit.ts
M api/src/components/defaultLogger.ts
M api/src/components/defaultLoggerConfig.ts
M api/src/components/defaultWikiConfig.ts
M api/src/index.ts
M authentication-server/package.json
A core/alerts/alerts-api/api-extractor.json
A core/alerts/alerts-api/etc/cristal-alerts-api.api.md
M core/alerts/alerts-api/package.json
M core/alerts/alerts-api/src/index.ts
A core/alerts/alerts-default/api-extractor.json
A core/alerts/alerts-default/etc/cristal-alerts-default.api.md
M core/alerts/alerts-default/package.json
M core/alerts/alerts-default/src/defaultAlertsService.ts
M core/alerts/alerts-default/src/defaultAlertsServiceProvider.ts
M core/alerts/alerts-default/src/index.ts
A core/alerts/alerts-ui/api-extractor.json
A core/alerts/alerts-ui/etc/cristal-alerts-ui.api.md
M core/alerts/alerts-ui/package.json
M core/alerts/alerts-ui/src/index.ts
A core/alerts/alerts-ui/tsdoc.json
A core/attachments/attachments-api/api-extractor.json
A core/attachments/attachments-api/etc/cristal-attachments-api.api.md
M core/attachments/attachments-api/package.json
M core/attachments/attachments-api/src/attachment.ts
M core/attachments/attachments-api/src/attachmentsPreview.ts
M core/attachments/attachments-api/src/attachmentsService.ts
A core/attachments/attachments-default/api-extractor.json
A core/attachments/attachments-default/etc/cristal-attachments-default.api.md
M core/attachments/attachments-default/package.json
M core/attachments/attachments-default/src/defaultAttachmentsService.ts
M core/attachments/attachments-default/src/index.ts
A core/attachments/attachments-ui/api-extractor.json
A core/attachments/attachments-ui/etc/cristal-attachments-ui.api.md
M core/attachments/attachments-ui/package.json
M core/attachments/attachments-ui/src/AttachmentPreviewContentAfterUIExtension.ts
M core/attachments/attachments-ui/src/AttachmentsInfoAction.ts
M core/attachments/attachments-ui/src/index.ts
A core/authentication/authentication-api/api-extractor.json
A core/authentication/authentication-api/etc/cristal-authentication-api.api.md
M core/authentication/authentication-api/package.json
M core/authentication/authentication-api/src/authenticationManager.ts
M core/authentication/authentication-api/src/authenticationManagerProvider.ts
M core/authentication/authentication-api/src/userDetails.ts
A core/authentication/authentication-default/api-extractor.json
A core/authentication/authentication-default/etc/cristal-authentication-default.api.md
M core/authentication/authentication-default/package.json
M core/authentication/authentication-default/src/defaultAuthenticationManagerProvider.ts
M core/authentication/authentication-default/src/index.ts
A core/authentication/authentication-github-state/api-extractor.json
A core/authentication/authentication-github-state/etc/cristal-authentication-github-state.api.md
M core/authentication/authentication-github-state/package.json
M core/authentication/authentication-github-state/src/GitHubAuthenticationState.ts
A core/authentication/authentication-github-ui/api-extractor.json
A core/authentication/authentication-github-ui/etc/cristal-authentication-github-ui.api.md
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-github-ui/src/GitHubLoginMenuUIExtension.ts
M core/authentication/authentication-github-ui/src/index.ts
A core/authentication/authentication-github/api-extractor.json
A core/authentication/authentication-github/etc/cristal-authentication-github.api.md
M core/authentication/authentication-github/package.json
M core/authentication/authentication-github/src/GitHubAuthenticationManager.ts
M core/authentication/authentication-github/src/index.ts
A core/authentication/authentication-nextcloud-state/api-extractor.json
A core/authentication/authentication-nextcloud-state/etc/cristal-authentication-nextcloud-state.api.md
M core/authentication/authentication-nextcloud-state/package.json
M core/authentication/authentication-nextcloud-state/src/NextcloudAuthenticationState.ts
A core/authentication/authentication-nextcloud-ui/api-extractor.json
A core/authentication/authentication-nextcloud-ui/etc/cristal-authentication-nextcloud-ui.api.md
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-nextcloud-ui/src/NextcloudLoginMenuUIExtension.ts
M core/authentication/authentication-nextcloud-ui/src/index.ts
A core/authentication/authentication-nextcloud/api-extractor.json
A core/authentication/authentication-nextcloud/etc/cristal-authentication-nextcloud.api.md
M core/authentication/authentication-nextcloud/package.json
M core/authentication/authentication-nextcloud/src/NextcloudBasicAuthenticationManager.ts
M core/authentication/authentication-nextcloud/src/NextcloudLoginFlowAuthenticationManager.ts
M core/authentication/authentication-nextcloud/src/NextcloudOAuth2AuthenticationManager.ts
M core/authentication/authentication-nextcloud/src/index.ts
A core/authentication/authentication-ui/api-extractor.json
A core/authentication/authentication-ui/etc/cristal-authentication-ui.api.md
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-ui/src/LoggedInMenuUIExtension.ts
M core/authentication/authentication-ui/src/LoginMenuUIExtension.ts
M core/authentication/authentication-ui/src/index.ts
M core/authentication/authentication-ui/src/vue/utils/getUserProfile.ts
A core/authentication/authentication-xwiki/api-extractor.json
A core/authentication/authentication-xwiki/etc/cristal-authentication-xwiki.api.md
M core/authentication/authentication-xwiki/package.json
M core/authentication/authentication-xwiki/src/XWikiAuthenticationManager.ts
M core/authentication/authentication-xwiki/src/index.ts
A core/backends/backend-api/api-extractor.json
A core/backends/backend-api/etc/cristal-backend-api.api.md
M core/backends/backend-api/package.json
M core/backends/backend-api/src/abstractStorage.ts
M core/backends/backend-api/src/componentInit.ts
M core/backends/backend-api/src/defaultStorageProvider.ts
M core/backends/backend-api/src/offlineStorage.ts
M core/backends/backend-api/src/storageProvider.ts
A core/backends/backend-dexie/api-extractor.json
A core/backends/backend-dexie/etc/cristal-backend-dexie.api.md
M core/backends/backend-dexie/package.json
M core/backends/backend-dexie/src/index.ts
A core/backends/backend-github/api-extractor.json
A core/backends/backend-github/etc/cristal-backend-github.api.md
M core/backends/backend-github/package.json
M core/backends/backend-github/src/githubStorage.ts
M core/backends/backend-github/src/index.ts
A core/backends/backend-nextcloud/api-extractor.json
A core/backends/backend-nextcloud/etc/cristal-backend-nextcloud.api.md
M core/backends/backend-nextcloud/package.json
M core/backends/backend-nextcloud/src/NextcloudWikiConfig.ts
M core/backends/backend-nextcloud/src/index.ts
M core/backends/backend-nextcloud/src/nextcloudStorage.ts
A core/backends/backend-xwiki/api-extractor.json
A core/backends/backend-xwiki/etc/cristal-backend-xwiki.api.md
M core/backends/backend-xwiki/package.json
M core/backends/backend-xwiki/src/index.ts
M core/backends/backend-xwiki/src/xwikiStorage.ts
A core/browser/browser-api/api-extractor.json
A core/browser/browser-api/etc/cristal-browser-api.api.md
M core/browser/browser-api/package.json
M core/browser/browser-api/src/index.ts
A core/browser/browser-default/api-extractor.json
A core/browser/browser-default/etc/cristal-browser-default.api.md
M core/browser/browser-default/package.json
M core/browser/browser-default/src/components/componentsInit.ts
A core/collaboration/collaboration-api/api-extractor.json
A core/collaboration/collaboration-api/etc/cristal-collaboration-api.api.md
M core/collaboration/collaboration-api/package.json
M core/collaboration/collaboration-api/src/collaborationInitializer.ts
M core/collaboration/collaboration-api/src/collaborationManager.ts
M core/collaboration/collaboration-api/src/collaborationManagerName.ts
M core/collaboration/collaboration-api/src/collaborationManagerProvider.ts
M core/collaboration/collaboration-api/src/collaborationManagerProviderName.ts
M core/collaboration/collaboration-api/src/componentInit.ts
M core/collaboration/collaboration-api/src/defaultCollaborationManagerProvider.ts
M core/collaboration/collaboration-api/src/status.ts
M core/collaboration/collaboration-api/src/user.ts
A core/collaboration/collaboration-hocuspocus/api-extractor.json
A core/collaboration/collaboration-hocuspocus/etc/cristal-collaboration-hocuspocus.api.md
M core/collaboration/collaboration-hocuspocus/package.json
M core/collaboration/collaboration-hocuspocus/src/componentInit.ts
M core/collaboration/collaboration-hocuspocus/src/hocuspocusCollaborationProvider.ts
A core/collaboration/collaboration-xwiki/api-extractor.json
A core/collaboration/collaboration-xwiki/etc/cristal-collaboration-xwiki.api.md
M core/collaboration/collaboration-xwiki/package.json
M core/collaboration/collaboration-xwiki/src/XWikiCollaborationProvider.ts
M core/collaboration/collaboration-xwiki/src/componentInit.ts
M core/collaboration/collaboration-xwiki/src/xwikiProviderWebSocket.ts
A core/configuration/configuration-api/api-extractor.json
A core/configuration/configuration-api/etc/cristal-configuration-api.api.md
M core/configuration/configuration-api/package.json
M core/configuration/configuration-api/src/index.ts
A core/configuration/configuration-web/api-extractor.json
A core/configuration/configuration-web/etc/cristal-configuration-web.api.md
M core/configuration/configuration-web/package.json
M core/configuration/configuration-web/src/index.ts
A core/date/date-api/api-extractor.json
A core/date/date-api/etc/cristal-date-api.api.md
M core/date/date-api/package.json
M core/date/date-api/src/componentInit.ts
M core/date/date-api/src/dateService.ts
M core/date/date-api/src/defaultDateService.ts
A core/date/date-ui/api-extractor.json
A core/date/date-ui/etc/cristal-date-ui.api.md
M core/date/date-ui/package.json
M core/date/date-ui/src/index.ts
A core/date/date-ui/tsdoc.json
A core/document/document-api/api-extractor.json
A core/document/document-api/etc/cristal-document-api.api.md
M core/document/document-api/package.json
M core/document/document-api/src/index.ts
A core/document/document-default/api-extractor.json
A core/document/document-default/etc/cristal-document-default.api.md
M core/document/document-default/package.json
M core/document/document-default/src/index.ts
A core/extra-tabs/extra-tabs-api/api-extractor.json
A core/extra-tabs/extra-tabs-api/etc/cristal-extra-tabs-api.api.md
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-api/src/ExtraTabsService.ts
A core/extra-tabs/extra-tabs-default/api-extractor.json
A core/extra-tabs/extra-tabs-default/etc/cristal-extra-tabs-default.api.md
M core/extra-tabs/extra-tabs-default/package.json
M core/extra-tabs/extra-tabs-default/src/DefaultExtraTabsService.ts
M core/extra-tabs/extra-tabs-default/src/index.ts
A core/extra-tabs/extra-tabs-ui/api-extractor.json
A core/extra-tabs/extra-tabs-ui/etc/cristal-extra-tabs-ui.api.md
M core/extra-tabs/extra-tabs-ui/package.json
M core/extra-tabs/extra-tabs-ui/src/index.ts
A core/extra-tabs/extra-tabs-ui/tsdoc.json
A core/file-preview/file-preview-ui/api-extractor.json
A core/file-preview/file-preview-ui/etc/cristal-file-preview-ui.api.md
M core/file-preview/file-preview-ui/package.json
M core/file-preview/file-preview-ui/src/index.ts
A core/file-preview/file-preview-ui/tsdoc.json
A core/fn-utils/api-extractor.json
A core/fn-utils/etc/cristal-fn-utils.api.md
M core/fn-utils/package.json
M core/fn-utils/src/index.ts
A core/hierarchy/hierarchy-api/api-extractor.json
A core/hierarchy/hierarchy-api/etc/cristal-hierarchy-api.api.md
M core/hierarchy/hierarchy-api/package.json
M core/hierarchy/hierarchy-api/src/index.ts
A core/hierarchy/hierarchy-default/api-extractor.json
A core/hierarchy/hierarchy-default/etc/cristal-hierarchy-default.api.md
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-default/src/components/componentsInit.ts
M core/hierarchy/hierarchy-default/src/utils.ts
A core/hierarchy/hierarchy-filesystem/api-extractor.json
A core/hierarchy/hierarchy-filesystem/etc/cristal-hierarchy-filesystem.api.md
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-filesystem/src/components/componentsInit.ts
A core/hierarchy/hierarchy-github/api-extractor.json
A core/hierarchy/hierarchy-github/etc/cristal-hierarchy-github.api.md
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-github/src/components/componentsInit.ts
A core/hierarchy/hierarchy-nextcloud/api-extractor.json
A core/hierarchy/hierarchy-nextcloud/etc/cristal-hierarchy-nextcloud.api.md
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-nextcloud/src/components/componentsInit.ts
A core/hierarchy/hierarchy-xwiki/api-extractor.json
A core/hierarchy/hierarchy-xwiki/etc/cristal-hierarchy-xwiki.api.md
M core/hierarchy/hierarchy-xwiki/package.json
M core/hierarchy/hierarchy-xwiki/src/components/componentsInit.ts
A core/history/history-api/api-extractor.json
A core/history/history-api/etc/cristal-history-api.api.md
M core/history/history-api/package.json
M core/history/history-api/src/index.ts
A core/history/history-default/api-extractor.json
A core/history/history-default/etc/cristal-history-default.api.md
M core/history/history-default/package.json
M core/history/history-default/src/components/componentsInit.ts
M core/history/history-default/src/index.ts
A core/history/history-github/api-extractor.json
A core/history/history-github/etc/cristal-history-github.api.md
M core/history/history-github/package.json
M core/history/history-github/src/components/componentsInit.ts
M core/history/history-github/src/index.ts
A core/history/history-ui/api-extractor.json
A core/history/history-ui/etc/cristal-history-ui.api.md
M core/history/history-ui/package.json
M core/history/history-ui/src/index.ts
A core/history/history-xwiki/api-extractor.json
A core/history/history-xwiki/etc/cristal-history-xwiki.api.md
M core/history/history-xwiki/package.json
M core/history/history-xwiki/src/components/componentsInit.ts
M core/history/history-xwiki/src/index.ts
A core/icons/api-extractor.json
A core/icons/etc/cristal-icons.api.md
M core/icons/package.json
M core/icons/src/index.ts
M core/icons/src/size.ts
A core/icons/tsdoc.json
A core/info-actions/info-actions-api/api-extractor.json
A core/info-actions/info-actions-api/etc/cristal-info-actions-api.api.md
M core/info-actions/info-actions-api/package.json
M core/info-actions/info-actions-api/src/index.ts
A core/info-actions/info-actions-default/api-extractor.json
A core/info-actions/info-actions-default/etc/cristal-info-actions-default.api.md
M core/info-actions/info-actions-default/package.json
M core/info-actions/info-actions-default/src/DefaultInfoActionsService.ts
M core/info-actions/info-actions-default/src/index.ts
A core/info-actions/info-actions-ui/api-extractor.json
A core/info-actions/info-actions-ui/etc/cristal-info-actions-ui.api.md
M core/info-actions/info-actions-ui/package.json
M core/info-actions/info-actions-ui/src/index.ts
A core/info-actions/info-actions-ui/tsdoc.json
A core/link-suggest/link-suggest-api/api-extractor.json
A core/link-suggest/link-suggest-api/etc/cristal-link-suggest-api.api.md
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-api/src/DefaultLinkSuggestServiceProvider.ts
M core/link-suggest/link-suggest-api/src/LinkSuggestServiceProvider.ts
M core/link-suggest/link-suggest-api/src/componentInit.ts
M core/link-suggest/link-suggest-api/src/index.ts
M core/link-suggest/link-suggest-api/src/link.ts
M core/link-suggest/link-suggest-api/src/linkSuggestService.ts
M core/link-suggest/link-suggest-api/src/linkType.ts
A core/link-suggest/link-suggest-nextcloud/api-extractor.json
A core/link-suggest/link-suggest-nextcloud/etc/cristal-link-suggest-nextcloud.api.md
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-nextcloud/src/index.ts
M core/link-suggest/link-suggest-nextcloud/src/nextcloudLinkSuggestService.ts
A core/link-suggest/link-suggest-xwiki/api-extractor.json
A core/link-suggest/link-suggest-xwiki/etc/cristal-link-suggest-xwiki.api.md
M core/link-suggest/link-suggest-xwiki/package.json
M core/link-suggest/link-suggest-xwiki/src/components/componentsInit.ts
A core/markdown/markdown-api/api-extractor.json
A core/markdown/markdown-api/etc/cristal-markdown-api.api.md
M core/markdown/markdown-api/package.json
M core/markdown/markdown-api/src/markdownRenderer.ts
A core/markdown/markdown-default/api-extractor.json
A core/markdown/markdown-default/etc/cristal-markdown-default.api.md
M core/markdown/markdown-default/package.json
M core/markdown/markdown-default/src/defaultMarkdownRenderer.ts
M core/markdown/markdown-default/src/index.ts
M core/markdown/markdown-default/src/parseInternalImages.ts
M core/markdown/markdown-default/src/parseInternalLinks.ts
A core/model/model-api/api-extractor.json
A 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
A core/model/model-click-listener/api-extractor.json
A core/model/model-click-listener/etc/cristal-model-click-listener.api.md
M core/model/model-click-listener/package.json
M core/model/model-click-listener/src/DefaultClickListener.ts
M core/model/model-click-listener/src/clickListener.ts
M core/model/model-click-listener/src/componentInit.ts
A core/model/model-local-url/api-extractor.json
A core/model/model-local-url/etc/cristal-model-local-url.api.md
M core/model/model-local-url/package.json
M core/model/model-local-url/src/componentInit.ts
M core/model/model-local-url/src/localURLParser.ts
M core/model/model-local-url/src/localURLSerializer.ts
A core/model/model-reference/model-reference-api/api-extractor.json
A 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/componentInit.ts
M core/model/model-reference/model-reference-api/src/defaultModelReferenceHandler.ts
M core/model/model-reference/model-reference-api/src/defaultModelReferenceHandlerProvider.ts
M core/model/model-reference/model-reference-api/src/defaultModelReferenceParserProvider.ts
M core/model/model-reference/model-reference-api/src/defaultModelReferenceSerializerProvider.ts
M core/model/model-reference/model-reference-api/src/modelReferenceHandler.ts
M core/model/model-reference/model-reference-api/src/modelReferenceHandlerProvider.ts
M core/model/model-reference/model-reference-api/src/modelReferenceParser.ts
M core/model/model-reference/model-reference-api/src/modelReferenceParserProvider.ts
M core/model/model-reference/model-reference-api/src/modelReferenceSerializer.ts
M core/model/model-reference/model-reference-api/src/modelReferenceSerializerProvider.ts
A core/model/model-reference/model-reference-filesystem/api-extractor.json
A core/model/model-reference/model-reference-filesystem/etc/cristal-model-reference-filesystem.api.md
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-filesystem/src/componentInit.ts
A core/model/model-reference/model-reference-github/api-extractor.json
A core/model/model-reference/model-reference-github/etc/cristal-model-reference-github.api.md
M core/model/model-reference/model-reference-github/package.json
M core/model/model-reference/model-reference-github/src/componentInit.ts
A core/model/model-reference/model-reference-nextcloud/api-extractor.json
A core/model/model-reference/model-reference-nextcloud/etc/cristal-model-reference-nextcloud.api.md
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-nextcloud/src/componentInit.ts
A core/model/model-reference/model-reference-xwiki/api-extractor.json
A core/model/model-reference/model-reference-xwiki/etc/cristal-model-reference-xwiki.api.md
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-reference/model-reference-xwiki/src/componentInit.ts
M core/model/model-reference/model-reference-xwiki/src/xWikiModelReferenceHandler.ts
A core/model/model-remote-url/model-remote-url-api/api-extractor.json
A core/model/model-remote-url/model-remote-url-api/etc/cristal-model-remote-url-api.api.md
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-api/src/componentInit.ts
M core/model/model-remote-url/model-remote-url-api/src/defaultRemoteURLParserProvider.ts
M core/model/model-remote-url/model-remote-url-api/src/remoteURLParser.ts
M core/model/model-remote-url/model-remote-url-api/src/remoteURLParserProvider.ts
M core/model/model-remote-url/model-remote-url-api/src/remoteURLSerializer.ts
M core/model/model-remote-url/model-remote-url-api/src/remoteURLSerializerProvider.ts
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/api-extractor.json
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/etc/cristal-model-remote-url-filesystem-api.api.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-api/src/index.ts
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/api-extractor.json
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/etc/cristal-model-remote-url-filesystem-default.api.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-filesystem/model-remote-url-filesystem-default/src/componentInit.ts
A core/model/model-remote-url/model-remote-url-github/api-extractor.json
A core/model/model-remote-url/model-remote-url-github/etc/cristal-model-remote-url-github.api.md
M core/model/model-remote-url/model-remote-url-github/package.json
M core/model/model-remote-url/model-remote-url-github/src/componentInit.ts
A core/model/model-remote-url/model-remote-url-nextcloud/api-extractor.json
A core/model/model-remote-url/model-remote-url-nextcloud/etc/cristal-model-remote-url-nextcloud.api.md
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/src/componentInit.ts
A core/model/model-remote-url/model-remote-url-xwiki/api-extractor.json
A core/model/model-remote-url/model-remote-url-xwiki/etc/cristal-model-remote-url-xwiki.api.md
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/model/model-remote-url/model-remote-url-xwiki/src/componentInit.ts
A core/navigation-tree/navigation-tree-api/api-extractor.json
A core/navigation-tree/navigation-tree-api/etc/cristal-navigation-tree-api.api.md
M core/navigation-tree/navigation-tree-api/package.json
M core/navigation-tree/navigation-tree-api/src/index.ts
A core/navigation-tree/navigation-tree-default/api-extractor.json
A core/navigation-tree/navigation-tree-default/etc/cristal-navigation-tree-default.api.md
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-default/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-default/src/utils.ts
A core/navigation-tree/navigation-tree-filesystem/api-extractor.json
A core/navigation-tree/navigation-tree-filesystem/etc/cristal-navigation-tree-filesystem.api.md
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-filesystem/src/components/componentsInit.ts
A core/navigation-tree/navigation-tree-github/api-extractor.json
A core/navigation-tree/navigation-tree-github/etc/cristal-navigation-tree-github.api.md
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-github/src/components/componentsInit.ts
A core/navigation-tree/navigation-tree-nextcloud/api-extractor.json
A core/navigation-tree/navigation-tree-nextcloud/etc/cristal-navigation-tree-nextcloud.api.md
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-nextcloud/src/components/componentsInit.ts
A core/navigation-tree/navigation-tree-xwiki/api-extractor.json
A core/navigation-tree/navigation-tree-xwiki/etc/cristal-navigation-tree-xwiki.api.md
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/navigation-tree/navigation-tree-xwiki/src/components/componentsInit.ts
A core/page-actions/page-actions-api/api-extractor.json
A core/page-actions/page-actions-api/etc/cristal-page-actions-api.api.md
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-api/src/index.ts
A core/page-actions/page-actions-default/api-extractor.json
A core/page-actions/page-actions-default/etc/cristal-page-actions-default.api.md
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-default/src/DefaultPageActionCategoryService.ts
M core/page-actions/page-actions-default/src/DefaultPageActionService.ts
M core/page-actions/page-actions-default/src/index.ts
A core/page-actions/page-actions-ui/api-extractor.json
A core/page-actions/page-actions-ui/etc/cristal-page-actions-ui.api.md
M core/page-actions/page-actions-ui/package.json
M core/page-actions/page-actions-ui/src/PageManagement.ts
M core/page-actions/page-actions-ui/src/index.ts
A core/page/page-api/api-extractor.json
A core/page/page-api/etc/cristal-page-api.api.md
M core/page/page-api/package.json
M core/page/page-api/src/index.ts
A core/page/page-default/api-extractor.json
A core/page/page-default/etc/cristal-page-default.api.md
M core/page/page-default/package.json
M core/page/page-default/src/defaultPageReader.ts
M core/page/page-default/src/defaultPageWriter.ts
A core/rename/rename-api/api-extractor.json
A core/rename/rename-api/etc/cristal-rename-api.api.md
M core/rename/rename-api/package.json
M core/rename/rename-api/src/index.ts
A core/rename/rename-default/api-extractor.json
A core/rename/rename-default/etc/cristal-rename-default.api.md
M core/rename/rename-default/package.json
M core/rename/rename-default/src/components/componentsInit.ts
M core/rename/rename-default/src/index.ts
A core/rename/rename-filesystem/api-extractor.json
A core/rename/rename-filesystem/etc/cristal-rename-filesystem.api.md
M core/rename/rename-filesystem/package.json
M core/rename/rename-filesystem/src/components/componentsInit.ts
M core/rename/rename-filesystem/src/index.ts
A core/settings/settings-api/api-extractor.json
A core/settings/settings-api/etc/cristal-settings-api.api.md
M core/settings/settings-api/package.json
M core/settings/settings-api/src/settings.ts
M core/settings/settings-api/src/settingsManager.ts
M core/settings/settings-api/src/settingsParser.ts
M core/settings/settings-api/src/settingsStorage.ts
A core/settings/settings-browser/api-extractor.json
A core/settings/settings-browser/etc/cristal-settings-browser.api.md
M core/settings/settings-browser/package.json
M core/settings/settings-browser/src/defaultSettingsStorage.ts
M core/settings/settings-browser/src/index.ts
A core/settings/settings-configurations-ui/api-extractor.json
A core/settings/settings-configurations-ui/etc/cristal-settings-configurations-ui.api.md
M core/settings/settings-configurations-ui/package.json
M core/settings/settings-configurations-ui/src/index.ts
M core/settings/settings-configurations-ui/src/settingsConfigurationsUIExtension.ts
A core/settings/settings-configurations/api-extractor.json
A core/settings/settings-configurations/etc/cristal-settings-configurations.api.md
M core/settings/settings-configurations/package.json
M core/settings/settings-configurations/src/configurations.ts
M core/settings/settings-configurations/src/configurationsSettingsParser.ts
M core/settings/settings-configurations/src/index.ts
A core/settings/settings-default/api-extractor.json
A core/settings/settings-default/etc/cristal-settings-default.api.md
M core/settings/settings-default/package.json
M core/settings/settings-default/src/defaultSettings.ts
M core/settings/settings-default/src/defaultSettingsManager.ts
M core/settings/settings-default/src/defaultSettingsParser.ts
M core/settings/settings-default/src/index.ts
A core/tiptap-extensions/tiptap-extension-image/api-extractor.json
A core/tiptap-extensions/tiptap-extension-image/etc/cristal-tiptap-extension-image.api.md
M core/tiptap-extensions/tiptap-extension-image/package.json
M core/tiptap-extensions/tiptap-extension-image/src/CristalTiptapImage.ts
M core/tiptap-extensions/tiptap-extension-image/src/ImageInsert.ts
A core/tiptap-extensions/tiptap-extension-image/tsdoc.json
A core/tiptap-extensions/tiptap-link-suggest-ui/api-extractor.json
A core/tiptap-extensions/tiptap-link-suggest-ui/etc/cristal-tiptap-link-suggest-ui.api.md
M core/tiptap-extensions/tiptap-link-suggest-ui/package.json
M core/tiptap-extensions/tiptap-link-suggest-ui/src/index.ts
A core/tiptap-extensions/tiptap-link-suggest-ui/tsdoc.json
A core/uiextension/uiextension-api/api-extractor.json
A core/uiextension/uiextension-api/etc/cristal-uiextension-api.api.md
M core/uiextension/uiextension-api/package.json
M core/uiextension/uiextension-api/src/index.ts
A core/uiextension/uiextension-default/api-extractor.json
A core/uiextension/uiextension-default/etc/cristal-uiextension-default.api.md
M core/uiextension/uiextension-default/package.json
M core/uiextension/uiextension-default/src/index.ts
A core/uiextension/uiextension-ui/api-extractor.json
A core/uiextension/uiextension-ui/etc/cristal-uiextension-ui.api.md
M core/uiextension/uiextension-ui/package.json
M core/uiextension/uiextension-ui/src/index.ts
A core/uiextension/uiextension-ui/tsdoc.json
A core/uniast/uniast-api/api-extractor.json
A 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
M core/uniast/uniast-api/src/converterContext.ts
A core/uniast/uniast-html/api-extractor.json
A core/uniast/uniast-html/etc/cristal-uniast-html.api.md
M core/uniast/uniast-html/package.json
M core/uniast/uniast-html/src/html/uniast-to-html.ts
A core/uniast/uniast-markdown/api-extractor.json
A core/uniast/uniast-markdown/etc/cristal-uniast-markdown.api.md
M core/uniast/uniast-markdown/package.json
M core/uniast/uniast-markdown/src/markdown/md-to-uniast.ts
M core/uniast/uniast-markdown/src/markdown/uniast-to-md.ts
A core/uniast/uniast-utils/api-extractor.json
A core/uniast/uniast-utils/etc/cristal-uniast-utils.api.md
M core/uniast/uniast-utils/package.json
M core/uniast/uniast-utils/src/createConverterContext.ts
A core/user/user-ui/api-extractor.json
A core/user/user-ui/etc/cristal-user-ui.api.md
M core/user/user-ui/package.json
M core/user/user-ui/src/index.ts
A core/user/user-ui/tsdoc.json
A core/wiki-config/wiki-config-api/api-extractor.json
A core/wiki-config/wiki-config-api/etc/cristal-wiki-config-api.api.md
M core/wiki-config/wiki-config-api/package.json
M core/wiki-config/wiki-config-api/src/index.ts
A core/wiki-config/wiki-config-default/api-extractor.json
A core/wiki-config/wiki-config-default/etc/cristal-wiki-config-default.api.md
M core/wiki-config/wiki-config-default/package.json
M core/wiki-config/wiki-config-default/src/defaultWikiConfigProxy.ts
M core/wiki-config/wiki-config-default/src/index.ts
A core/xwiki/xwiki-utils/api-extractor.json
A core/xwiki/xwiki-utils/etc/cristal-xwiki-utils.api.md
M core/xwiki/xwiki-utils/package.json
M core/xwiki/xwiki-utils/src/index.ts
M dev/test-utils/package.json
M dev/test-utils/src/index.ts
A ds/api/api-extractor.json
A ds/api/etc/cristal-dsapi.api.md
M ds/api/package.json
M ds/api/src/XAlert.ts
M ds/api/src/XAvatar.ts
M ds/api/src/XBreadcrumb.ts
M ds/api/src/XBtn.ts
M ds/api/src/XCard.ts
M ds/api/src/XCheckbox.ts
M ds/api/src/XDialog.ts
M ds/api/src/XDivider.ts
M ds/api/src/XFileInput.ts
M ds/api/src/XForm.ts
M ds/api/src/XImg.ts
M ds/api/src/XLoad.ts
M ds/api/src/XMenu.ts
M ds/api/src/XMenuItem.ts
M ds/api/src/XMenuLabel.ts
M ds/api/src/XNavigationTree.ts
M ds/api/src/XNavigationTreeSelect.ts
M ds/api/src/XSelect.ts
M ds/api/src/XTab.ts
M ds/api/src/XTabGroup.ts
M ds/api/src/XTabPanel.ts
M ds/api/src/XTextField.ts
M ds/api/src/index.ts
A ds/dsfr/api-extractor.json
A ds/dsfr/etc/cristal-dsfr.api.md
M ds/dsfr/package.json
M ds/dsfr/src/components/componentsInit.ts
A ds/shoelace/api-extractor.json
A ds/shoelace/etc/cristal-dsshoelace.api.md
M ds/shoelace/package.json
M ds/shoelace/src/components/componentsInit.ts
A ds/vuetify/api-extractor.json
A ds/vuetify/etc/cristal-dsvuetify.api.md
M ds/vuetify/package.json
M ds/vuetify/src/components/componentsInit.ts
A editors/blocknote-headless/api-extractor.json
A editors/blocknote-headless/etc/cristal-editors-blocknote-headless.api.md
M editors/blocknote-headless/package.json
M editors/blocknote-headless/src/components/currentUser.ts
M editors/blocknote-headless/src/index.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/utils.ts
M editors/blocknote-headless/src/vue/c-blocknote-view.vue
A editors/blocknote-react/api-extractor.json
A editors/blocknote-react/etc/cristal-editors-blocknote-react.api.md
M editors/blocknote-react/package.json
M editors/blocknote-react/src/blocknote/blocks/Headings.tsx
M editors/blocknote-react/src/blocknote/index.ts
M editors/blocknote-react/src/blocknote/utils.tsx
M editors/blocknote-react/src/components/BlockNoteViewWrapper.tsx
M editors/blocknote-react/src/index.tsx
M editors/blocknote-react/src/misc/linkSuggest.ts
A editors/blocknote-react/src/tsdoc-metadata.json
A editors/blocknote/api-extractor.json
A editors/blocknote/etc/cristal-editors-blocknote.api.md
M editors/blocknote/package.json
M editors/blocknote/src/components/componentsInit.ts
M editors/blocknote/src/components/uixBlocknoteEditorProvider.ts
A editors/tiptap/api-extractor.json
A editors/tiptap/etc/cristal-editors-tiptap.api.md
M editors/tiptap/package.json
M editors/tiptap/src/components/componentsInit.ts
M editors/tiptap/src/components/extensions/actionCategoryDescriptor.ts
M editors/tiptap/src/components/extensions/actionDescriptor.ts
M editors/tiptap/src/components/extensions/bubble-menu.ts
M editors/tiptap/src/components/extensions/bubble-menu/BubbleMenuAction.ts
M editors/tiptap/src/components/extensions/filter-helper.ts
M editors/tiptap/src/components/extensions/link-suggest.ts
M editors/tiptap/src/components/extensions/link-type.ts
M editors/tiptap/src/vue/compute-current-user.ts
M editors/tiptap/src/vue/list-navigation-helper.ts
A electron/authentication/authentication-github/authentication-github-main/api-extractor.json
A electron/authentication/authentication-github/authentication-github-main/etc/cristal-electron-authentication-github-main.api.md
M electron/authentication/authentication-github/authentication-github-main/package.json
M electron/authentication/authentication-github/authentication-github-main/src/index.ts
A electron/authentication/authentication-github/authentication-github-main/tsdoc.json
A electron/authentication/authentication-github/authentication-github-preload/api-extractor.json
A electron/authentication/authentication-github/authentication-github-preload/etc/cristal-electron-authentication-github-preload.api.md
M electron/authentication/authentication-github/authentication-github-preload/package.json
A electron/authentication/authentication-github/authentication-github-renderer/api-extractor.json
A electron/authentication/authentication-github/authentication-github-renderer/etc/cristal-electron-authentication-github-renderer.api.md
M electron/authentication/authentication-github/authentication-github-renderer/package.json
M electron/authentication/authentication-github/authentication-github-renderer/src/index.ts
A electron/authentication/authentication-nextcloud/authentication-nextcloud-main/api-extractor.json
A electron/authentication/authentication-nextcloud/authentication-nextcloud-main/etc/cristal-electron-authentication-nextcloud-main.api.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/src/index.ts
A electron/authentication/authentication-nextcloud/authentication-nextcloud-main/tsdoc.json
A electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/api-extractor.json
A electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/etc/cristal-electron-authentication-nextcloud-preload.api.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/package.json
A electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/api-extractor.json
A electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/etc/cristal-electron-authentication-nextcloud-renderer.api.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/src/index.ts
A electron/authentication/authentication-xwiki/authentication-xwiki-main/api-extractor.json
A electron/authentication/authentication-xwiki/authentication-xwiki-main/etc/cristal-electron-authentication-xwiki-main.api.md
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/src/index.ts
A electron/authentication/authentication-xwiki/authentication-xwiki-main/tsdoc.json
A electron/authentication/authentication-xwiki/authentication-xwiki-preload/api-extractor.json
A electron/authentication/authentication-xwiki/authentication-xwiki-preload/etc/cristal-electron-authentication-xwiki-preload.api.md
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
A electron/authentication/authentication-xwiki/authentication-xwiki-renderer/api-extractor.json
A electron/authentication/authentication-xwiki/authentication-xwiki-renderer/etc/cristal-electron-authentication-xwiki-renderer.api.md
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/src/index.ts
M electron/browser/package.json
M electron/browser/src/componentsInit.ts
M electron/browser/vite.main.config.ts
M electron/browser/vite.preload.config.ts
A electron/link-suggest/link-suggest-filesystem/api-extractor.json
A electron/link-suggest/link-suggest-filesystem/etc/cristal-link-suggest-filesystem.api.md
M electron/link-suggest/link-suggest-filesystem/package.json
M electron/link-suggest/link-suggest-filesystem/src/components/componentsInit.ts
M electron/link-suggest/link-suggest-filesystem/src/components/filesystemLinkSuggestService.ts
M electron/main/package.json
M electron/main/src/menu.ts
M electron/main/vite.config.mjs
M electron/package.json
M electron/preload/package.json
M electron/renderer/package.json
M electron/renderer/tsconfig.json
A electron/settings/settings-main/api-extractor.json
A electron/settings/settings-main/etc/cristal-electron-settings-main.api.md
M electron/settings/settings-main/package.json
M electron/settings/settings-main/src/index.ts
M electron/settings/settings-main/src/storage.ts
A electron/settings/settings-main/tsdoc.json
A electron/settings/settings-preload/api-extractor.json
A electron/settings/settings-preload/etc/cristal-electron-settings-preload.api.md
M electron/settings/settings-preload/package.json
A electron/settings/settings-renderer/api-extractor.json
A electron/settings/settings-renderer/etc/cristal-electron-settings-renderer.api.md
M electron/settings/settings-renderer/package.json
M electron/settings/settings-renderer/src/defaultSettingsStorage.ts
M electron/settings/settings-renderer/src/index.ts
A electron/state/api-extractor.json
A electron/state/etc/cristal-electron-state.api.md
M electron/state/package.json
M electron/state/src/index.ts
M electron/storage/package.json
M electron/storage/src/componentsInit.ts
M electron/storage/src/electron/main/index.ts
M electron/storage/src/electron/preload/apiTypes.ts
M electron/storage/vite.main.config.ts
M electron/storage/vite.preload.config.ts
A extension-manager/api-extractor.json
A extension-manager/etc/cristal-extension-manager.api.md
M extension-manager/package.json
M extension-manager/src/api/cristalComponent.ts
M extension-manager/src/api/extensionConfig.ts
M extension-manager/src/api/extensionManager.ts
M extension-manager/src/components/componentsInit.ts
M extension-manager/src/components/cristalLoader.ts
M extension-manager/src/components/defaultComponent.ts
M extension-manager/src/components/defaultExtensionConfig.ts
M extension-manager/src/components/defaultExtensionManager.ts
A extension-manager/tsdoc.json
A extensions/menubuttons/api-extractor.json
A extensions/menubuttons/etc/cristal-extension-menubuttons.api.md
M extensions/menubuttons/package.json
M extensions/menubuttons/src/api/menuEntry.ts
M extensions/menubuttons/src/components/componentsInit.ts
A extensions/menubuttons/tsdoc.json
A lib/api-extractor.json
A lib/etc/cristal-lib.api.md
M lib/package.json
M lib/src/components/DefaultCristalApp.ts
M lib/src/components/cristalAppLoader.ts
M lib/src/default/defaultComponentsList.ts
M nx.json
M package.json
M pnpm-lock.yaml
M realtime/package.json
A sharedworker/api/api-extractor.json
A sharedworker/api/etc/cristal-sharedworker-api.api.md
M sharedworker/api/package.json
M sharedworker/api/src/api/myworker.ts
M sharedworker/api/src/api/queueWorker.ts
A sharedworker/api/tsdoc.json
A sharedworker/impl/api-extractor.json
A sharedworker/impl/etc/cristal-sharedworker-impl.api.md
M sharedworker/impl/package.json
M sharedworker/impl/src/components/componentsInit.ts
M sharedworker/impl/src/components/worker.ts
M sharedworker/impl/tsconfig.json
M sharedworker/impl/vite.config.ts
A skin/api-extractor.json
A skin/etc/cristal-skin.api.md
M skin/package.json
M skin/src/api/macroData.ts
M skin/src/api/macroProvider.ts
M skin/src/api/uixTemplateProvider.ts
M skin/src/api/vueTemplateProvider.ts
M skin/src/components/componentsInit.ts
M skin/src/components/defaultMacroData.ts
M skin/src/components/defaultSkinManager.ts
M skin/src/components/defaultUIXTemplateProvider.ts
M skin/src/components/defaultVueTemplateProvider.ts
M skin/src/composables/mouse.ts
M skin/src/composables/viewport.ts
M skin/src/index.ts
M skin/src/vue/contentTools.ts
M skin/src/vue/renderMarkdown.ts
A sources/xwiki/mock-server/api-extractor.json
M sources/xwiki/mock-server/package.json
M tsdoc.json
A utils/inversify/api-extractor.json
A utils/inversify/etc/cristal-utils-inversify.api.md
M utils/inversify/package.json
M utils/inversify/src/index.ts
M vite.config.ts
M web/e2e/pageObjects/Form.ts
M web/e2e/pageObjects/Sidebar.ts
M web/package.json
M web/vite.config.ts
A xwiki/remoteinlineeditor/api-extractor.json
A xwiki/remoteinlineeditor/etc/cristal-xwiki-remoteinlineeditor.api.md
M xwiki/remoteinlineeditor/package.json
M xwiki/remoteinlineeditor/src/components/componentsInit.ts
Log Message:
-----------
Merge remote-tracking branch 'origin/main' into fork/ClementEXWiki/fix/warn-unsaved-blocknote-content
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/CRISTAL-616
Home: https://github.com/xwiki-contrib/cristal
Commit: f40f86784c16b96279cfa31e0f6cb7a4cd686562
https://github.com/xwiki-contrib/cristal/commit/f40f86784c16b96279cfa31e0f6…
Author: Clément E. <clement.eraud(a)xwiki.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M editors/blocknote-react/src/components/images/ImageFilePanel.tsx
M editors/blocknote-react/src/components/images/ImageSelector.tsx
Log Message:
-----------
Fix: pre-fill image selector popover with current URL / entity name
Commit: 1308347fe5464afa16e0e5beb4fa657b621fb733
https://github.com/xwiki-contrib/cristal/commit/1308347fe5464afa16e0e5beb4f…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-08 (Mon, 08 Sep 2025)
Changed paths:
M .github/workflows/build_electron.yml
M .gitignore
M Jenkinsfile
A api-extractor.json
A api/api-extractor.json
A api/etc/cristal-api.api.md
M api/package.json
M api/src/api/PageData.ts
M api/src/api/WikiConfig.ts
M api/src/api/attachmentsData.ts
M api/src/api/cristalApp.ts
M api/src/api/designSystemLoader.ts
M api/src/api/document.ts
M api/src/api/logger.ts
M api/src/api/loggerConfig.ts
M api/src/api/pageAttachment.ts
M api/src/api/skinManager.ts
M api/src/api/storage.ts
M api/src/api/wrappingStorage.ts
M api/src/components/DefaultPageData.ts
M api/src/components/JSONLDDocument.ts
M api/src/components/componentsInit.ts
M api/src/components/defaultLogger.ts
M api/src/components/defaultLoggerConfig.ts
M api/src/components/defaultWikiConfig.ts
M api/src/index.ts
M authentication-server/package.json
A core/alerts/alerts-api/api-extractor.json
A core/alerts/alerts-api/etc/cristal-alerts-api.api.md
M core/alerts/alerts-api/package.json
M core/alerts/alerts-api/src/index.ts
A core/alerts/alerts-default/api-extractor.json
A core/alerts/alerts-default/etc/cristal-alerts-default.api.md
M core/alerts/alerts-default/package.json
M core/alerts/alerts-default/src/defaultAlertsService.ts
M core/alerts/alerts-default/src/defaultAlertsServiceProvider.ts
M core/alerts/alerts-default/src/index.ts
A core/alerts/alerts-ui/api-extractor.json
A core/alerts/alerts-ui/etc/cristal-alerts-ui.api.md
M core/alerts/alerts-ui/package.json
M core/alerts/alerts-ui/src/index.ts
A core/alerts/alerts-ui/tsdoc.json
A core/attachments/attachments-api/api-extractor.json
A core/attachments/attachments-api/etc/cristal-attachments-api.api.md
M core/attachments/attachments-api/package.json
M core/attachments/attachments-api/src/attachment.ts
M core/attachments/attachments-api/src/attachmentsPreview.ts
M core/attachments/attachments-api/src/attachmentsService.ts
A core/attachments/attachments-default/api-extractor.json
A core/attachments/attachments-default/etc/cristal-attachments-default.api.md
M core/attachments/attachments-default/package.json
M core/attachments/attachments-default/src/defaultAttachmentsService.ts
M core/attachments/attachments-default/src/index.ts
A core/attachments/attachments-ui/api-extractor.json
A core/attachments/attachments-ui/etc/cristal-attachments-ui.api.md
M core/attachments/attachments-ui/package.json
M core/attachments/attachments-ui/src/AttachmentPreviewContentAfterUIExtension.ts
M core/attachments/attachments-ui/src/AttachmentsInfoAction.ts
M core/attachments/attachments-ui/src/index.ts
A core/authentication/authentication-api/api-extractor.json
A core/authentication/authentication-api/etc/cristal-authentication-api.api.md
M core/authentication/authentication-api/package.json
M core/authentication/authentication-api/src/authenticationManager.ts
M core/authentication/authentication-api/src/authenticationManagerProvider.ts
M core/authentication/authentication-api/src/userDetails.ts
A core/authentication/authentication-default/api-extractor.json
A core/authentication/authentication-default/etc/cristal-authentication-default.api.md
M core/authentication/authentication-default/package.json
M core/authentication/authentication-default/src/defaultAuthenticationManagerProvider.ts
M core/authentication/authentication-default/src/index.ts
A core/authentication/authentication-github-state/api-extractor.json
A core/authentication/authentication-github-state/etc/cristal-authentication-github-state.api.md
M core/authentication/authentication-github-state/package.json
M core/authentication/authentication-github-state/src/GitHubAuthenticationState.ts
A core/authentication/authentication-github-ui/api-extractor.json
A core/authentication/authentication-github-ui/etc/cristal-authentication-github-ui.api.md
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-github-ui/src/GitHubLoginMenuUIExtension.ts
M core/authentication/authentication-github-ui/src/index.ts
A core/authentication/authentication-github/api-extractor.json
A core/authentication/authentication-github/etc/cristal-authentication-github.api.md
M core/authentication/authentication-github/package.json
M core/authentication/authentication-github/src/GitHubAuthenticationManager.ts
M core/authentication/authentication-github/src/index.ts
A core/authentication/authentication-nextcloud-state/api-extractor.json
A core/authentication/authentication-nextcloud-state/etc/cristal-authentication-nextcloud-state.api.md
M core/authentication/authentication-nextcloud-state/package.json
M core/authentication/authentication-nextcloud-state/src/NextcloudAuthenticationState.ts
A core/authentication/authentication-nextcloud-ui/api-extractor.json
A core/authentication/authentication-nextcloud-ui/etc/cristal-authentication-nextcloud-ui.api.md
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-nextcloud-ui/src/NextcloudLoginMenuUIExtension.ts
M core/authentication/authentication-nextcloud-ui/src/index.ts
A core/authentication/authentication-nextcloud/api-extractor.json
A core/authentication/authentication-nextcloud/etc/cristal-authentication-nextcloud.api.md
M core/authentication/authentication-nextcloud/package.json
M core/authentication/authentication-nextcloud/src/NextcloudBasicAuthenticationManager.ts
M core/authentication/authentication-nextcloud/src/NextcloudLoginFlowAuthenticationManager.ts
M core/authentication/authentication-nextcloud/src/NextcloudOAuth2AuthenticationManager.ts
M core/authentication/authentication-nextcloud/src/index.ts
A core/authentication/authentication-ui/api-extractor.json
A core/authentication/authentication-ui/etc/cristal-authentication-ui.api.md
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-ui/src/LoggedInMenuUIExtension.ts
M core/authentication/authentication-ui/src/LoginMenuUIExtension.ts
M core/authentication/authentication-ui/src/index.ts
M core/authentication/authentication-ui/src/vue/utils/getUserProfile.ts
A core/authentication/authentication-xwiki/api-extractor.json
A core/authentication/authentication-xwiki/etc/cristal-authentication-xwiki.api.md
M core/authentication/authentication-xwiki/package.json
M core/authentication/authentication-xwiki/src/XWikiAuthenticationManager.ts
M core/authentication/authentication-xwiki/src/index.ts
A core/backends/backend-api/api-extractor.json
A core/backends/backend-api/etc/cristal-backend-api.api.md
M core/backends/backend-api/package.json
M core/backends/backend-api/src/abstractStorage.ts
M core/backends/backend-api/src/componentInit.ts
M core/backends/backend-api/src/defaultStorageProvider.ts
M core/backends/backend-api/src/offlineStorage.ts
M core/backends/backend-api/src/storageProvider.ts
A core/backends/backend-dexie/api-extractor.json
A core/backends/backend-dexie/etc/cristal-backend-dexie.api.md
M core/backends/backend-dexie/package.json
M core/backends/backend-dexie/src/index.ts
A core/backends/backend-github/api-extractor.json
A core/backends/backend-github/etc/cristal-backend-github.api.md
M core/backends/backend-github/package.json
M core/backends/backend-github/src/githubStorage.ts
M core/backends/backend-github/src/index.ts
A core/backends/backend-nextcloud/api-extractor.json
A core/backends/backend-nextcloud/etc/cristal-backend-nextcloud.api.md
M core/backends/backend-nextcloud/package.json
M core/backends/backend-nextcloud/src/NextcloudWikiConfig.ts
M core/backends/backend-nextcloud/src/index.ts
M core/backends/backend-nextcloud/src/nextcloudStorage.ts
A core/backends/backend-xwiki/api-extractor.json
A core/backends/backend-xwiki/etc/cristal-backend-xwiki.api.md
M core/backends/backend-xwiki/package.json
M core/backends/backend-xwiki/src/index.ts
M core/backends/backend-xwiki/src/xwikiStorage.ts
A core/browser/browser-api/api-extractor.json
A core/browser/browser-api/etc/cristal-browser-api.api.md
M core/browser/browser-api/package.json
M core/browser/browser-api/src/index.ts
A core/browser/browser-default/api-extractor.json
A core/browser/browser-default/etc/cristal-browser-default.api.md
M core/browser/browser-default/package.json
M core/browser/browser-default/src/components/componentsInit.ts
A core/collaboration/collaboration-api/api-extractor.json
A core/collaboration/collaboration-api/etc/cristal-collaboration-api.api.md
M core/collaboration/collaboration-api/package.json
M core/collaboration/collaboration-api/src/collaborationInitializer.ts
M core/collaboration/collaboration-api/src/collaborationManager.ts
M core/collaboration/collaboration-api/src/collaborationManagerName.ts
M core/collaboration/collaboration-api/src/collaborationManagerProvider.ts
M core/collaboration/collaboration-api/src/collaborationManagerProviderName.ts
M core/collaboration/collaboration-api/src/componentInit.ts
M core/collaboration/collaboration-api/src/defaultCollaborationManagerProvider.ts
M core/collaboration/collaboration-api/src/status.ts
M core/collaboration/collaboration-api/src/user.ts
A core/collaboration/collaboration-hocuspocus/api-extractor.json
A core/collaboration/collaboration-hocuspocus/etc/cristal-collaboration-hocuspocus.api.md
M core/collaboration/collaboration-hocuspocus/package.json
M core/collaboration/collaboration-hocuspocus/src/componentInit.ts
M core/collaboration/collaboration-hocuspocus/src/hocuspocusCollaborationProvider.ts
A core/collaboration/collaboration-xwiki/api-extractor.json
A core/collaboration/collaboration-xwiki/etc/cristal-collaboration-xwiki.api.md
M core/collaboration/collaboration-xwiki/package.json
M core/collaboration/collaboration-xwiki/src/XWikiCollaborationProvider.ts
M core/collaboration/collaboration-xwiki/src/componentInit.ts
M core/collaboration/collaboration-xwiki/src/xwikiProviderWebSocket.ts
A core/configuration/configuration-api/api-extractor.json
A core/configuration/configuration-api/etc/cristal-configuration-api.api.md
M core/configuration/configuration-api/package.json
M core/configuration/configuration-api/src/index.ts
A core/configuration/configuration-web/api-extractor.json
A core/configuration/configuration-web/etc/cristal-configuration-web.api.md
M core/configuration/configuration-web/package.json
M core/configuration/configuration-web/src/index.ts
A core/date/date-api/api-extractor.json
A core/date/date-api/etc/cristal-date-api.api.md
M core/date/date-api/package.json
M core/date/date-api/src/componentInit.ts
M core/date/date-api/src/dateService.ts
M core/date/date-api/src/defaultDateService.ts
A core/date/date-ui/api-extractor.json
A core/date/date-ui/etc/cristal-date-ui.api.md
M core/date/date-ui/package.json
M core/date/date-ui/src/index.ts
A core/date/date-ui/tsdoc.json
A core/document/document-api/api-extractor.json
A core/document/document-api/etc/cristal-document-api.api.md
M core/document/document-api/package.json
M core/document/document-api/src/index.ts
A core/document/document-default/api-extractor.json
A core/document/document-default/etc/cristal-document-default.api.md
M core/document/document-default/package.json
M core/document/document-default/src/index.ts
A core/extra-tabs/extra-tabs-api/api-extractor.json
A core/extra-tabs/extra-tabs-api/etc/cristal-extra-tabs-api.api.md
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-api/src/ExtraTabsService.ts
A core/extra-tabs/extra-tabs-default/api-extractor.json
A core/extra-tabs/extra-tabs-default/etc/cristal-extra-tabs-default.api.md
M core/extra-tabs/extra-tabs-default/package.json
M core/extra-tabs/extra-tabs-default/src/DefaultExtraTabsService.ts
M core/extra-tabs/extra-tabs-default/src/index.ts
A core/extra-tabs/extra-tabs-ui/api-extractor.json
A core/extra-tabs/extra-tabs-ui/etc/cristal-extra-tabs-ui.api.md
M core/extra-tabs/extra-tabs-ui/package.json
M core/extra-tabs/extra-tabs-ui/src/index.ts
A core/extra-tabs/extra-tabs-ui/tsdoc.json
A core/file-preview/file-preview-ui/api-extractor.json
A core/file-preview/file-preview-ui/etc/cristal-file-preview-ui.api.md
M core/file-preview/file-preview-ui/package.json
M core/file-preview/file-preview-ui/src/index.ts
A core/file-preview/file-preview-ui/tsdoc.json
A core/fn-utils/api-extractor.json
A core/fn-utils/etc/cristal-fn-utils.api.md
M core/fn-utils/package.json
M core/fn-utils/src/index.ts
A core/hierarchy/hierarchy-api/api-extractor.json
A core/hierarchy/hierarchy-api/etc/cristal-hierarchy-api.api.md
M core/hierarchy/hierarchy-api/package.json
M core/hierarchy/hierarchy-api/src/index.ts
A core/hierarchy/hierarchy-default/api-extractor.json
A core/hierarchy/hierarchy-default/etc/cristal-hierarchy-default.api.md
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-default/src/components/componentsInit.ts
M core/hierarchy/hierarchy-default/src/utils.ts
A core/hierarchy/hierarchy-filesystem/api-extractor.json
A core/hierarchy/hierarchy-filesystem/etc/cristal-hierarchy-filesystem.api.md
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-filesystem/src/components/componentsInit.ts
A core/hierarchy/hierarchy-github/api-extractor.json
A core/hierarchy/hierarchy-github/etc/cristal-hierarchy-github.api.md
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-github/src/components/componentsInit.ts
A core/hierarchy/hierarchy-nextcloud/api-extractor.json
A core/hierarchy/hierarchy-nextcloud/etc/cristal-hierarchy-nextcloud.api.md
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-nextcloud/src/components/componentsInit.ts
A core/hierarchy/hierarchy-xwiki/api-extractor.json
A core/hierarchy/hierarchy-xwiki/etc/cristal-hierarchy-xwiki.api.md
M core/hierarchy/hierarchy-xwiki/package.json
M core/hierarchy/hierarchy-xwiki/src/components/componentsInit.ts
A core/history/history-api/api-extractor.json
A core/history/history-api/etc/cristal-history-api.api.md
M core/history/history-api/package.json
M core/history/history-api/src/index.ts
A core/history/history-default/api-extractor.json
A core/history/history-default/etc/cristal-history-default.api.md
M core/history/history-default/package.json
M core/history/history-default/src/components/componentsInit.ts
M core/history/history-default/src/index.ts
A core/history/history-github/api-extractor.json
A core/history/history-github/etc/cristal-history-github.api.md
M core/history/history-github/package.json
M core/history/history-github/src/components/componentsInit.ts
M core/history/history-github/src/index.ts
A core/history/history-ui/api-extractor.json
A core/history/history-ui/etc/cristal-history-ui.api.md
M core/history/history-ui/package.json
M core/history/history-ui/src/index.ts
A core/history/history-xwiki/api-extractor.json
A core/history/history-xwiki/etc/cristal-history-xwiki.api.md
M core/history/history-xwiki/package.json
M core/history/history-xwiki/src/components/componentsInit.ts
M core/history/history-xwiki/src/index.ts
A core/icons/api-extractor.json
A core/icons/etc/cristal-icons.api.md
M core/icons/package.json
M core/icons/src/index.ts
M core/icons/src/size.ts
A core/icons/tsdoc.json
A core/info-actions/info-actions-api/api-extractor.json
A core/info-actions/info-actions-api/etc/cristal-info-actions-api.api.md
M core/info-actions/info-actions-api/package.json
M core/info-actions/info-actions-api/src/index.ts
A core/info-actions/info-actions-default/api-extractor.json
A core/info-actions/info-actions-default/etc/cristal-info-actions-default.api.md
M core/info-actions/info-actions-default/package.json
M core/info-actions/info-actions-default/src/DefaultInfoActionsService.ts
M core/info-actions/info-actions-default/src/index.ts
A core/info-actions/info-actions-ui/api-extractor.json
A core/info-actions/info-actions-ui/etc/cristal-info-actions-ui.api.md
M core/info-actions/info-actions-ui/package.json
M core/info-actions/info-actions-ui/src/index.ts
A core/info-actions/info-actions-ui/tsdoc.json
A core/link-suggest/link-suggest-api/api-extractor.json
A core/link-suggest/link-suggest-api/etc/cristal-link-suggest-api.api.md
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-api/src/DefaultLinkSuggestServiceProvider.ts
M core/link-suggest/link-suggest-api/src/LinkSuggestServiceProvider.ts
M core/link-suggest/link-suggest-api/src/componentInit.ts
M core/link-suggest/link-suggest-api/src/index.ts
M core/link-suggest/link-suggest-api/src/link.ts
M core/link-suggest/link-suggest-api/src/linkSuggestService.ts
M core/link-suggest/link-suggest-api/src/linkType.ts
A core/link-suggest/link-suggest-nextcloud/api-extractor.json
A core/link-suggest/link-suggest-nextcloud/etc/cristal-link-suggest-nextcloud.api.md
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-nextcloud/src/index.ts
M core/link-suggest/link-suggest-nextcloud/src/nextcloudLinkSuggestService.ts
A core/link-suggest/link-suggest-xwiki/api-extractor.json
A core/link-suggest/link-suggest-xwiki/etc/cristal-link-suggest-xwiki.api.md
M core/link-suggest/link-suggest-xwiki/package.json
M core/link-suggest/link-suggest-xwiki/src/components/componentsInit.ts
A core/markdown/markdown-api/api-extractor.json
A core/markdown/markdown-api/etc/cristal-markdown-api.api.md
M core/markdown/markdown-api/package.json
M core/markdown/markdown-api/src/markdownRenderer.ts
A core/markdown/markdown-default/api-extractor.json
A core/markdown/markdown-default/etc/cristal-markdown-default.api.md
M core/markdown/markdown-default/package.json
M core/markdown/markdown-default/src/defaultMarkdownRenderer.ts
M core/markdown/markdown-default/src/index.ts
M core/markdown/markdown-default/src/parseInternalImages.ts
M core/markdown/markdown-default/src/parseInternalLinks.ts
A core/model/model-api/api-extractor.json
A 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
A core/model/model-click-listener/api-extractor.json
A core/model/model-click-listener/etc/cristal-model-click-listener.api.md
M core/model/model-click-listener/package.json
M core/model/model-click-listener/src/DefaultClickListener.ts
M core/model/model-click-listener/src/clickListener.ts
M core/model/model-click-listener/src/componentInit.ts
A core/model/model-local-url/api-extractor.json
A core/model/model-local-url/etc/cristal-model-local-url.api.md
M core/model/model-local-url/package.json
M core/model/model-local-url/src/componentInit.ts
M core/model/model-local-url/src/localURLParser.ts
M core/model/model-local-url/src/localURLSerializer.ts
A core/model/model-reference/model-reference-api/api-extractor.json
A 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/componentInit.ts
M core/model/model-reference/model-reference-api/src/defaultModelReferenceHandler.ts
M core/model/model-reference/model-reference-api/src/defaultModelReferenceHandlerProvider.ts
M core/model/model-reference/model-reference-api/src/defaultModelReferenceParserProvider.ts
M core/model/model-reference/model-reference-api/src/defaultModelReferenceSerializerProvider.ts
M core/model/model-reference/model-reference-api/src/modelReferenceHandler.ts
M core/model/model-reference/model-reference-api/src/modelReferenceHandlerProvider.ts
M core/model/model-reference/model-reference-api/src/modelReferenceParser.ts
M core/model/model-reference/model-reference-api/src/modelReferenceParserProvider.ts
M core/model/model-reference/model-reference-api/src/modelReferenceSerializer.ts
M core/model/model-reference/model-reference-api/src/modelReferenceSerializerProvider.ts
A core/model/model-reference/model-reference-filesystem/api-extractor.json
A core/model/model-reference/model-reference-filesystem/etc/cristal-model-reference-filesystem.api.md
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-filesystem/src/componentInit.ts
A core/model/model-reference/model-reference-github/api-extractor.json
A core/model/model-reference/model-reference-github/etc/cristal-model-reference-github.api.md
M core/model/model-reference/model-reference-github/package.json
M core/model/model-reference/model-reference-github/src/componentInit.ts
A core/model/model-reference/model-reference-nextcloud/api-extractor.json
A core/model/model-reference/model-reference-nextcloud/etc/cristal-model-reference-nextcloud.api.md
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-nextcloud/src/componentInit.ts
A core/model/model-reference/model-reference-xwiki/api-extractor.json
A core/model/model-reference/model-reference-xwiki/etc/cristal-model-reference-xwiki.api.md
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-reference/model-reference-xwiki/src/componentInit.ts
M core/model/model-reference/model-reference-xwiki/src/xWikiModelReferenceHandler.ts
A core/model/model-remote-url/model-remote-url-api/api-extractor.json
A core/model/model-remote-url/model-remote-url-api/etc/cristal-model-remote-url-api.api.md
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-api/src/componentInit.ts
M core/model/model-remote-url/model-remote-url-api/src/defaultRemoteURLParserProvider.ts
M core/model/model-remote-url/model-remote-url-api/src/remoteURLParser.ts
M core/model/model-remote-url/model-remote-url-api/src/remoteURLParserProvider.ts
M core/model/model-remote-url/model-remote-url-api/src/remoteURLSerializer.ts
M core/model/model-remote-url/model-remote-url-api/src/remoteURLSerializerProvider.ts
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/api-extractor.json
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/etc/cristal-model-remote-url-filesystem-api.api.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-api/src/index.ts
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/api-extractor.json
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/etc/cristal-model-remote-url-filesystem-default.api.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-filesystem/model-remote-url-filesystem-default/src/componentInit.ts
A core/model/model-remote-url/model-remote-url-github/api-extractor.json
A core/model/model-remote-url/model-remote-url-github/etc/cristal-model-remote-url-github.api.md
M core/model/model-remote-url/model-remote-url-github/package.json
M core/model/model-remote-url/model-remote-url-github/src/componentInit.ts
A core/model/model-remote-url/model-remote-url-nextcloud/api-extractor.json
A core/model/model-remote-url/model-remote-url-nextcloud/etc/cristal-model-remote-url-nextcloud.api.md
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/src/componentInit.ts
A core/model/model-remote-url/model-remote-url-xwiki/api-extractor.json
A core/model/model-remote-url/model-remote-url-xwiki/etc/cristal-model-remote-url-xwiki.api.md
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/model/model-remote-url/model-remote-url-xwiki/src/componentInit.ts
A core/navigation-tree/navigation-tree-api/api-extractor.json
A core/navigation-tree/navigation-tree-api/etc/cristal-navigation-tree-api.api.md
M core/navigation-tree/navigation-tree-api/package.json
M core/navigation-tree/navigation-tree-api/src/index.ts
A core/navigation-tree/navigation-tree-default/api-extractor.json
A core/navigation-tree/navigation-tree-default/etc/cristal-navigation-tree-default.api.md
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-default/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-default/src/utils.ts
A core/navigation-tree/navigation-tree-filesystem/api-extractor.json
A core/navigation-tree/navigation-tree-filesystem/etc/cristal-navigation-tree-filesystem.api.md
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-filesystem/src/components/componentsInit.ts
A core/navigation-tree/navigation-tree-github/api-extractor.json
A core/navigation-tree/navigation-tree-github/etc/cristal-navigation-tree-github.api.md
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-github/src/components/componentsInit.ts
A core/navigation-tree/navigation-tree-nextcloud/api-extractor.json
A core/navigation-tree/navigation-tree-nextcloud/etc/cristal-navigation-tree-nextcloud.api.md
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-nextcloud/src/components/componentsInit.ts
A core/navigation-tree/navigation-tree-xwiki/api-extractor.json
A core/navigation-tree/navigation-tree-xwiki/etc/cristal-navigation-tree-xwiki.api.md
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/navigation-tree/navigation-tree-xwiki/src/components/componentsInit.ts
A core/page-actions/page-actions-api/api-extractor.json
A core/page-actions/page-actions-api/etc/cristal-page-actions-api.api.md
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-api/src/index.ts
A core/page-actions/page-actions-default/api-extractor.json
A core/page-actions/page-actions-default/etc/cristal-page-actions-default.api.md
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-default/src/DefaultPageActionCategoryService.ts
M core/page-actions/page-actions-default/src/DefaultPageActionService.ts
M core/page-actions/page-actions-default/src/index.ts
A core/page-actions/page-actions-ui/api-extractor.json
A core/page-actions/page-actions-ui/etc/cristal-page-actions-ui.api.md
M core/page-actions/page-actions-ui/package.json
M core/page-actions/page-actions-ui/src/PageManagement.ts
M core/page-actions/page-actions-ui/src/index.ts
A core/page/page-api/api-extractor.json
A core/page/page-api/etc/cristal-page-api.api.md
M core/page/page-api/package.json
M core/page/page-api/src/index.ts
A core/page/page-default/api-extractor.json
A core/page/page-default/etc/cristal-page-default.api.md
M core/page/page-default/package.json
M core/page/page-default/src/defaultPageReader.ts
M core/page/page-default/src/defaultPageWriter.ts
A core/rename/rename-api/api-extractor.json
A core/rename/rename-api/etc/cristal-rename-api.api.md
M core/rename/rename-api/package.json
M core/rename/rename-api/src/index.ts
A core/rename/rename-default/api-extractor.json
A core/rename/rename-default/etc/cristal-rename-default.api.md
M core/rename/rename-default/package.json
M core/rename/rename-default/src/components/componentsInit.ts
M core/rename/rename-default/src/index.ts
A core/rename/rename-filesystem/api-extractor.json
A core/rename/rename-filesystem/etc/cristal-rename-filesystem.api.md
M core/rename/rename-filesystem/package.json
M core/rename/rename-filesystem/src/components/componentsInit.ts
M core/rename/rename-filesystem/src/index.ts
A core/settings/settings-api/api-extractor.json
A core/settings/settings-api/etc/cristal-settings-api.api.md
M core/settings/settings-api/package.json
M core/settings/settings-api/src/settings.ts
M core/settings/settings-api/src/settingsManager.ts
M core/settings/settings-api/src/settingsParser.ts
M core/settings/settings-api/src/settingsStorage.ts
A core/settings/settings-browser/api-extractor.json
A core/settings/settings-browser/etc/cristal-settings-browser.api.md
M core/settings/settings-browser/package.json
M core/settings/settings-browser/src/defaultSettingsStorage.ts
M core/settings/settings-browser/src/index.ts
A core/settings/settings-configurations-ui/api-extractor.json
A core/settings/settings-configurations-ui/etc/cristal-settings-configurations-ui.api.md
M core/settings/settings-configurations-ui/package.json
M core/settings/settings-configurations-ui/src/index.ts
M core/settings/settings-configurations-ui/src/settingsConfigurationsUIExtension.ts
A core/settings/settings-configurations/api-extractor.json
A core/settings/settings-configurations/etc/cristal-settings-configurations.api.md
M core/settings/settings-configurations/package.json
M core/settings/settings-configurations/src/configurations.ts
M core/settings/settings-configurations/src/configurationsSettingsParser.ts
M core/settings/settings-configurations/src/index.ts
A core/settings/settings-default/api-extractor.json
A core/settings/settings-default/etc/cristal-settings-default.api.md
M core/settings/settings-default/package.json
M core/settings/settings-default/src/defaultSettings.ts
M core/settings/settings-default/src/defaultSettingsManager.ts
M core/settings/settings-default/src/defaultSettingsParser.ts
M core/settings/settings-default/src/index.ts
A core/tiptap-extensions/tiptap-extension-image/api-extractor.json
A core/tiptap-extensions/tiptap-extension-image/etc/cristal-tiptap-extension-image.api.md
M core/tiptap-extensions/tiptap-extension-image/package.json
M core/tiptap-extensions/tiptap-extension-image/src/CristalTiptapImage.ts
M core/tiptap-extensions/tiptap-extension-image/src/ImageInsert.ts
A core/tiptap-extensions/tiptap-extension-image/tsdoc.json
A core/tiptap-extensions/tiptap-link-suggest-ui/api-extractor.json
A core/tiptap-extensions/tiptap-link-suggest-ui/etc/cristal-tiptap-link-suggest-ui.api.md
M core/tiptap-extensions/tiptap-link-suggest-ui/package.json
M core/tiptap-extensions/tiptap-link-suggest-ui/src/index.ts
A core/tiptap-extensions/tiptap-link-suggest-ui/tsdoc.json
A core/uiextension/uiextension-api/api-extractor.json
A core/uiextension/uiextension-api/etc/cristal-uiextension-api.api.md
M core/uiextension/uiextension-api/package.json
M core/uiextension/uiextension-api/src/index.ts
A core/uiextension/uiextension-default/api-extractor.json
A core/uiextension/uiextension-default/etc/cristal-uiextension-default.api.md
M core/uiextension/uiextension-default/package.json
M core/uiextension/uiextension-default/src/index.ts
A core/uiextension/uiextension-ui/api-extractor.json
A core/uiextension/uiextension-ui/etc/cristal-uiextension-ui.api.md
M core/uiextension/uiextension-ui/package.json
M core/uiextension/uiextension-ui/src/index.ts
A core/uiextension/uiextension-ui/tsdoc.json
A core/uniast/uniast-api/api-extractor.json
A 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
M core/uniast/uniast-api/src/converterContext.ts
A core/uniast/uniast-html/api-extractor.json
A core/uniast/uniast-html/etc/cristal-uniast-html.api.md
M core/uniast/uniast-html/package.json
M core/uniast/uniast-html/src/html/uniast-to-html.ts
A core/uniast/uniast-markdown/api-extractor.json
A core/uniast/uniast-markdown/etc/cristal-uniast-markdown.api.md
M core/uniast/uniast-markdown/package.json
M core/uniast/uniast-markdown/src/markdown/md-to-uniast.ts
M core/uniast/uniast-markdown/src/markdown/uniast-to-md.ts
A core/uniast/uniast-utils/api-extractor.json
A core/uniast/uniast-utils/etc/cristal-uniast-utils.api.md
M core/uniast/uniast-utils/package.json
M core/uniast/uniast-utils/src/createConverterContext.ts
A core/user/user-ui/api-extractor.json
A core/user/user-ui/etc/cristal-user-ui.api.md
M core/user/user-ui/package.json
M core/user/user-ui/src/index.ts
A core/user/user-ui/tsdoc.json
A core/wiki-config/wiki-config-api/api-extractor.json
A core/wiki-config/wiki-config-api/etc/cristal-wiki-config-api.api.md
M core/wiki-config/wiki-config-api/package.json
M core/wiki-config/wiki-config-api/src/index.ts
A core/wiki-config/wiki-config-default/api-extractor.json
A core/wiki-config/wiki-config-default/etc/cristal-wiki-config-default.api.md
M core/wiki-config/wiki-config-default/package.json
M core/wiki-config/wiki-config-default/src/defaultWikiConfigProxy.ts
M core/wiki-config/wiki-config-default/src/index.ts
A core/xwiki/xwiki-utils/api-extractor.json
A core/xwiki/xwiki-utils/etc/cristal-xwiki-utils.api.md
M core/xwiki/xwiki-utils/package.json
M core/xwiki/xwiki-utils/src/index.ts
M dev/test-utils/package.json
M dev/test-utils/src/index.ts
A ds/api/api-extractor.json
A ds/api/etc/cristal-dsapi.api.md
M ds/api/package.json
M ds/api/src/XAlert.ts
M ds/api/src/XAvatar.ts
M ds/api/src/XBreadcrumb.ts
M ds/api/src/XBtn.ts
M ds/api/src/XCard.ts
M ds/api/src/XCheckbox.ts
M ds/api/src/XDialog.ts
M ds/api/src/XDivider.ts
M ds/api/src/XFileInput.ts
M ds/api/src/XForm.ts
M ds/api/src/XImg.ts
M ds/api/src/XLoad.ts
M ds/api/src/XMenu.ts
M ds/api/src/XMenuItem.ts
M ds/api/src/XMenuLabel.ts
M ds/api/src/XNavigationTree.ts
M ds/api/src/XNavigationTreeSelect.ts
M ds/api/src/XSelect.ts
M ds/api/src/XTab.ts
M ds/api/src/XTabGroup.ts
M ds/api/src/XTabPanel.ts
M ds/api/src/XTextField.ts
M ds/api/src/index.ts
A ds/dsfr/api-extractor.json
A ds/dsfr/etc/cristal-dsfr.api.md
M ds/dsfr/package.json
M ds/dsfr/src/components/componentsInit.ts
A ds/shoelace/api-extractor.json
A ds/shoelace/etc/cristal-dsshoelace.api.md
M ds/shoelace/package.json
M ds/shoelace/src/components/componentsInit.ts
A ds/vuetify/api-extractor.json
A ds/vuetify/etc/cristal-dsvuetify.api.md
M ds/vuetify/package.json
M ds/vuetify/src/components/componentsInit.ts
A editors/blocknote-headless/api-extractor.json
A editors/blocknote-headless/etc/cristal-editors-blocknote-headless.api.md
M editors/blocknote-headless/package.json
M editors/blocknote-headless/src/components/currentUser.ts
M editors/blocknote-headless/src/index.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/utils.ts
M editors/blocknote-headless/src/vue/c-blocknote-view.vue
A editors/blocknote-react/api-extractor.json
A editors/blocknote-react/etc/cristal-editors-blocknote-react.api.md
M editors/blocknote-react/package.json
M editors/blocknote-react/src/blocknote/blocks/Headings.tsx
M editors/blocknote-react/src/blocknote/index.ts
M editors/blocknote-react/src/blocknote/utils.tsx
M editors/blocknote-react/src/components/BlockNoteViewWrapper.tsx
M editors/blocknote-react/src/index.tsx
M editors/blocknote-react/src/misc/linkSuggest.ts
A editors/blocknote-react/src/tsdoc-metadata.json
A editors/blocknote/api-extractor.json
A editors/blocknote/etc/cristal-editors-blocknote.api.md
M editors/blocknote/package.json
M editors/blocknote/src/components/componentsInit.ts
M editors/blocknote/src/components/uixBlocknoteEditorProvider.ts
A editors/tiptap/api-extractor.json
A editors/tiptap/etc/cristal-editors-tiptap.api.md
M editors/tiptap/package.json
M editors/tiptap/src/components/componentsInit.ts
M editors/tiptap/src/components/extensions/actionCategoryDescriptor.ts
M editors/tiptap/src/components/extensions/actionDescriptor.ts
M editors/tiptap/src/components/extensions/bubble-menu.ts
M editors/tiptap/src/components/extensions/bubble-menu/BubbleMenuAction.ts
M editors/tiptap/src/components/extensions/filter-helper.ts
M editors/tiptap/src/components/extensions/link-suggest.ts
M editors/tiptap/src/components/extensions/link-type.ts
M editors/tiptap/src/vue/compute-current-user.ts
M editors/tiptap/src/vue/list-navigation-helper.ts
A electron/authentication/authentication-github/authentication-github-main/api-extractor.json
A electron/authentication/authentication-github/authentication-github-main/etc/cristal-electron-authentication-github-main.api.md
M electron/authentication/authentication-github/authentication-github-main/package.json
M electron/authentication/authentication-github/authentication-github-main/src/index.ts
A electron/authentication/authentication-github/authentication-github-main/tsdoc.json
A electron/authentication/authentication-github/authentication-github-preload/api-extractor.json
A electron/authentication/authentication-github/authentication-github-preload/etc/cristal-electron-authentication-github-preload.api.md
M electron/authentication/authentication-github/authentication-github-preload/package.json
A electron/authentication/authentication-github/authentication-github-renderer/api-extractor.json
A electron/authentication/authentication-github/authentication-github-renderer/etc/cristal-electron-authentication-github-renderer.api.md
M electron/authentication/authentication-github/authentication-github-renderer/package.json
M electron/authentication/authentication-github/authentication-github-renderer/src/index.ts
A electron/authentication/authentication-nextcloud/authentication-nextcloud-main/api-extractor.json
A electron/authentication/authentication-nextcloud/authentication-nextcloud-main/etc/cristal-electron-authentication-nextcloud-main.api.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/src/index.ts
A electron/authentication/authentication-nextcloud/authentication-nextcloud-main/tsdoc.json
A electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/api-extractor.json
A electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/etc/cristal-electron-authentication-nextcloud-preload.api.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/package.json
A electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/api-extractor.json
A electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/etc/cristal-electron-authentication-nextcloud-renderer.api.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/src/index.ts
A electron/authentication/authentication-xwiki/authentication-xwiki-main/api-extractor.json
A electron/authentication/authentication-xwiki/authentication-xwiki-main/etc/cristal-electron-authentication-xwiki-main.api.md
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/src/index.ts
A electron/authentication/authentication-xwiki/authentication-xwiki-main/tsdoc.json
A electron/authentication/authentication-xwiki/authentication-xwiki-preload/api-extractor.json
A electron/authentication/authentication-xwiki/authentication-xwiki-preload/etc/cristal-electron-authentication-xwiki-preload.api.md
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
A electron/authentication/authentication-xwiki/authentication-xwiki-renderer/api-extractor.json
A electron/authentication/authentication-xwiki/authentication-xwiki-renderer/etc/cristal-electron-authentication-xwiki-renderer.api.md
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/src/index.ts
M electron/browser/package.json
M electron/browser/src/componentsInit.ts
M electron/browser/vite.main.config.ts
M electron/browser/vite.preload.config.ts
A electron/link-suggest/link-suggest-filesystem/api-extractor.json
A electron/link-suggest/link-suggest-filesystem/etc/cristal-link-suggest-filesystem.api.md
M electron/link-suggest/link-suggest-filesystem/package.json
M electron/link-suggest/link-suggest-filesystem/src/components/componentsInit.ts
M electron/link-suggest/link-suggest-filesystem/src/components/filesystemLinkSuggestService.ts
M electron/main/package.json
M electron/main/src/menu.ts
M electron/main/vite.config.mjs
M electron/package.json
M electron/preload/package.json
M electron/renderer/package.json
M electron/renderer/tsconfig.json
A electron/settings/settings-main/api-extractor.json
A electron/settings/settings-main/etc/cristal-electron-settings-main.api.md
M electron/settings/settings-main/package.json
M electron/settings/settings-main/src/index.ts
M electron/settings/settings-main/src/storage.ts
A electron/settings/settings-main/tsdoc.json
A electron/settings/settings-preload/api-extractor.json
A electron/settings/settings-preload/etc/cristal-electron-settings-preload.api.md
M electron/settings/settings-preload/package.json
A electron/settings/settings-renderer/api-extractor.json
A electron/settings/settings-renderer/etc/cristal-electron-settings-renderer.api.md
M electron/settings/settings-renderer/package.json
M electron/settings/settings-renderer/src/defaultSettingsStorage.ts
M electron/settings/settings-renderer/src/index.ts
A electron/state/api-extractor.json
A electron/state/etc/cristal-electron-state.api.md
M electron/state/package.json
M electron/state/src/index.ts
M electron/storage/package.json
M electron/storage/src/componentsInit.ts
M electron/storage/src/electron/main/index.ts
M electron/storage/src/electron/preload/apiTypes.ts
M electron/storage/vite.main.config.ts
M electron/storage/vite.preload.config.ts
A extension-manager/api-extractor.json
A extension-manager/etc/cristal-extension-manager.api.md
M extension-manager/package.json
M extension-manager/src/api/cristalComponent.ts
M extension-manager/src/api/extensionConfig.ts
M extension-manager/src/api/extensionManager.ts
M extension-manager/src/components/componentsInit.ts
M extension-manager/src/components/cristalLoader.ts
M extension-manager/src/components/defaultComponent.ts
M extension-manager/src/components/defaultExtensionConfig.ts
M extension-manager/src/components/defaultExtensionManager.ts
A extension-manager/tsdoc.json
A extensions/menubuttons/api-extractor.json
A extensions/menubuttons/etc/cristal-extension-menubuttons.api.md
M extensions/menubuttons/package.json
M extensions/menubuttons/src/api/menuEntry.ts
M extensions/menubuttons/src/components/componentsInit.ts
A extensions/menubuttons/tsdoc.json
A lib/api-extractor.json
A lib/etc/cristal-lib.api.md
M lib/package.json
M lib/src/components/DefaultCristalApp.ts
M lib/src/components/cristalAppLoader.ts
M lib/src/default/defaultComponentsList.ts
M nx.json
M package.json
M pnpm-lock.yaml
M realtime/package.json
A sharedworker/api/api-extractor.json
A sharedworker/api/etc/cristal-sharedworker-api.api.md
M sharedworker/api/package.json
M sharedworker/api/src/api/myworker.ts
M sharedworker/api/src/api/queueWorker.ts
A sharedworker/api/tsdoc.json
A sharedworker/impl/api-extractor.json
A sharedworker/impl/etc/cristal-sharedworker-impl.api.md
M sharedworker/impl/package.json
M sharedworker/impl/src/components/componentsInit.ts
M sharedworker/impl/src/components/worker.ts
M sharedworker/impl/tsconfig.json
M sharedworker/impl/vite.config.ts
A skin/api-extractor.json
A skin/etc/cristal-skin.api.md
M skin/package.json
M skin/src/api/macroData.ts
M skin/src/api/macroProvider.ts
M skin/src/api/uixTemplateProvider.ts
M skin/src/api/vueTemplateProvider.ts
M skin/src/components/componentsInit.ts
M skin/src/components/defaultMacroData.ts
M skin/src/components/defaultSkinManager.ts
M skin/src/components/defaultUIXTemplateProvider.ts
M skin/src/components/defaultVueTemplateProvider.ts
M skin/src/composables/mouse.ts
M skin/src/composables/viewport.ts
M skin/src/index.ts
M skin/src/vue/contentTools.ts
M skin/src/vue/renderMarkdown.ts
A sources/xwiki/mock-server/api-extractor.json
M sources/xwiki/mock-server/package.json
M tsdoc.json
A utils/inversify/api-extractor.json
A utils/inversify/etc/cristal-utils-inversify.api.md
M utils/inversify/package.json
M utils/inversify/src/index.ts
M vite.config.ts
M web/e2e/pageObjects/Form.ts
M web/e2e/pageObjects/Sidebar.ts
M web/package.json
M web/vite.config.ts
A xwiki/remoteinlineeditor/api-extractor.json
A xwiki/remoteinlineeditor/etc/cristal-xwiki-remoteinlineeditor.api.md
M xwiki/remoteinlineeditor/package.json
M xwiki/remoteinlineeditor/src/components/componentsInit.ts
Log Message:
-----------
Merge remote-tracking branch 'origin/main' into fork/ClementEXWiki/fix/prefill-image-selector-query
Compare: https://github.com/xwiki-contrib/cristal/compare/f40f86784c16%5E...1308347f…
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/CRISTAL-619
Home: https://github.com/xwiki-contrib/cristal
Commit: a5bd303f6bcb89be3c1c92da995cbb40fc326cce
https://github.com/xwiki-contrib/cristal/commit/a5bd303f6bcb89be3c1c92da995…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M .github/workflows/build_electron.yml
Log Message:
-----------
[Misc] Update actions/setup-node action to v5 (#1190)
Commit: 78d57ee8c43e59475d966427e624876c11a2c4f9
https://github.com/xwiki-contrib/cristal/commit/78d57ee8c43e59475d966427e62…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency concurrently to v9.2.1 (#1179)
Commit: 846e700488c21980b667a2662cf78f9330099ade
https://github.com/xwiki-contrib/cristal/commit/846e700488c21980b667a2662cf…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-04 (Thu, 04 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.2 (#1182)
Commit: 67aeacb99b387c548c1a81ad972cdcad62d1610a
https://github.com/xwiki-contrib/cristal/commit/67aeacb99b387c548c1a81ad972…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-04 (Thu, 04 Sep 2025)
Changed paths:
M package.json
Log Message:
-----------
[Misc] Update pnpm to v10.15.1 (#1191)
Commit: 61e1a519d1a66bb539bffcb21ba6b354459e7f1e
https://github.com/xwiki-contrib/cristal/commit/61e1a519d1a66bb539bffcb21ba…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-04 (Thu, 04 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/uniast/uniast-utils/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.4 (#1192)
Commit: 3ec556861816eb025e78914dfb35e9572608224c
https://github.com/xwiki-contrib/cristal/commit/3ec556861816eb025e78914dfb3…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2025-09-05 (Fri, 05 Sep 2025)
Changed paths:
M pnpm-lock.yaml
M sharedworker/impl/package.json
Log Message:
-----------
[Misc] Update dependency vite-plugin-comlink to v5.3.0 (#1140)
Commit: 3e0308bd54e5358bedf1acad287c62d298b933c9
https://github.com/xwiki-contrib/cristal/commit/3e0308bd54e5358bedf1acad287…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-08 (Mon, 08 Sep 2025)
Changed paths:
M .gitignore
M Jenkinsfile
A api-extractor.json
A api/api-extractor.json
A api/etc/cristal-api.api.md
M api/package.json
M api/src/api/PageData.ts
M api/src/api/WikiConfig.ts
M api/src/api/attachmentsData.ts
M api/src/api/cristalApp.ts
M api/src/api/designSystemLoader.ts
M api/src/api/document.ts
M api/src/api/logger.ts
M api/src/api/loggerConfig.ts
M api/src/api/pageAttachment.ts
M api/src/api/skinManager.ts
M api/src/api/storage.ts
M api/src/api/wrappingStorage.ts
M api/src/components/DefaultPageData.ts
M api/src/components/JSONLDDocument.ts
M api/src/components/componentsInit.ts
M api/src/components/defaultLogger.ts
M api/src/components/defaultLoggerConfig.ts
M api/src/components/defaultWikiConfig.ts
M api/src/index.ts
A core/alerts/alerts-api/api-extractor.json
A core/alerts/alerts-api/etc/cristal-alerts-api.api.md
M core/alerts/alerts-api/package.json
M core/alerts/alerts-api/src/index.ts
A core/alerts/alerts-default/api-extractor.json
A core/alerts/alerts-default/etc/cristal-alerts-default.api.md
M core/alerts/alerts-default/package.json
M core/alerts/alerts-default/src/defaultAlertsService.ts
M core/alerts/alerts-default/src/defaultAlertsServiceProvider.ts
M core/alerts/alerts-default/src/index.ts
A core/alerts/alerts-ui/api-extractor.json
A core/alerts/alerts-ui/etc/cristal-alerts-ui.api.md
M core/alerts/alerts-ui/package.json
M core/alerts/alerts-ui/src/index.ts
A core/alerts/alerts-ui/tsdoc.json
A core/attachments/attachments-api/api-extractor.json
A core/attachments/attachments-api/etc/cristal-attachments-api.api.md
M core/attachments/attachments-api/package.json
M core/attachments/attachments-api/src/attachment.ts
M core/attachments/attachments-api/src/attachmentsPreview.ts
M core/attachments/attachments-api/src/attachmentsService.ts
A core/attachments/attachments-default/api-extractor.json
A core/attachments/attachments-default/etc/cristal-attachments-default.api.md
M core/attachments/attachments-default/package.json
M core/attachments/attachments-default/src/defaultAttachmentsService.ts
M core/attachments/attachments-default/src/index.ts
A core/attachments/attachments-ui/api-extractor.json
A core/attachments/attachments-ui/etc/cristal-attachments-ui.api.md
M core/attachments/attachments-ui/package.json
M core/attachments/attachments-ui/src/AttachmentPreviewContentAfterUIExtension.ts
M core/attachments/attachments-ui/src/AttachmentsInfoAction.ts
M core/attachments/attachments-ui/src/index.ts
A core/authentication/authentication-api/api-extractor.json
A core/authentication/authentication-api/etc/cristal-authentication-api.api.md
M core/authentication/authentication-api/package.json
M core/authentication/authentication-api/src/authenticationManager.ts
M core/authentication/authentication-api/src/authenticationManagerProvider.ts
M core/authentication/authentication-api/src/userDetails.ts
A core/authentication/authentication-default/api-extractor.json
A core/authentication/authentication-default/etc/cristal-authentication-default.api.md
M core/authentication/authentication-default/package.json
M core/authentication/authentication-default/src/defaultAuthenticationManagerProvider.ts
M core/authentication/authentication-default/src/index.ts
A core/authentication/authentication-github-state/api-extractor.json
A core/authentication/authentication-github-state/etc/cristal-authentication-github-state.api.md
M core/authentication/authentication-github-state/package.json
M core/authentication/authentication-github-state/src/GitHubAuthenticationState.ts
A core/authentication/authentication-github-ui/api-extractor.json
A core/authentication/authentication-github-ui/etc/cristal-authentication-github-ui.api.md
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-github-ui/src/GitHubLoginMenuUIExtension.ts
M core/authentication/authentication-github-ui/src/index.ts
A core/authentication/authentication-github/api-extractor.json
A core/authentication/authentication-github/etc/cristal-authentication-github.api.md
M core/authentication/authentication-github/package.json
M core/authentication/authentication-github/src/GitHubAuthenticationManager.ts
M core/authentication/authentication-github/src/index.ts
A core/authentication/authentication-nextcloud-state/api-extractor.json
A core/authentication/authentication-nextcloud-state/etc/cristal-authentication-nextcloud-state.api.md
M core/authentication/authentication-nextcloud-state/package.json
M core/authentication/authentication-nextcloud-state/src/NextcloudAuthenticationState.ts
A core/authentication/authentication-nextcloud-ui/api-extractor.json
A core/authentication/authentication-nextcloud-ui/etc/cristal-authentication-nextcloud-ui.api.md
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-nextcloud-ui/src/NextcloudLoginMenuUIExtension.ts
M core/authentication/authentication-nextcloud-ui/src/index.ts
A core/authentication/authentication-nextcloud/api-extractor.json
A core/authentication/authentication-nextcloud/etc/cristal-authentication-nextcloud.api.md
M core/authentication/authentication-nextcloud/package.json
M core/authentication/authentication-nextcloud/src/NextcloudBasicAuthenticationManager.ts
M core/authentication/authentication-nextcloud/src/NextcloudLoginFlowAuthenticationManager.ts
M core/authentication/authentication-nextcloud/src/NextcloudOAuth2AuthenticationManager.ts
M core/authentication/authentication-nextcloud/src/index.ts
A core/authentication/authentication-ui/api-extractor.json
A core/authentication/authentication-ui/etc/cristal-authentication-ui.api.md
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-ui/src/LoggedInMenuUIExtension.ts
M core/authentication/authentication-ui/src/LoginMenuUIExtension.ts
M core/authentication/authentication-ui/src/index.ts
M core/authentication/authentication-ui/src/vue/utils/getUserProfile.ts
A core/authentication/authentication-xwiki/api-extractor.json
A core/authentication/authentication-xwiki/etc/cristal-authentication-xwiki.api.md
M core/authentication/authentication-xwiki/package.json
M core/authentication/authentication-xwiki/src/XWikiAuthenticationManager.ts
M core/authentication/authentication-xwiki/src/index.ts
A core/backends/backend-api/api-extractor.json
A core/backends/backend-api/etc/cristal-backend-api.api.md
M core/backends/backend-api/package.json
M core/backends/backend-api/src/abstractStorage.ts
M core/backends/backend-api/src/componentInit.ts
M core/backends/backend-api/src/defaultStorageProvider.ts
M core/backends/backend-api/src/offlineStorage.ts
M core/backends/backend-api/src/storageProvider.ts
A core/backends/backend-dexie/api-extractor.json
A core/backends/backend-dexie/etc/cristal-backend-dexie.api.md
M core/backends/backend-dexie/package.json
M core/backends/backend-dexie/src/index.ts
A core/backends/backend-github/api-extractor.json
A core/backends/backend-github/etc/cristal-backend-github.api.md
M core/backends/backend-github/package.json
M core/backends/backend-github/src/githubStorage.ts
M core/backends/backend-github/src/index.ts
A core/backends/backend-nextcloud/api-extractor.json
A core/backends/backend-nextcloud/etc/cristal-backend-nextcloud.api.md
M core/backends/backend-nextcloud/package.json
M core/backends/backend-nextcloud/src/NextcloudWikiConfig.ts
M core/backends/backend-nextcloud/src/index.ts
M core/backends/backend-nextcloud/src/nextcloudStorage.ts
A core/backends/backend-xwiki/api-extractor.json
A core/backends/backend-xwiki/etc/cristal-backend-xwiki.api.md
M core/backends/backend-xwiki/package.json
M core/backends/backend-xwiki/src/index.ts
M core/backends/backend-xwiki/src/xwikiStorage.ts
A core/browser/browser-api/api-extractor.json
A core/browser/browser-api/etc/cristal-browser-api.api.md
M core/browser/browser-api/package.json
M core/browser/browser-api/src/index.ts
A core/browser/browser-default/api-extractor.json
A core/browser/browser-default/etc/cristal-browser-default.api.md
M core/browser/browser-default/package.json
M core/browser/browser-default/src/components/componentsInit.ts
A core/collaboration/collaboration-api/api-extractor.json
A core/collaboration/collaboration-api/etc/cristal-collaboration-api.api.md
M core/collaboration/collaboration-api/package.json
M core/collaboration/collaboration-api/src/collaborationInitializer.ts
M core/collaboration/collaboration-api/src/collaborationManager.ts
M core/collaboration/collaboration-api/src/collaborationManagerName.ts
M core/collaboration/collaboration-api/src/collaborationManagerProvider.ts
M core/collaboration/collaboration-api/src/collaborationManagerProviderName.ts
M core/collaboration/collaboration-api/src/componentInit.ts
M core/collaboration/collaboration-api/src/defaultCollaborationManagerProvider.ts
M core/collaboration/collaboration-api/src/status.ts
M core/collaboration/collaboration-api/src/user.ts
A core/collaboration/collaboration-hocuspocus/api-extractor.json
A core/collaboration/collaboration-hocuspocus/etc/cristal-collaboration-hocuspocus.api.md
M core/collaboration/collaboration-hocuspocus/package.json
M core/collaboration/collaboration-hocuspocus/src/componentInit.ts
M core/collaboration/collaboration-hocuspocus/src/hocuspocusCollaborationProvider.ts
A core/collaboration/collaboration-xwiki/api-extractor.json
A core/collaboration/collaboration-xwiki/etc/cristal-collaboration-xwiki.api.md
M core/collaboration/collaboration-xwiki/package.json
M core/collaboration/collaboration-xwiki/src/XWikiCollaborationProvider.ts
M core/collaboration/collaboration-xwiki/src/componentInit.ts
M core/collaboration/collaboration-xwiki/src/xwikiProviderWebSocket.ts
A core/configuration/configuration-api/api-extractor.json
A core/configuration/configuration-api/etc/cristal-configuration-api.api.md
M core/configuration/configuration-api/package.json
M core/configuration/configuration-api/src/index.ts
A core/configuration/configuration-web/api-extractor.json
A core/configuration/configuration-web/etc/cristal-configuration-web.api.md
M core/configuration/configuration-web/package.json
M core/configuration/configuration-web/src/index.ts
A core/date/date-api/api-extractor.json
A core/date/date-api/etc/cristal-date-api.api.md
M core/date/date-api/package.json
M core/date/date-api/src/componentInit.ts
M core/date/date-api/src/dateService.ts
M core/date/date-api/src/defaultDateService.ts
A core/date/date-ui/api-extractor.json
A core/date/date-ui/etc/cristal-date-ui.api.md
M core/date/date-ui/package.json
M core/date/date-ui/src/index.ts
A core/date/date-ui/tsdoc.json
A core/document/document-api/api-extractor.json
A core/document/document-api/etc/cristal-document-api.api.md
M core/document/document-api/package.json
M core/document/document-api/src/index.ts
A core/document/document-default/api-extractor.json
A core/document/document-default/etc/cristal-document-default.api.md
M core/document/document-default/package.json
M core/document/document-default/src/index.ts
A core/extra-tabs/extra-tabs-api/api-extractor.json
A core/extra-tabs/extra-tabs-api/etc/cristal-extra-tabs-api.api.md
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-api/src/ExtraTabsService.ts
A core/extra-tabs/extra-tabs-default/api-extractor.json
A core/extra-tabs/extra-tabs-default/etc/cristal-extra-tabs-default.api.md
M core/extra-tabs/extra-tabs-default/package.json
M core/extra-tabs/extra-tabs-default/src/DefaultExtraTabsService.ts
M core/extra-tabs/extra-tabs-default/src/index.ts
A core/extra-tabs/extra-tabs-ui/api-extractor.json
A core/extra-tabs/extra-tabs-ui/etc/cristal-extra-tabs-ui.api.md
M core/extra-tabs/extra-tabs-ui/package.json
M core/extra-tabs/extra-tabs-ui/src/index.ts
A core/extra-tabs/extra-tabs-ui/tsdoc.json
A core/file-preview/file-preview-ui/api-extractor.json
A core/file-preview/file-preview-ui/etc/cristal-file-preview-ui.api.md
M core/file-preview/file-preview-ui/package.json
M core/file-preview/file-preview-ui/src/index.ts
A core/file-preview/file-preview-ui/tsdoc.json
A core/fn-utils/api-extractor.json
A core/fn-utils/etc/cristal-fn-utils.api.md
M core/fn-utils/package.json
M core/fn-utils/src/index.ts
A core/hierarchy/hierarchy-api/api-extractor.json
A core/hierarchy/hierarchy-api/etc/cristal-hierarchy-api.api.md
M core/hierarchy/hierarchy-api/package.json
M core/hierarchy/hierarchy-api/src/index.ts
A core/hierarchy/hierarchy-default/api-extractor.json
A core/hierarchy/hierarchy-default/etc/cristal-hierarchy-default.api.md
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-default/src/components/componentsInit.ts
M core/hierarchy/hierarchy-default/src/utils.ts
A core/hierarchy/hierarchy-filesystem/api-extractor.json
A core/hierarchy/hierarchy-filesystem/etc/cristal-hierarchy-filesystem.api.md
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-filesystem/src/components/componentsInit.ts
A core/hierarchy/hierarchy-github/api-extractor.json
A core/hierarchy/hierarchy-github/etc/cristal-hierarchy-github.api.md
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-github/src/components/componentsInit.ts
A core/hierarchy/hierarchy-nextcloud/api-extractor.json
A core/hierarchy/hierarchy-nextcloud/etc/cristal-hierarchy-nextcloud.api.md
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-nextcloud/src/components/componentsInit.ts
A core/hierarchy/hierarchy-xwiki/api-extractor.json
A core/hierarchy/hierarchy-xwiki/etc/cristal-hierarchy-xwiki.api.md
M core/hierarchy/hierarchy-xwiki/package.json
M core/hierarchy/hierarchy-xwiki/src/components/componentsInit.ts
A core/history/history-api/api-extractor.json
A core/history/history-api/etc/cristal-history-api.api.md
M core/history/history-api/package.json
M core/history/history-api/src/index.ts
A core/history/history-default/api-extractor.json
A core/history/history-default/etc/cristal-history-default.api.md
M core/history/history-default/package.json
M core/history/history-default/src/components/componentsInit.ts
M core/history/history-default/src/index.ts
A core/history/history-github/api-extractor.json
A core/history/history-github/etc/cristal-history-github.api.md
M core/history/history-github/package.json
M core/history/history-github/src/components/componentsInit.ts
M core/history/history-github/src/index.ts
A core/history/history-ui/api-extractor.json
A core/history/history-ui/etc/cristal-history-ui.api.md
M core/history/history-ui/package.json
M core/history/history-ui/src/index.ts
A core/history/history-xwiki/api-extractor.json
A core/history/history-xwiki/etc/cristal-history-xwiki.api.md
M core/history/history-xwiki/package.json
M core/history/history-xwiki/src/components/componentsInit.ts
M core/history/history-xwiki/src/index.ts
A core/icons/api-extractor.json
A core/icons/etc/cristal-icons.api.md
M core/icons/package.json
M core/icons/src/index.ts
M core/icons/src/size.ts
A core/icons/tsdoc.json
A core/info-actions/info-actions-api/api-extractor.json
A core/info-actions/info-actions-api/etc/cristal-info-actions-api.api.md
M core/info-actions/info-actions-api/package.json
M core/info-actions/info-actions-api/src/index.ts
A core/info-actions/info-actions-default/api-extractor.json
A core/info-actions/info-actions-default/etc/cristal-info-actions-default.api.md
M core/info-actions/info-actions-default/package.json
M core/info-actions/info-actions-default/src/DefaultInfoActionsService.ts
M core/info-actions/info-actions-default/src/index.ts
A core/info-actions/info-actions-ui/api-extractor.json
A core/info-actions/info-actions-ui/etc/cristal-info-actions-ui.api.md
M core/info-actions/info-actions-ui/package.json
M core/info-actions/info-actions-ui/src/index.ts
A core/info-actions/info-actions-ui/tsdoc.json
A core/link-suggest/link-suggest-api/api-extractor.json
A core/link-suggest/link-suggest-api/etc/cristal-link-suggest-api.api.md
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-api/src/DefaultLinkSuggestServiceProvider.ts
M core/link-suggest/link-suggest-api/src/LinkSuggestServiceProvider.ts
M core/link-suggest/link-suggest-api/src/componentInit.ts
M core/link-suggest/link-suggest-api/src/index.ts
M core/link-suggest/link-suggest-api/src/link.ts
M core/link-suggest/link-suggest-api/src/linkSuggestService.ts
M core/link-suggest/link-suggest-api/src/linkType.ts
A core/link-suggest/link-suggest-nextcloud/api-extractor.json
A core/link-suggest/link-suggest-nextcloud/etc/cristal-link-suggest-nextcloud.api.md
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-nextcloud/src/index.ts
M core/link-suggest/link-suggest-nextcloud/src/nextcloudLinkSuggestService.ts
A core/link-suggest/link-suggest-xwiki/api-extractor.json
A core/link-suggest/link-suggest-xwiki/etc/cristal-link-suggest-xwiki.api.md
M core/link-suggest/link-suggest-xwiki/package.json
M core/link-suggest/link-suggest-xwiki/src/components/componentsInit.ts
A core/markdown/markdown-api/api-extractor.json
A core/markdown/markdown-api/etc/cristal-markdown-api.api.md
M core/markdown/markdown-api/package.json
M core/markdown/markdown-api/src/markdownRenderer.ts
A core/markdown/markdown-default/api-extractor.json
A core/markdown/markdown-default/etc/cristal-markdown-default.api.md
M core/markdown/markdown-default/package.json
M core/markdown/markdown-default/src/defaultMarkdownRenderer.ts
M core/markdown/markdown-default/src/index.ts
M core/markdown/markdown-default/src/parseInternalImages.ts
M core/markdown/markdown-default/src/parseInternalLinks.ts
A core/model/model-api/api-extractor.json
A 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
A core/model/model-click-listener/api-extractor.json
A core/model/model-click-listener/etc/cristal-model-click-listener.api.md
M core/model/model-click-listener/package.json
M core/model/model-click-listener/src/DefaultClickListener.ts
M core/model/model-click-listener/src/clickListener.ts
M core/model/model-click-listener/src/componentInit.ts
A core/model/model-local-url/api-extractor.json
A core/model/model-local-url/etc/cristal-model-local-url.api.md
M core/model/model-local-url/package.json
M core/model/model-local-url/src/componentInit.ts
M core/model/model-local-url/src/localURLParser.ts
M core/model/model-local-url/src/localURLSerializer.ts
A core/model/model-reference/model-reference-api/api-extractor.json
A 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/componentInit.ts
M core/model/model-reference/model-reference-api/src/defaultModelReferenceHandler.ts
M core/model/model-reference/model-reference-api/src/defaultModelReferenceHandlerProvider.ts
M core/model/model-reference/model-reference-api/src/defaultModelReferenceParserProvider.ts
M core/model/model-reference/model-reference-api/src/defaultModelReferenceSerializerProvider.ts
M core/model/model-reference/model-reference-api/src/modelReferenceHandler.ts
M core/model/model-reference/model-reference-api/src/modelReferenceHandlerProvider.ts
M core/model/model-reference/model-reference-api/src/modelReferenceParser.ts
M core/model/model-reference/model-reference-api/src/modelReferenceParserProvider.ts
M core/model/model-reference/model-reference-api/src/modelReferenceSerializer.ts
M core/model/model-reference/model-reference-api/src/modelReferenceSerializerProvider.ts
A core/model/model-reference/model-reference-filesystem/api-extractor.json
A core/model/model-reference/model-reference-filesystem/etc/cristal-model-reference-filesystem.api.md
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-filesystem/src/componentInit.ts
A core/model/model-reference/model-reference-github/api-extractor.json
A core/model/model-reference/model-reference-github/etc/cristal-model-reference-github.api.md
M core/model/model-reference/model-reference-github/package.json
M core/model/model-reference/model-reference-github/src/componentInit.ts
A core/model/model-reference/model-reference-nextcloud/api-extractor.json
A core/model/model-reference/model-reference-nextcloud/etc/cristal-model-reference-nextcloud.api.md
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-nextcloud/src/componentInit.ts
A core/model/model-reference/model-reference-xwiki/api-extractor.json
A core/model/model-reference/model-reference-xwiki/etc/cristal-model-reference-xwiki.api.md
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-reference/model-reference-xwiki/src/componentInit.ts
M core/model/model-reference/model-reference-xwiki/src/xWikiModelReferenceHandler.ts
A core/model/model-remote-url/model-remote-url-api/api-extractor.json
A core/model/model-remote-url/model-remote-url-api/etc/cristal-model-remote-url-api.api.md
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-api/src/componentInit.ts
M core/model/model-remote-url/model-remote-url-api/src/defaultRemoteURLParserProvider.ts
M core/model/model-remote-url/model-remote-url-api/src/remoteURLParser.ts
M core/model/model-remote-url/model-remote-url-api/src/remoteURLParserProvider.ts
M core/model/model-remote-url/model-remote-url-api/src/remoteURLSerializer.ts
M core/model/model-remote-url/model-remote-url-api/src/remoteURLSerializerProvider.ts
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/api-extractor.json
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/etc/cristal-model-remote-url-filesystem-api.api.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-api/src/index.ts
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/api-extractor.json
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/etc/cristal-model-remote-url-filesystem-default.api.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-filesystem/model-remote-url-filesystem-default/src/componentInit.ts
A core/model/model-remote-url/model-remote-url-github/api-extractor.json
A core/model/model-remote-url/model-remote-url-github/etc/cristal-model-remote-url-github.api.md
M core/model/model-remote-url/model-remote-url-github/package.json
M core/model/model-remote-url/model-remote-url-github/src/componentInit.ts
A core/model/model-remote-url/model-remote-url-nextcloud/api-extractor.json
A core/model/model-remote-url/model-remote-url-nextcloud/etc/cristal-model-remote-url-nextcloud.api.md
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/src/componentInit.ts
A core/model/model-remote-url/model-remote-url-xwiki/api-extractor.json
A core/model/model-remote-url/model-remote-url-xwiki/etc/cristal-model-remote-url-xwiki.api.md
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/model/model-remote-url/model-remote-url-xwiki/src/componentInit.ts
A core/navigation-tree/navigation-tree-api/api-extractor.json
A core/navigation-tree/navigation-tree-api/etc/cristal-navigation-tree-api.api.md
M core/navigation-tree/navigation-tree-api/package.json
M core/navigation-tree/navigation-tree-api/src/index.ts
A core/navigation-tree/navigation-tree-default/api-extractor.json
A core/navigation-tree/navigation-tree-default/etc/cristal-navigation-tree-default.api.md
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-default/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-default/src/utils.ts
A core/navigation-tree/navigation-tree-filesystem/api-extractor.json
A core/navigation-tree/navigation-tree-filesystem/etc/cristal-navigation-tree-filesystem.api.md
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-filesystem/src/components/componentsInit.ts
A core/navigation-tree/navigation-tree-github/api-extractor.json
A core/navigation-tree/navigation-tree-github/etc/cristal-navigation-tree-github.api.md
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-github/src/components/componentsInit.ts
A core/navigation-tree/navigation-tree-nextcloud/api-extractor.json
A core/navigation-tree/navigation-tree-nextcloud/etc/cristal-navigation-tree-nextcloud.api.md
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-nextcloud/src/components/componentsInit.ts
A core/navigation-tree/navigation-tree-xwiki/api-extractor.json
A core/navigation-tree/navigation-tree-xwiki/etc/cristal-navigation-tree-xwiki.api.md
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/navigation-tree/navigation-tree-xwiki/src/components/componentsInit.ts
A core/page-actions/page-actions-api/api-extractor.json
A core/page-actions/page-actions-api/etc/cristal-page-actions-api.api.md
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-api/src/index.ts
A core/page-actions/page-actions-default/api-extractor.json
A core/page-actions/page-actions-default/etc/cristal-page-actions-default.api.md
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-default/src/DefaultPageActionCategoryService.ts
M core/page-actions/page-actions-default/src/DefaultPageActionService.ts
M core/page-actions/page-actions-default/src/index.ts
A core/page-actions/page-actions-ui/api-extractor.json
A core/page-actions/page-actions-ui/etc/cristal-page-actions-ui.api.md
M core/page-actions/page-actions-ui/package.json
M core/page-actions/page-actions-ui/src/PageManagement.ts
M core/page-actions/page-actions-ui/src/index.ts
A core/page/page-api/api-extractor.json
A core/page/page-api/etc/cristal-page-api.api.md
M core/page/page-api/package.json
M core/page/page-api/src/index.ts
A core/page/page-default/api-extractor.json
A core/page/page-default/etc/cristal-page-default.api.md
M core/page/page-default/package.json
M core/page/page-default/src/defaultPageReader.ts
M core/page/page-default/src/defaultPageWriter.ts
A core/rename/rename-api/api-extractor.json
A core/rename/rename-api/etc/cristal-rename-api.api.md
M core/rename/rename-api/package.json
M core/rename/rename-api/src/index.ts
A core/rename/rename-default/api-extractor.json
A core/rename/rename-default/etc/cristal-rename-default.api.md
M core/rename/rename-default/package.json
M core/rename/rename-default/src/components/componentsInit.ts
M core/rename/rename-default/src/index.ts
A core/rename/rename-filesystem/api-extractor.json
A core/rename/rename-filesystem/etc/cristal-rename-filesystem.api.md
M core/rename/rename-filesystem/package.json
M core/rename/rename-filesystem/src/components/componentsInit.ts
M core/rename/rename-filesystem/src/index.ts
A core/settings/settings-api/api-extractor.json
A core/settings/settings-api/etc/cristal-settings-api.api.md
M core/settings/settings-api/package.json
M core/settings/settings-api/src/settings.ts
M core/settings/settings-api/src/settingsManager.ts
M core/settings/settings-api/src/settingsParser.ts
M core/settings/settings-api/src/settingsStorage.ts
A core/settings/settings-browser/api-extractor.json
A core/settings/settings-browser/etc/cristal-settings-browser.api.md
M core/settings/settings-browser/package.json
M core/settings/settings-browser/src/defaultSettingsStorage.ts
M core/settings/settings-browser/src/index.ts
A core/settings/settings-configurations-ui/api-extractor.json
A core/settings/settings-configurations-ui/etc/cristal-settings-configurations-ui.api.md
M core/settings/settings-configurations-ui/package.json
M core/settings/settings-configurations-ui/src/index.ts
M core/settings/settings-configurations-ui/src/settingsConfigurationsUIExtension.ts
A core/settings/settings-configurations/api-extractor.json
A core/settings/settings-configurations/etc/cristal-settings-configurations.api.md
M core/settings/settings-configurations/package.json
M core/settings/settings-configurations/src/configurations.ts
M core/settings/settings-configurations/src/configurationsSettingsParser.ts
M core/settings/settings-configurations/src/index.ts
A core/settings/settings-default/api-extractor.json
A core/settings/settings-default/etc/cristal-settings-default.api.md
M core/settings/settings-default/package.json
M core/settings/settings-default/src/defaultSettings.ts
M core/settings/settings-default/src/defaultSettingsManager.ts
M core/settings/settings-default/src/defaultSettingsParser.ts
M core/settings/settings-default/src/index.ts
A core/tiptap-extensions/tiptap-extension-image/api-extractor.json
A core/tiptap-extensions/tiptap-extension-image/etc/cristal-tiptap-extension-image.api.md
M core/tiptap-extensions/tiptap-extension-image/package.json
M core/tiptap-extensions/tiptap-extension-image/src/CristalTiptapImage.ts
M core/tiptap-extensions/tiptap-extension-image/src/ImageInsert.ts
A core/tiptap-extensions/tiptap-extension-image/tsdoc.json
A core/tiptap-extensions/tiptap-link-suggest-ui/api-extractor.json
A core/tiptap-extensions/tiptap-link-suggest-ui/etc/cristal-tiptap-link-suggest-ui.api.md
M core/tiptap-extensions/tiptap-link-suggest-ui/package.json
M core/tiptap-extensions/tiptap-link-suggest-ui/src/index.ts
A core/tiptap-extensions/tiptap-link-suggest-ui/tsdoc.json
A core/uiextension/uiextension-api/api-extractor.json
A core/uiextension/uiextension-api/etc/cristal-uiextension-api.api.md
M core/uiextension/uiextension-api/package.json
M core/uiextension/uiextension-api/src/index.ts
A core/uiextension/uiextension-default/api-extractor.json
A core/uiextension/uiextension-default/etc/cristal-uiextension-default.api.md
M core/uiextension/uiextension-default/package.json
M core/uiextension/uiextension-default/src/index.ts
A core/uiextension/uiextension-ui/api-extractor.json
A core/uiextension/uiextension-ui/etc/cristal-uiextension-ui.api.md
M core/uiextension/uiextension-ui/package.json
M core/uiextension/uiextension-ui/src/index.ts
A core/uiextension/uiextension-ui/tsdoc.json
A core/uniast/uniast-api/api-extractor.json
A 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
M core/uniast/uniast-api/src/converterContext.ts
A core/uniast/uniast-html/api-extractor.json
A core/uniast/uniast-html/etc/cristal-uniast-html.api.md
M core/uniast/uniast-html/package.json
M core/uniast/uniast-html/src/html/uniast-to-html.ts
A core/uniast/uniast-markdown/api-extractor.json
A core/uniast/uniast-markdown/etc/cristal-uniast-markdown.api.md
M core/uniast/uniast-markdown/package.json
M core/uniast/uniast-markdown/src/markdown/md-to-uniast.ts
M core/uniast/uniast-markdown/src/markdown/uniast-to-md.ts
A core/uniast/uniast-utils/api-extractor.json
A core/uniast/uniast-utils/etc/cristal-uniast-utils.api.md
M core/uniast/uniast-utils/package.json
M core/uniast/uniast-utils/src/createConverterContext.ts
A core/user/user-ui/api-extractor.json
A core/user/user-ui/etc/cristal-user-ui.api.md
M core/user/user-ui/package.json
M core/user/user-ui/src/index.ts
A core/user/user-ui/tsdoc.json
A core/wiki-config/wiki-config-api/api-extractor.json
A core/wiki-config/wiki-config-api/etc/cristal-wiki-config-api.api.md
M core/wiki-config/wiki-config-api/package.json
M core/wiki-config/wiki-config-api/src/index.ts
A core/wiki-config/wiki-config-default/api-extractor.json
A core/wiki-config/wiki-config-default/etc/cristal-wiki-config-default.api.md
M core/wiki-config/wiki-config-default/package.json
M core/wiki-config/wiki-config-default/src/defaultWikiConfigProxy.ts
M core/wiki-config/wiki-config-default/src/index.ts
A core/xwiki/xwiki-utils/api-extractor.json
A core/xwiki/xwiki-utils/etc/cristal-xwiki-utils.api.md
M core/xwiki/xwiki-utils/package.json
M core/xwiki/xwiki-utils/src/index.ts
M dev/test-utils/src/index.ts
A ds/api/api-extractor.json
A ds/api/etc/cristal-dsapi.api.md
M ds/api/package.json
M ds/api/src/XAlert.ts
M ds/api/src/XAvatar.ts
M ds/api/src/XBreadcrumb.ts
M ds/api/src/XBtn.ts
M ds/api/src/XCard.ts
M ds/api/src/XCheckbox.ts
M ds/api/src/XDialog.ts
M ds/api/src/XDivider.ts
M ds/api/src/XFileInput.ts
M ds/api/src/XForm.ts
M ds/api/src/XImg.ts
M ds/api/src/XLoad.ts
M ds/api/src/XMenu.ts
M ds/api/src/XMenuItem.ts
M ds/api/src/XMenuLabel.ts
M ds/api/src/XNavigationTree.ts
M ds/api/src/XNavigationTreeSelect.ts
M ds/api/src/XSelect.ts
M ds/api/src/XTab.ts
M ds/api/src/XTabGroup.ts
M ds/api/src/XTabPanel.ts
M ds/api/src/XTextField.ts
M ds/api/src/index.ts
A ds/dsfr/api-extractor.json
A ds/dsfr/etc/cristal-dsfr.api.md
M ds/dsfr/package.json
M ds/dsfr/src/components/componentsInit.ts
A ds/shoelace/api-extractor.json
A ds/shoelace/etc/cristal-dsshoelace.api.md
M ds/shoelace/package.json
M ds/shoelace/src/components/componentsInit.ts
A ds/vuetify/api-extractor.json
A ds/vuetify/etc/cristal-dsvuetify.api.md
M ds/vuetify/package.json
M ds/vuetify/src/components/componentsInit.ts
A editors/blocknote-headless/api-extractor.json
A editors/blocknote-headless/etc/cristal-editors-blocknote-headless.api.md
M editors/blocknote-headless/package.json
M editors/blocknote-headless/src/components/currentUser.ts
M editors/blocknote-headless/src/index.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/utils.ts
M editors/blocknote-headless/src/vue/c-blocknote-view.vue
A editors/blocknote-react/api-extractor.json
A editors/blocknote-react/etc/cristal-editors-blocknote-react.api.md
M editors/blocknote-react/package.json
M editors/blocknote-react/src/blocknote/blocks/Headings.tsx
M editors/blocknote-react/src/blocknote/index.ts
M editors/blocknote-react/src/blocknote/utils.tsx
M editors/blocknote-react/src/components/BlockNoteViewWrapper.tsx
M editors/blocknote-react/src/index.tsx
M editors/blocknote-react/src/misc/linkSuggest.ts
A editors/blocknote-react/src/tsdoc-metadata.json
A editors/blocknote/api-extractor.json
A editors/blocknote/etc/cristal-editors-blocknote.api.md
M editors/blocknote/package.json
M editors/blocknote/src/components/componentsInit.ts
M editors/blocknote/src/components/uixBlocknoteEditorProvider.ts
A editors/tiptap/api-extractor.json
A editors/tiptap/etc/cristal-editors-tiptap.api.md
M editors/tiptap/package.json
M editors/tiptap/src/components/componentsInit.ts
M editors/tiptap/src/components/extensions/actionCategoryDescriptor.ts
M editors/tiptap/src/components/extensions/actionDescriptor.ts
M editors/tiptap/src/components/extensions/bubble-menu.ts
M editors/tiptap/src/components/extensions/bubble-menu/BubbleMenuAction.ts
M editors/tiptap/src/components/extensions/filter-helper.ts
M editors/tiptap/src/components/extensions/link-suggest.ts
M editors/tiptap/src/components/extensions/link-type.ts
M editors/tiptap/src/vue/compute-current-user.ts
M editors/tiptap/src/vue/list-navigation-helper.ts
A electron/authentication/authentication-github/authentication-github-main/api-extractor.json
A electron/authentication/authentication-github/authentication-github-main/etc/cristal-electron-authentication-github-main.api.md
M electron/authentication/authentication-github/authentication-github-main/package.json
M electron/authentication/authentication-github/authentication-github-main/src/index.ts
A electron/authentication/authentication-github/authentication-github-main/tsdoc.json
A electron/authentication/authentication-github/authentication-github-preload/api-extractor.json
A electron/authentication/authentication-github/authentication-github-preload/etc/cristal-electron-authentication-github-preload.api.md
M electron/authentication/authentication-github/authentication-github-preload/package.json
A electron/authentication/authentication-github/authentication-github-renderer/api-extractor.json
A electron/authentication/authentication-github/authentication-github-renderer/etc/cristal-electron-authentication-github-renderer.api.md
M electron/authentication/authentication-github/authentication-github-renderer/package.json
M electron/authentication/authentication-github/authentication-github-renderer/src/index.ts
A electron/authentication/authentication-nextcloud/authentication-nextcloud-main/api-extractor.json
A electron/authentication/authentication-nextcloud/authentication-nextcloud-main/etc/cristal-electron-authentication-nextcloud-main.api.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/src/index.ts
A electron/authentication/authentication-nextcloud/authentication-nextcloud-main/tsdoc.json
A electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/api-extractor.json
A electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/etc/cristal-electron-authentication-nextcloud-preload.api.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/package.json
A electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/api-extractor.json
A electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/etc/cristal-electron-authentication-nextcloud-renderer.api.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/src/index.ts
A electron/authentication/authentication-xwiki/authentication-xwiki-main/api-extractor.json
A electron/authentication/authentication-xwiki/authentication-xwiki-main/etc/cristal-electron-authentication-xwiki-main.api.md
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/src/index.ts
A electron/authentication/authentication-xwiki/authentication-xwiki-main/tsdoc.json
A electron/authentication/authentication-xwiki/authentication-xwiki-preload/api-extractor.json
A electron/authentication/authentication-xwiki/authentication-xwiki-preload/etc/cristal-electron-authentication-xwiki-preload.api.md
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
A electron/authentication/authentication-xwiki/authentication-xwiki-renderer/api-extractor.json
A electron/authentication/authentication-xwiki/authentication-xwiki-renderer/etc/cristal-electron-authentication-xwiki-renderer.api.md
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/src/index.ts
M electron/browser/package.json
M electron/browser/src/componentsInit.ts
M electron/browser/vite.main.config.ts
M electron/browser/vite.preload.config.ts
A electron/link-suggest/link-suggest-filesystem/api-extractor.json
A electron/link-suggest/link-suggest-filesystem/etc/cristal-link-suggest-filesystem.api.md
M electron/link-suggest/link-suggest-filesystem/package.json
M electron/link-suggest/link-suggest-filesystem/src/components/componentsInit.ts
M electron/link-suggest/link-suggest-filesystem/src/components/filesystemLinkSuggestService.ts
M electron/main/src/menu.ts
M electron/main/vite.config.mjs
M electron/renderer/tsconfig.json
A electron/settings/settings-main/api-extractor.json
A electron/settings/settings-main/etc/cristal-electron-settings-main.api.md
M electron/settings/settings-main/package.json
M electron/settings/settings-main/src/index.ts
M electron/settings/settings-main/src/storage.ts
A electron/settings/settings-main/tsdoc.json
A electron/settings/settings-preload/api-extractor.json
A electron/settings/settings-preload/etc/cristal-electron-settings-preload.api.md
M electron/settings/settings-preload/package.json
A electron/settings/settings-renderer/api-extractor.json
A electron/settings/settings-renderer/etc/cristal-electron-settings-renderer.api.md
M electron/settings/settings-renderer/package.json
M electron/settings/settings-renderer/src/defaultSettingsStorage.ts
M electron/settings/settings-renderer/src/index.ts
A electron/state/api-extractor.json
A electron/state/etc/cristal-electron-state.api.md
M electron/state/package.json
M electron/state/src/index.ts
M electron/storage/src/componentsInit.ts
M electron/storage/src/electron/main/index.ts
M electron/storage/src/electron/preload/apiTypes.ts
M electron/storage/vite.main.config.ts
M electron/storage/vite.preload.config.ts
A extension-manager/api-extractor.json
A extension-manager/etc/cristal-extension-manager.api.md
M extension-manager/package.json
M extension-manager/src/api/cristalComponent.ts
M extension-manager/src/api/extensionConfig.ts
M extension-manager/src/api/extensionManager.ts
M extension-manager/src/components/componentsInit.ts
M extension-manager/src/components/cristalLoader.ts
M extension-manager/src/components/defaultComponent.ts
M extension-manager/src/components/defaultExtensionConfig.ts
M extension-manager/src/components/defaultExtensionManager.ts
A extension-manager/tsdoc.json
A extensions/menubuttons/api-extractor.json
A extensions/menubuttons/etc/cristal-extension-menubuttons.api.md
M extensions/menubuttons/package.json
M extensions/menubuttons/src/api/menuEntry.ts
M extensions/menubuttons/src/components/componentsInit.ts
A extensions/menubuttons/tsdoc.json
A lib/api-extractor.json
A lib/etc/cristal-lib.api.md
M lib/package.json
M lib/src/components/DefaultCristalApp.ts
M lib/src/components/cristalAppLoader.ts
M lib/src/default/defaultComponentsList.ts
M nx.json
M package.json
M pnpm-lock.yaml
A sharedworker/api/api-extractor.json
A sharedworker/api/etc/cristal-sharedworker-api.api.md
M sharedworker/api/package.json
M sharedworker/api/src/api/myworker.ts
M sharedworker/api/src/api/queueWorker.ts
A sharedworker/api/tsdoc.json
A sharedworker/impl/api-extractor.json
A sharedworker/impl/etc/cristal-sharedworker-impl.api.md
M sharedworker/impl/package.json
M sharedworker/impl/src/components/componentsInit.ts
M sharedworker/impl/src/components/worker.ts
M sharedworker/impl/tsconfig.json
M sharedworker/impl/vite.config.ts
A skin/api-extractor.json
A skin/etc/cristal-skin.api.md
M skin/package.json
M skin/src/api/macroData.ts
M skin/src/api/macroProvider.ts
M skin/src/api/uixTemplateProvider.ts
M skin/src/api/vueTemplateProvider.ts
M skin/src/components/componentsInit.ts
M skin/src/components/defaultMacroData.ts
M skin/src/components/defaultSkinManager.ts
M skin/src/components/defaultUIXTemplateProvider.ts
M skin/src/components/defaultVueTemplateProvider.ts
M skin/src/composables/mouse.ts
M skin/src/composables/viewport.ts
M skin/src/index.ts
M skin/src/vue/contentTools.ts
M skin/src/vue/renderMarkdown.ts
A sources/xwiki/mock-server/api-extractor.json
M tsdoc.json
A utils/inversify/api-extractor.json
A utils/inversify/etc/cristal-utils-inversify.api.md
M utils/inversify/package.json
M utils/inversify/src/index.ts
M vite.config.ts
M web/e2e/pageObjects/Form.ts
M web/e2e/pageObjects/Sidebar.ts
M web/vite.config.ts
A xwiki/remoteinlineeditor/api-extractor.json
A xwiki/remoteinlineeditor/etc/cristal-xwiki-remoteinlineeditor.api.md
M xwiki/remoteinlineeditor/package.json
M xwiki/remoteinlineeditor/src/components/componentsInit.ts
Log Message:
-----------
CRISTAL-645: Add the ability to detect API changes (#1193)
Commit: b1e91fafa215b66c2654bda0c8ea1894c25c4bb2
https://github.com/xwiki-contrib/cristal/commit/b1e91fafa215b66c2654bda0c8e…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-08 (Mon, 08 Sep 2025)
Changed paths:
M .github/workflows/build_electron.yml
M .gitignore
M Jenkinsfile
A api-extractor.json
A api/api-extractor.json
A api/etc/cristal-api.api.md
M api/package.json
M api/src/api/PageData.ts
M api/src/api/WikiConfig.ts
M api/src/api/attachmentsData.ts
M api/src/api/cristalApp.ts
M api/src/api/designSystemLoader.ts
M api/src/api/document.ts
M api/src/api/logger.ts
M api/src/api/loggerConfig.ts
M api/src/api/pageAttachment.ts
M api/src/api/skinManager.ts
M api/src/api/storage.ts
M api/src/api/wrappingStorage.ts
M api/src/components/DefaultPageData.ts
M api/src/components/JSONLDDocument.ts
M api/src/components/componentsInit.ts
M api/src/components/defaultLogger.ts
M api/src/components/defaultLoggerConfig.ts
M api/src/components/defaultWikiConfig.ts
M api/src/index.ts
M authentication-server/package.json
A core/alerts/alerts-api/api-extractor.json
A core/alerts/alerts-api/etc/cristal-alerts-api.api.md
M core/alerts/alerts-api/package.json
M core/alerts/alerts-api/src/index.ts
A core/alerts/alerts-default/api-extractor.json
A core/alerts/alerts-default/etc/cristal-alerts-default.api.md
M core/alerts/alerts-default/package.json
M core/alerts/alerts-default/src/defaultAlertsService.ts
M core/alerts/alerts-default/src/defaultAlertsServiceProvider.ts
M core/alerts/alerts-default/src/index.ts
A core/alerts/alerts-ui/api-extractor.json
A core/alerts/alerts-ui/etc/cristal-alerts-ui.api.md
M core/alerts/alerts-ui/package.json
M core/alerts/alerts-ui/src/index.ts
A core/alerts/alerts-ui/tsdoc.json
A core/attachments/attachments-api/api-extractor.json
A core/attachments/attachments-api/etc/cristal-attachments-api.api.md
M core/attachments/attachments-api/package.json
M core/attachments/attachments-api/src/attachment.ts
M core/attachments/attachments-api/src/attachmentsPreview.ts
M core/attachments/attachments-api/src/attachmentsService.ts
A core/attachments/attachments-default/api-extractor.json
A core/attachments/attachments-default/etc/cristal-attachments-default.api.md
M core/attachments/attachments-default/package.json
M core/attachments/attachments-default/src/defaultAttachmentsService.ts
M core/attachments/attachments-default/src/index.ts
A core/attachments/attachments-ui/api-extractor.json
A core/attachments/attachments-ui/etc/cristal-attachments-ui.api.md
M core/attachments/attachments-ui/package.json
M core/attachments/attachments-ui/src/AttachmentPreviewContentAfterUIExtension.ts
M core/attachments/attachments-ui/src/AttachmentsInfoAction.ts
M core/attachments/attachments-ui/src/index.ts
A core/authentication/authentication-api/api-extractor.json
A core/authentication/authentication-api/etc/cristal-authentication-api.api.md
M core/authentication/authentication-api/package.json
M core/authentication/authentication-api/src/authenticationManager.ts
M core/authentication/authentication-api/src/authenticationManagerProvider.ts
M core/authentication/authentication-api/src/userDetails.ts
A core/authentication/authentication-default/api-extractor.json
A core/authentication/authentication-default/etc/cristal-authentication-default.api.md
M core/authentication/authentication-default/package.json
M core/authentication/authentication-default/src/defaultAuthenticationManagerProvider.ts
M core/authentication/authentication-default/src/index.ts
A core/authentication/authentication-github-state/api-extractor.json
A core/authentication/authentication-github-state/etc/cristal-authentication-github-state.api.md
M core/authentication/authentication-github-state/package.json
M core/authentication/authentication-github-state/src/GitHubAuthenticationState.ts
A core/authentication/authentication-github-ui/api-extractor.json
A core/authentication/authentication-github-ui/etc/cristal-authentication-github-ui.api.md
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-github-ui/src/GitHubLoginMenuUIExtension.ts
M core/authentication/authentication-github-ui/src/index.ts
A core/authentication/authentication-github/api-extractor.json
A core/authentication/authentication-github/etc/cristal-authentication-github.api.md
M core/authentication/authentication-github/package.json
M core/authentication/authentication-github/src/GitHubAuthenticationManager.ts
M core/authentication/authentication-github/src/index.ts
A core/authentication/authentication-nextcloud-state/api-extractor.json
A core/authentication/authentication-nextcloud-state/etc/cristal-authentication-nextcloud-state.api.md
M core/authentication/authentication-nextcloud-state/package.json
M core/authentication/authentication-nextcloud-state/src/NextcloudAuthenticationState.ts
A core/authentication/authentication-nextcloud-ui/api-extractor.json
A core/authentication/authentication-nextcloud-ui/etc/cristal-authentication-nextcloud-ui.api.md
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-nextcloud-ui/src/NextcloudLoginMenuUIExtension.ts
M core/authentication/authentication-nextcloud-ui/src/index.ts
A core/authentication/authentication-nextcloud/api-extractor.json
A core/authentication/authentication-nextcloud/etc/cristal-authentication-nextcloud.api.md
M core/authentication/authentication-nextcloud/package.json
M core/authentication/authentication-nextcloud/src/NextcloudBasicAuthenticationManager.ts
M core/authentication/authentication-nextcloud/src/NextcloudLoginFlowAuthenticationManager.ts
M core/authentication/authentication-nextcloud/src/NextcloudOAuth2AuthenticationManager.ts
M core/authentication/authentication-nextcloud/src/index.ts
A core/authentication/authentication-ui/api-extractor.json
A core/authentication/authentication-ui/etc/cristal-authentication-ui.api.md
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-ui/src/LoggedInMenuUIExtension.ts
M core/authentication/authentication-ui/src/LoginMenuUIExtension.ts
M core/authentication/authentication-ui/src/index.ts
M core/authentication/authentication-ui/src/vue/utils/getUserProfile.ts
A core/authentication/authentication-xwiki/api-extractor.json
A core/authentication/authentication-xwiki/etc/cristal-authentication-xwiki.api.md
M core/authentication/authentication-xwiki/package.json
M core/authentication/authentication-xwiki/src/XWikiAuthenticationManager.ts
M core/authentication/authentication-xwiki/src/index.ts
A core/backends/backend-api/api-extractor.json
A core/backends/backend-api/etc/cristal-backend-api.api.md
M core/backends/backend-api/package.json
M core/backends/backend-api/src/abstractStorage.ts
M core/backends/backend-api/src/componentInit.ts
M core/backends/backend-api/src/defaultStorageProvider.ts
M core/backends/backend-api/src/offlineStorage.ts
M core/backends/backend-api/src/storageProvider.ts
A core/backends/backend-dexie/api-extractor.json
A core/backends/backend-dexie/etc/cristal-backend-dexie.api.md
M core/backends/backend-dexie/package.json
M core/backends/backend-dexie/src/index.ts
A core/backends/backend-github/api-extractor.json
A core/backends/backend-github/etc/cristal-backend-github.api.md
M core/backends/backend-github/package.json
M core/backends/backend-github/src/githubStorage.ts
M core/backends/backend-github/src/index.ts
A core/backends/backend-nextcloud/api-extractor.json
A core/backends/backend-nextcloud/etc/cristal-backend-nextcloud.api.md
M core/backends/backend-nextcloud/package.json
M core/backends/backend-nextcloud/src/NextcloudWikiConfig.ts
M core/backends/backend-nextcloud/src/index.ts
M core/backends/backend-nextcloud/src/nextcloudStorage.ts
A core/backends/backend-xwiki/api-extractor.json
A core/backends/backend-xwiki/etc/cristal-backend-xwiki.api.md
M core/backends/backend-xwiki/package.json
M core/backends/backend-xwiki/src/index.ts
M core/backends/backend-xwiki/src/xwikiStorage.ts
A core/browser/browser-api/api-extractor.json
A core/browser/browser-api/etc/cristal-browser-api.api.md
M core/browser/browser-api/package.json
M core/browser/browser-api/src/index.ts
A core/browser/browser-default/api-extractor.json
A core/browser/browser-default/etc/cristal-browser-default.api.md
M core/browser/browser-default/package.json
M core/browser/browser-default/src/components/componentsInit.ts
A core/collaboration/collaboration-api/api-extractor.json
A core/collaboration/collaboration-api/etc/cristal-collaboration-api.api.md
M core/collaboration/collaboration-api/package.json
M core/collaboration/collaboration-api/src/collaborationInitializer.ts
M core/collaboration/collaboration-api/src/collaborationManager.ts
M core/collaboration/collaboration-api/src/collaborationManagerName.ts
M core/collaboration/collaboration-api/src/collaborationManagerProvider.ts
M core/collaboration/collaboration-api/src/collaborationManagerProviderName.ts
M core/collaboration/collaboration-api/src/componentInit.ts
M core/collaboration/collaboration-api/src/defaultCollaborationManagerProvider.ts
M core/collaboration/collaboration-api/src/status.ts
M core/collaboration/collaboration-api/src/user.ts
A core/collaboration/collaboration-hocuspocus/api-extractor.json
A core/collaboration/collaboration-hocuspocus/etc/cristal-collaboration-hocuspocus.api.md
M core/collaboration/collaboration-hocuspocus/package.json
M core/collaboration/collaboration-hocuspocus/src/componentInit.ts
M core/collaboration/collaboration-hocuspocus/src/hocuspocusCollaborationProvider.ts
A core/collaboration/collaboration-xwiki/api-extractor.json
A core/collaboration/collaboration-xwiki/etc/cristal-collaboration-xwiki.api.md
M core/collaboration/collaboration-xwiki/package.json
M core/collaboration/collaboration-xwiki/src/XWikiCollaborationProvider.ts
M core/collaboration/collaboration-xwiki/src/componentInit.ts
M core/collaboration/collaboration-xwiki/src/xwikiProviderWebSocket.ts
A core/configuration/configuration-api/api-extractor.json
A core/configuration/configuration-api/etc/cristal-configuration-api.api.md
M core/configuration/configuration-api/package.json
M core/configuration/configuration-api/src/index.ts
A core/configuration/configuration-web/api-extractor.json
A core/configuration/configuration-web/etc/cristal-configuration-web.api.md
M core/configuration/configuration-web/package.json
M core/configuration/configuration-web/src/index.ts
A core/date/date-api/api-extractor.json
A core/date/date-api/etc/cristal-date-api.api.md
M core/date/date-api/package.json
M core/date/date-api/src/componentInit.ts
M core/date/date-api/src/dateService.ts
M core/date/date-api/src/defaultDateService.ts
A core/date/date-ui/api-extractor.json
A core/date/date-ui/etc/cristal-date-ui.api.md
M core/date/date-ui/package.json
M core/date/date-ui/src/index.ts
A core/date/date-ui/tsdoc.json
A core/document/document-api/api-extractor.json
A core/document/document-api/etc/cristal-document-api.api.md
M core/document/document-api/package.json
M core/document/document-api/src/index.ts
A core/document/document-default/api-extractor.json
A core/document/document-default/etc/cristal-document-default.api.md
M core/document/document-default/package.json
M core/document/document-default/src/index.ts
A core/extra-tabs/extra-tabs-api/api-extractor.json
A core/extra-tabs/extra-tabs-api/etc/cristal-extra-tabs-api.api.md
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-api/src/ExtraTabsService.ts
A core/extra-tabs/extra-tabs-default/api-extractor.json
A core/extra-tabs/extra-tabs-default/etc/cristal-extra-tabs-default.api.md
M core/extra-tabs/extra-tabs-default/package.json
M core/extra-tabs/extra-tabs-default/src/DefaultExtraTabsService.ts
M core/extra-tabs/extra-tabs-default/src/index.ts
A core/extra-tabs/extra-tabs-ui/api-extractor.json
A core/extra-tabs/extra-tabs-ui/etc/cristal-extra-tabs-ui.api.md
M core/extra-tabs/extra-tabs-ui/package.json
M core/extra-tabs/extra-tabs-ui/src/index.ts
A core/extra-tabs/extra-tabs-ui/tsdoc.json
A core/file-preview/file-preview-ui/api-extractor.json
A core/file-preview/file-preview-ui/etc/cristal-file-preview-ui.api.md
M core/file-preview/file-preview-ui/package.json
M core/file-preview/file-preview-ui/src/index.ts
A core/file-preview/file-preview-ui/tsdoc.json
A core/fn-utils/api-extractor.json
A core/fn-utils/etc/cristal-fn-utils.api.md
M core/fn-utils/package.json
M core/fn-utils/src/index.ts
A core/hierarchy/hierarchy-api/api-extractor.json
A core/hierarchy/hierarchy-api/etc/cristal-hierarchy-api.api.md
M core/hierarchy/hierarchy-api/package.json
M core/hierarchy/hierarchy-api/src/index.ts
A core/hierarchy/hierarchy-default/api-extractor.json
A core/hierarchy/hierarchy-default/etc/cristal-hierarchy-default.api.md
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-default/src/components/componentsInit.ts
M core/hierarchy/hierarchy-default/src/utils.ts
A core/hierarchy/hierarchy-filesystem/api-extractor.json
A core/hierarchy/hierarchy-filesystem/etc/cristal-hierarchy-filesystem.api.md
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-filesystem/src/components/componentsInit.ts
A core/hierarchy/hierarchy-github/api-extractor.json
A core/hierarchy/hierarchy-github/etc/cristal-hierarchy-github.api.md
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-github/src/components/componentsInit.ts
A core/hierarchy/hierarchy-nextcloud/api-extractor.json
A core/hierarchy/hierarchy-nextcloud/etc/cristal-hierarchy-nextcloud.api.md
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-nextcloud/src/components/componentsInit.ts
A core/hierarchy/hierarchy-xwiki/api-extractor.json
A core/hierarchy/hierarchy-xwiki/etc/cristal-hierarchy-xwiki.api.md
M core/hierarchy/hierarchy-xwiki/package.json
M core/hierarchy/hierarchy-xwiki/src/components/componentsInit.ts
A core/history/history-api/api-extractor.json
A core/history/history-api/etc/cristal-history-api.api.md
M core/history/history-api/package.json
M core/history/history-api/src/index.ts
A core/history/history-default/api-extractor.json
A core/history/history-default/etc/cristal-history-default.api.md
M core/history/history-default/package.json
M core/history/history-default/src/components/componentsInit.ts
M core/history/history-default/src/index.ts
A core/history/history-github/api-extractor.json
A core/history/history-github/etc/cristal-history-github.api.md
M core/history/history-github/package.json
M core/history/history-github/src/components/componentsInit.ts
M core/history/history-github/src/index.ts
A core/history/history-ui/api-extractor.json
A core/history/history-ui/etc/cristal-history-ui.api.md
M core/history/history-ui/package.json
M core/history/history-ui/src/index.ts
A core/history/history-xwiki/api-extractor.json
A core/history/history-xwiki/etc/cristal-history-xwiki.api.md
M core/history/history-xwiki/package.json
M core/history/history-xwiki/src/components/componentsInit.ts
M core/history/history-xwiki/src/index.ts
A core/icons/api-extractor.json
A core/icons/etc/cristal-icons.api.md
M core/icons/package.json
M core/icons/src/index.ts
M core/icons/src/size.ts
A core/icons/tsdoc.json
A core/info-actions/info-actions-api/api-extractor.json
A core/info-actions/info-actions-api/etc/cristal-info-actions-api.api.md
M core/info-actions/info-actions-api/package.json
M core/info-actions/info-actions-api/src/index.ts
A core/info-actions/info-actions-default/api-extractor.json
A core/info-actions/info-actions-default/etc/cristal-info-actions-default.api.md
M core/info-actions/info-actions-default/package.json
M core/info-actions/info-actions-default/src/DefaultInfoActionsService.ts
M core/info-actions/info-actions-default/src/index.ts
A core/info-actions/info-actions-ui/api-extractor.json
A core/info-actions/info-actions-ui/etc/cristal-info-actions-ui.api.md
M core/info-actions/info-actions-ui/package.json
M core/info-actions/info-actions-ui/src/index.ts
A core/info-actions/info-actions-ui/tsdoc.json
A core/link-suggest/link-suggest-api/api-extractor.json
A core/link-suggest/link-suggest-api/etc/cristal-link-suggest-api.api.md
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-api/src/DefaultLinkSuggestServiceProvider.ts
M core/link-suggest/link-suggest-api/src/LinkSuggestServiceProvider.ts
M core/link-suggest/link-suggest-api/src/componentInit.ts
M core/link-suggest/link-suggest-api/src/index.ts
M core/link-suggest/link-suggest-api/src/link.ts
M core/link-suggest/link-suggest-api/src/linkSuggestService.ts
M core/link-suggest/link-suggest-api/src/linkType.ts
A core/link-suggest/link-suggest-nextcloud/api-extractor.json
A core/link-suggest/link-suggest-nextcloud/etc/cristal-link-suggest-nextcloud.api.md
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-nextcloud/src/index.ts
M core/link-suggest/link-suggest-nextcloud/src/nextcloudLinkSuggestService.ts
A core/link-suggest/link-suggest-xwiki/api-extractor.json
A core/link-suggest/link-suggest-xwiki/etc/cristal-link-suggest-xwiki.api.md
M core/link-suggest/link-suggest-xwiki/package.json
M core/link-suggest/link-suggest-xwiki/src/components/componentsInit.ts
A core/markdown/markdown-api/api-extractor.json
A core/markdown/markdown-api/etc/cristal-markdown-api.api.md
M core/markdown/markdown-api/package.json
M core/markdown/markdown-api/src/markdownRenderer.ts
A core/markdown/markdown-default/api-extractor.json
A core/markdown/markdown-default/etc/cristal-markdown-default.api.md
M core/markdown/markdown-default/package.json
M core/markdown/markdown-default/src/defaultMarkdownRenderer.ts
M core/markdown/markdown-default/src/index.ts
M core/markdown/markdown-default/src/parseInternalImages.ts
M core/markdown/markdown-default/src/parseInternalLinks.ts
A core/model/model-api/api-extractor.json
A 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
A core/model/model-click-listener/api-extractor.json
A core/model/model-click-listener/etc/cristal-model-click-listener.api.md
M core/model/model-click-listener/package.json
M core/model/model-click-listener/src/DefaultClickListener.ts
M core/model/model-click-listener/src/clickListener.ts
M core/model/model-click-listener/src/componentInit.ts
A core/model/model-local-url/api-extractor.json
A core/model/model-local-url/etc/cristal-model-local-url.api.md
M core/model/model-local-url/package.json
M core/model/model-local-url/src/componentInit.ts
M core/model/model-local-url/src/localURLParser.ts
M core/model/model-local-url/src/localURLSerializer.ts
A core/model/model-reference/model-reference-api/api-extractor.json
A 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/componentInit.ts
M core/model/model-reference/model-reference-api/src/defaultModelReferenceHandler.ts
M core/model/model-reference/model-reference-api/src/defaultModelReferenceHandlerProvider.ts
M core/model/model-reference/model-reference-api/src/defaultModelReferenceParserProvider.ts
M core/model/model-reference/model-reference-api/src/defaultModelReferenceSerializerProvider.ts
M core/model/model-reference/model-reference-api/src/modelReferenceHandler.ts
M core/model/model-reference/model-reference-api/src/modelReferenceHandlerProvider.ts
M core/model/model-reference/model-reference-api/src/modelReferenceParser.ts
M core/model/model-reference/model-reference-api/src/modelReferenceParserProvider.ts
M core/model/model-reference/model-reference-api/src/modelReferenceSerializer.ts
M core/model/model-reference/model-reference-api/src/modelReferenceSerializerProvider.ts
A core/model/model-reference/model-reference-filesystem/api-extractor.json
A core/model/model-reference/model-reference-filesystem/etc/cristal-model-reference-filesystem.api.md
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-filesystem/src/componentInit.ts
A core/model/model-reference/model-reference-github/api-extractor.json
A core/model/model-reference/model-reference-github/etc/cristal-model-reference-github.api.md
M core/model/model-reference/model-reference-github/package.json
M core/model/model-reference/model-reference-github/src/componentInit.ts
A core/model/model-reference/model-reference-nextcloud/api-extractor.json
A core/model/model-reference/model-reference-nextcloud/etc/cristal-model-reference-nextcloud.api.md
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-nextcloud/src/componentInit.ts
A core/model/model-reference/model-reference-xwiki/api-extractor.json
A core/model/model-reference/model-reference-xwiki/etc/cristal-model-reference-xwiki.api.md
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-reference/model-reference-xwiki/src/componentInit.ts
M core/model/model-reference/model-reference-xwiki/src/xWikiModelReferenceHandler.ts
A core/model/model-remote-url/model-remote-url-api/api-extractor.json
A core/model/model-remote-url/model-remote-url-api/etc/cristal-model-remote-url-api.api.md
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-api/src/componentInit.ts
M core/model/model-remote-url/model-remote-url-api/src/defaultRemoteURLParserProvider.ts
M core/model/model-remote-url/model-remote-url-api/src/remoteURLParser.ts
M core/model/model-remote-url/model-remote-url-api/src/remoteURLParserProvider.ts
M core/model/model-remote-url/model-remote-url-api/src/remoteURLSerializer.ts
M core/model/model-remote-url/model-remote-url-api/src/remoteURLSerializerProvider.ts
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/api-extractor.json
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/etc/cristal-model-remote-url-filesystem-api.api.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-api/src/index.ts
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/api-extractor.json
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/etc/cristal-model-remote-url-filesystem-default.api.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-filesystem/model-remote-url-filesystem-default/src/componentInit.ts
A core/model/model-remote-url/model-remote-url-github/api-extractor.json
A core/model/model-remote-url/model-remote-url-github/etc/cristal-model-remote-url-github.api.md
M core/model/model-remote-url/model-remote-url-github/package.json
M core/model/model-remote-url/model-remote-url-github/src/componentInit.ts
A core/model/model-remote-url/model-remote-url-nextcloud/api-extractor.json
A core/model/model-remote-url/model-remote-url-nextcloud/etc/cristal-model-remote-url-nextcloud.api.md
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/src/componentInit.ts
A core/model/model-remote-url/model-remote-url-xwiki/api-extractor.json
A core/model/model-remote-url/model-remote-url-xwiki/etc/cristal-model-remote-url-xwiki.api.md
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/model/model-remote-url/model-remote-url-xwiki/src/componentInit.ts
A core/navigation-tree/navigation-tree-api/api-extractor.json
A core/navigation-tree/navigation-tree-api/etc/cristal-navigation-tree-api.api.md
M core/navigation-tree/navigation-tree-api/package.json
M core/navigation-tree/navigation-tree-api/src/index.ts
A core/navigation-tree/navigation-tree-default/api-extractor.json
A core/navigation-tree/navigation-tree-default/etc/cristal-navigation-tree-default.api.md
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-default/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-default/src/utils.ts
A core/navigation-tree/navigation-tree-filesystem/api-extractor.json
A core/navigation-tree/navigation-tree-filesystem/etc/cristal-navigation-tree-filesystem.api.md
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-filesystem/src/components/componentsInit.ts
A core/navigation-tree/navigation-tree-github/api-extractor.json
A core/navigation-tree/navigation-tree-github/etc/cristal-navigation-tree-github.api.md
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-github/src/components/componentsInit.ts
A core/navigation-tree/navigation-tree-nextcloud/api-extractor.json
A core/navigation-tree/navigation-tree-nextcloud/etc/cristal-navigation-tree-nextcloud.api.md
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-nextcloud/src/components/componentsInit.ts
A core/navigation-tree/navigation-tree-xwiki/api-extractor.json
A core/navigation-tree/navigation-tree-xwiki/etc/cristal-navigation-tree-xwiki.api.md
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/navigation-tree/navigation-tree-xwiki/src/components/componentsInit.ts
A core/page-actions/page-actions-api/api-extractor.json
A core/page-actions/page-actions-api/etc/cristal-page-actions-api.api.md
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-api/src/index.ts
A core/page-actions/page-actions-default/api-extractor.json
A core/page-actions/page-actions-default/etc/cristal-page-actions-default.api.md
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-default/src/DefaultPageActionCategoryService.ts
M core/page-actions/page-actions-default/src/DefaultPageActionService.ts
M core/page-actions/page-actions-default/src/index.ts
A core/page-actions/page-actions-ui/api-extractor.json
A core/page-actions/page-actions-ui/etc/cristal-page-actions-ui.api.md
M core/page-actions/page-actions-ui/package.json
M core/page-actions/page-actions-ui/src/PageManagement.ts
M core/page-actions/page-actions-ui/src/index.ts
A core/page/page-api/api-extractor.json
A core/page/page-api/etc/cristal-page-api.api.md
M core/page/page-api/package.json
M core/page/page-api/src/index.ts
A core/page/page-default/api-extractor.json
A core/page/page-default/etc/cristal-page-default.api.md
M core/page/page-default/package.json
M core/page/page-default/src/defaultPageReader.ts
M core/page/page-default/src/defaultPageWriter.ts
A core/rename/rename-api/api-extractor.json
A core/rename/rename-api/etc/cristal-rename-api.api.md
M core/rename/rename-api/package.json
M core/rename/rename-api/src/index.ts
A core/rename/rename-default/api-extractor.json
A core/rename/rename-default/etc/cristal-rename-default.api.md
M core/rename/rename-default/package.json
M core/rename/rename-default/src/components/componentsInit.ts
M core/rename/rename-default/src/index.ts
A core/rename/rename-filesystem/api-extractor.json
A core/rename/rename-filesystem/etc/cristal-rename-filesystem.api.md
M core/rename/rename-filesystem/package.json
M core/rename/rename-filesystem/src/components/componentsInit.ts
M core/rename/rename-filesystem/src/index.ts
A core/settings/settings-api/api-extractor.json
A core/settings/settings-api/etc/cristal-settings-api.api.md
M core/settings/settings-api/package.json
M core/settings/settings-api/src/settings.ts
M core/settings/settings-api/src/settingsManager.ts
M core/settings/settings-api/src/settingsParser.ts
M core/settings/settings-api/src/settingsStorage.ts
A core/settings/settings-browser/api-extractor.json
A core/settings/settings-browser/etc/cristal-settings-browser.api.md
M core/settings/settings-browser/package.json
M core/settings/settings-browser/src/defaultSettingsStorage.ts
M core/settings/settings-browser/src/index.ts
A core/settings/settings-configurations-ui/api-extractor.json
A core/settings/settings-configurations-ui/etc/cristal-settings-configurations-ui.api.md
M core/settings/settings-configurations-ui/package.json
M core/settings/settings-configurations-ui/src/index.ts
M core/settings/settings-configurations-ui/src/settingsConfigurationsUIExtension.ts
A core/settings/settings-configurations/api-extractor.json
A core/settings/settings-configurations/etc/cristal-settings-configurations.api.md
M core/settings/settings-configurations/package.json
M core/settings/settings-configurations/src/configurations.ts
M core/settings/settings-configurations/src/configurationsSettingsParser.ts
M core/settings/settings-configurations/src/index.ts
A core/settings/settings-default/api-extractor.json
A core/settings/settings-default/etc/cristal-settings-default.api.md
M core/settings/settings-default/package.json
M core/settings/settings-default/src/defaultSettings.ts
M core/settings/settings-default/src/defaultSettingsManager.ts
M core/settings/settings-default/src/defaultSettingsParser.ts
M core/settings/settings-default/src/index.ts
A core/tiptap-extensions/tiptap-extension-image/api-extractor.json
A core/tiptap-extensions/tiptap-extension-image/etc/cristal-tiptap-extension-image.api.md
M core/tiptap-extensions/tiptap-extension-image/package.json
M core/tiptap-extensions/tiptap-extension-image/src/CristalTiptapImage.ts
M core/tiptap-extensions/tiptap-extension-image/src/ImageInsert.ts
A core/tiptap-extensions/tiptap-extension-image/tsdoc.json
A core/tiptap-extensions/tiptap-link-suggest-ui/api-extractor.json
A core/tiptap-extensions/tiptap-link-suggest-ui/etc/cristal-tiptap-link-suggest-ui.api.md
M core/tiptap-extensions/tiptap-link-suggest-ui/package.json
M core/tiptap-extensions/tiptap-link-suggest-ui/src/index.ts
A core/tiptap-extensions/tiptap-link-suggest-ui/tsdoc.json
A core/uiextension/uiextension-api/api-extractor.json
A core/uiextension/uiextension-api/etc/cristal-uiextension-api.api.md
M core/uiextension/uiextension-api/package.json
M core/uiextension/uiextension-api/src/index.ts
A core/uiextension/uiextension-default/api-extractor.json
A core/uiextension/uiextension-default/etc/cristal-uiextension-default.api.md
M core/uiextension/uiextension-default/package.json
M core/uiextension/uiextension-default/src/index.ts
A core/uiextension/uiextension-ui/api-extractor.json
A core/uiextension/uiextension-ui/etc/cristal-uiextension-ui.api.md
M core/uiextension/uiextension-ui/package.json
M core/uiextension/uiextension-ui/src/index.ts
A core/uiextension/uiextension-ui/tsdoc.json
A core/uniast/uniast-api/api-extractor.json
A 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
M core/uniast/uniast-api/src/converterContext.ts
A core/uniast/uniast-html/api-extractor.json
A core/uniast/uniast-html/etc/cristal-uniast-html.api.md
M core/uniast/uniast-html/package.json
M core/uniast/uniast-html/src/html/uniast-to-html.ts
A core/uniast/uniast-markdown/api-extractor.json
A core/uniast/uniast-markdown/etc/cristal-uniast-markdown.api.md
M core/uniast/uniast-markdown/package.json
M core/uniast/uniast-markdown/src/markdown/md-to-uniast.ts
M core/uniast/uniast-markdown/src/markdown/uniast-to-md.ts
A core/uniast/uniast-utils/api-extractor.json
A core/uniast/uniast-utils/etc/cristal-uniast-utils.api.md
M core/uniast/uniast-utils/package.json
M core/uniast/uniast-utils/src/createConverterContext.ts
A core/user/user-ui/api-extractor.json
A core/user/user-ui/etc/cristal-user-ui.api.md
M core/user/user-ui/package.json
M core/user/user-ui/src/index.ts
A core/user/user-ui/tsdoc.json
A core/wiki-config/wiki-config-api/api-extractor.json
A core/wiki-config/wiki-config-api/etc/cristal-wiki-config-api.api.md
M core/wiki-config/wiki-config-api/package.json
M core/wiki-config/wiki-config-api/src/index.ts
A core/wiki-config/wiki-config-default/api-extractor.json
A core/wiki-config/wiki-config-default/etc/cristal-wiki-config-default.api.md
M core/wiki-config/wiki-config-default/package.json
M core/wiki-config/wiki-config-default/src/defaultWikiConfigProxy.ts
M core/wiki-config/wiki-config-default/src/index.ts
A core/xwiki/xwiki-utils/api-extractor.json
A core/xwiki/xwiki-utils/etc/cristal-xwiki-utils.api.md
M core/xwiki/xwiki-utils/package.json
M core/xwiki/xwiki-utils/src/index.ts
M dev/test-utils/package.json
M dev/test-utils/src/index.ts
A ds/api/api-extractor.json
A ds/api/etc/cristal-dsapi.api.md
M ds/api/package.json
M ds/api/src/XAlert.ts
M ds/api/src/XAvatar.ts
M ds/api/src/XBreadcrumb.ts
M ds/api/src/XBtn.ts
M ds/api/src/XCard.ts
M ds/api/src/XCheckbox.ts
M ds/api/src/XDialog.ts
M ds/api/src/XDivider.ts
M ds/api/src/XFileInput.ts
M ds/api/src/XForm.ts
M ds/api/src/XImg.ts
M ds/api/src/XLoad.ts
M ds/api/src/XMenu.ts
M ds/api/src/XMenuItem.ts
M ds/api/src/XMenuLabel.ts
M ds/api/src/XNavigationTree.ts
M ds/api/src/XNavigationTreeSelect.ts
M ds/api/src/XSelect.ts
M ds/api/src/XTab.ts
M ds/api/src/XTabGroup.ts
M ds/api/src/XTabPanel.ts
M ds/api/src/XTextField.ts
M ds/api/src/index.ts
A ds/dsfr/api-extractor.json
A ds/dsfr/etc/cristal-dsfr.api.md
M ds/dsfr/package.json
M ds/dsfr/src/components/componentsInit.ts
A ds/shoelace/api-extractor.json
A ds/shoelace/etc/cristal-dsshoelace.api.md
M ds/shoelace/package.json
M ds/shoelace/src/components/componentsInit.ts
A ds/vuetify/api-extractor.json
A ds/vuetify/etc/cristal-dsvuetify.api.md
M ds/vuetify/package.json
M ds/vuetify/src/components/componentsInit.ts
A editors/blocknote-headless/api-extractor.json
A editors/blocknote-headless/etc/cristal-editors-blocknote-headless.api.md
M editors/blocknote-headless/package.json
M editors/blocknote-headless/src/components/currentUser.ts
M editors/blocknote-headless/src/index.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/utils.ts
M editors/blocknote-headless/src/vue/c-blocknote-view.vue
A editors/blocknote-react/api-extractor.json
A editors/blocknote-react/etc/cristal-editors-blocknote-react.api.md
M editors/blocknote-react/package.json
M editors/blocknote-react/src/blocknote/blocks/Headings.tsx
M editors/blocknote-react/src/blocknote/index.ts
M editors/blocknote-react/src/blocknote/utils.tsx
M editors/blocknote-react/src/components/BlockNoteViewWrapper.tsx
M editors/blocknote-react/src/index.tsx
M editors/blocknote-react/src/misc/linkSuggest.ts
A editors/blocknote-react/src/tsdoc-metadata.json
A editors/blocknote/api-extractor.json
A editors/blocknote/etc/cristal-editors-blocknote.api.md
M editors/blocknote/package.json
M editors/blocknote/src/components/componentsInit.ts
M editors/blocknote/src/components/uixBlocknoteEditorProvider.ts
A editors/tiptap/api-extractor.json
A editors/tiptap/etc/cristal-editors-tiptap.api.md
M editors/tiptap/package.json
M editors/tiptap/src/components/componentsInit.ts
M editors/tiptap/src/components/extensions/actionCategoryDescriptor.ts
M editors/tiptap/src/components/extensions/actionDescriptor.ts
M editors/tiptap/src/components/extensions/bubble-menu.ts
M editors/tiptap/src/components/extensions/bubble-menu/BubbleMenuAction.ts
M editors/tiptap/src/components/extensions/filter-helper.ts
M editors/tiptap/src/components/extensions/link-suggest.ts
M editors/tiptap/src/components/extensions/link-type.ts
M editors/tiptap/src/vue/compute-current-user.ts
M editors/tiptap/src/vue/list-navigation-helper.ts
A electron/authentication/authentication-github/authentication-github-main/api-extractor.json
A electron/authentication/authentication-github/authentication-github-main/etc/cristal-electron-authentication-github-main.api.md
M electron/authentication/authentication-github/authentication-github-main/package.json
M electron/authentication/authentication-github/authentication-github-main/src/index.ts
A electron/authentication/authentication-github/authentication-github-main/tsdoc.json
A electron/authentication/authentication-github/authentication-github-preload/api-extractor.json
A electron/authentication/authentication-github/authentication-github-preload/etc/cristal-electron-authentication-github-preload.api.md
M electron/authentication/authentication-github/authentication-github-preload/package.json
A electron/authentication/authentication-github/authentication-github-renderer/api-extractor.json
A electron/authentication/authentication-github/authentication-github-renderer/etc/cristal-electron-authentication-github-renderer.api.md
M electron/authentication/authentication-github/authentication-github-renderer/package.json
M electron/authentication/authentication-github/authentication-github-renderer/src/index.ts
A electron/authentication/authentication-nextcloud/authentication-nextcloud-main/api-extractor.json
A electron/authentication/authentication-nextcloud/authentication-nextcloud-main/etc/cristal-electron-authentication-nextcloud-main.api.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/src/index.ts
A electron/authentication/authentication-nextcloud/authentication-nextcloud-main/tsdoc.json
A electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/api-extractor.json
A electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/etc/cristal-electron-authentication-nextcloud-preload.api.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/package.json
A electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/api-extractor.json
A electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/etc/cristal-electron-authentication-nextcloud-renderer.api.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/src/index.ts
A electron/authentication/authentication-xwiki/authentication-xwiki-main/api-extractor.json
A electron/authentication/authentication-xwiki/authentication-xwiki-main/etc/cristal-electron-authentication-xwiki-main.api.md
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/src/index.ts
A electron/authentication/authentication-xwiki/authentication-xwiki-main/tsdoc.json
A electron/authentication/authentication-xwiki/authentication-xwiki-preload/api-extractor.json
A electron/authentication/authentication-xwiki/authentication-xwiki-preload/etc/cristal-electron-authentication-xwiki-preload.api.md
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
A electron/authentication/authentication-xwiki/authentication-xwiki-renderer/api-extractor.json
A electron/authentication/authentication-xwiki/authentication-xwiki-renderer/etc/cristal-electron-authentication-xwiki-renderer.api.md
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/src/index.ts
M electron/browser/package.json
M electron/browser/src/componentsInit.ts
M electron/browser/vite.main.config.ts
M electron/browser/vite.preload.config.ts
A electron/link-suggest/link-suggest-filesystem/api-extractor.json
A electron/link-suggest/link-suggest-filesystem/etc/cristal-link-suggest-filesystem.api.md
M electron/link-suggest/link-suggest-filesystem/package.json
M electron/link-suggest/link-suggest-filesystem/src/components/componentsInit.ts
M electron/link-suggest/link-suggest-filesystem/src/components/filesystemLinkSuggestService.ts
M electron/main/package.json
M electron/main/src/menu.ts
M electron/main/vite.config.mjs
M electron/package.json
M electron/preload/package.json
M electron/renderer/package.json
M electron/renderer/tsconfig.json
A electron/settings/settings-main/api-extractor.json
A electron/settings/settings-main/etc/cristal-electron-settings-main.api.md
M electron/settings/settings-main/package.json
M electron/settings/settings-main/src/index.ts
M electron/settings/settings-main/src/storage.ts
A electron/settings/settings-main/tsdoc.json
A electron/settings/settings-preload/api-extractor.json
A electron/settings/settings-preload/etc/cristal-electron-settings-preload.api.md
M electron/settings/settings-preload/package.json
A electron/settings/settings-renderer/api-extractor.json
A electron/settings/settings-renderer/etc/cristal-electron-settings-renderer.api.md
M electron/settings/settings-renderer/package.json
M electron/settings/settings-renderer/src/defaultSettingsStorage.ts
M electron/settings/settings-renderer/src/index.ts
A electron/state/api-extractor.json
A electron/state/etc/cristal-electron-state.api.md
M electron/state/package.json
M electron/state/src/index.ts
M electron/storage/package.json
M electron/storage/src/componentsInit.ts
M electron/storage/src/electron/main/index.ts
M electron/storage/src/electron/preload/apiTypes.ts
M electron/storage/vite.main.config.ts
M electron/storage/vite.preload.config.ts
A extension-manager/api-extractor.json
A extension-manager/etc/cristal-extension-manager.api.md
M extension-manager/package.json
M extension-manager/src/api/cristalComponent.ts
M extension-manager/src/api/extensionConfig.ts
M extension-manager/src/api/extensionManager.ts
M extension-manager/src/components/componentsInit.ts
M extension-manager/src/components/cristalLoader.ts
M extension-manager/src/components/defaultComponent.ts
M extension-manager/src/components/defaultExtensionConfig.ts
M extension-manager/src/components/defaultExtensionManager.ts
A extension-manager/tsdoc.json
A extensions/menubuttons/api-extractor.json
A extensions/menubuttons/etc/cristal-extension-menubuttons.api.md
M extensions/menubuttons/package.json
M extensions/menubuttons/src/api/menuEntry.ts
M extensions/menubuttons/src/components/componentsInit.ts
A extensions/menubuttons/tsdoc.json
A lib/api-extractor.json
A lib/etc/cristal-lib.api.md
M lib/package.json
M lib/src/components/DefaultCristalApp.ts
M lib/src/components/cristalAppLoader.ts
M lib/src/default/defaultComponentsList.ts
M nx.json
M package.json
M pnpm-lock.yaml
M realtime/package.json
A sharedworker/api/api-extractor.json
A sharedworker/api/etc/cristal-sharedworker-api.api.md
M sharedworker/api/package.json
M sharedworker/api/src/api/myworker.ts
M sharedworker/api/src/api/queueWorker.ts
A sharedworker/api/tsdoc.json
A sharedworker/impl/api-extractor.json
A sharedworker/impl/etc/cristal-sharedworker-impl.api.md
M sharedworker/impl/package.json
M sharedworker/impl/src/components/componentsInit.ts
M sharedworker/impl/src/components/worker.ts
M sharedworker/impl/tsconfig.json
M sharedworker/impl/vite.config.ts
A skin/api-extractor.json
A skin/etc/cristal-skin.api.md
M skin/package.json
M skin/src/api/macroData.ts
M skin/src/api/macroProvider.ts
M skin/src/api/uixTemplateProvider.ts
M skin/src/api/vueTemplateProvider.ts
M skin/src/components/componentsInit.ts
M skin/src/components/defaultMacroData.ts
M skin/src/components/defaultSkinManager.ts
M skin/src/components/defaultUIXTemplateProvider.ts
M skin/src/components/defaultVueTemplateProvider.ts
M skin/src/composables/mouse.ts
M skin/src/composables/viewport.ts
M skin/src/index.ts
M skin/src/vue/contentTools.ts
M skin/src/vue/renderMarkdown.ts
A sources/xwiki/mock-server/api-extractor.json
M sources/xwiki/mock-server/package.json
M tsdoc.json
A utils/inversify/api-extractor.json
A utils/inversify/etc/cristal-utils-inversify.api.md
M utils/inversify/package.json
M utils/inversify/src/index.ts
M vite.config.ts
M web/e2e/pageObjects/Form.ts
M web/e2e/pageObjects/Sidebar.ts
M web/package.json
M web/vite.config.ts
A xwiki/remoteinlineeditor/api-extractor.json
A xwiki/remoteinlineeditor/etc/cristal-xwiki-remoteinlineeditor.api.md
M xwiki/remoteinlineeditor/package.json
M xwiki/remoteinlineeditor/src/components/componentsInit.ts
Log Message:
-----------
Merge remote-tracking branch 'origin/main' into fork/ClementEXWiki/fix/display-editor-links-hierarchy
Compare: https://github.com/xwiki-contrib/cristal/compare/54163e79e5a1...b1e91fafa215
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/CRISTAL-617
Home: https://github.com/xwiki-contrib/cristal
Commit: e9b79c47559b0d2fe1ca5437df5e871cf0b81a5f
https://github.com/xwiki-contrib/cristal/commit/e9b79c47559b0d2fe1ca5437df5…
Author: Clément E. <clement.eraud(a)xwiki.com>
Date: 2025-09-08 (Mon, 08 Sep 2025)
Changed paths:
M editors/blocknote/langs/translation-en.json
M editors/blocknote/src/vue/c-edit-blocknote.vue
Log Message:
-----------
Fix: show a message before leaving with unsaved content in BlockNote
Commit: f6065a193528354d74fa63c5a1579ba93c0d732b
https://github.com/xwiki-contrib/cristal/commit/f6065a193528354d74fa63c5a15…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-08 (Mon, 08 Sep 2025)
Changed paths:
M .github/workflows/build_electron.yml
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/uniast/uniast-utils/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:
-----------
Merge remote-tracking branch 'origin/main' into fork/ClementEXWiki/fix/warn-unsaved-blocknote-content
Compare: https://github.com/xwiki-contrib/cristal/compare/e9b79c47559b%5E...f6065a19…
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: 3e0308bd54e5358bedf1acad287c62d298b933c9
https://github.com/xwiki-contrib/cristal/commit/3e0308bd54e5358bedf1acad287…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-08 (Mon, 08 Sep 2025)
Changed paths:
M .gitignore
M Jenkinsfile
A api-extractor.json
A api/api-extractor.json
A api/etc/cristal-api.api.md
M api/package.json
M api/src/api/PageData.ts
M api/src/api/WikiConfig.ts
M api/src/api/attachmentsData.ts
M api/src/api/cristalApp.ts
M api/src/api/designSystemLoader.ts
M api/src/api/document.ts
M api/src/api/logger.ts
M api/src/api/loggerConfig.ts
M api/src/api/pageAttachment.ts
M api/src/api/skinManager.ts
M api/src/api/storage.ts
M api/src/api/wrappingStorage.ts
M api/src/components/DefaultPageData.ts
M api/src/components/JSONLDDocument.ts
M api/src/components/componentsInit.ts
M api/src/components/defaultLogger.ts
M api/src/components/defaultLoggerConfig.ts
M api/src/components/defaultWikiConfig.ts
M api/src/index.ts
A core/alerts/alerts-api/api-extractor.json
A core/alerts/alerts-api/etc/cristal-alerts-api.api.md
M core/alerts/alerts-api/package.json
M core/alerts/alerts-api/src/index.ts
A core/alerts/alerts-default/api-extractor.json
A core/alerts/alerts-default/etc/cristal-alerts-default.api.md
M core/alerts/alerts-default/package.json
M core/alerts/alerts-default/src/defaultAlertsService.ts
M core/alerts/alerts-default/src/defaultAlertsServiceProvider.ts
M core/alerts/alerts-default/src/index.ts
A core/alerts/alerts-ui/api-extractor.json
A core/alerts/alerts-ui/etc/cristal-alerts-ui.api.md
M core/alerts/alerts-ui/package.json
M core/alerts/alerts-ui/src/index.ts
A core/alerts/alerts-ui/tsdoc.json
A core/attachments/attachments-api/api-extractor.json
A core/attachments/attachments-api/etc/cristal-attachments-api.api.md
M core/attachments/attachments-api/package.json
M core/attachments/attachments-api/src/attachment.ts
M core/attachments/attachments-api/src/attachmentsPreview.ts
M core/attachments/attachments-api/src/attachmentsService.ts
A core/attachments/attachments-default/api-extractor.json
A core/attachments/attachments-default/etc/cristal-attachments-default.api.md
M core/attachments/attachments-default/package.json
M core/attachments/attachments-default/src/defaultAttachmentsService.ts
M core/attachments/attachments-default/src/index.ts
A core/attachments/attachments-ui/api-extractor.json
A core/attachments/attachments-ui/etc/cristal-attachments-ui.api.md
M core/attachments/attachments-ui/package.json
M core/attachments/attachments-ui/src/AttachmentPreviewContentAfterUIExtension.ts
M core/attachments/attachments-ui/src/AttachmentsInfoAction.ts
M core/attachments/attachments-ui/src/index.ts
A core/authentication/authentication-api/api-extractor.json
A core/authentication/authentication-api/etc/cristal-authentication-api.api.md
M core/authentication/authentication-api/package.json
M core/authentication/authentication-api/src/authenticationManager.ts
M core/authentication/authentication-api/src/authenticationManagerProvider.ts
M core/authentication/authentication-api/src/userDetails.ts
A core/authentication/authentication-default/api-extractor.json
A core/authentication/authentication-default/etc/cristal-authentication-default.api.md
M core/authentication/authentication-default/package.json
M core/authentication/authentication-default/src/defaultAuthenticationManagerProvider.ts
M core/authentication/authentication-default/src/index.ts
A core/authentication/authentication-github-state/api-extractor.json
A core/authentication/authentication-github-state/etc/cristal-authentication-github-state.api.md
M core/authentication/authentication-github-state/package.json
M core/authentication/authentication-github-state/src/GitHubAuthenticationState.ts
A core/authentication/authentication-github-ui/api-extractor.json
A core/authentication/authentication-github-ui/etc/cristal-authentication-github-ui.api.md
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-github-ui/src/GitHubLoginMenuUIExtension.ts
M core/authentication/authentication-github-ui/src/index.ts
A core/authentication/authentication-github/api-extractor.json
A core/authentication/authentication-github/etc/cristal-authentication-github.api.md
M core/authentication/authentication-github/package.json
M core/authentication/authentication-github/src/GitHubAuthenticationManager.ts
M core/authentication/authentication-github/src/index.ts
A core/authentication/authentication-nextcloud-state/api-extractor.json
A core/authentication/authentication-nextcloud-state/etc/cristal-authentication-nextcloud-state.api.md
M core/authentication/authentication-nextcloud-state/package.json
M core/authentication/authentication-nextcloud-state/src/NextcloudAuthenticationState.ts
A core/authentication/authentication-nextcloud-ui/api-extractor.json
A core/authentication/authentication-nextcloud-ui/etc/cristal-authentication-nextcloud-ui.api.md
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-nextcloud-ui/src/NextcloudLoginMenuUIExtension.ts
M core/authentication/authentication-nextcloud-ui/src/index.ts
A core/authentication/authentication-nextcloud/api-extractor.json
A core/authentication/authentication-nextcloud/etc/cristal-authentication-nextcloud.api.md
M core/authentication/authentication-nextcloud/package.json
M core/authentication/authentication-nextcloud/src/NextcloudBasicAuthenticationManager.ts
M core/authentication/authentication-nextcloud/src/NextcloudLoginFlowAuthenticationManager.ts
M core/authentication/authentication-nextcloud/src/NextcloudOAuth2AuthenticationManager.ts
M core/authentication/authentication-nextcloud/src/index.ts
A core/authentication/authentication-ui/api-extractor.json
A core/authentication/authentication-ui/etc/cristal-authentication-ui.api.md
M core/authentication/authentication-ui/package.json
M core/authentication/authentication-ui/src/LoggedInMenuUIExtension.ts
M core/authentication/authentication-ui/src/LoginMenuUIExtension.ts
M core/authentication/authentication-ui/src/index.ts
M core/authentication/authentication-ui/src/vue/utils/getUserProfile.ts
A core/authentication/authentication-xwiki/api-extractor.json
A core/authentication/authentication-xwiki/etc/cristal-authentication-xwiki.api.md
M core/authentication/authentication-xwiki/package.json
M core/authentication/authentication-xwiki/src/XWikiAuthenticationManager.ts
M core/authentication/authentication-xwiki/src/index.ts
A core/backends/backend-api/api-extractor.json
A core/backends/backend-api/etc/cristal-backend-api.api.md
M core/backends/backend-api/package.json
M core/backends/backend-api/src/abstractStorage.ts
M core/backends/backend-api/src/componentInit.ts
M core/backends/backend-api/src/defaultStorageProvider.ts
M core/backends/backend-api/src/offlineStorage.ts
M core/backends/backend-api/src/storageProvider.ts
A core/backends/backend-dexie/api-extractor.json
A core/backends/backend-dexie/etc/cristal-backend-dexie.api.md
M core/backends/backend-dexie/package.json
M core/backends/backend-dexie/src/index.ts
A core/backends/backend-github/api-extractor.json
A core/backends/backend-github/etc/cristal-backend-github.api.md
M core/backends/backend-github/package.json
M core/backends/backend-github/src/githubStorage.ts
M core/backends/backend-github/src/index.ts
A core/backends/backend-nextcloud/api-extractor.json
A core/backends/backend-nextcloud/etc/cristal-backend-nextcloud.api.md
M core/backends/backend-nextcloud/package.json
M core/backends/backend-nextcloud/src/NextcloudWikiConfig.ts
M core/backends/backend-nextcloud/src/index.ts
M core/backends/backend-nextcloud/src/nextcloudStorage.ts
A core/backends/backend-xwiki/api-extractor.json
A core/backends/backend-xwiki/etc/cristal-backend-xwiki.api.md
M core/backends/backend-xwiki/package.json
M core/backends/backend-xwiki/src/index.ts
M core/backends/backend-xwiki/src/xwikiStorage.ts
A core/browser/browser-api/api-extractor.json
A core/browser/browser-api/etc/cristal-browser-api.api.md
M core/browser/browser-api/package.json
M core/browser/browser-api/src/index.ts
A core/browser/browser-default/api-extractor.json
A core/browser/browser-default/etc/cristal-browser-default.api.md
M core/browser/browser-default/package.json
M core/browser/browser-default/src/components/componentsInit.ts
A core/collaboration/collaboration-api/api-extractor.json
A core/collaboration/collaboration-api/etc/cristal-collaboration-api.api.md
M core/collaboration/collaboration-api/package.json
M core/collaboration/collaboration-api/src/collaborationInitializer.ts
M core/collaboration/collaboration-api/src/collaborationManager.ts
M core/collaboration/collaboration-api/src/collaborationManagerName.ts
M core/collaboration/collaboration-api/src/collaborationManagerProvider.ts
M core/collaboration/collaboration-api/src/collaborationManagerProviderName.ts
M core/collaboration/collaboration-api/src/componentInit.ts
M core/collaboration/collaboration-api/src/defaultCollaborationManagerProvider.ts
M core/collaboration/collaboration-api/src/status.ts
M core/collaboration/collaboration-api/src/user.ts
A core/collaboration/collaboration-hocuspocus/api-extractor.json
A core/collaboration/collaboration-hocuspocus/etc/cristal-collaboration-hocuspocus.api.md
M core/collaboration/collaboration-hocuspocus/package.json
M core/collaboration/collaboration-hocuspocus/src/componentInit.ts
M core/collaboration/collaboration-hocuspocus/src/hocuspocusCollaborationProvider.ts
A core/collaboration/collaboration-xwiki/api-extractor.json
A core/collaboration/collaboration-xwiki/etc/cristal-collaboration-xwiki.api.md
M core/collaboration/collaboration-xwiki/package.json
M core/collaboration/collaboration-xwiki/src/XWikiCollaborationProvider.ts
M core/collaboration/collaboration-xwiki/src/componentInit.ts
M core/collaboration/collaboration-xwiki/src/xwikiProviderWebSocket.ts
A core/configuration/configuration-api/api-extractor.json
A core/configuration/configuration-api/etc/cristal-configuration-api.api.md
M core/configuration/configuration-api/package.json
M core/configuration/configuration-api/src/index.ts
A core/configuration/configuration-web/api-extractor.json
A core/configuration/configuration-web/etc/cristal-configuration-web.api.md
M core/configuration/configuration-web/package.json
M core/configuration/configuration-web/src/index.ts
A core/date/date-api/api-extractor.json
A core/date/date-api/etc/cristal-date-api.api.md
M core/date/date-api/package.json
M core/date/date-api/src/componentInit.ts
M core/date/date-api/src/dateService.ts
M core/date/date-api/src/defaultDateService.ts
A core/date/date-ui/api-extractor.json
A core/date/date-ui/etc/cristal-date-ui.api.md
M core/date/date-ui/package.json
M core/date/date-ui/src/index.ts
A core/date/date-ui/tsdoc.json
A core/document/document-api/api-extractor.json
A core/document/document-api/etc/cristal-document-api.api.md
M core/document/document-api/package.json
M core/document/document-api/src/index.ts
A core/document/document-default/api-extractor.json
A core/document/document-default/etc/cristal-document-default.api.md
M core/document/document-default/package.json
M core/document/document-default/src/index.ts
A core/extra-tabs/extra-tabs-api/api-extractor.json
A core/extra-tabs/extra-tabs-api/etc/cristal-extra-tabs-api.api.md
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-api/src/ExtraTabsService.ts
A core/extra-tabs/extra-tabs-default/api-extractor.json
A core/extra-tabs/extra-tabs-default/etc/cristal-extra-tabs-default.api.md
M core/extra-tabs/extra-tabs-default/package.json
M core/extra-tabs/extra-tabs-default/src/DefaultExtraTabsService.ts
M core/extra-tabs/extra-tabs-default/src/index.ts
A core/extra-tabs/extra-tabs-ui/api-extractor.json
A core/extra-tabs/extra-tabs-ui/etc/cristal-extra-tabs-ui.api.md
M core/extra-tabs/extra-tabs-ui/package.json
M core/extra-tabs/extra-tabs-ui/src/index.ts
A core/extra-tabs/extra-tabs-ui/tsdoc.json
A core/file-preview/file-preview-ui/api-extractor.json
A core/file-preview/file-preview-ui/etc/cristal-file-preview-ui.api.md
M core/file-preview/file-preview-ui/package.json
M core/file-preview/file-preview-ui/src/index.ts
A core/file-preview/file-preview-ui/tsdoc.json
A core/fn-utils/api-extractor.json
A core/fn-utils/etc/cristal-fn-utils.api.md
M core/fn-utils/package.json
M core/fn-utils/src/index.ts
A core/hierarchy/hierarchy-api/api-extractor.json
A core/hierarchy/hierarchy-api/etc/cristal-hierarchy-api.api.md
M core/hierarchy/hierarchy-api/package.json
M core/hierarchy/hierarchy-api/src/index.ts
A core/hierarchy/hierarchy-default/api-extractor.json
A core/hierarchy/hierarchy-default/etc/cristal-hierarchy-default.api.md
M core/hierarchy/hierarchy-default/package.json
M core/hierarchy/hierarchy-default/src/components/componentsInit.ts
M core/hierarchy/hierarchy-default/src/utils.ts
A core/hierarchy/hierarchy-filesystem/api-extractor.json
A core/hierarchy/hierarchy-filesystem/etc/cristal-hierarchy-filesystem.api.md
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-filesystem/src/components/componentsInit.ts
A core/hierarchy/hierarchy-github/api-extractor.json
A core/hierarchy/hierarchy-github/etc/cristal-hierarchy-github.api.md
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-github/src/components/componentsInit.ts
A core/hierarchy/hierarchy-nextcloud/api-extractor.json
A core/hierarchy/hierarchy-nextcloud/etc/cristal-hierarchy-nextcloud.api.md
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-nextcloud/src/components/componentsInit.ts
A core/hierarchy/hierarchy-xwiki/api-extractor.json
A core/hierarchy/hierarchy-xwiki/etc/cristal-hierarchy-xwiki.api.md
M core/hierarchy/hierarchy-xwiki/package.json
M core/hierarchy/hierarchy-xwiki/src/components/componentsInit.ts
A core/history/history-api/api-extractor.json
A core/history/history-api/etc/cristal-history-api.api.md
M core/history/history-api/package.json
M core/history/history-api/src/index.ts
A core/history/history-default/api-extractor.json
A core/history/history-default/etc/cristal-history-default.api.md
M core/history/history-default/package.json
M core/history/history-default/src/components/componentsInit.ts
M core/history/history-default/src/index.ts
A core/history/history-github/api-extractor.json
A core/history/history-github/etc/cristal-history-github.api.md
M core/history/history-github/package.json
M core/history/history-github/src/components/componentsInit.ts
M core/history/history-github/src/index.ts
A core/history/history-ui/api-extractor.json
A core/history/history-ui/etc/cristal-history-ui.api.md
M core/history/history-ui/package.json
M core/history/history-ui/src/index.ts
A core/history/history-xwiki/api-extractor.json
A core/history/history-xwiki/etc/cristal-history-xwiki.api.md
M core/history/history-xwiki/package.json
M core/history/history-xwiki/src/components/componentsInit.ts
M core/history/history-xwiki/src/index.ts
A core/icons/api-extractor.json
A core/icons/etc/cristal-icons.api.md
M core/icons/package.json
M core/icons/src/index.ts
M core/icons/src/size.ts
A core/icons/tsdoc.json
A core/info-actions/info-actions-api/api-extractor.json
A core/info-actions/info-actions-api/etc/cristal-info-actions-api.api.md
M core/info-actions/info-actions-api/package.json
M core/info-actions/info-actions-api/src/index.ts
A core/info-actions/info-actions-default/api-extractor.json
A core/info-actions/info-actions-default/etc/cristal-info-actions-default.api.md
M core/info-actions/info-actions-default/package.json
M core/info-actions/info-actions-default/src/DefaultInfoActionsService.ts
M core/info-actions/info-actions-default/src/index.ts
A core/info-actions/info-actions-ui/api-extractor.json
A core/info-actions/info-actions-ui/etc/cristal-info-actions-ui.api.md
M core/info-actions/info-actions-ui/package.json
M core/info-actions/info-actions-ui/src/index.ts
A core/info-actions/info-actions-ui/tsdoc.json
A core/link-suggest/link-suggest-api/api-extractor.json
A core/link-suggest/link-suggest-api/etc/cristal-link-suggest-api.api.md
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-api/src/DefaultLinkSuggestServiceProvider.ts
M core/link-suggest/link-suggest-api/src/LinkSuggestServiceProvider.ts
M core/link-suggest/link-suggest-api/src/componentInit.ts
M core/link-suggest/link-suggest-api/src/index.ts
M core/link-suggest/link-suggest-api/src/link.ts
M core/link-suggest/link-suggest-api/src/linkSuggestService.ts
M core/link-suggest/link-suggest-api/src/linkType.ts
A core/link-suggest/link-suggest-nextcloud/api-extractor.json
A core/link-suggest/link-suggest-nextcloud/etc/cristal-link-suggest-nextcloud.api.md
M core/link-suggest/link-suggest-nextcloud/package.json
M core/link-suggest/link-suggest-nextcloud/src/index.ts
M core/link-suggest/link-suggest-nextcloud/src/nextcloudLinkSuggestService.ts
A core/link-suggest/link-suggest-xwiki/api-extractor.json
A core/link-suggest/link-suggest-xwiki/etc/cristal-link-suggest-xwiki.api.md
M core/link-suggest/link-suggest-xwiki/package.json
M core/link-suggest/link-suggest-xwiki/src/components/componentsInit.ts
A core/markdown/markdown-api/api-extractor.json
A core/markdown/markdown-api/etc/cristal-markdown-api.api.md
M core/markdown/markdown-api/package.json
M core/markdown/markdown-api/src/markdownRenderer.ts
A core/markdown/markdown-default/api-extractor.json
A core/markdown/markdown-default/etc/cristal-markdown-default.api.md
M core/markdown/markdown-default/package.json
M core/markdown/markdown-default/src/defaultMarkdownRenderer.ts
M core/markdown/markdown-default/src/index.ts
M core/markdown/markdown-default/src/parseInternalImages.ts
M core/markdown/markdown-default/src/parseInternalLinks.ts
A core/model/model-api/api-extractor.json
A 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
A core/model/model-click-listener/api-extractor.json
A core/model/model-click-listener/etc/cristal-model-click-listener.api.md
M core/model/model-click-listener/package.json
M core/model/model-click-listener/src/DefaultClickListener.ts
M core/model/model-click-listener/src/clickListener.ts
M core/model/model-click-listener/src/componentInit.ts
A core/model/model-local-url/api-extractor.json
A core/model/model-local-url/etc/cristal-model-local-url.api.md
M core/model/model-local-url/package.json
M core/model/model-local-url/src/componentInit.ts
M core/model/model-local-url/src/localURLParser.ts
M core/model/model-local-url/src/localURLSerializer.ts
A core/model/model-reference/model-reference-api/api-extractor.json
A 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/componentInit.ts
M core/model/model-reference/model-reference-api/src/defaultModelReferenceHandler.ts
M core/model/model-reference/model-reference-api/src/defaultModelReferenceHandlerProvider.ts
M core/model/model-reference/model-reference-api/src/defaultModelReferenceParserProvider.ts
M core/model/model-reference/model-reference-api/src/defaultModelReferenceSerializerProvider.ts
M core/model/model-reference/model-reference-api/src/modelReferenceHandler.ts
M core/model/model-reference/model-reference-api/src/modelReferenceHandlerProvider.ts
M core/model/model-reference/model-reference-api/src/modelReferenceParser.ts
M core/model/model-reference/model-reference-api/src/modelReferenceParserProvider.ts
M core/model/model-reference/model-reference-api/src/modelReferenceSerializer.ts
M core/model/model-reference/model-reference-api/src/modelReferenceSerializerProvider.ts
A core/model/model-reference/model-reference-filesystem/api-extractor.json
A core/model/model-reference/model-reference-filesystem/etc/cristal-model-reference-filesystem.api.md
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-filesystem/src/componentInit.ts
A core/model/model-reference/model-reference-github/api-extractor.json
A core/model/model-reference/model-reference-github/etc/cristal-model-reference-github.api.md
M core/model/model-reference/model-reference-github/package.json
M core/model/model-reference/model-reference-github/src/componentInit.ts
A core/model/model-reference/model-reference-nextcloud/api-extractor.json
A core/model/model-reference/model-reference-nextcloud/etc/cristal-model-reference-nextcloud.api.md
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-nextcloud/src/componentInit.ts
A core/model/model-reference/model-reference-xwiki/api-extractor.json
A core/model/model-reference/model-reference-xwiki/etc/cristal-model-reference-xwiki.api.md
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-reference/model-reference-xwiki/src/componentInit.ts
M core/model/model-reference/model-reference-xwiki/src/xWikiModelReferenceHandler.ts
A core/model/model-remote-url/model-remote-url-api/api-extractor.json
A core/model/model-remote-url/model-remote-url-api/etc/cristal-model-remote-url-api.api.md
M core/model/model-remote-url/model-remote-url-api/package.json
M core/model/model-remote-url/model-remote-url-api/src/componentInit.ts
M core/model/model-remote-url/model-remote-url-api/src/defaultRemoteURLParserProvider.ts
M core/model/model-remote-url/model-remote-url-api/src/remoteURLParser.ts
M core/model/model-remote-url/model-remote-url-api/src/remoteURLParserProvider.ts
M core/model/model-remote-url/model-remote-url-api/src/remoteURLSerializer.ts
M core/model/model-remote-url/model-remote-url-api/src/remoteURLSerializerProvider.ts
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/api-extractor.json
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/etc/cristal-model-remote-url-filesystem-api.api.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-api/src/index.ts
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/api-extractor.json
A core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/etc/cristal-model-remote-url-filesystem-default.api.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-filesystem/model-remote-url-filesystem-default/src/componentInit.ts
A core/model/model-remote-url/model-remote-url-github/api-extractor.json
A core/model/model-remote-url/model-remote-url-github/etc/cristal-model-remote-url-github.api.md
M core/model/model-remote-url/model-remote-url-github/package.json
M core/model/model-remote-url/model-remote-url-github/src/componentInit.ts
A core/model/model-remote-url/model-remote-url-nextcloud/api-extractor.json
A core/model/model-remote-url/model-remote-url-nextcloud/etc/cristal-model-remote-url-nextcloud.api.md
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/src/componentInit.ts
A core/model/model-remote-url/model-remote-url-xwiki/api-extractor.json
A core/model/model-remote-url/model-remote-url-xwiki/etc/cristal-model-remote-url-xwiki.api.md
M core/model/model-remote-url/model-remote-url-xwiki/package.json
M core/model/model-remote-url/model-remote-url-xwiki/src/componentInit.ts
A core/navigation-tree/navigation-tree-api/api-extractor.json
A core/navigation-tree/navigation-tree-api/etc/cristal-navigation-tree-api.api.md
M core/navigation-tree/navigation-tree-api/package.json
M core/navigation-tree/navigation-tree-api/src/index.ts
A core/navigation-tree/navigation-tree-default/api-extractor.json
A core/navigation-tree/navigation-tree-default/etc/cristal-navigation-tree-default.api.md
M core/navigation-tree/navigation-tree-default/package.json
M core/navigation-tree/navigation-tree-default/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-default/src/utils.ts
A core/navigation-tree/navigation-tree-filesystem/api-extractor.json
A core/navigation-tree/navigation-tree-filesystem/etc/cristal-navigation-tree-filesystem.api.md
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-filesystem/src/components/componentsInit.ts
A core/navigation-tree/navigation-tree-github/api-extractor.json
A core/navigation-tree/navigation-tree-github/etc/cristal-navigation-tree-github.api.md
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-github/src/components/componentsInit.ts
A core/navigation-tree/navigation-tree-nextcloud/api-extractor.json
A core/navigation-tree/navigation-tree-nextcloud/etc/cristal-navigation-tree-nextcloud.api.md
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-nextcloud/src/components/componentsInit.ts
A core/navigation-tree/navigation-tree-xwiki/api-extractor.json
A core/navigation-tree/navigation-tree-xwiki/etc/cristal-navigation-tree-xwiki.api.md
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/navigation-tree/navigation-tree-xwiki/src/components/componentsInit.ts
A core/page-actions/page-actions-api/api-extractor.json
A core/page-actions/page-actions-api/etc/cristal-page-actions-api.api.md
M core/page-actions/page-actions-api/package.json
M core/page-actions/page-actions-api/src/index.ts
A core/page-actions/page-actions-default/api-extractor.json
A core/page-actions/page-actions-default/etc/cristal-page-actions-default.api.md
M core/page-actions/page-actions-default/package.json
M core/page-actions/page-actions-default/src/DefaultPageActionCategoryService.ts
M core/page-actions/page-actions-default/src/DefaultPageActionService.ts
M core/page-actions/page-actions-default/src/index.ts
A core/page-actions/page-actions-ui/api-extractor.json
A core/page-actions/page-actions-ui/etc/cristal-page-actions-ui.api.md
M core/page-actions/page-actions-ui/package.json
M core/page-actions/page-actions-ui/src/PageManagement.ts
M core/page-actions/page-actions-ui/src/index.ts
A core/page/page-api/api-extractor.json
A core/page/page-api/etc/cristal-page-api.api.md
M core/page/page-api/package.json
M core/page/page-api/src/index.ts
A core/page/page-default/api-extractor.json
A core/page/page-default/etc/cristal-page-default.api.md
M core/page/page-default/package.json
M core/page/page-default/src/defaultPageReader.ts
M core/page/page-default/src/defaultPageWriter.ts
A core/rename/rename-api/api-extractor.json
A core/rename/rename-api/etc/cristal-rename-api.api.md
M core/rename/rename-api/package.json
M core/rename/rename-api/src/index.ts
A core/rename/rename-default/api-extractor.json
A core/rename/rename-default/etc/cristal-rename-default.api.md
M core/rename/rename-default/package.json
M core/rename/rename-default/src/components/componentsInit.ts
M core/rename/rename-default/src/index.ts
A core/rename/rename-filesystem/api-extractor.json
A core/rename/rename-filesystem/etc/cristal-rename-filesystem.api.md
M core/rename/rename-filesystem/package.json
M core/rename/rename-filesystem/src/components/componentsInit.ts
M core/rename/rename-filesystem/src/index.ts
A core/settings/settings-api/api-extractor.json
A core/settings/settings-api/etc/cristal-settings-api.api.md
M core/settings/settings-api/package.json
M core/settings/settings-api/src/settings.ts
M core/settings/settings-api/src/settingsManager.ts
M core/settings/settings-api/src/settingsParser.ts
M core/settings/settings-api/src/settingsStorage.ts
A core/settings/settings-browser/api-extractor.json
A core/settings/settings-browser/etc/cristal-settings-browser.api.md
M core/settings/settings-browser/package.json
M core/settings/settings-browser/src/defaultSettingsStorage.ts
M core/settings/settings-browser/src/index.ts
A core/settings/settings-configurations-ui/api-extractor.json
A core/settings/settings-configurations-ui/etc/cristal-settings-configurations-ui.api.md
M core/settings/settings-configurations-ui/package.json
M core/settings/settings-configurations-ui/src/index.ts
M core/settings/settings-configurations-ui/src/settingsConfigurationsUIExtension.ts
A core/settings/settings-configurations/api-extractor.json
A core/settings/settings-configurations/etc/cristal-settings-configurations.api.md
M core/settings/settings-configurations/package.json
M core/settings/settings-configurations/src/configurations.ts
M core/settings/settings-configurations/src/configurationsSettingsParser.ts
M core/settings/settings-configurations/src/index.ts
A core/settings/settings-default/api-extractor.json
A core/settings/settings-default/etc/cristal-settings-default.api.md
M core/settings/settings-default/package.json
M core/settings/settings-default/src/defaultSettings.ts
M core/settings/settings-default/src/defaultSettingsManager.ts
M core/settings/settings-default/src/defaultSettingsParser.ts
M core/settings/settings-default/src/index.ts
A core/tiptap-extensions/tiptap-extension-image/api-extractor.json
A core/tiptap-extensions/tiptap-extension-image/etc/cristal-tiptap-extension-image.api.md
M core/tiptap-extensions/tiptap-extension-image/package.json
M core/tiptap-extensions/tiptap-extension-image/src/CristalTiptapImage.ts
M core/tiptap-extensions/tiptap-extension-image/src/ImageInsert.ts
A core/tiptap-extensions/tiptap-extension-image/tsdoc.json
A core/tiptap-extensions/tiptap-link-suggest-ui/api-extractor.json
A core/tiptap-extensions/tiptap-link-suggest-ui/etc/cristal-tiptap-link-suggest-ui.api.md
M core/tiptap-extensions/tiptap-link-suggest-ui/package.json
M core/tiptap-extensions/tiptap-link-suggest-ui/src/index.ts
A core/tiptap-extensions/tiptap-link-suggest-ui/tsdoc.json
A core/uiextension/uiextension-api/api-extractor.json
A core/uiextension/uiextension-api/etc/cristal-uiextension-api.api.md
M core/uiextension/uiextension-api/package.json
M core/uiextension/uiextension-api/src/index.ts
A core/uiextension/uiextension-default/api-extractor.json
A core/uiextension/uiextension-default/etc/cristal-uiextension-default.api.md
M core/uiextension/uiextension-default/package.json
M core/uiextension/uiextension-default/src/index.ts
A core/uiextension/uiextension-ui/api-extractor.json
A core/uiextension/uiextension-ui/etc/cristal-uiextension-ui.api.md
M core/uiextension/uiextension-ui/package.json
M core/uiextension/uiextension-ui/src/index.ts
A core/uiextension/uiextension-ui/tsdoc.json
A core/uniast/uniast-api/api-extractor.json
A 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
M core/uniast/uniast-api/src/converterContext.ts
A core/uniast/uniast-html/api-extractor.json
A core/uniast/uniast-html/etc/cristal-uniast-html.api.md
M core/uniast/uniast-html/package.json
M core/uniast/uniast-html/src/html/uniast-to-html.ts
A core/uniast/uniast-markdown/api-extractor.json
A core/uniast/uniast-markdown/etc/cristal-uniast-markdown.api.md
M core/uniast/uniast-markdown/package.json
M core/uniast/uniast-markdown/src/markdown/md-to-uniast.ts
M core/uniast/uniast-markdown/src/markdown/uniast-to-md.ts
A core/uniast/uniast-utils/api-extractor.json
A core/uniast/uniast-utils/etc/cristal-uniast-utils.api.md
M core/uniast/uniast-utils/package.json
M core/uniast/uniast-utils/src/createConverterContext.ts
A core/user/user-ui/api-extractor.json
A core/user/user-ui/etc/cristal-user-ui.api.md
M core/user/user-ui/package.json
M core/user/user-ui/src/index.ts
A core/user/user-ui/tsdoc.json
A core/wiki-config/wiki-config-api/api-extractor.json
A core/wiki-config/wiki-config-api/etc/cristal-wiki-config-api.api.md
M core/wiki-config/wiki-config-api/package.json
M core/wiki-config/wiki-config-api/src/index.ts
A core/wiki-config/wiki-config-default/api-extractor.json
A core/wiki-config/wiki-config-default/etc/cristal-wiki-config-default.api.md
M core/wiki-config/wiki-config-default/package.json
M core/wiki-config/wiki-config-default/src/defaultWikiConfigProxy.ts
M core/wiki-config/wiki-config-default/src/index.ts
A core/xwiki/xwiki-utils/api-extractor.json
A core/xwiki/xwiki-utils/etc/cristal-xwiki-utils.api.md
M core/xwiki/xwiki-utils/package.json
M core/xwiki/xwiki-utils/src/index.ts
M dev/test-utils/src/index.ts
A ds/api/api-extractor.json
A ds/api/etc/cristal-dsapi.api.md
M ds/api/package.json
M ds/api/src/XAlert.ts
M ds/api/src/XAvatar.ts
M ds/api/src/XBreadcrumb.ts
M ds/api/src/XBtn.ts
M ds/api/src/XCard.ts
M ds/api/src/XCheckbox.ts
M ds/api/src/XDialog.ts
M ds/api/src/XDivider.ts
M ds/api/src/XFileInput.ts
M ds/api/src/XForm.ts
M ds/api/src/XImg.ts
M ds/api/src/XLoad.ts
M ds/api/src/XMenu.ts
M ds/api/src/XMenuItem.ts
M ds/api/src/XMenuLabel.ts
M ds/api/src/XNavigationTree.ts
M ds/api/src/XNavigationTreeSelect.ts
M ds/api/src/XSelect.ts
M ds/api/src/XTab.ts
M ds/api/src/XTabGroup.ts
M ds/api/src/XTabPanel.ts
M ds/api/src/XTextField.ts
M ds/api/src/index.ts
A ds/dsfr/api-extractor.json
A ds/dsfr/etc/cristal-dsfr.api.md
M ds/dsfr/package.json
M ds/dsfr/src/components/componentsInit.ts
A ds/shoelace/api-extractor.json
A ds/shoelace/etc/cristal-dsshoelace.api.md
M ds/shoelace/package.json
M ds/shoelace/src/components/componentsInit.ts
A ds/vuetify/api-extractor.json
A ds/vuetify/etc/cristal-dsvuetify.api.md
M ds/vuetify/package.json
M ds/vuetify/src/components/componentsInit.ts
A editors/blocknote-headless/api-extractor.json
A editors/blocknote-headless/etc/cristal-editors-blocknote-headless.api.md
M editors/blocknote-headless/package.json
M editors/blocknote-headless/src/components/currentUser.ts
M editors/blocknote-headless/src/index.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/utils.ts
M editors/blocknote-headless/src/vue/c-blocknote-view.vue
A editors/blocknote-react/api-extractor.json
A editors/blocknote-react/etc/cristal-editors-blocknote-react.api.md
M editors/blocknote-react/package.json
M editors/blocknote-react/src/blocknote/blocks/Headings.tsx
M editors/blocknote-react/src/blocknote/index.ts
M editors/blocknote-react/src/blocknote/utils.tsx
M editors/blocknote-react/src/components/BlockNoteViewWrapper.tsx
M editors/blocknote-react/src/index.tsx
M editors/blocknote-react/src/misc/linkSuggest.ts
A editors/blocknote-react/src/tsdoc-metadata.json
A editors/blocknote/api-extractor.json
A editors/blocknote/etc/cristal-editors-blocknote.api.md
M editors/blocknote/package.json
M editors/blocknote/src/components/componentsInit.ts
M editors/blocknote/src/components/uixBlocknoteEditorProvider.ts
A editors/tiptap/api-extractor.json
A editors/tiptap/etc/cristal-editors-tiptap.api.md
M editors/tiptap/package.json
M editors/tiptap/src/components/componentsInit.ts
M editors/tiptap/src/components/extensions/actionCategoryDescriptor.ts
M editors/tiptap/src/components/extensions/actionDescriptor.ts
M editors/tiptap/src/components/extensions/bubble-menu.ts
M editors/tiptap/src/components/extensions/bubble-menu/BubbleMenuAction.ts
M editors/tiptap/src/components/extensions/filter-helper.ts
M editors/tiptap/src/components/extensions/link-suggest.ts
M editors/tiptap/src/components/extensions/link-type.ts
M editors/tiptap/src/vue/compute-current-user.ts
M editors/tiptap/src/vue/list-navigation-helper.ts
A electron/authentication/authentication-github/authentication-github-main/api-extractor.json
A electron/authentication/authentication-github/authentication-github-main/etc/cristal-electron-authentication-github-main.api.md
M electron/authentication/authentication-github/authentication-github-main/package.json
M electron/authentication/authentication-github/authentication-github-main/src/index.ts
A electron/authentication/authentication-github/authentication-github-main/tsdoc.json
A electron/authentication/authentication-github/authentication-github-preload/api-extractor.json
A electron/authentication/authentication-github/authentication-github-preload/etc/cristal-electron-authentication-github-preload.api.md
M electron/authentication/authentication-github/authentication-github-preload/package.json
A electron/authentication/authentication-github/authentication-github-renderer/api-extractor.json
A electron/authentication/authentication-github/authentication-github-renderer/etc/cristal-electron-authentication-github-renderer.api.md
M electron/authentication/authentication-github/authentication-github-renderer/package.json
M electron/authentication/authentication-github/authentication-github-renderer/src/index.ts
A electron/authentication/authentication-nextcloud/authentication-nextcloud-main/api-extractor.json
A electron/authentication/authentication-nextcloud/authentication-nextcloud-main/etc/cristal-electron-authentication-nextcloud-main.api.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/src/index.ts
A electron/authentication/authentication-nextcloud/authentication-nextcloud-main/tsdoc.json
A electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/api-extractor.json
A electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/etc/cristal-electron-authentication-nextcloud-preload.api.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/package.json
A electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/api-extractor.json
A electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/etc/cristal-electron-authentication-nextcloud-renderer.api.md
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/src/index.ts
A electron/authentication/authentication-xwiki/authentication-xwiki-main/api-extractor.json
A electron/authentication/authentication-xwiki/authentication-xwiki-main/etc/cristal-electron-authentication-xwiki-main.api.md
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/src/index.ts
A electron/authentication/authentication-xwiki/authentication-xwiki-main/tsdoc.json
A electron/authentication/authentication-xwiki/authentication-xwiki-preload/api-extractor.json
A electron/authentication/authentication-xwiki/authentication-xwiki-preload/etc/cristal-electron-authentication-xwiki-preload.api.md
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
A electron/authentication/authentication-xwiki/authentication-xwiki-renderer/api-extractor.json
A electron/authentication/authentication-xwiki/authentication-xwiki-renderer/etc/cristal-electron-authentication-xwiki-renderer.api.md
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/src/index.ts
M electron/browser/package.json
M electron/browser/src/componentsInit.ts
M electron/browser/vite.main.config.ts
M electron/browser/vite.preload.config.ts
A electron/link-suggest/link-suggest-filesystem/api-extractor.json
A electron/link-suggest/link-suggest-filesystem/etc/cristal-link-suggest-filesystem.api.md
M electron/link-suggest/link-suggest-filesystem/package.json
M electron/link-suggest/link-suggest-filesystem/src/components/componentsInit.ts
M electron/link-suggest/link-suggest-filesystem/src/components/filesystemLinkSuggestService.ts
M electron/main/src/menu.ts
M electron/main/vite.config.mjs
M electron/renderer/tsconfig.json
A electron/settings/settings-main/api-extractor.json
A electron/settings/settings-main/etc/cristal-electron-settings-main.api.md
M electron/settings/settings-main/package.json
M electron/settings/settings-main/src/index.ts
M electron/settings/settings-main/src/storage.ts
A electron/settings/settings-main/tsdoc.json
A electron/settings/settings-preload/api-extractor.json
A electron/settings/settings-preload/etc/cristal-electron-settings-preload.api.md
M electron/settings/settings-preload/package.json
A electron/settings/settings-renderer/api-extractor.json
A electron/settings/settings-renderer/etc/cristal-electron-settings-renderer.api.md
M electron/settings/settings-renderer/package.json
M electron/settings/settings-renderer/src/defaultSettingsStorage.ts
M electron/settings/settings-renderer/src/index.ts
A electron/state/api-extractor.json
A electron/state/etc/cristal-electron-state.api.md
M electron/state/package.json
M electron/state/src/index.ts
M electron/storage/src/componentsInit.ts
M electron/storage/src/electron/main/index.ts
M electron/storage/src/electron/preload/apiTypes.ts
M electron/storage/vite.main.config.ts
M electron/storage/vite.preload.config.ts
A extension-manager/api-extractor.json
A extension-manager/etc/cristal-extension-manager.api.md
M extension-manager/package.json
M extension-manager/src/api/cristalComponent.ts
M extension-manager/src/api/extensionConfig.ts
M extension-manager/src/api/extensionManager.ts
M extension-manager/src/components/componentsInit.ts
M extension-manager/src/components/cristalLoader.ts
M extension-manager/src/components/defaultComponent.ts
M extension-manager/src/components/defaultExtensionConfig.ts
M extension-manager/src/components/defaultExtensionManager.ts
A extension-manager/tsdoc.json
A extensions/menubuttons/api-extractor.json
A extensions/menubuttons/etc/cristal-extension-menubuttons.api.md
M extensions/menubuttons/package.json
M extensions/menubuttons/src/api/menuEntry.ts
M extensions/menubuttons/src/components/componentsInit.ts
A extensions/menubuttons/tsdoc.json
A lib/api-extractor.json
A lib/etc/cristal-lib.api.md
M lib/package.json
M lib/src/components/DefaultCristalApp.ts
M lib/src/components/cristalAppLoader.ts
M lib/src/default/defaultComponentsList.ts
M nx.json
M package.json
M pnpm-lock.yaml
A sharedworker/api/api-extractor.json
A sharedworker/api/etc/cristal-sharedworker-api.api.md
M sharedworker/api/package.json
M sharedworker/api/src/api/myworker.ts
M sharedworker/api/src/api/queueWorker.ts
A sharedworker/api/tsdoc.json
A sharedworker/impl/api-extractor.json
A sharedworker/impl/etc/cristal-sharedworker-impl.api.md
M sharedworker/impl/package.json
M sharedworker/impl/src/components/componentsInit.ts
M sharedworker/impl/src/components/worker.ts
M sharedworker/impl/tsconfig.json
M sharedworker/impl/vite.config.ts
A skin/api-extractor.json
A skin/etc/cristal-skin.api.md
M skin/package.json
M skin/src/api/macroData.ts
M skin/src/api/macroProvider.ts
M skin/src/api/uixTemplateProvider.ts
M skin/src/api/vueTemplateProvider.ts
M skin/src/components/componentsInit.ts
M skin/src/components/defaultMacroData.ts
M skin/src/components/defaultSkinManager.ts
M skin/src/components/defaultUIXTemplateProvider.ts
M skin/src/components/defaultVueTemplateProvider.ts
M skin/src/composables/mouse.ts
M skin/src/composables/viewport.ts
M skin/src/index.ts
M skin/src/vue/contentTools.ts
M skin/src/vue/renderMarkdown.ts
A sources/xwiki/mock-server/api-extractor.json
M tsdoc.json
A utils/inversify/api-extractor.json
A utils/inversify/etc/cristal-utils-inversify.api.md
M utils/inversify/package.json
M utils/inversify/src/index.ts
M vite.config.ts
M web/e2e/pageObjects/Form.ts
M web/e2e/pageObjects/Sidebar.ts
M web/vite.config.ts
A xwiki/remoteinlineeditor/api-extractor.json
A xwiki/remoteinlineeditor/etc/cristal-xwiki-remoteinlineeditor.api.md
M xwiki/remoteinlineeditor/package.json
M xwiki/remoteinlineeditor/src/components/componentsInit.ts
Log Message:
-----------
CRISTAL-645: Add the ability to detect API changes (#1193)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/feature-XWIKI-23474
Home: https://github.com/xwiki/xwiki-platform
Commit: df3dcbda37f65bc37f50b033c3290e1f6b462785
https://github.com/xwiki/xwiki-platform/commit/df3dcbda37f65bc37f50b033c329…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-09-08 (Mon, 08 Sep 2025)
Changed paths:
A xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/NetworkChannel.java
A 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/internal/DefaultRemoteObservationManager.java
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/internal/jgroups/DefaultJGroupsReceiver.java
M xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/internal/jgroups/JGroupsNetworkAdapter.java
A xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/internal/jgroups/JGroupsNetworkChannel.java
A xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-remote/src/main/java/org/xwiki/observation/remote/internal/jgroups/JGroupsNetworkChannels.java
A 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-remote/src/main/resources/META-INF/components.txt
A xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-script/pom.xml
A xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-script/src/main/java/org/xwiki/observation/remote/script/ObservationScriptService.java
A xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-script/src/main/java/org/xwiki/observation/remote/script/RemoteObservationScriptService.java
A xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-script/src/main/resources/META-INF/components.txt
A xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-ui/pom.xml
A xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-ui/src/main/resources/XWiki/Observation/ObservationAdmin.xml
A xwiki-platform-core/xwiki-platform-observation/xwiki-platform-observation-ui/src/main/resources/XWiki/Observation/Translations.xml
M xwiki-platform-distribution/xwiki-platform-distribution-flavor/xwiki-platform-distribution-flavor-mainwiki/pom.xml
M xwiki-platform-tools/xwiki-platform-tool-configuration-resources/src/main/resources/xwiki.properties.vm
Log Message:
-----------
XWIKI-23474: Expose more of the JGroups features
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: 15f654f41caa26c4dacbe8b17e029a4970469bde
https://github.com/xwiki/xwiki-platform/commit/15f654f41caa26c4dacbe8b17e02…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-08 (Mon, 08 Sep 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/CommentsIT.java
Log Message:
-----------
XWIKI-23506: Comments are ordered by date of type String instead of type date
(cherry picked from commit 188ee7a2ae2dcdcae53948a0429f9e499a98810e)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/CRISTAL-645
Home: https://github.com/xwiki-contrib/cristal
Commit: dac4823dfc15523bee86f77ecfd35b322450cab7
https://github.com/xwiki-contrib/cristal/commit/dac4823dfc15523bee86f77ecfd…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-05 (Fri, 05 Sep 2025)
Changed paths:
M Jenkinsfile
Log Message:
-----------
--wip-- [skip ci]
Commit: 3b5836f5346c81af132c183a52e6ddba2e45aa10
https://github.com/xwiki-contrib/cristal/commit/3b5836f5346c81af132c183a52e…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-05 (Fri, 05 Sep 2025)
Changed paths:
M electron/renderer/vite.config.mjs
M pnpm-lock.yaml
M sharedworker/api/package.json
M sharedworker/api/src/api/myworker.ts
M sharedworker/api/src/api/queueWorker.ts
M sharedworker/impl/package.json
M sharedworker/impl/src/components/defaultQueueWorker.ts
M sharedworker/impl/src/components/worker.ts
M sharedworker/impl/tsconfig.json
M sharedworker/impl/vite.config.ts
M web/vite.config.ts
Log Message:
-----------
--wip-- [skip ci]
Commit: 84c532fa3644b452ebd196b772e74516b739c466
https://github.com/xwiki-contrib/cristal/commit/84c532fa3644b452ebd196b772e…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-08 (Mon, 08 Sep 2025)
Changed paths:
M pnpm-lock.yaml
M sharedworker/api/src/api/queueWorker.ts
M sharedworker/impl/package.json
M sharedworker/impl/src/components/defaultQueueWorker.ts
M sharedworker/impl/src/components/worker.ts
R sharedworker/impl/src/components/workerQueueWorker.ts
M sharedworker/impl/vite.config.ts
Log Message:
-----------
--wip-- [skip ci]
Commit: d4ff75512f3d05d595c72b155f811298bab8e747
https://github.com/xwiki-contrib/cristal/commit/d4ff75512f3d05d595c72b155f8…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-08 (Mon, 08 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 sharedworker/api/etc/cristal-sharedworker-api.api.md
Log Message:
-----------
--wip-- [skip ci]
Commit: 45408ecc4ca07f14a8329c182c418d1d14f2f1ec
https://github.com/xwiki-contrib/cristal/commit/45408ecc4ca07f14a8329c182c4…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-08 (Mon, 08 Sep 2025)
Changed paths:
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/tiptap-extensions/tiptap-extension-image/package.json
M core/tiptap-extensions/tiptap-link-suggest-ui/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/uniast/uniast-utils/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 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
A editors/blocknote-react/src/tsdoc-metadata.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/renderer/tsconfig.json
M electron/renderer/vite.config.mjs
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 pnpm-lock.yaml
M sharedworker/api/etc/cristal-sharedworker-api.api.md
M sharedworker/api/src/api/myworker.ts
M sharedworker/api/src/api/queueWorker.ts
M sharedworker/impl/package.json
M sharedworker/impl/src/components/defaultQueueWorker.ts
M sharedworker/impl/src/components/worker.ts
A sharedworker/impl/src/components/workerQueueWorker.ts
M skin/package.json
M utils/inversify/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
--wip-- [skip ci]
Commit: 5a05c3840922301129e16fe9961b1ffc5b15dc17
https://github.com/xwiki-contrib/cristal/commit/5a05c3840922301129e16fe9961…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-09-08 (Mon, 08 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-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/tiptap-extensions/tiptap-extension-image/package.json
M core/tiptap-extensions/tiptap-link-suggest-ui/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/uniast/uniast-utils/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 ds/dsfr/package.json
M ds/vuetify/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-preload/package.json
M electron/authentication/authentication-github/authentication-github-renderer/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-preload/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/link-suggest/link-suggest-filesystem/package.json
M electron/settings/settings-preload/package.json
M electron/settings/settings-renderer/package.json
M electron/state/package.json
M extension-manager/package.json
M extensions/menubuttons/package.json
M sharedworker/impl/package.json
M sharedworker/impl/src/components/worker.ts
M utils/inversify/package.json
M web/vite.config.ts
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
--wip-- [skip ci]
Compare: https://github.com/xwiki-contrib/cristal/compare/64474aacb2f5...5a05c3840922
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications