notifications
Threads by month
- ----- 2026 -----
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2025 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- 58957 discussions
[xwiki-contrib/cristal] 495aa0: CRISTAL-658: Split cristal between the xwiki-contr...
by XWiki Notifications 01 Dec '25
by XWiki Notifications 01 Dec '25
01 Dec '25
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: 495aa0217a87766e0cd656e6dba1ba294c03647d
https://github.com/xwiki-contrib/cristal/commit/495aa0217a87766e0cd656e6dba…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-12-01 (Mon, 01 Dec 2025)
Changed paths:
M .npmrc
M README.md
R api/api-extractor.json
R api/etc/cristal-api.api.md
R api/package.json
R api/src/api/PageData.ts
R api/src/api/WikiConfig.ts
R api/src/api/attachmentsData.ts
R api/src/api/cristalApp.ts
R api/src/api/designSystemLoader.ts
R api/src/api/document.ts
R api/src/api/logger.ts
R api/src/api/loggerConfig.ts
R api/src/api/pageAttachment.ts
R api/src/api/skinManager.ts
R api/src/api/storage.ts
R api/src/api/wrappingStorage.ts
R api/src/components/DefaultPageData.ts
R api/src/components/JSONLDDocument.ts
R api/src/components/__tests__/DefaultPageData.test.ts
R api/src/components/__tests__/defaultLogger.test.ts
R api/src/components/componentsInit.ts
R api/src/components/defaultLogger.ts
R api/src/components/defaultLoggerConfig.ts
R api/src/components/defaultWikiConfig.ts
R api/src/index.ts
R api/tsconfig.json
R api/tsdoc.json
R api/vite.config.ts
R api/vitest.config.ts
M 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
M core/alerts/alerts-api/tsconfig.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-default/src/defaultAlertsServiceProvider.ts
M core/alerts/alerts-ui/package.json
M core/alerts/alerts-ui/src/vue/AlertsToasts.vue
M core/alerts/alerts-ui/tsconfig.json
R core/attachments/attachments-api/api-extractor.json
R core/attachments/attachments-api/etc/cristal-attachments-api.api.md
R core/attachments/attachments-api/package.json
R core/attachments/attachments-api/src/attachment.ts
R core/attachments/attachments-api/src/attachmentsPreview.ts
R core/attachments/attachments-api/src/attachmentsService.ts
R core/attachments/attachments-api/src/index.ts
R core/attachments/attachments-api/tsconfig.json
R core/attachments/attachments-api/tsdoc.json
R core/attachments/attachments-default/api-extractor.json
R core/attachments/attachments-default/etc/cristal-attachments-default.api.md
R core/attachments/attachments-default/package.json
R core/attachments/attachments-default/src/__tests__/defaultAttachmentsService.test.ts
R core/attachments/attachments-default/src/defaultAttachmentPreview.ts
R core/attachments/attachments-default/src/defaultAttachmentsService.ts
R core/attachments/attachments-default/src/index.ts
R core/attachments/attachments-default/tsconfig.json
R core/attachments/attachments-default/tsdoc.json
R core/attachments/attachments-default/vite.config.ts
R core/attachments/attachments-default/vitest.config.ts
M core/attachments/attachments-ui/package.json
M core/attachments/attachments-ui/src/AttachmentsInfoAction.ts
M core/attachments/attachments-ui/src/vue/AttachmentPreview.vue
M core/attachments/attachments-ui/src/vue/AttachmentUploadForm.vue
M core/attachments/attachments-ui/src/vue/AttachmentsTab.vue
M core/attachments/attachments-ui/src/vue/AttachmentsTable.vue
M core/attachments/attachments-ui/src/vue/__tests__/AttachmentsTable.test.ts
M core/attachments/attachments-ui/tsconfig.json
R core/authentication/authentication-api/api-extractor.json
R core/authentication/authentication-api/etc/cristal-authentication-api.api.md
R core/authentication/authentication-api/package.json
R core/authentication/authentication-api/src/authenticationManager.ts
R core/authentication/authentication-api/src/authenticationManagerProvider.ts
R core/authentication/authentication-api/src/index.ts
R core/authentication/authentication-api/src/userDetails.ts
R core/authentication/authentication-api/tsconfig.json
R core/authentication/authentication-api/tsdoc.json
M core/authentication/authentication-default/package.json
M core/authentication/authentication-default/src/defaultAuthenticationManagerProvider.ts
M core/authentication/authentication-default/src/index.ts
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-github-ui/src/GitHubLoginMenuUIExtension.ts
M core/authentication/authentication-github-ui/src/vue/GitHubLoginMenu.vue
M core/authentication/authentication-github-ui/tsconfig.json
M core/authentication/authentication-github/package.json
M core/authentication/authentication-github/src/GitHubAuthenticationManager.ts
M core/authentication/authentication-github/src/index.ts
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-nextcloud-ui/src/NextcloudLoginMenuUIExtension.ts
M core/authentication/authentication-nextcloud-ui/src/vue/NextcloudLoginMenu.vue
M core/authentication/authentication-nextcloud-ui/tsconfig.json
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
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/vue/LoggedInMenu.vue
M core/authentication/authentication-ui/src/vue/LoginMenu.vue
M core/authentication/authentication-ui/src/vue/UserDetails.vue
M core/authentication/authentication-ui/src/vue/utils/getUserProfile.ts
M core/authentication/authentication-ui/tsconfig.json
M core/authentication/authentication-xwiki/package.json
M core/authentication/authentication-xwiki/src/XWikiAuthenticationManager.ts
M core/authentication/authentication-xwiki/src/index.ts
R core/backends/backend-api/api-extractor.json
R core/backends/backend-api/etc/cristal-backend-api.api.md
R core/backends/backend-api/package.json
R core/backends/backend-api/src/abstractStorage.ts
R core/backends/backend-api/src/componentInit.ts
R core/backends/backend-api/src/defaultStorageProvider.ts
R core/backends/backend-api/src/index.ts
R core/backends/backend-api/src/offlineStorage.ts
R core/backends/backend-api/src/storageProvider.ts
R core/backends/backend-api/tsconfig.json
R core/backends/backend-api/tsdoc.json
R core/backends/backend-api/vite.config.ts
R core/backends/backend-api/vitest.config.ts
M core/backends/backend-dexie/package.json
M core/backends/backend-dexie/src/dexieOfflineStorage.ts
M core/backends/backend-dexie/src/index.ts
M core/backends/backend-dexie/src/wrappingOfflineStorage.ts
M core/backends/backend-github/package.json
M core/backends/backend-github/src/GitHubWikiConfig.ts
M core/backends/backend-github/src/githubStorage.ts
M core/backends/backend-github/src/index.ts
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
M core/backends/backend-xwiki/package.json
M core/backends/backend-xwiki/src/XWikiWikiConfig.ts
M core/backends/backend-xwiki/src/__tests__/xwikiStorage.test.ts
M core/backends/backend-xwiki/src/index.ts
M core/backends/backend-xwiki/src/xwikiStorage.ts
M 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
M core/browser/browser-default/package.json
M core/browser/browser-default/src/components/browser-api-default.ts
R core/collaboration/collaboration-api/api-extractor.json
R core/collaboration/collaboration-api/etc/cristal-collaboration-api.api.md
R core/collaboration/collaboration-api/package.json
R core/collaboration/collaboration-api/src/collaborationInitializer.ts
R core/collaboration/collaboration-api/src/collaborationManager.ts
R core/collaboration/collaboration-api/src/collaborationManagerName.ts
R core/collaboration/collaboration-api/src/collaborationManagerProvider.ts
R core/collaboration/collaboration-api/src/collaborationManagerProviderName.ts
R core/collaboration/collaboration-api/src/componentInit.ts
R core/collaboration/collaboration-api/src/defaultCollaborationManagerProvider.ts
R core/collaboration/collaboration-api/src/index.ts
R core/collaboration/collaboration-api/src/status.ts
R core/collaboration/collaboration-api/src/user.ts
R core/collaboration/collaboration-api/tsconfig.json
R core/collaboration/collaboration-api/tsdoc.json
R core/collaboration/collaboration-api/vite.config.ts
R core/collaboration/collaboration-api/vitest.config.ts
M core/collaboration/collaboration-hocuspocus/package.json
M core/collaboration/collaboration-hocuspocus/src/componentInit.ts
M core/collaboration/collaboration-hocuspocus/src/hocuspocusCollaborationProvider.ts
M core/collaboration/collaboration-xwiki/package.json
M core/collaboration/collaboration-xwiki/src/XWikiCollaborationProvider.ts
M core/collaboration/collaboration-xwiki/src/componentInit.ts
R core/configuration/configuration-api/api-extractor.json
R core/configuration/configuration-api/etc/cristal-configuration-api.api.md
R core/configuration/configuration-api/package.json
R core/configuration/configuration-api/src/index.ts
R core/configuration/configuration-api/tsconfig.json
R core/configuration/configuration-api/tsdoc.json
M 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
M core/date/date-ui/package.json
M core/date/date-ui/src/vue/CDate.vue
R core/document/document-api/api-extractor.json
R core/document/document-api/etc/cristal-document-api.api.md
R core/document/document-api/package.json
R core/document/document-api/src/index.ts
R core/document/document-api/tsconfig.json
R core/document/document-api/tsdoc.json
R core/document/document-api/vite.config.ts
R core/document/document-api/vitest.config.ts
M core/document/document-default/package.json
M core/document/document-default/src/__tests__/defaultDocumentService.test.ts
M core/document/document-default/src/defaultDocumentService.ts
M core/document/document-default/src/index.ts
M core/extra-tabs/extra-tabs-ui/package.json
M core/extra-tabs/extra-tabs-ui/src/vue/ExtraTabs.vue
M core/extra-tabs/extra-tabs-ui/tsconfig.json
M 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/vue/FilePreview.vue
M core/file-preview/file-preview-ui/src/vue/preview/ImageFilePreview.vue
M core/file-preview/file-preview-ui/src/vue/preview/VideoFilePreview.vue
R core/fn-utils/api-extractor.json
R core/fn-utils/etc/cristal-fn-utils.api.md
R core/fn-utils/package.json
R core/fn-utils/src/__tests__/html.test.ts
R core/fn-utils/src/index.ts
R core/fn-utils/tsconfig.json
R core/fn-utils/tsdoc.json
R core/fn-utils/vite.config.ts
R core/fn-utils/vitest.config.ts
M 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
M 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
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-filesystem/src/components/componentsInit.ts
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-github/src/components/componentsInit.ts
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-nextcloud/src/components/componentsInit.ts
M core/hierarchy/hierarchy-xwiki/package.json
M core/hierarchy/hierarchy-xwiki/src/components/componentsInit.ts
M 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
M core/history/history-default/package.json
M core/history/history-default/src/components/componentsInit.ts
M core/history/history-github/package.json
M core/history/history-github/src/components/componentsInit.ts
M core/history/history-ui/package.json
M core/history/history-ui/src/vue/HistoryTab.vue
M core/history/history-xwiki/package.json
M core/history/history-xwiki/src/components/componentsInit.ts
R core/icons/api-extractor.json
R core/icons/etc/cristal-icons.api.md
R core/icons/package.json
R core/icons/src/index.ts
R core/icons/src/size.ts
R core/icons/src/vue/__tests__/c-icon.test.ts
R core/icons/src/vue/c-icon.vue
R core/icons/tsconfig.json
R core/icons/tsdoc.json
R core/icons/vite.config.ts
R core/icons/vitest.config.ts
M core/info-actions/info-actions-ui/package.json
M core/info-actions/info-actions-ui/src/vue/InfoAction.vue
M core/info-actions/info-actions-ui/src/vue/InfoActions.vue
R core/link-suggest/link-suggest-api/api-extractor.json
R core/link-suggest/link-suggest-api/etc/cristal-link-suggest-api.api.md
R core/link-suggest/link-suggest-api/package.json
R core/link-suggest/link-suggest-api/src/DefaultLinkSuggestServiceProvider.ts
R core/link-suggest/link-suggest-api/src/LinkSuggestServiceProvider.ts
R core/link-suggest/link-suggest-api/src/componentInit.ts
R core/link-suggest/link-suggest-api/src/index.ts
R core/link-suggest/link-suggest-api/src/link.ts
R core/link-suggest/link-suggest-api/src/linkSuggestService.ts
R core/link-suggest/link-suggest-api/src/linkType.ts
R core/link-suggest/link-suggest-api/tsconfig.json
R core/link-suggest/link-suggest-api/tsdoc.json
R core/link-suggest/link-suggest-api/vite.config.ts
R core/link-suggest/link-suggest-api/vitest.config.ts
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
M core/link-suggest/link-suggest-xwiki/package.json
M core/link-suggest/link-suggest-xwiki/src/components/componentsInit.ts
R core/macros/macros-api/api-extractor.json
R core/macros/macros-api/etc/cristal-macros-api.api.md
R core/macros/macros-api/package.json
R core/macros/macros-api/src/ast.ts
R core/macros/macros-api/src/index.ts
R core/macros/macros-api/tsconfig.json
R core/macros/macros-api/tsdoc.json
R core/macros/macros-api/vite.config.ts
R core/macros/macros-api/vitest.config.ts
M core/macros/macros-ast-html-converter/etc/cristal-macros-ast-html-converter.api.md
M core/macros/macros-ast-html-converter/package.json
M core/macros/macros-ast-html-converter/src/html/__tests__/macros-ast-to-html.test.ts
M core/macros/macros-ast-html-converter/src/html/default-macros-ast-to-html-converter.ts
M core/macros/macros-ast-html-converter/src/html/macros-ast-to-html-converter.ts
R core/macros/macros-ast-react-jsx/api-extractor.json
R core/macros/macros-ast-react-jsx/etc/cristal-macros-ast-react-jsx.api.md
R core/macros/macros-ast-react-jsx/package.json
R core/macros/macros-ast-react-jsx/src/converter.tsx
R core/macros/macros-ast-react-jsx/src/index.ts
R core/macros/macros-ast-react-jsx/tsconfig.json
R core/macros/macros-ast-react-jsx/tsdoc.json
R core/macros/macros-ast-react-jsx/vite.config.ts
R core/macros/macros-ast-react-jsx/vitest.config.ts
R core/macros/macros-service/api-extractor.json
R core/macros/macros-service/etc/cristal-macros-service.api.md
R core/macros/macros-service/package.json
R core/macros/macros-service/src/componentsInit.ts
R core/macros/macros-service/src/index.ts
R core/macros/macros-service/src/service/default-macros-service.ts
R core/macros/macros-service/src/service/macros-service.ts
R core/macros/macros-service/tsconfig.json
R core/macros/macros-service/tsdoc.json
R core/macros/macros-service/vite.config.ts
R core/macros/macros-service/vitest.config.ts
M core/messages/messages-macros/package.json
M core/messages/messages-macros/src/componentInit.ts
M core/messages/messages-macros/src/macros/errorMacro.ts
M core/messages/messages-macros/src/macros/infoMacro.ts
M core/messages/messages-macros/src/macros/successMacro.ts
M core/messages/messages-macros/src/macros/warningMacro.ts
R core/model/model-api/api-extractor.json
R core/model/model-api/etc/cristal-model-api.api.md
R core/model/model-api/package.json
R core/model/model-api/src/index.ts
R core/model/model-api/tsconfig.json
R core/model/model-api/tsdoc.json
R core/model/model-api/vite.config.ts
R core/model/model-api/vitest.config.ts
M core/model/model-click-listener/package.json
M core/model/model-click-listener/src/DefaultClickListener.ts
M core/model/model-local-url/package.json
M core/model/model-local-url/src/defaultLocalURLParser.ts
M core/model/model-local-url/src/localURLParser.ts
M core/model/model-local-url/src/localURLSerializer.ts
R core/model/model-reference/model-reference-api/api-extractor.json
R core/model/model-reference/model-reference-api/etc/cristal-model-reference-api.api.md
R core/model/model-reference/model-reference-api/package.json
R core/model/model-reference/model-reference-api/src/componentInit.ts
R core/model/model-reference/model-reference-api/src/defaultModelReferenceHandler.ts
R core/model/model-reference/model-reference-api/src/defaultModelReferenceHandlerProvider.ts
R core/model/model-reference/model-reference-api/src/defaultModelReferenceParserProvider.ts
R core/model/model-reference/model-reference-api/src/defaultModelReferenceSerializerProvider.ts
R core/model/model-reference/model-reference-api/src/index.ts
R core/model/model-reference/model-reference-api/src/modelReferenceHandler.ts
R core/model/model-reference/model-reference-api/src/modelReferenceHandlerProvider.ts
R core/model/model-reference/model-reference-api/src/modelReferenceParser.ts
R core/model/model-reference/model-reference-api/src/modelReferenceParserOptions.ts
R core/model/model-reference/model-reference-api/src/modelReferenceParserProvider.ts
R core/model/model-reference/model-reference-api/src/modelReferenceSerializer.ts
R core/model/model-reference/model-reference-api/src/modelReferenceSerializerProvider.ts
R core/model/model-reference/model-reference-api/tsconfig.json
R core/model/model-reference/model-reference-api/tsdoc.json
R core/model/model-reference/model-reference-api/vite.config.ts
R core/model/model-reference/model-reference-api/vitest.config.ts
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-filesystem/src/__tests__/fileSystemModelReferenceParser.test.ts
M core/model/model-reference/model-reference-filesystem/src/__tests__/fileSystemModelReferenceSerializer.test.ts
M core/model/model-reference/model-reference-filesystem/src/componentInit.ts
M core/model/model-reference/model-reference-filesystem/src/filesystemModelReferenceParser.ts
M core/model/model-reference/model-reference-filesystem/src/filesystemModelReferenceSerializer.ts
M core/model/model-reference/model-reference-github/package.json
M core/model/model-reference/model-reference-github/src/__tests__/gitHubModelReferenceParser.test.ts
M core/model/model-reference/model-reference-github/src/__tests__/gitHubModelReferenceSerializer.test.ts
M core/model/model-reference/model-reference-github/src/componentInit.ts
M core/model/model-reference/model-reference-github/src/gitHubModelReferenceParser.ts
M core/model/model-reference/model-reference-github/src/gitHubModelReferenceSerializer.ts
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-nextcloud/src/__tests__/nextcloudModelReferenceParser.test.ts
M core/model/model-reference/model-reference-nextcloud/src/__tests__/nextcloudModelReferenceSerializer.test.ts
M core/model/model-reference/model-reference-nextcloud/src/componentInit.ts
M core/model/model-reference/model-reference-nextcloud/src/nextcloudModelReferenceParser.ts
M core/model/model-reference/model-reference-nextcloud/src/nextcloudModelReferenceSerializer.ts
M core/model/model-reference/model-reference-xwiki/package.json
M core/model/model-reference/model-reference-xwiki/src/__tests__/xWikiModelReferenceParser.test.ts
M core/model/model-reference/model-reference-xwiki/src/__tests__/xWikiModelReferenceSerializer.test.ts
M core/model/model-reference/model-reference-xwiki/src/componentInit.ts
M core/model/model-reference/model-reference-xwiki/src/xWikiModelReferenceHandler.ts
M core/model/model-reference/model-reference-xwiki/src/xWikiModelReferenceParser.ts
M core/model/model-reference/model-reference-xwiki/src/xWikiModelReferenceSerializer.ts
R core/model/model-remote-url/model-remote-url-api/api-extractor.json
R core/model/model-remote-url/model-remote-url-api/etc/cristal-model-remote-url-api.api.md
R core/model/model-remote-url/model-remote-url-api/package.json
R core/model/model-remote-url/model-remote-url-api/src/componentInit.ts
R core/model/model-remote-url/model-remote-url-api/src/defaultRemoteURLParserProvider.ts
R core/model/model-remote-url/model-remote-url-api/src/defaultRemoteURLSerializerProvider.ts
R core/model/model-remote-url/model-remote-url-api/src/index.ts
R core/model/model-remote-url/model-remote-url-api/src/remoteURLParser.ts
R core/model/model-remote-url/model-remote-url-api/src/remoteURLParserProvider.ts
R core/model/model-remote-url/model-remote-url-api/src/remoteURLSerializer.ts
R core/model/model-remote-url/model-remote-url-api/src/remoteURLSerializerProvider.ts
R core/model/model-remote-url/model-remote-url-api/tsconfig.json
R core/model/model-remote-url/model-remote-url-api/tsdoc.json
R core/model/model-remote-url/model-remote-url-api/vite.config.ts
R core/model/model-remote-url/model-remote-url-api/vitest.config.ts
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/__tests__/fileSystemRemoteURLSerializer.test.ts
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/src/__tests__/filesystemRemoteURLParser.test.ts
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/src/componentInit.ts
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/src/filesystemRemoteURLParser.ts
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/src/filesystemRemoteURLSerializer.ts
M core/model/model-remote-url/model-remote-url-github/package.json
M core/model/model-remote-url/model-remote-url-github/src/__tests__/githubRemoteUrlParser.test.ts
M core/model/model-remote-url/model-remote-url-github/src/__tests__/githubRemoteUrlSerializer.test.ts
M core/model/model-remote-url/model-remote-url-github/src/componentInit.ts
M core/model/model-remote-url/model-remote-url-github/src/gitHubRemoteURLParser.ts
M core/model/model-remote-url/model-remote-url-github/src/gitHubRemoteURLSerializer.ts
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/src/__tests__/nextcloudRemoteUrlParser.test.ts
M core/model/model-remote-url/model-remote-url-nextcloud/src/__tests__/nextcloudRemoteUrlSerializer.test.ts
M core/model/model-remote-url/model-remote-url-nextcloud/src/componentInit.ts
M core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLParser.ts
M core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLSerializer.ts
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
M core/model/model-remote-url/model-remote-url-xwiki/src/xWikiRemoteURLParser.ts
M core/model/model-remote-url/model-remote-url-xwiki/src/xWikiRemoteURLSerializer.ts
R core/navigation-tree/navigation-tree-api/api-extractor.json
R core/navigation-tree/navigation-tree-api/etc/cristal-navigation-tree-api.api.md
R core/navigation-tree/navigation-tree-api/package.json
R core/navigation-tree/navigation-tree-api/src/index.ts
R core/navigation-tree/navigation-tree-api/tsconfig.json
R core/navigation-tree/navigation-tree-api/tsdoc.json
R core/navigation-tree/navigation-tree-api/vite.config.ts
R core/navigation-tree/navigation-tree-api/vitest.config.ts
M 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
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-filesystem/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-github/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-nextcloud/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/navigation-tree/navigation-tree-xwiki/src/components/componentsInit.ts
M 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/vue/DeletePage.vue
M core/page-actions/page-actions-ui/src/vue/MovePage.vue
M core/page-actions/page-actions-ui/src/vue/PageActions.vue
M core/page-actions/page-actions-ui/src/vue/PageActionsCategory.vue
M core/page-actions/page-actions-ui/src/vue/RenamePage.vue
M core/page-actions/page-actions-ui/tsconfig.json
M 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
M core/rename/rename-default/package.json
M core/rename/rename-default/src/components/componentsInit.ts
M core/rename/rename-filesystem/package.json
M core/rename/rename-filesystem/src/components/componentsInit.ts
M core/settings/settings-api/package.json
M core/settings/settings-api/tsconfig.json
M core/settings/settings-browser/package.json
M core/settings/settings-browser/tsconfig.json
M core/settings/settings-configurations-ui/package.json
M core/settings/settings-configurations-ui/src/vue/ConfigurationEdit.vue
M core/settings/settings-configurations-ui/src/vue/ConfigurationsTable.vue
M core/settings/settings-configurations-ui/src/vue/SettingsConfigurations.vue
M core/settings/settings-configurations-ui/tsconfig.json
M 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/tsconfig.json
M core/settings/settings-default/package.json
M core/settings/settings-default/src/__tests__/defaultSettingsManager.test.ts
M core/settings/settings-default/src/defaultSettingsParser.ts
M core/settings/settings-default/tsconfig.json
M core/uiextension/uiextension-ui/package.json
M core/uiextension/uiextension-ui/src/vue/UIExtensions.vue
R core/uniast/uniast-api/api-extractor.json
R core/uniast/uniast-api/etc/cristal-uniast-api.api.md
R core/uniast/uniast-api/package.json
R core/uniast/uniast-api/src/ast.ts
R core/uniast/uniast-api/src/index.ts
R core/uniast/uniast-api/tsconfig.json
R core/uniast/uniast-api/tsdoc.json
M core/uniast/uniast-html/etc/cristal-uniast-html.api.md
M core/uniast/uniast-html/package.json
M core/uniast/uniast-html/src/html/__tests__/uniast-to-html.test.ts
M core/uniast/uniast-html/src/html/default-uni-ast-to-html-converter.ts
M core/uniast/uniast-html/src/html/uni-ast-to-html-converter.ts
R core/uniast/uniast-markdown/api-extractor.json
R core/uniast/uniast-markdown/etc/cristal-uniast-markdown.api.md
R core/uniast/uniast-markdown/package.json
R core/uniast/uniast-markdown/src/__tests__/converters.test.ts
R core/uniast/uniast-markdown/src/component-init.ts
R core/uniast/uniast-markdown/src/index.ts
R core/uniast/uniast-markdown/src/markdown/default-markdown-to-uni-ast-converter.ts
R core/uniast/uniast-markdown/src/markdown/default-uni-ast-to-markdown-converter.ts
R core/uniast/uniast-markdown/src/markdown/internal-links/parser/markdown-parser-configuration.ts
R core/uniast/uniast-markdown/src/markdown/internal-links/parser/parser-configuration-resolver.ts
R core/uniast/uniast-markdown/src/markdown/internal-links/serializer/filesystem-internal-link-serializer.ts
R core/uniast/uniast-markdown/src/markdown/internal-links/serializer/github-internal-link-serializer.ts
R core/uniast/uniast-markdown/src/markdown/internal-links/serializer/internal-links-serializer-resolver.ts
R core/uniast/uniast-markdown/src/markdown/internal-links/serializer/internal-links-serializer.ts
R core/uniast/uniast-markdown/src/markdown/internal-links/serializer/nextcloud-internal-link-serializer.ts
R core/uniast/uniast-markdown/src/markdown/internal-links/serializer/xwiki-internal-link-serializer.ts
R core/uniast/uniast-markdown/src/markdown/internal/find-first-match-in.ts
R core/uniast/uniast-markdown/src/markdown/internal/remark-partial-gfm.ts
R core/uniast/uniast-markdown/src/markdown/macros.ts
R core/uniast/uniast-markdown/src/markdown/markdown-to-uni-ast-converter.ts
R core/uniast/uniast-markdown/src/markdown/uni-ast-to-markdown-converter.ts
R core/uniast/uniast-markdown/tsconfig.json
R core/uniast/uniast-markdown/tsdoc.json
R core/uniast/uniast-markdown/vite.config.ts
R core/uniast/uniast-markdown/vitest.config.ts
M core/user/user-ui/etc/cristal-user-ui.api.md
M core/user/user-ui/package.json
M core/user/user-ui/src/vue/CUser.vue
M 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
M core/wiki-config/wiki-config-default/package.json
M core/wiki-config/wiki-config-default/src/defaultWikiConfigProxy.ts
M core/xwiki/xwiki-macros/package.json
M core/xwiki/xwiki-macros/src/componentInit.ts
M core/xwiki/xwiki-macros/src/macros/blockMacro.ts
M core/xwiki/xwiki-macros/src/macros/inlineMacro.ts
M core/xwiki/xwiki-ui/package.json
M core/xwiki/xwiki-ui/src/AuthServiceBannerUIExtension.ts
M core/xwiki/xwiki-ui/src/vue/AuthServiceBanner.vue
M core/xwiki/xwiki-ui/tsconfig.json
M core/xwiki/xwiki-utils/etc/cristal-xwiki-utils.api.md
M core/xwiki/xwiki-utils/package.json
M core/xwiki/xwiki-utils/src/__tests__/utils.test.ts
M core/xwiki/xwiki-utils/src/index.ts
R ds/api/api-extractor.json
R ds/api/etc/cristal-dsapi.api.md
R ds/api/package.json
R ds/api/src/XAlert.ts
R ds/api/src/XAvatar.ts
R ds/api/src/XBreadcrumb.ts
R ds/api/src/XBtn.ts
R ds/api/src/XCard.ts
R ds/api/src/XCheckbox.ts
R ds/api/src/XDialog.ts
R ds/api/src/XDivider.ts
R ds/api/src/XFileInput.ts
R ds/api/src/XForm.ts
R ds/api/src/XImg.ts
R ds/api/src/XLoad.ts
R ds/api/src/XMenu.ts
R ds/api/src/XMenuItem.ts
R ds/api/src/XMenuLabel.ts
R ds/api/src/XNavigationTree.ts
R ds/api/src/XNavigationTreeSelect.ts
R ds/api/src/XSelect.ts
R ds/api/src/XTab.ts
R ds/api/src/XTabGroup.ts
R ds/api/src/XTabPanel.ts
R ds/api/src/XTextField.ts
R ds/api/src/XTree.ts
R ds/api/src/index.ts
R ds/api/tsconfig.json
R ds/api/tsdoc.json
R ds/api/vite.config.ts
R ds/api/vitest.config.ts
M ds/shoelace/package.json
M ds/shoelace/src/components/componentsInit.ts
M ds/shoelace/src/components/shoelaceDesignSystemLoader.ts
M ds/shoelace/src/vue/form/x-checkbox.vue
M ds/shoelace/src/vue/form/x-file-input.vue
M ds/shoelace/src/vue/form/x-navigation-tree-select.vue
M ds/shoelace/src/vue/form/x-select.vue
M ds/shoelace/src/vue/form/x-text-field.vue
M ds/shoelace/src/vue/x-alert.vue
M ds/shoelace/src/vue/x-avatar.vue
M ds/shoelace/src/vue/x-breadcrumb.vue
M ds/shoelace/src/vue/x-btn.vue
M ds/shoelace/src/vue/x-card.vue
M ds/shoelace/src/vue/x-menu-item.vue
M ds/shoelace/src/vue/x-navigation-tree-item.vue
M ds/shoelace/src/vue/x-navigation-tree.vue
M ds/shoelace/src/vue/x-tab-panel.vue
M ds/shoelace/src/vue/x-tab.vue
M ds/shoelace/src/vue/x-tree-item.vue
M ds/shoelace/src/vue/x-tree.vue
M ds/vuetify/package.json
M ds/vuetify/src/components/componentsInit.ts
M ds/vuetify/src/components/vuetifyDesignSystemLoader.ts
M ds/vuetify/src/vue/form/x-checkbox.vue
M ds/vuetify/src/vue/form/x-file-input.vue
M ds/vuetify/src/vue/form/x-navigation-tree-select.vue
M ds/vuetify/src/vue/form/x-select.vue
M ds/vuetify/src/vue/form/x-text-field.vue
M ds/vuetify/src/vue/x-alert.vue
M ds/vuetify/src/vue/x-avatar.vue
M ds/vuetify/src/vue/x-breadcrumb.vue
M ds/vuetify/src/vue/x-btn.vue
M ds/vuetify/src/vue/x-menu-item.vue
M ds/vuetify/src/vue/x-navigation-tree.vue
M ds/vuetify/src/vue/x-tab-panel.vue
M ds/vuetify/src/vue/x-tab.vue
M ds/vuetify/src/vue/x-tree.vue
R editors/blocknote-headless/api-extractor.json
R editors/blocknote-headless/etc/cristal-editors-blocknote-headless.api.md
R editors/blocknote-headless/langs/translation-en.json
R editors/blocknote-headless/package.json
R editors/blocknote-headless/src/components/currentUser.ts
R editors/blocknote-headless/src/components/linkEditionContext.ts
R editors/blocknote-headless/src/index.ts
R editors/blocknote-headless/src/translations.ts
R editors/blocknote-headless/src/uniast/bn-to-uniast.ts
R editors/blocknote-headless/src/uniast/uniast-to-bn.ts
R editors/blocknote-headless/src/utils.ts
R editors/blocknote-headless/src/vue/c-blocknote-view.vue
R editors/blocknote-headless/tsconfig.json
R editors/blocknote-headless/tsdoc.json
R editors/blocknote-headless/vite.config.ts
R editors/blocknote-headless/vitest.config.ts
R editors/blocknote-react/api-extractor.json
R editors/blocknote-react/etc/cristal-editors-blocknote-react.api.md
R editors/blocknote-react/package.json
R editors/blocknote-react/playwright-ct.config.ts
R editors/blocknote-react/playwright/index.html
R editors/blocknote-react/playwright/index.tsx
R editors/blocknote-react/postcss.config.cjs
R editors/blocknote-react/src/App.tsx
R editors/blocknote-react/src/__tests__/BlockNote.spec.tsx
R editors/blocknote-react/src/__tests__/BlockNote.story.tsx
R editors/blocknote-react/src/__tests__/SearchBox.spec.tsx
R editors/blocknote-react/src/__tests__/SearchBox.story.tsx
R editors/blocknote-react/src/blocknote/index.ts
R editors/blocknote-react/src/blocknote/utils.tsx
R editors/blocknote-react/src/components/BlockNoteViewWrapper.tsx
R editors/blocknote-react/src/components/CustomFormattingToolbar.tsx
R editors/blocknote-react/src/components/SearchBox.tsx
R editors/blocknote-react/src/components/images/CustomImageToolbar.tsx
R editors/blocknote-react/src/components/images/ImageFilePanel.tsx
R editors/blocknote-react/src/components/images/ImageSelector.tsx
R editors/blocknote-react/src/components/links/CustomCreateLinkButton.tsx
R editors/blocknote-react/src/components/links/CustomLinkToolbar.tsx
R editors/blocknote-react/src/components/links/LinkEditor.tsx
R editors/blocknote-react/src/hooks.ts
R editors/blocknote-react/src/i18n.ts
R editors/blocknote-react/src/index.tsx
R editors/blocknote-react/src/langs/translation-en.json
R editors/blocknote-react/src/misc/linkSuggest.ts
R editors/blocknote-react/src/translations.ts
R editors/blocknote-react/src/tsdoc-metadata.json
R editors/blocknote-react/tsconfig.json
R editors/blocknote-react/tsdoc.json
R editors/blocknote-react/vite.config.ts
M editors/blocknote/package.json
M editors/blocknote/src/vue/c-edit-blocknote.vue
M editors/blocknote/src/vue/c-realtime-users.vue
M editors/blocknote/src/vue/c-save-status.vue
M editors/blocknote/tsconfig.json
M electron/authentication/authentication-github/authentication-github-main/package.json
M electron/authentication/authentication-github/authentication-github-main/src/index.ts
M electron/authentication/authentication-github/authentication-github-preload/package.json
M electron/authentication/authentication-github/authentication-github-preload/src/index.ts
M electron/authentication/authentication-github/authentication-github-renderer/package.json
M electron/authentication/authentication-github/authentication-github-renderer/src/GitHubAuthenticationManager.ts
M electron/authentication/authentication-github/authentication-github-renderer/src/index.ts
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/src/index.ts
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/src/index.ts
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/src/NextcloudBasicAuthenticationManager.ts
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/src/NextcloudLoginFlowAuthenticationManager.ts
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/src/NextcloudOAuth2AuthenticationManager.ts
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/src/index.ts
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/src/index.ts
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/src/index.ts
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/src/index.ts
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/src/xWikiAuthenticationManager.ts
M electron/browser/package.json
M electron/browser/src/components/browser-api-electron.ts
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/settings/settings-main/etc/cristal-electron-settings-main.api.md
M electron/settings/settings-main/package.json
M electron/settings/settings-main/src/storage.ts
M electron/settings/settings-renderer/package.json
M electron/settings/settings-renderer/tsconfig.json
M electron/storage/package.json
M electron/storage/src/components/FileSystemConfig.ts
M electron/storage/src/components/fileSystemStorage.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/src/electron/preload/index.ts
M extension-manager/etc/cristal-extension-manager.api.md
M extension-manager/package.json
M extension-manager/src/components/componentsInit.ts
M extension-manager/src/components/cristalLoader.ts
M extension-manager/src/components/defaultExtensionManager.ts
M extensions/menubuttons/etc/cristal-extension-menubuttons.api.md
M extensions/menubuttons/package.json
M extensions/menubuttons/src/components/c-menu.vue
M extensions/menubuttons/src/components/componentsInit.ts
M 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 lib/tsconfig.json
M pnpm-lock.yaml
M pnpm-workspace.yaml
M sharedworker/impl/package.json
M sharedworker/impl/src/components/defaultQueueWorker.ts
M sharedworker/impl/src/components/worker.ts
M sharedworker/impl/src/components/workerCristalApp.ts
M skin/etc/cristal-skin.api.md
M skin/package.json
M skin/src/api/uixEditorProvider.ts
M skin/src/components/componentsInit.ts
M skin/src/components/defaultSkinManager.ts
M skin/src/components/defaultUIXEditorProvider.ts
M skin/src/vue/__tests__/c-content.test.ts
M skin/src/vue/__tests__/c-sidebar.test.ts
M skin/src/vue/c-admin.vue
M skin/src/vue/c-article.vue
M skin/src/vue/c-config-menu.vue
M skin/src/vue/c-config.vue
M skin/src/vue/c-content.vue
M skin/src/vue/c-document-refresher.vue
M skin/src/vue/c-edit.vue
M skin/src/vue/c-field.vue
M skin/src/vue/c-help.vue
M skin/src/vue/c-page-creation-menu.vue
M skin/src/vue/c-settings-menu.vue
M skin/src/vue/c-sidebar-admin-panel.vue
M skin/src/vue/c-sidebar.vue
M skin/src/vue/c-template.vue
M skin/src/vue/c-uix.vue
M skin/src/vue/contentTools.ts
M skin/src/vue/renderMarkdown.ts
M skin/tsconfig.json
M utils/inversify/package.json
M utils/inversify/tsconfig.json
M web/package.json
M web/src/index.ts
M xwiki/remoteinlineeditor/package.json
M xwiki/remoteinlineeditor/src/components/uixRemoteXWikiEditorProvider.ts
M xwiki/remoteinlineeditor/src/vue/c-edit-xwikiremote.vue
Log Message:
-----------
CRISTAL-658: Split cristal between the xwiki-contrib and xwiki organizations (#1446)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1
0
Branch: refs/heads/remove-migrated-packages
Home: https://github.com/xwiki-contrib/cristal
Commit: c35bf1974191015c27120609612588a09c39fcd8
https://github.com/xwiki-contrib/cristal/commit/c35bf1974191015c27120609612…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-12-01 (Mon, 01 Dec 2025)
Changed paths:
M README.md
M pnpm-lock.yaml
M pnpm-workspace.yaml
Log Message:
-----------
--wip-- [skip ci]
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1
0
01 Dec '25
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-docker-build
Commit: f02e844a5f441df4f042ba6dc1579cf7c8786e6b
https://github.com/xwiki/xwiki-docker-build/commit/f02e844a5f441df4f042ba6d…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-12-01 (Mon, 01 Dec 2025)
Changed paths:
M build-node/Dockerfile
Log Message:
-----------
[Misc] Upgrade to pnpm 10.23.0
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-docker-build/settings/notifications
1
0
Branch: refs/heads/remove-migrated-packages
Home: https://github.com/xwiki-contrib/cristal
Commit: ad1ceee46b09ea6fc7b01bd9eaeba28b5db4c538
https://github.com/xwiki-contrib/cristal/commit/ad1ceee46b09ea6fc7b01bd9eae…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-12-01 (Mon, 01 Dec 2025)
Changed paths:
M core/alerts/alerts-api/etc/cristal-alerts-api.api.md
Log Message:
-----------
--wip-- [skip ci]
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1
0
[xwiki/xwiki-platform] c2ecb0: XWIKI-23420: Notifications that aren't pre-filtere...
by XWiki Notifications 01 Dec '25
by XWiki Notifications 01 Dec '25
01 Dec '25
Branch: refs/heads/feature-deploy-XWIKI-23420
Home: https://github.com/xwiki/xwiki-platform
Commit: c2ecb09fd74c05d7a654186eec08041ededb0ca4
https://github.com/xwiki/xwiki-platform/commit/c2ecb09fd74c05d7a654186eec08…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-11-28 (Fri, 28 Nov 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-eventstream/xwiki-platform-eventstream-stores/xwiki-platform-eventstream-store-solr/src/main/java/org/xwiki/eventstream/store/solr/internal/migration/SolrDocumentMigration171000000.java
Log Message:
-----------
XWIKI-23420: Notifications that aren't pre-filtered in time aren't sent by schedulers
* Start improvments on migration
Commit: cac00d29d3e83ec6b258059f4f02c23ca4797d29
https://github.com/xwiki/xwiki-platform/commit/cac00d29d3e83ec6b258059f4f02…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-12-01 (Mon, 01 Dec 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-eventstream/xwiki-platform-eventstream-stores/xwiki-platform-eventstream-store-solr/pom.xml
M xwiki-platform-core/xwiki-platform-eventstream/xwiki-platform-eventstream-stores/xwiki-platform-eventstream-store-solr/src/main/java/org/xwiki/eventstream/store/solr/internal/migration/SolrDocumentMigration171000000.java
Log Message:
-----------
XWIKI-23420: Notifications that aren't pre-filtered in time aren't sent by schedulers
* Improve migration following Michael's review
Compare: https://github.com/xwiki/xwiki-platform/compare/46c54523e606...cac00d29d3e8
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1
0
[[email protected]][Issue] Updates for XWIKI-17296: Inconsistent dropdown behaviour between object and class editor
by XWiki Notifications 01 Dec '25
by XWiki Notifications 01 Dec '25
01 Dec '25
1
0
[[email protected]][Issue] Updates for XCOMMONS-2151: Random warning when stopping the Infinispan cache
by XWiki Notifications 01 Dec '25
by XWiki Notifications 01 Dec '25
01 Dec '25
1
0
Branch: refs/heads/remove-migrated-packages
Home: https://github.com/xwiki-contrib/cristal
Commit: 9824dfec7197466694ec6ba85d53348da03fe655
https://github.com/xwiki-contrib/cristal/commit/9824dfec7197466694ec6ba85d5…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-12-01 (Mon, 01 Dec 2025)
Changed paths:
M core/attachments/attachments-ui/src/AttachmentsInfoAction.ts
M core/attachments/attachments-ui/src/vue/AttachmentsTable.vue
M core/authentication/authentication-github-ui/src/GitHubLoginMenuUIExtension.ts
M core/authentication/authentication-nextcloud-ui/src/NextcloudLoginMenuUIExtension.ts
M core/authentication/authentication-ui/src/LoggedInMenuUIExtension.ts
M core/authentication/authentication-ui/src/LoginMenuUIExtension.ts
M core/authentication/authentication-ui/src/vue/UserDetails.vue
M core/backends/backend-dexie/src/wrappingOfflineStorage.ts
M core/backends/backend-github/src/githubStorage.ts
M core/backends/backend-nextcloud/src/nextcloudStorage.ts
M core/backends/backend-xwiki/src/xwikiStorage.ts
M core/browser/browser-default/src/components/browser-api-default.ts
M core/date/date-ui/src/vue/CDate.vue
M core/extra-tabs/extra-tabs-ui/src/vue/ExtraTabs.vue
M core/hierarchy/hierarchy-default/src/components/componentsInit.ts
M core/hierarchy/hierarchy-default/src/utils.ts
M core/hierarchy/hierarchy-filesystem/src/components/componentsInit.ts
M core/hierarchy/hierarchy-github/src/components/componentsInit.ts
M core/hierarchy/hierarchy-nextcloud/src/components/componentsInit.ts
M core/hierarchy/hierarchy-xwiki/src/components/componentsInit.ts
M core/history/history-default/src/components/componentsInit.ts
M core/history/history-github/src/components/componentsInit.ts
M core/history/history-ui/src/vue/HistoryTab.vue
M core/history/history-xwiki/src/components/componentsInit.ts
M core/info-actions/info-actions-ui/src/vue/InfoActions.vue
M core/link-suggest/link-suggest-nextcloud/src/nextcloudLinkSuggestService.ts
M core/link-suggest/link-suggest-xwiki/src/components/componentsInit.ts
M core/macros/macros-ast-html-converter/src/html/macros-ast-to-html-converter.ts
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/src/filesystemRemoteURLParser.ts
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/src/filesystemRemoteURLSerializer.ts
M core/navigation-tree/navigation-tree-filesystem/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-github/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-nextcloud/src/components/componentsInit.ts
M core/page-actions/page-actions-ui/src/vue/DeletePage.vue
M core/page-actions/page-actions-ui/src/vue/MovePage.vue
M core/page-actions/page-actions-ui/src/vue/PageActions.vue
M core/page-actions/page-actions-ui/src/vue/PageActionsCategory.vue
M core/page-actions/page-actions-ui/src/vue/RenamePage.vue
M core/rename/rename-default/src/components/componentsInit.ts
M core/rename/rename-filesystem/src/components/componentsInit.ts
M core/settings/settings-configurations-ui/src/vue/ConfigurationEdit.vue
M core/settings/settings-configurations-ui/src/vue/ConfigurationsTable.vue
M core/settings/settings-configurations-ui/src/vue/SettingsConfigurations.vue
M core/settings/settings-configurations/src/configurations.ts
M core/settings/settings-configurations/src/configurationsSettingsParser.ts
M core/settings/settings-default/src/defaultSettingsParser.ts
M core/uiextension/uiextension-ui/src/vue/UIExtensions.vue
M core/wiki-config/wiki-config-default/src/defaultWikiConfigProxy.ts
M core/xwiki/xwiki-ui/src/AuthServiceBannerUIExtension.ts
M ds/shoelace/src/vue/form/x-navigation-tree-select.vue
M ds/vuetify/src/vue/form/x-navigation-tree-select.vue
M electron/browser/src/components/browser-api-electron.ts
M electron/link-suggest/link-suggest-filesystem/src/components/filesystemLinkSuggestService.ts
M electron/storage/src/electron/main/index.ts
M lib/src/components/DefaultCristalApp.ts
M lib/src/components/cristalAppLoader.ts
M lib/src/default/defaultComponentsList.ts
M sharedworker/impl/src/components/defaultQueueWorker.ts
M sharedworker/impl/src/components/worker.ts
M skin/src/components/componentsInit.ts
M skin/src/vue/c-admin.vue
M skin/src/vue/c-article.vue
M skin/src/vue/c-config-menu.vue
M skin/src/vue/c-config.vue
M skin/src/vue/c-content.vue
M skin/src/vue/c-field.vue
M skin/src/vue/c-settings-menu.vue
M skin/src/vue/c-sidebar-admin-panel.vue
M skin/src/vue/c-sidebar.vue
M skin/src/vue/contentTools.ts
Log Message:
-----------
--wip-- [skip ci]
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1
0
Branch: refs/heads/remove-migrated-packages
Home: https://github.com/xwiki-contrib/cristal
Commit: f2f983480b3d3c212049e4b61fd848ce8b59fcca
https://github.com/xwiki-contrib/cristal/commit/f2f983480b3d3c212049e4b61fd…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-12-01 (Mon, 01 Dec 2025)
Changed paths:
M .npmrc
R api/api-extractor.json
R api/etc/cristal-api.api.md
R api/package.json
R api/src/api/PageData.ts
R api/src/api/WikiConfig.ts
R api/src/api/attachmentsData.ts
R api/src/api/cristalApp.ts
R api/src/api/designSystemLoader.ts
R api/src/api/document.ts
R api/src/api/logger.ts
R api/src/api/loggerConfig.ts
R api/src/api/pageAttachment.ts
R api/src/api/skinManager.ts
R api/src/api/storage.ts
R api/src/api/wrappingStorage.ts
R api/src/components/DefaultPageData.ts
R api/src/components/JSONLDDocument.ts
R api/src/components/__tests__/DefaultPageData.test.ts
R api/src/components/__tests__/defaultLogger.test.ts
R api/src/components/componentsInit.ts
R api/src/components/defaultLogger.ts
R api/src/components/defaultLoggerConfig.ts
R api/src/components/defaultWikiConfig.ts
R api/src/index.ts
R api/tsconfig.json
R api/tsdoc.json
R api/vite.config.ts
R api/vitest.config.ts
M core/alerts/alerts-api/package.json
M core/alerts/alerts-api/src/index.ts
M core/alerts/alerts-api/tsconfig.json
M core/alerts/alerts-default/package.json
M core/alerts/alerts-default/src/defaultAlertsServiceProvider.ts
M core/alerts/alerts-ui/package.json
M core/alerts/alerts-ui/src/vue/AlertsToasts.vue
M core/alerts/alerts-ui/tsconfig.json
R core/attachments/attachments-api/api-extractor.json
R core/attachments/attachments-api/etc/cristal-attachments-api.api.md
R core/attachments/attachments-api/package.json
R core/attachments/attachments-api/src/attachment.ts
R core/attachments/attachments-api/src/attachmentsPreview.ts
R core/attachments/attachments-api/src/attachmentsService.ts
R core/attachments/attachments-api/src/index.ts
R core/attachments/attachments-api/tsconfig.json
R core/attachments/attachments-api/tsdoc.json
R core/attachments/attachments-default/api-extractor.json
R core/attachments/attachments-default/etc/cristal-attachments-default.api.md
R core/attachments/attachments-default/package.json
R core/attachments/attachments-default/src/__tests__/defaultAttachmentsService.test.ts
R core/attachments/attachments-default/src/defaultAttachmentPreview.ts
R core/attachments/attachments-default/src/defaultAttachmentsService.ts
R core/attachments/attachments-default/src/index.ts
R core/attachments/attachments-default/tsconfig.json
R core/attachments/attachments-default/tsdoc.json
R core/attachments/attachments-default/vite.config.ts
R core/attachments/attachments-default/vitest.config.ts
M core/attachments/attachments-ui/package.json
M core/attachments/attachments-ui/src/AttachmentsInfoAction.ts
M core/attachments/attachments-ui/src/vue/AttachmentPreview.vue
M core/attachments/attachments-ui/src/vue/AttachmentUploadForm.vue
M core/attachments/attachments-ui/src/vue/AttachmentsTab.vue
M core/attachments/attachments-ui/src/vue/AttachmentsTable.vue
M core/attachments/attachments-ui/tsconfig.json
R core/authentication/authentication-api/api-extractor.json
R core/authentication/authentication-api/etc/cristal-authentication-api.api.md
R core/authentication/authentication-api/package.json
R core/authentication/authentication-api/src/authenticationManager.ts
R core/authentication/authentication-api/src/authenticationManagerProvider.ts
R core/authentication/authentication-api/src/index.ts
R core/authentication/authentication-api/src/userDetails.ts
R core/authentication/authentication-api/tsconfig.json
R core/authentication/authentication-api/tsdoc.json
M core/authentication/authentication-default/package.json
M core/authentication/authentication-default/src/defaultAuthenticationManagerProvider.ts
M core/authentication/authentication-default/src/index.ts
M core/authentication/authentication-github-ui/package.json
M core/authentication/authentication-github-ui/src/GitHubLoginMenuUIExtension.ts
M core/authentication/authentication-github-ui/src/vue/GitHubLoginMenu.vue
M core/authentication/authentication-github-ui/tsconfig.json
M core/authentication/authentication-github/package.json
M core/authentication/authentication-github/src/GitHubAuthenticationManager.ts
M core/authentication/authentication-github/src/index.ts
M core/authentication/authentication-nextcloud-ui/package.json
M core/authentication/authentication-nextcloud-ui/src/NextcloudLoginMenuUIExtension.ts
M core/authentication/authentication-nextcloud-ui/src/vue/NextcloudLoginMenu.vue
M core/authentication/authentication-nextcloud-ui/tsconfig.json
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
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/vue/LoggedInMenu.vue
M core/authentication/authentication-ui/src/vue/LoginMenu.vue
M core/authentication/authentication-ui/src/vue/UserDetails.vue
M core/authentication/authentication-ui/src/vue/utils/getUserProfile.ts
M core/authentication/authentication-ui/tsconfig.json
M core/authentication/authentication-xwiki/package.json
M core/authentication/authentication-xwiki/src/XWikiAuthenticationManager.ts
M core/authentication/authentication-xwiki/src/index.ts
R core/backends/backend-api/api-extractor.json
R core/backends/backend-api/etc/cristal-backend-api.api.md
R core/backends/backend-api/package.json
R core/backends/backend-api/src/abstractStorage.ts
R core/backends/backend-api/src/componentInit.ts
R core/backends/backend-api/src/defaultStorageProvider.ts
R core/backends/backend-api/src/index.ts
R core/backends/backend-api/src/offlineStorage.ts
R core/backends/backend-api/src/storageProvider.ts
R core/backends/backend-api/tsconfig.json
R core/backends/backend-api/tsdoc.json
R core/backends/backend-api/vite.config.ts
R core/backends/backend-api/vitest.config.ts
M core/backends/backend-dexie/package.json
M core/backends/backend-dexie/src/dexieOfflineStorage.ts
M core/backends/backend-dexie/src/index.ts
M core/backends/backend-dexie/src/wrappingOfflineStorage.ts
M core/backends/backend-github/package.json
M core/backends/backend-github/src/GitHubWikiConfig.ts
M core/backends/backend-github/src/githubStorage.ts
M core/backends/backend-github/src/index.ts
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
M core/backends/backend-xwiki/package.json
M core/backends/backend-xwiki/src/XWikiWikiConfig.ts
M core/backends/backend-xwiki/src/index.ts
M core/backends/backend-xwiki/src/xwikiStorage.ts
M 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
M core/browser/browser-default/package.json
M core/browser/browser-default/src/components/browser-api-default.ts
R core/collaboration/collaboration-api/api-extractor.json
R core/collaboration/collaboration-api/etc/cristal-collaboration-api.api.md
R core/collaboration/collaboration-api/package.json
R core/collaboration/collaboration-api/src/collaborationInitializer.ts
R core/collaboration/collaboration-api/src/collaborationManager.ts
R core/collaboration/collaboration-api/src/collaborationManagerName.ts
R core/collaboration/collaboration-api/src/collaborationManagerProvider.ts
R core/collaboration/collaboration-api/src/collaborationManagerProviderName.ts
R core/collaboration/collaboration-api/src/componentInit.ts
R core/collaboration/collaboration-api/src/defaultCollaborationManagerProvider.ts
R core/collaboration/collaboration-api/src/index.ts
R core/collaboration/collaboration-api/src/status.ts
R core/collaboration/collaboration-api/src/user.ts
R core/collaboration/collaboration-api/tsconfig.json
R core/collaboration/collaboration-api/tsdoc.json
R core/collaboration/collaboration-api/vite.config.ts
R core/collaboration/collaboration-api/vitest.config.ts
M core/collaboration/collaboration-hocuspocus/package.json
M core/collaboration/collaboration-hocuspocus/src/componentInit.ts
M core/collaboration/collaboration-hocuspocus/src/hocuspocusCollaborationProvider.ts
M core/collaboration/collaboration-xwiki/package.json
M core/collaboration/collaboration-xwiki/src/XWikiCollaborationProvider.ts
M core/collaboration/collaboration-xwiki/src/componentInit.ts
R core/configuration/configuration-api/api-extractor.json
R core/configuration/configuration-api/etc/cristal-configuration-api.api.md
R core/configuration/configuration-api/package.json
R core/configuration/configuration-api/src/index.ts
R core/configuration/configuration-api/tsconfig.json
R core/configuration/configuration-api/tsdoc.json
M 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
M core/date/date-ui/package.json
M core/date/date-ui/src/vue/CDate.vue
R core/document/document-api/api-extractor.json
R core/document/document-api/etc/cristal-document-api.api.md
R core/document/document-api/package.json
R core/document/document-api/src/index.ts
R core/document/document-api/tsconfig.json
R core/document/document-api/tsdoc.json
R core/document/document-api/vite.config.ts
R core/document/document-api/vitest.config.ts
M core/document/document-default/package.json
M core/document/document-default/src/defaultDocumentService.ts
M core/document/document-default/src/index.ts
M core/extra-tabs/extra-tabs-ui/package.json
M core/extra-tabs/extra-tabs-ui/src/vue/ExtraTabs.vue
M core/extra-tabs/extra-tabs-ui/tsconfig.json
M 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/vue/FilePreview.vue
M core/file-preview/file-preview-ui/src/vue/preview/ImageFilePreview.vue
M core/file-preview/file-preview-ui/src/vue/preview/VideoFilePreview.vue
R core/fn-utils/api-extractor.json
R core/fn-utils/etc/cristal-fn-utils.api.md
R core/fn-utils/package.json
R core/fn-utils/src/__tests__/html.test.ts
R core/fn-utils/src/index.ts
R core/fn-utils/tsconfig.json
R core/fn-utils/tsdoc.json
R core/fn-utils/vite.config.ts
R core/fn-utils/vitest.config.ts
M 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
M 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
M core/hierarchy/hierarchy-filesystem/package.json
M core/hierarchy/hierarchy-filesystem/src/components/componentsInit.ts
M core/hierarchy/hierarchy-github/package.json
M core/hierarchy/hierarchy-github/src/components/componentsInit.ts
M core/hierarchy/hierarchy-nextcloud/package.json
M core/hierarchy/hierarchy-nextcloud/src/components/componentsInit.ts
M core/hierarchy/hierarchy-xwiki/package.json
M core/hierarchy/hierarchy-xwiki/src/components/componentsInit.ts
M 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
M core/history/history-default/package.json
M core/history/history-default/src/components/componentsInit.ts
M core/history/history-github/package.json
M core/history/history-github/src/components/componentsInit.ts
M core/history/history-ui/package.json
M core/history/history-ui/src/vue/HistoryTab.vue
M core/history/history-xwiki/package.json
M core/history/history-xwiki/src/components/componentsInit.ts
R core/icons/api-extractor.json
R core/icons/etc/cristal-icons.api.md
R core/icons/package.json
R core/icons/src/index.ts
R core/icons/src/size.ts
R core/icons/src/vue/__tests__/c-icon.test.ts
R core/icons/src/vue/c-icon.vue
R core/icons/tsconfig.json
R core/icons/tsdoc.json
R core/icons/vite.config.ts
R core/icons/vitest.config.ts
M core/info-actions/info-actions-ui/package.json
M core/info-actions/info-actions-ui/src/vue/InfoAction.vue
M core/info-actions/info-actions-ui/src/vue/InfoActions.vue
R core/link-suggest/link-suggest-api/api-extractor.json
R core/link-suggest/link-suggest-api/etc/cristal-link-suggest-api.api.md
R core/link-suggest/link-suggest-api/package.json
R core/link-suggest/link-suggest-api/src/DefaultLinkSuggestServiceProvider.ts
R core/link-suggest/link-suggest-api/src/LinkSuggestServiceProvider.ts
R core/link-suggest/link-suggest-api/src/componentInit.ts
R core/link-suggest/link-suggest-api/src/index.ts
R core/link-suggest/link-suggest-api/src/link.ts
R core/link-suggest/link-suggest-api/src/linkSuggestService.ts
R core/link-suggest/link-suggest-api/src/linkType.ts
R core/link-suggest/link-suggest-api/tsconfig.json
R core/link-suggest/link-suggest-api/tsdoc.json
R core/link-suggest/link-suggest-api/vite.config.ts
R core/link-suggest/link-suggest-api/vitest.config.ts
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
M core/link-suggest/link-suggest-xwiki/package.json
M core/link-suggest/link-suggest-xwiki/src/components/componentsInit.ts
R core/macros/macros-api/api-extractor.json
R core/macros/macros-api/etc/cristal-macros-api.api.md
R core/macros/macros-api/package.json
R core/macros/macros-api/src/ast.ts
R core/macros/macros-api/src/index.ts
R core/macros/macros-api/tsconfig.json
R core/macros/macros-api/tsdoc.json
R core/macros/macros-api/vite.config.ts
R core/macros/macros-api/vitest.config.ts
M core/macros/macros-ast-html-converter/etc/cristal-macros-ast-html-converter.api.md
M core/macros/macros-ast-html-converter/package.json
M core/macros/macros-ast-html-converter/src/html/default-macros-ast-to-html-converter.ts
M core/macros/macros-ast-html-converter/src/html/macros-ast-to-html-converter.ts
R core/macros/macros-ast-react-jsx/api-extractor.json
R core/macros/macros-ast-react-jsx/etc/cristal-macros-ast-react-jsx.api.md
R core/macros/macros-ast-react-jsx/package.json
R core/macros/macros-ast-react-jsx/src/converter.tsx
R core/macros/macros-ast-react-jsx/src/index.ts
R core/macros/macros-ast-react-jsx/tsconfig.json
R core/macros/macros-ast-react-jsx/tsdoc.json
R core/macros/macros-ast-react-jsx/vite.config.ts
R core/macros/macros-ast-react-jsx/vitest.config.ts
M core/macros/macros-service/etc/cristal-macros-service.api.md
M core/macros/macros-service/package.json
M core/macros/macros-service/src/service/default-macros-service.ts
M core/macros/macros-service/src/service/macros-service.ts
M core/messages/messages-macros/package.json
M core/messages/messages-macros/src/componentInit.ts
M core/messages/messages-macros/src/macros/errorMacro.ts
M core/messages/messages-macros/src/macros/infoMacro.ts
M core/messages/messages-macros/src/macros/successMacro.ts
M core/messages/messages-macros/src/macros/warningMacro.ts
R core/model/model-api/api-extractor.json
R core/model/model-api/etc/cristal-model-api.api.md
R core/model/model-api/package.json
R core/model/model-api/src/index.ts
R core/model/model-api/tsconfig.json
R core/model/model-api/tsdoc.json
R core/model/model-api/vite.config.ts
R core/model/model-api/vitest.config.ts
M core/model/model-click-listener/package.json
M core/model/model-click-listener/src/DefaultClickListener.ts
M core/model/model-local-url/package.json
M core/model/model-local-url/src/defaultLocalURLParser.ts
M core/model/model-local-url/src/localURLParser.ts
M core/model/model-local-url/src/localURLSerializer.ts
R core/model/model-reference/model-reference-api/api-extractor.json
R core/model/model-reference/model-reference-api/etc/cristal-model-reference-api.api.md
R core/model/model-reference/model-reference-api/package.json
R core/model/model-reference/model-reference-api/src/componentInit.ts
R core/model/model-reference/model-reference-api/src/defaultModelReferenceHandler.ts
R core/model/model-reference/model-reference-api/src/defaultModelReferenceHandlerProvider.ts
R core/model/model-reference/model-reference-api/src/defaultModelReferenceParserProvider.ts
R core/model/model-reference/model-reference-api/src/defaultModelReferenceSerializerProvider.ts
R core/model/model-reference/model-reference-api/src/index.ts
R core/model/model-reference/model-reference-api/src/modelReferenceHandler.ts
R core/model/model-reference/model-reference-api/src/modelReferenceHandlerProvider.ts
R core/model/model-reference/model-reference-api/src/modelReferenceParser.ts
R core/model/model-reference/model-reference-api/src/modelReferenceParserOptions.ts
R core/model/model-reference/model-reference-api/src/modelReferenceParserProvider.ts
R core/model/model-reference/model-reference-api/src/modelReferenceSerializer.ts
R core/model/model-reference/model-reference-api/src/modelReferenceSerializerProvider.ts
R core/model/model-reference/model-reference-api/tsconfig.json
R core/model/model-reference/model-reference-api/tsdoc.json
R core/model/model-reference/model-reference-api/vite.config.ts
R core/model/model-reference/model-reference-api/vitest.config.ts
M core/model/model-reference/model-reference-filesystem/package.json
M core/model/model-reference/model-reference-filesystem/src/componentInit.ts
M core/model/model-reference/model-reference-filesystem/src/filesystemModelReferenceParser.ts
M core/model/model-reference/model-reference-filesystem/src/filesystemModelReferenceSerializer.ts
M core/model/model-reference/model-reference-github/package.json
M core/model/model-reference/model-reference-github/src/componentInit.ts
M core/model/model-reference/model-reference-github/src/gitHubModelReferenceParser.ts
M core/model/model-reference/model-reference-github/src/gitHubModelReferenceSerializer.ts
M core/model/model-reference/model-reference-nextcloud/package.json
M core/model/model-reference/model-reference-nextcloud/src/componentInit.ts
M core/model/model-reference/model-reference-nextcloud/src/nextcloudModelReferenceParser.ts
M core/model/model-reference/model-reference-nextcloud/src/nextcloudModelReferenceSerializer.ts
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
M core/model/model-reference/model-reference-xwiki/src/xWikiModelReferenceParser.ts
M core/model/model-reference/model-reference-xwiki/src/xWikiModelReferenceSerializer.ts
R core/model/model-remote-url/model-remote-url-api/api-extractor.json
R core/model/model-remote-url/model-remote-url-api/etc/cristal-model-remote-url-api.api.md
R core/model/model-remote-url/model-remote-url-api/package.json
R core/model/model-remote-url/model-remote-url-api/src/componentInit.ts
R core/model/model-remote-url/model-remote-url-api/src/defaultRemoteURLParserProvider.ts
R core/model/model-remote-url/model-remote-url-api/src/defaultRemoteURLSerializerProvider.ts
R core/model/model-remote-url/model-remote-url-api/src/index.ts
R core/model/model-remote-url/model-remote-url-api/src/remoteURLParser.ts
R core/model/model-remote-url/model-remote-url-api/src/remoteURLParserProvider.ts
R core/model/model-remote-url/model-remote-url-api/src/remoteURLSerializer.ts
R core/model/model-remote-url/model-remote-url-api/src/remoteURLSerializerProvider.ts
R core/model/model-remote-url/model-remote-url-api/tsconfig.json
R core/model/model-remote-url/model-remote-url-api/tsdoc.json
R core/model/model-remote-url/model-remote-url-api/vite.config.ts
R core/model/model-remote-url/model-remote-url-api/vitest.config.ts
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
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/src/filesystemRemoteURLParser.ts
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/src/filesystemRemoteURLSerializer.ts
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
M core/model/model-remote-url/model-remote-url-github/src/gitHubRemoteURLParser.ts
M core/model/model-remote-url/model-remote-url-github/src/gitHubRemoteURLSerializer.ts
M core/model/model-remote-url/model-remote-url-nextcloud/package.json
M core/model/model-remote-url/model-remote-url-nextcloud/src/componentInit.ts
M core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLParser.ts
M core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLSerializer.ts
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
M core/model/model-remote-url/model-remote-url-xwiki/src/xWikiRemoteURLParser.ts
M core/model/model-remote-url/model-remote-url-xwiki/src/xWikiRemoteURLSerializer.ts
R core/navigation-tree/navigation-tree-api/api-extractor.json
R core/navigation-tree/navigation-tree-api/etc/cristal-navigation-tree-api.api.md
R core/navigation-tree/navigation-tree-api/package.json
R core/navigation-tree/navigation-tree-api/src/index.ts
R core/navigation-tree/navigation-tree-api/tsconfig.json
R core/navigation-tree/navigation-tree-api/tsdoc.json
R core/navigation-tree/navigation-tree-api/vite.config.ts
R core/navigation-tree/navigation-tree-api/vitest.config.ts
M 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
M core/navigation-tree/navigation-tree-filesystem/package.json
M core/navigation-tree/navigation-tree-filesystem/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-github/package.json
M core/navigation-tree/navigation-tree-github/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-nextcloud/package.json
M core/navigation-tree/navigation-tree-nextcloud/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/navigation-tree/navigation-tree-xwiki/src/components/componentsInit.ts
M 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/vue/DeletePage.vue
M core/page-actions/page-actions-ui/src/vue/MovePage.vue
M core/page-actions/page-actions-ui/src/vue/PageActions.vue
M core/page-actions/page-actions-ui/src/vue/PageActionsCategory.vue
M core/page-actions/page-actions-ui/src/vue/RenamePage.vue
M core/page-actions/page-actions-ui/tsconfig.json
M 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
M core/rename/rename-default/package.json
M core/rename/rename-default/src/components/componentsInit.ts
M core/rename/rename-filesystem/package.json
M core/rename/rename-filesystem/src/components/componentsInit.ts
M core/settings/settings-api/package.json
M core/settings/settings-api/tsconfig.json
M core/settings/settings-browser/package.json
M core/settings/settings-browser/tsconfig.json
M core/settings/settings-configurations-ui/package.json
M core/settings/settings-configurations-ui/src/vue/ConfigurationEdit.vue
M core/settings/settings-configurations-ui/src/vue/ConfigurationsTable.vue
M core/settings/settings-configurations-ui/src/vue/SettingsConfigurations.vue
M core/settings/settings-configurations-ui/tsconfig.json
M 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/tsconfig.json
M core/settings/settings-default/package.json
M core/settings/settings-default/src/defaultSettingsParser.ts
M core/settings/settings-default/tsconfig.json
M core/uiextension/uiextension-ui/package.json
M core/uiextension/uiextension-ui/src/vue/UIExtensions.vue
R core/uniast/uniast-api/api-extractor.json
R core/uniast/uniast-api/etc/cristal-uniast-api.api.md
R core/uniast/uniast-api/package.json
R core/uniast/uniast-api/src/ast.ts
R core/uniast/uniast-api/src/index.ts
R core/uniast/uniast-api/tsconfig.json
R core/uniast/uniast-api/tsdoc.json
M core/uniast/uniast-html/etc/cristal-uniast-html.api.md
M core/uniast/uniast-html/package.json
M core/uniast/uniast-html/src/html/default-uni-ast-to-html-converter.ts
M core/uniast/uniast-html/src/html/uni-ast-to-html-converter.ts
R core/uniast/uniast-markdown/api-extractor.json
R core/uniast/uniast-markdown/etc/cristal-uniast-markdown.api.md
R core/uniast/uniast-markdown/package.json
R core/uniast/uniast-markdown/src/__tests__/converters.test.ts
R core/uniast/uniast-markdown/src/component-init.ts
R core/uniast/uniast-markdown/src/index.ts
R core/uniast/uniast-markdown/src/markdown/default-markdown-to-uni-ast-converter.ts
R core/uniast/uniast-markdown/src/markdown/default-uni-ast-to-markdown-converter.ts
R core/uniast/uniast-markdown/src/markdown/internal-links/parser/markdown-parser-configuration.ts
R core/uniast/uniast-markdown/src/markdown/internal-links/parser/parser-configuration-resolver.ts
R core/uniast/uniast-markdown/src/markdown/internal-links/serializer/filesystem-internal-link-serializer.ts
R core/uniast/uniast-markdown/src/markdown/internal-links/serializer/github-internal-link-serializer.ts
R core/uniast/uniast-markdown/src/markdown/internal-links/serializer/internal-links-serializer-resolver.ts
R core/uniast/uniast-markdown/src/markdown/internal-links/serializer/internal-links-serializer.ts
R core/uniast/uniast-markdown/src/markdown/internal-links/serializer/nextcloud-internal-link-serializer.ts
R core/uniast/uniast-markdown/src/markdown/internal-links/serializer/xwiki-internal-link-serializer.ts
R core/uniast/uniast-markdown/src/markdown/internal/find-first-match-in.ts
R core/uniast/uniast-markdown/src/markdown/internal/remark-partial-gfm.ts
R core/uniast/uniast-markdown/src/markdown/macros.ts
R core/uniast/uniast-markdown/src/markdown/markdown-to-uni-ast-converter.ts
R core/uniast/uniast-markdown/src/markdown/uni-ast-to-markdown-converter.ts
R core/uniast/uniast-markdown/tsconfig.json
R core/uniast/uniast-markdown/tsdoc.json
R core/uniast/uniast-markdown/vite.config.ts
R core/uniast/uniast-markdown/vitest.config.ts
M core/user/user-ui/etc/cristal-user-ui.api.md
M core/user/user-ui/package.json
M core/user/user-ui/src/vue/CUser.vue
M 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
M core/wiki-config/wiki-config-default/package.json
M core/wiki-config/wiki-config-default/src/defaultWikiConfigProxy.ts
M core/xwiki/xwiki-macros/package.json
M core/xwiki/xwiki-macros/src/componentInit.ts
M core/xwiki/xwiki-macros/src/macros/blockMacro.ts
M core/xwiki/xwiki-macros/src/macros/inlineMacro.ts
M core/xwiki/xwiki-ui/package.json
M core/xwiki/xwiki-ui/src/AuthServiceBannerUIExtension.ts
M core/xwiki/xwiki-ui/src/vue/AuthServiceBanner.vue
M core/xwiki/xwiki-ui/tsconfig.json
M 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
R ds/api/api-extractor.json
R ds/api/etc/cristal-dsapi.api.md
R ds/api/package.json
R ds/api/src/XAlert.ts
R ds/api/src/XAvatar.ts
R ds/api/src/XBreadcrumb.ts
R ds/api/src/XBtn.ts
R ds/api/src/XCard.ts
R ds/api/src/XCheckbox.ts
R ds/api/src/XDialog.ts
R ds/api/src/XDivider.ts
R ds/api/src/XFileInput.ts
R ds/api/src/XForm.ts
R ds/api/src/XImg.ts
R ds/api/src/XLoad.ts
R ds/api/src/XMenu.ts
R ds/api/src/XMenuItem.ts
R ds/api/src/XMenuLabel.ts
R ds/api/src/XNavigationTree.ts
R ds/api/src/XNavigationTreeSelect.ts
R ds/api/src/XSelect.ts
R ds/api/src/XTab.ts
R ds/api/src/XTabGroup.ts
R ds/api/src/XTabPanel.ts
R ds/api/src/XTextField.ts
R ds/api/src/XTree.ts
R ds/api/src/index.ts
R ds/api/tsconfig.json
R ds/api/tsdoc.json
R ds/api/vite.config.ts
R ds/api/vitest.config.ts
M ds/shoelace/package.json
M ds/shoelace/src/components/componentsInit.ts
M ds/shoelace/src/components/shoelaceDesignSystemLoader.ts
M ds/shoelace/src/vue/form/x-checkbox.vue
M ds/shoelace/src/vue/form/x-file-input.vue
M ds/shoelace/src/vue/form/x-navigation-tree-select.vue
M ds/shoelace/src/vue/form/x-select.vue
M ds/shoelace/src/vue/form/x-text-field.vue
M ds/shoelace/src/vue/x-alert.vue
M ds/shoelace/src/vue/x-avatar.vue
M ds/shoelace/src/vue/x-breadcrumb.vue
M ds/shoelace/src/vue/x-btn.vue
M ds/shoelace/src/vue/x-card.vue
M ds/shoelace/src/vue/x-menu-item.vue
M ds/shoelace/src/vue/x-navigation-tree-item.vue
M ds/shoelace/src/vue/x-navigation-tree.vue
M ds/shoelace/src/vue/x-tab-panel.vue
M ds/shoelace/src/vue/x-tab.vue
M ds/shoelace/src/vue/x-tree-item.vue
M ds/shoelace/src/vue/x-tree.vue
M ds/vuetify/package.json
M ds/vuetify/src/components/componentsInit.ts
M ds/vuetify/src/components/vuetifyDesignSystemLoader.ts
M ds/vuetify/src/vue/form/x-checkbox.vue
M ds/vuetify/src/vue/form/x-file-input.vue
M ds/vuetify/src/vue/form/x-navigation-tree-select.vue
M ds/vuetify/src/vue/form/x-select.vue
M ds/vuetify/src/vue/form/x-text-field.vue
M ds/vuetify/src/vue/x-alert.vue
M ds/vuetify/src/vue/x-avatar.vue
M ds/vuetify/src/vue/x-breadcrumb.vue
M ds/vuetify/src/vue/x-btn.vue
M ds/vuetify/src/vue/x-menu-item.vue
M ds/vuetify/src/vue/x-navigation-tree.vue
M ds/vuetify/src/vue/x-tab-panel.vue
M ds/vuetify/src/vue/x-tab.vue
M ds/vuetify/src/vue/x-tree.vue
R editors/blocknote-headless/api-extractor.json
R editors/blocknote-headless/etc/cristal-editors-blocknote-headless.api.md
R editors/blocknote-headless/langs/translation-en.json
R editors/blocknote-headless/package.json
R editors/blocknote-headless/src/components/currentUser.ts
R editors/blocknote-headless/src/components/linkEditionContext.ts
R editors/blocknote-headless/src/index.ts
R editors/blocknote-headless/src/translations.ts
R editors/blocknote-headless/src/uniast/bn-to-uniast.ts
R editors/blocknote-headless/src/uniast/uniast-to-bn.ts
R editors/blocknote-headless/src/utils.ts
R editors/blocknote-headless/src/vue/c-blocknote-view.vue
R editors/blocknote-headless/tsconfig.json
R editors/blocknote-headless/tsdoc.json
R editors/blocknote-headless/vite.config.ts
R editors/blocknote-headless/vitest.config.ts
R editors/blocknote-react/api-extractor.json
R editors/blocknote-react/etc/cristal-editors-blocknote-react.api.md
R editors/blocknote-react/package.json
R editors/blocknote-react/playwright-ct.config.ts
R editors/blocknote-react/playwright/index.html
R editors/blocknote-react/playwright/index.tsx
R editors/blocknote-react/postcss.config.cjs
R editors/blocknote-react/src/App.tsx
R editors/blocknote-react/src/__tests__/BlockNote.spec.tsx
R editors/blocknote-react/src/__tests__/BlockNote.story.tsx
R editors/blocknote-react/src/__tests__/SearchBox.spec.tsx
R editors/blocknote-react/src/__tests__/SearchBox.story.tsx
R editors/blocknote-react/src/blocknote/index.ts
R editors/blocknote-react/src/blocknote/utils.tsx
R editors/blocknote-react/src/components/BlockNoteViewWrapper.tsx
R editors/blocknote-react/src/components/CustomFormattingToolbar.tsx
R editors/blocknote-react/src/components/SearchBox.tsx
R editors/blocknote-react/src/components/images/CustomImageToolbar.tsx
R editors/blocknote-react/src/components/images/ImageFilePanel.tsx
R editors/blocknote-react/src/components/images/ImageSelector.tsx
R editors/blocknote-react/src/components/links/CustomCreateLinkButton.tsx
R editors/blocknote-react/src/components/links/CustomLinkToolbar.tsx
R editors/blocknote-react/src/components/links/LinkEditor.tsx
R editors/blocknote-react/src/hooks.ts
R editors/blocknote-react/src/i18n.ts
R editors/blocknote-react/src/index.tsx
R editors/blocknote-react/src/langs/translation-en.json
R editors/blocknote-react/src/misc/linkSuggest.ts
R editors/blocknote-react/src/translations.ts
R editors/blocknote-react/src/tsdoc-metadata.json
R editors/blocknote-react/tsconfig.json
R editors/blocknote-react/tsdoc.json
R editors/blocknote-react/vite.config.ts
M editors/blocknote/package.json
M editors/blocknote/src/vue/c-edit-blocknote.vue
M editors/blocknote/src/vue/c-realtime-users.vue
M editors/blocknote/src/vue/c-save-status.vue
M editors/blocknote/tsconfig.json
M electron/authentication/authentication-github/authentication-github-main/package.json
M electron/authentication/authentication-github/authentication-github-main/src/index.ts
M electron/authentication/authentication-github/authentication-github-preload/package.json
M electron/authentication/authentication-github/authentication-github-preload/src/index.ts
M electron/authentication/authentication-github/authentication-github-renderer/package.json
M electron/authentication/authentication-github/authentication-github-renderer/src/GitHubAuthenticationManager.ts
M electron/authentication/authentication-github/authentication-github-renderer/src/index.ts
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/src/index.ts
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/src/index.ts
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/src/NextcloudBasicAuthenticationManager.ts
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/src/NextcloudLoginFlowAuthenticationManager.ts
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/src/NextcloudOAuth2AuthenticationManager.ts
M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/src/index.ts
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-main/src/index.ts
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-preload/src/index.ts
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/src/index.ts
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/src/xWikiAuthenticationManager.ts
M electron/browser/package.json
M electron/browser/src/components/browser-api-electron.ts
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/settings/settings-main/etc/cristal-electron-settings-main.api.md
M electron/settings/settings-main/package.json
M electron/settings/settings-main/src/storage.ts
M electron/settings/settings-renderer/package.json
M electron/settings/settings-renderer/tsconfig.json
M electron/storage/package.json
M electron/storage/src/components/FileSystemConfig.ts
M electron/storage/src/components/fileSystemStorage.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/src/electron/preload/index.ts
M extension-manager/etc/cristal-extension-manager.api.md
M extension-manager/package.json
M extension-manager/src/components/componentsInit.ts
M extension-manager/src/components/cristalLoader.ts
M extension-manager/src/components/defaultExtensionManager.ts
M extensions/menubuttons/etc/cristal-extension-menubuttons.api.md
M extensions/menubuttons/package.json
M extensions/menubuttons/src/components/c-menu.vue
M extensions/menubuttons/src/components/componentsInit.ts
M 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 lib/tsconfig.json
M pnpm-lock.yaml
M pnpm-workspace.yaml
M sharedworker/impl/package.json
M sharedworker/impl/src/components/defaultQueueWorker.ts
M sharedworker/impl/src/components/worker.ts
M sharedworker/impl/src/components/workerCristalApp.ts
M skin/etc/cristal-skin.api.md
M skin/package.json
M skin/src/api/uixEditorProvider.ts
M skin/src/components/componentsInit.ts
M skin/src/components/defaultSkinManager.ts
M skin/src/components/defaultUIXEditorProvider.ts
M skin/src/vue/c-admin.vue
M skin/src/vue/c-article.vue
M skin/src/vue/c-config-menu.vue
M skin/src/vue/c-config.vue
M skin/src/vue/c-content.vue
M skin/src/vue/c-document-refresher.vue
M skin/src/vue/c-edit.vue
M skin/src/vue/c-field.vue
M skin/src/vue/c-help.vue
M skin/src/vue/c-page-creation-menu.vue
M skin/src/vue/c-settings-menu.vue
M skin/src/vue/c-sidebar-admin-panel.vue
M skin/src/vue/c-sidebar.vue
M skin/src/vue/c-template.vue
M skin/src/vue/c-uix.vue
M skin/src/vue/contentTools.ts
M skin/src/vue/renderMarkdown.ts
M skin/tsconfig.json
M utils/inversify/package.json
M utils/inversify/tsconfig.json
M web/package.json
M web/src/index.ts
M xwiki/remoteinlineeditor/package.json
M xwiki/remoteinlineeditor/src/components/uixRemoteXWikiEditorProvider.ts
M xwiki/remoteinlineeditor/src/vue/c-edit-xwikiremote.vue
Log Message:
-----------
--wip-- [skip ci]
Commit: 1ee9b95efdbe4620fde39ec257b33271c6042ea8
https://github.com/xwiki-contrib/cristal/commit/1ee9b95efdbe4620fde39ec257b…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-12-01 (Mon, 01 Dec 2025)
Changed paths:
M core/attachments/attachments-ui/src/vue/__tests__/AttachmentsTable.test.ts
M core/backends/backend-xwiki/src/__tests__/xwikiStorage.test.ts
M core/document/document-default/src/__tests__/defaultDocumentService.test.ts
R core/macros/macros-service/api-extractor.json
R core/macros/macros-service/etc/cristal-macros-service.api.md
R core/macros/macros-service/package.json
R core/macros/macros-service/src/componentsInit.ts
R core/macros/macros-service/src/index.ts
R core/macros/macros-service/src/service/default-macros-service.ts
R core/macros/macros-service/src/service/macros-service.ts
R core/macros/macros-service/tsconfig.json
R core/macros/macros-service/tsdoc.json
R core/macros/macros-service/vite.config.ts
R core/macros/macros-service/vitest.config.ts
M core/model/model-reference/model-reference-filesystem/src/__tests__/fileSystemModelReferenceParser.test.ts
M core/model/model-remote-url/model-remote-url-github/src/__tests__/githubRemoteUrlParser.test.ts
M core/model/model-remote-url/model-remote-url-github/src/__tests__/githubRemoteUrlSerializer.test.ts
M core/model/model-remote-url/model-remote-url-nextcloud/src/__tests__/nextcloudRemoteUrlParser.test.ts
M core/model/model-remote-url/model-remote-url-nextcloud/src/__tests__/nextcloudRemoteUrlSerializer.test.ts
M core/settings/settings-default/src/__tests__/defaultSettingsManager.test.ts
M core/uniast/uniast-html/package.json
M core/uniast/uniast-html/src/html/default-uni-ast-to-html-converter.ts
M core/xwiki/xwiki-utils/src/__tests__/utils.test.ts
M editors/blocknote/package.json
M editors/blocknote/src/vue/c-edit-blocknote.vue
M lib/package.json
M lib/src/default/defaultComponentsList.ts
M pnpm-lock.yaml
M pnpm-workspace.yaml
M skin/src/vue/__tests__/c-content.test.ts
M skin/src/vue/__tests__/c-sidebar.test.ts
Log Message:
-----------
--wip-- [skip ci]
Commit: bd48b5a34cdd8db04a1e908249a2637326a3a811
https://github.com/xwiki-contrib/cristal/commit/bd48b5a34cdd8db04a1e908249a…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-12-01 (Mon, 01 Dec 2025)
Changed paths:
M core/attachments/attachments-ui/src/vue/__tests__/AttachmentsTable.test.ts
M core/document/document-default/src/__tests__/defaultDocumentService.test.ts
M core/macros/macros-ast-html-converter/src/html/__tests__/macros-ast-to-html.test.ts
M core/model/model-reference/model-reference-filesystem/src/__tests__/fileSystemModelReferenceParser.test.ts
M core/model/model-reference/model-reference-filesystem/src/__tests__/fileSystemModelReferenceSerializer.test.ts
M core/model/model-reference/model-reference-github/src/__tests__/gitHubModelReferenceParser.test.ts
M core/model/model-reference/model-reference-github/src/__tests__/gitHubModelReferenceSerializer.test.ts
M core/model/model-reference/model-reference-nextcloud/src/__tests__/nextcloudModelReferenceParser.test.ts
M core/model/model-reference/model-reference-nextcloud/src/__tests__/nextcloudModelReferenceSerializer.test.ts
M core/model/model-reference/model-reference-xwiki/src/__tests__/xWikiModelReferenceParser.test.ts
M core/model/model-reference/model-reference-xwiki/src/__tests__/xWikiModelReferenceSerializer.test.ts
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/src/__tests__/fileSystemRemoteURLSerializer.test.ts
M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/src/__tests__/filesystemRemoteURLParser.test.ts
M core/model/model-remote-url/model-remote-url-github/src/__tests__/githubRemoteUrlParser.test.ts
M core/model/model-remote-url/model-remote-url-github/src/__tests__/githubRemoteUrlSerializer.test.ts
M core/model/model-remote-url/model-remote-url-nextcloud/src/__tests__/nextcloudRemoteUrlParser.test.ts
M core/model/model-remote-url/model-remote-url-nextcloud/src/__tests__/nextcloudRemoteUrlSerializer.test.ts
M core/uniast/uniast-html/src/html/__tests__/uniast-to-html.test.ts
M skin/src/vue/__tests__/c-content.test.ts
M skin/src/vue/__tests__/c-sidebar.test.ts
Log Message:
-----------
--wip-- [skip ci]
Commit: 6130019060eaf476686a796af739dab86c63a322
https://github.com/xwiki-contrib/cristal/commit/6130019060eaf476686a796af73…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-12-01 (Mon, 01 Dec 2025)
Changed paths:
M core/attachments/attachments-ui/src/vue/__tests__/AttachmentsTable.test.ts
M core/macros/macros-ast-html-converter/src/html/__tests__/macros-ast-to-html.test.ts
M core/uniast/uniast-html/src/html/__tests__/uniast-to-html.test.ts
Log Message:
-----------
--wip-- [skip ci]
Compare: https://github.com/xwiki-contrib/cristal/compare/f455f6819953...6130019060ea
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1
0
[[email protected]][Issue] Updates for XCOMMONS-3479: Upgrade to TestContainers 2.0.2
by XWiki Notifications 01 Dec '25
by XWiki Notifications 01 Dec '25
01 Dec '25
1
0