Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: d84b9effb9217af84c5596de82d2e19bc4456b8e
https://github.com/xwiki/xwiki-platform/commit/d84b9effb9217af84c5596de82d2…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-icon/iconService.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-icon/plugin.js
M xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-ui/src/main/resources/IconThemesCode/IconPicker.xml
Log Message:
-----------
XWIKI-22537: QuickActionsIT#icon is flickering
* Improve the Icon Service caching and move the icon name filtering server side.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: d69282007e717b37fa23a2bab1be19db1416cf4e
https://github.com/xwiki-contrib/cristal/commit/d69282007e717b37fa23a2bab1b…
Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M core/document/document-api/src/index.ts
M core/document/document-default/src/defaultDocumentService.ts
M core/page-actions/page-actions-ui/package.json
M core/page-actions/page-actions-ui/src/vue/DeletePage.vue
M ds/shoelace/package.json
R ds/shoelace/src/utils/navigation-tree-selection.ts
A ds/shoelace/src/vue/x-navigation-tree-item.vue
M ds/shoelace/src/vue/x-navigation-tree.vue
M ds/vuetify/package.json
M ds/vuetify/src/vue/x-navigation-tree.vue
M editors/tiptap/src/vue/c-edit-tiptap.vue
M pnpm-lock.yaml
M skin/src/vue/c-page-creation-menu.vue
M skin/src/vue/c-sidebar.vue
Log Message:
-----------
CRISTAL-235: Update navigation tree when creating/deleting/updating a page (#434)
* Refactor Shoelace's Navigation Tree to manage updates without observing mutations
* Add events support to DocumentService for page deletion and update
* Implement document change listeners on both Navigation Trees
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/CRISTAL-235
Home: https://github.com/xwiki-contrib/cristal
Commit: 0e2fd03dcf7a1f6cf3a78f330eece93330febc34
https://github.com/xwiki-contrib/cristal/commit/0e2fd03dcf7a1f6cf3a78f330ee…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M api/src/api/cristalApp.ts
M api/src/api/pageAttachment.ts
M api/src/api/storage.ts
M core/attachments/attachments-api/package.json
A core/attachments/attachments-api/src/attachment.ts
A core/attachments/attachments-api/src/attachmentsPreview.ts
A core/attachments/attachments-api/src/attachmentsService.ts
M core/attachments/attachments-api/src/index.ts
M core/attachments/attachments-default/package.json
A core/attachments/attachments-default/src/defaultAttachmentPreview.ts
M core/attachments/attachments-default/src/defaultAttachmentsService.ts
M core/attachments/attachments-default/src/index.ts
M core/attachments/attachments-ui/langs/translation-en.json
M core/attachments/attachments-ui/package.json
A core/attachments/attachments-ui/src/AttachmentPreviewContentAfterUIExtension.ts
M core/attachments/attachments-ui/src/index.ts
A core/attachments/attachments-ui/src/vue/AttachmentPreview.vue
M core/attachments/attachments-ui/src/vue/AttachmentsTab.vue
M core/attachments/attachments-ui/src/vue/AttachmentsTable.vue
M core/authentication/authentication-api/src/userDetails.ts
M core/backends/backend-api/src/abstractStorage.ts
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
A core/date/date-api/package.json
A core/date/date-api/src/componentInit.ts
A core/date/date-api/src/dateService.ts
A core/date/date-api/src/defaultDateService.ts
A core/date/date-api/src/index.ts
A core/date/date-api/tsconfig.json
A core/date/date-api/tsdoc.json
A core/date/date-api/vite.config.ts
A core/date/date-ui/package.json
A core/date/date-ui/src/index.ts
A core/date/date-ui/src/vue/CDate.vue
A core/date/date-ui/tsconfig.json
A core/date/date-ui/vite.config.ts
A core/file-preview/file-preview-ui/langs/translation-en.json
A core/file-preview/file-preview-ui/package.json
A core/file-preview/file-preview-ui/src/index.ts
A core/file-preview/file-preview-ui/src/translations.ts
A core/file-preview/file-preview-ui/src/vue/FilePreview.vue
A core/file-preview/file-preview-ui/src/vue/FileSize.vue
A core/file-preview/file-preview-ui/src/vue/NoPreview.vue
A core/file-preview/file-preview-ui/src/vue/preview/ImageFilePreview.vue
A core/file-preview/file-preview-ui/src/vue/preview/VideoFilePreview.vue
A core/file-preview/file-preview-ui/tsconfig.json
A core/file-preview/file-preview-ui/vite.config.ts
M core/history/history-ui/package.json
M core/history/history-ui/src/vue/HistoryTab.vue
A core/model/model-api/package.json
A core/model/model-api/src/index.ts
A core/model/model-api/tsconfig.json
A core/model/model-api/tsdoc.json
A core/model/model-api/vite.config.ts
A core/model/model-click-listener/package.json
A core/model/model-click-listener/src/DefaultClickListener.ts
A core/model/model-click-listener/src/clickListener.ts
A core/model/model-click-listener/src/componentInit.ts
A core/model/model-click-listener/src/index.ts
A core/model/model-click-listener/tsconfig.json
A core/model/model-click-listener/tsdoc.json
A core/model/model-click-listener/vite.config.ts
A core/model/model-local-url/package.json
A core/model/model-local-url/src/componentInit.ts
A core/model/model-local-url/src/defaultLocalURLParser.ts
A core/model/model-local-url/src/defaultLocalURLSerializer.ts
A core/model/model-local-url/src/index.ts
A core/model/model-local-url/src/localURLParser.ts
A core/model/model-local-url/src/localURLSerializer.ts
A core/model/model-local-url/tsconfig.json
A core/model/model-local-url/tsdoc.json
A core/model/model-local-url/vite.config.ts
A core/model/model-reference/model-reference-api/package.json
A core/model/model-reference/model-reference-api/src/componentInit.ts
A core/model/model-reference/model-reference-api/src/defaultModelReferenceParserProvider.ts
A core/model/model-reference/model-reference-api/src/defaultModelReferenceSerializerProvider.ts
A core/model/model-reference/model-reference-api/src/index.ts
A core/model/model-reference/model-reference-api/src/modelReferenceParser.ts
A core/model/model-reference/model-reference-api/src/modelReferenceParserProvider.ts
A core/model/model-reference/model-reference-api/src/modelReferenceSerializer.ts
A core/model/model-reference/model-reference-api/src/modelReferenceSerializerProvider.ts
A core/model/model-reference/model-reference-api/tsconfig.json
A core/model/model-reference/model-reference-api/tsdoc.json
A core/model/model-reference/model-reference-api/vite.config.ts
A core/model/model-reference/model-reference-filesystem/package.json
A core/model/model-reference/model-reference-filesystem/src/componentInit.ts
A core/model/model-reference/model-reference-filesystem/src/filesystemModelReferenceParser.ts
A core/model/model-reference/model-reference-filesystem/src/filesystemModelReferenceSerializer.ts
A core/model/model-reference/model-reference-filesystem/src/index.ts
A core/model/model-reference/model-reference-filesystem/tsconfig.json
A core/model/model-reference/model-reference-filesystem/tsdoc.json
A core/model/model-reference/model-reference-filesystem/vite.config.ts
A core/model/model-reference/model-reference-nextcloud/package.json
A core/model/model-reference/model-reference-nextcloud/src/componentInit.ts
A core/model/model-reference/model-reference-nextcloud/src/index.ts
A core/model/model-reference/model-reference-nextcloud/src/nextcloudModelReferenceParser.ts
A core/model/model-reference/model-reference-nextcloud/src/nextcloudModelReferenceSerializer.ts
A core/model/model-reference/model-reference-nextcloud/tsconfig.json
A core/model/model-reference/model-reference-nextcloud/tsdoc.json
A core/model/model-reference/model-reference-nextcloud/vite.config.ts
A core/model/model-reference/model-reference-xwiki/package.json
A core/model/model-reference/model-reference-xwiki/src/__tests__/defaultLocalURLSerializer.test.ts
A core/model/model-reference/model-reference-xwiki/src/componentInit.ts
A core/model/model-reference/model-reference-xwiki/src/index.ts
A core/model/model-reference/model-reference-xwiki/src/xWikiModelReferenceParser.ts
A core/model/model-reference/model-reference-xwiki/src/xWikiModelReferenceSerializer.ts
A core/model/model-reference/model-reference-xwiki/tsconfig.json
A core/model/model-reference/model-reference-xwiki/tsdoc.json
A core/model/model-reference/model-reference-xwiki/vite.config.ts
A core/model/model-remote-url/model-remote-url-api/package.json
A core/model/model-remote-url/model-remote-url-api/src/componentInit.ts
A core/model/model-remote-url/model-remote-url-api/src/defaultRemoteURLParserProvider.ts
A core/model/model-remote-url/model-remote-url-api/src/defaultRemoteURLSerializerProvider.ts
A core/model/model-remote-url/model-remote-url-api/src/index.ts
A core/model/model-remote-url/model-remote-url-api/src/remoteURLParser.ts
A core/model/model-remote-url/model-remote-url-api/src/remoteURLParserProvider.ts
A core/model/model-remote-url/model-remote-url-api/src/remoteURLSerializer.ts
A core/model/model-remote-url/model-remote-url-api/src/remoteURLSerializerProvider.ts
A core/model/model-remote-url/model-remote-url-api/tsconfig.json
A core/model/model-remote-url/model-remote-url-api/tsdoc.json
A core/model/model-remote-url/model-remote-url-api/vite.config.ts
A core/model/model-remote-url/model-remote-url-filesystem/package.json
A core/model/model-remote-url/model-remote-url-filesystem/src/componentInit.ts
A core/model/model-remote-url/model-remote-url-filesystem/src/filesystemRemoteURLParser.ts
A core/model/model-remote-url/model-remote-url-filesystem/src/filesystemRemoteURLSerializer.ts
A core/model/model-remote-url/model-remote-url-filesystem/src/index.ts
A core/model/model-remote-url/model-remote-url-filesystem/tsconfig.json
A core/model/model-remote-url/model-remote-url-filesystem/tsdoc.json
A core/model/model-remote-url/model-remote-url-filesystem/vite.config.ts
A core/model/model-remote-url/model-remote-url-nextcloud/package.json
A core/model/model-remote-url/model-remote-url-nextcloud/src/componentInit.ts
A core/model/model-remote-url/model-remote-url-nextcloud/src/index.ts
A core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLParser.ts
A core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLSerializer.ts
A core/model/model-remote-url/model-remote-url-nextcloud/tsconfig.json
A core/model/model-remote-url/model-remote-url-nextcloud/tsdoc.json
A core/model/model-remote-url/model-remote-url-nextcloud/vite.config.ts
A core/model/model-remote-url/model-remote-url-xwiki/package.json
A core/model/model-remote-url/model-remote-url-xwiki/src/componentInit.ts
A core/model/model-remote-url/model-remote-url-xwiki/src/index.ts
A core/model/model-remote-url/model-remote-url-xwiki/src/xWikiRemoteURLParser.ts
A core/model/model-remote-url/model-remote-url-xwiki/src/xWikiRemoteURLSerializer.ts
A core/model/model-remote-url/model-remote-url-xwiki/tsconfig.json
A core/model/model-remote-url/model-remote-url-xwiki/tsdoc.json
A core/model/model-remote-url/model-remote-url-xwiki/vite.config.ts
M core/page-actions/page-actions-ui/src/vue/DeletePage.vue
A core/user/user-ui/package.json
A core/user/user-ui/src/index.ts
A core/user/user-ui/src/vue/CUser.vue
A core/user/user-ui/tsconfig.json
A core/user/user-ui/vite.config.ts
A core/user/user-ui/vitest.config.ts
M electron/renderer/package.json
M electron/renderer/src/index.ts
M electron/storage/package.json
M electron/storage/src/components/fileSystemStorage.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 lib/package.json
M lib/src/components/DefaultCristalApp.ts
M lib/src/staticBuild.ts
M pnpm-lock.yaml
M pnpm-workspace.yaml
M skin/package.json
M skin/src/vue/c-content.vue
M skin/src/vue/contentTools.ts
M tsdoc.json
Log Message:
-----------
CRISTAL-274: Allow attachments to be previewed (#426)
Co-authored-by: Thiago Krieck <thiago.krieck(a)xwiki.com>
Commit: 866ad05e2f7104dc0a7a252993385ab456f1ac4f
https://github.com/xwiki-contrib/cristal/commit/866ad05e2f7104dc0a7a2529933…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M .github/renovate.json5
M Jenkinsfile
M api/src/api/attachmentsData.ts
M core/attachments/attachments-api/src/attachmentsPreview.ts
M core/attachments/attachments-api/src/attachmentsService.ts
M core/attachments/attachments-default/src/defaultAttachmentPreview.ts
M core/attachments/attachments-ui/src/AttachmentPreviewContentAfterUIExtension.ts
M core/attachments/attachments-ui/src/AttachmentsInfoAction.ts
M core/attachments/attachments-ui/src/vue/AttachmentPreview.vue
M core/authentication/authentication-ui/src/LoggedInMenuUIExtension.ts
M core/authentication/authentication-ui/src/LoginMenuUIExtension.ts
M core/authentication/authentication-xwiki/src/XWikiAuthenticationManager.ts
M core/authentication/authentication-xwiki/src/index.ts
M core/backends/backend-nextcloud/src/NextcloudWikiConfig.ts
M core/backends/backend-xwiki/src/__tests__/xwikiStorage.test.ts
M core/date/date-api/src/componentInit.ts
M core/date/date-api/src/dateService.ts
M core/date/date-api/src/defaultDateService.ts
M core/date/date-api/src/index.ts
M core/date/date-ui/src/index.ts
M core/document/document-default/src/defaultDocumentService.ts
M core/extra-tabs/extra-tabs-ui/src/index.ts
M core/file-preview/file-preview-ui/src/index.ts
M core/info-actions/info-actions-api/src/index.ts
M core/info-actions/info-actions-default/src/DefaultInfoActionsService.ts
M core/info-actions/info-actions-default/src/index.ts
M core/info-actions/info-actions-ui/src/index.ts
M core/info-actions/info-actions-ui/src/vue/__tests__/InfoAction.test.ts
M core/link-suggest/link-suggest-api/src/DefaultLinkSuggestServiceProvider.ts
M core/link-suggest/link-suggest-api/src/LinkSuggestServiceProvider.ts
M core/link-suggest/link-suggest-api/src/linkSuggestService.ts
M core/link-suggest/link-suggest-nextcloud/src/index.ts
M core/link-suggest/link-suggest-nextcloud/src/nextcloudLinkSuggestService.ts
M core/model/model-click-listener/src/clickListener.ts
M core/model/model-click-listener/src/componentInit.ts
M core/model/model-click-listener/src/index.ts
M core/model/model-click-listener/vite.config.ts
M core/model/model-local-url/src/componentInit.ts
M core/model/model-local-url/src/defaultLocalURLParser.ts
M core/model/model-local-url/src/defaultLocalURLSerializer.ts
M core/model/model-local-url/src/index.ts
M core/model/model-local-url/src/localURLParser.ts
M core/model/model-local-url/src/localURLSerializer.ts
M core/model/model-reference/model-reference-api/src/componentInit.ts
M core/model/model-reference/model-reference-api/src/defaultModelReferenceParserProvider.ts
M core/model/model-reference/model-reference-api/src/defaultModelReferenceSerializerProvider.ts
M core/model/model-reference/model-reference-api/src/index.ts
M core/model/model-reference/model-reference-api/src/modelReferenceParser.ts
M core/model/model-reference/model-reference-api/src/modelReferenceParserProvider.ts
M core/model/model-reference/model-reference-api/src/modelReferenceSerializer.ts
M core/model/model-reference/model-reference-api/src/modelReferenceSerializerProvider.ts
M core/model/model-reference/model-reference-filesystem/src/componentInit.ts
M core/model/model-reference/model-reference-filesystem/src/filesystemModelReferenceSerializer.ts
M core/model/model-reference/model-reference-nextcloud/src/componentInit.ts
M core/model/model-reference/model-reference-nextcloud/src/nextcloudModelReferenceSerializer.ts
M core/model/model-reference/model-reference-xwiki/src/__tests__/defaultLocalURLSerializer.test.ts
M core/model/model-reference/model-reference-xwiki/src/componentInit.ts
M core/model/model-reference/model-reference-xwiki/src/xWikiModelReferenceSerializer.ts
M core/model/model-remote-url/model-remote-url-api/src/componentInit.ts
M core/model/model-remote-url/model-remote-url-api/src/defaultRemoteURLParserProvider.ts
M core/model/model-remote-url/model-remote-url-api/src/defaultRemoteURLSerializerProvider.ts
M core/model/model-remote-url/model-remote-url-api/src/index.ts
M core/model/model-remote-url/model-remote-url-api/src/remoteURLParser.ts
M core/model/model-remote-url/model-remote-url-api/src/remoteURLParserProvider.ts
M core/model/model-remote-url/model-remote-url-api/src/remoteURLSerializer.ts
M core/model/model-remote-url/model-remote-url-api/src/remoteURLSerializerProvider.ts
M core/model/model-remote-url/model-remote-url-filesystem/src/componentInit.ts
M core/model/model-remote-url/model-remote-url-filesystem/src/filesystemRemoteURLParser.ts
M core/model/model-remote-url/model-remote-url-filesystem/src/filesystemRemoteURLSerializer.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/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
M core/uiextension/uiextension-api/src/index.ts
M core/uiextension/uiextension-default/src/DefaultUIExtensionsManager.ts
M core/uiextension/uiextension-ui/src/index.ts
M core/user/user-ui/src/index.ts
M core/user/user-ui/vite.config.ts
M core/user/user-ui/vitest.config.ts
M dev/test-utils/src/index.ts
M ds/shoelace/src/vue/css/style.css
M ds/vuetify/src/vue/__tests__/x-btn.test.ts
M ds/vuetify/src/vue/css/style.css
M editors/tiptap/src/extensions/collaboration.ts
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/src/index.ts
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/src/xWikiAuthenticationManager.ts
M electron/renderer/src/index.ts
M lib/src/components/DefaultCristalApp.ts
M skin/src/components/sidebar-actions/ConfigMenuUIExtension.ts
M skin/src/composables/mouse.ts
M skin/src/composables/viewport.ts
M skin/src/css/main.css
M web/e2e/main-page.spec.ts
M web/e2e/pageObjects/HistoryExtraTab.ts
M web/e2e/pageObjects/NavigationTree.ts
Log Message:
-----------
[Misc] Add missing licence header
Commit: 06802cf5dd01b195874af37e21d34e18c9d62180
https://github.com/xwiki-contrib/cristal/commit/06802cf5dd01b195874af37e21d…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M .github/renovate.json5
M Jenkinsfile
M api/src/api/attachmentsData.ts
M api/src/api/cristalApp.ts
M api/src/api/pageAttachment.ts
M api/src/api/storage.ts
M core/attachments/attachments-api/package.json
A core/attachments/attachments-api/src/attachment.ts
A core/attachments/attachments-api/src/attachmentsPreview.ts
A core/attachments/attachments-api/src/attachmentsService.ts
M core/attachments/attachments-api/src/index.ts
M core/attachments/attachments-default/package.json
A core/attachments/attachments-default/src/defaultAttachmentPreview.ts
M core/attachments/attachments-default/src/defaultAttachmentsService.ts
M core/attachments/attachments-default/src/index.ts
M core/attachments/attachments-ui/langs/translation-en.json
M core/attachments/attachments-ui/package.json
A core/attachments/attachments-ui/src/AttachmentPreviewContentAfterUIExtension.ts
M core/attachments/attachments-ui/src/AttachmentsInfoAction.ts
M core/attachments/attachments-ui/src/index.ts
A core/attachments/attachments-ui/src/vue/AttachmentPreview.vue
M core/attachments/attachments-ui/src/vue/AttachmentsTab.vue
M core/attachments/attachments-ui/src/vue/AttachmentsTable.vue
M core/authentication/authentication-api/src/userDetails.ts
M core/authentication/authentication-ui/src/LoggedInMenuUIExtension.ts
M core/authentication/authentication-ui/src/LoginMenuUIExtension.ts
M core/authentication/authentication-xwiki/src/XWikiAuthenticationManager.ts
M core/authentication/authentication-xwiki/src/index.ts
M core/backends/backend-api/src/abstractStorage.ts
M core/backends/backend-dexie/src/wrappingOfflineStorage.ts
M core/backends/backend-github/src/githubStorage.ts
M core/backends/backend-nextcloud/src/NextcloudWikiConfig.ts
M core/backends/backend-nextcloud/src/nextcloudStorage.ts
M core/backends/backend-xwiki/src/__tests__/xwikiStorage.test.ts
M core/backends/backend-xwiki/src/xwikiStorage.ts
A core/date/date-api/package.json
A core/date/date-api/src/componentInit.ts
A core/date/date-api/src/dateService.ts
A core/date/date-api/src/defaultDateService.ts
A core/date/date-api/src/index.ts
A core/date/date-api/tsconfig.json
A core/date/date-api/tsdoc.json
A core/date/date-api/vite.config.ts
A core/date/date-ui/package.json
A core/date/date-ui/src/index.ts
A core/date/date-ui/src/vue/CDate.vue
A core/date/date-ui/tsconfig.json
A core/date/date-ui/vite.config.ts
M core/document/document-default/src/defaultDocumentService.ts
M core/extra-tabs/extra-tabs-ui/src/index.ts
A core/file-preview/file-preview-ui/langs/translation-en.json
A core/file-preview/file-preview-ui/package.json
A core/file-preview/file-preview-ui/src/index.ts
A core/file-preview/file-preview-ui/src/translations.ts
A core/file-preview/file-preview-ui/src/vue/FilePreview.vue
A core/file-preview/file-preview-ui/src/vue/FileSize.vue
A core/file-preview/file-preview-ui/src/vue/NoPreview.vue
A core/file-preview/file-preview-ui/src/vue/preview/ImageFilePreview.vue
A core/file-preview/file-preview-ui/src/vue/preview/VideoFilePreview.vue
A core/file-preview/file-preview-ui/tsconfig.json
A core/file-preview/file-preview-ui/vite.config.ts
M core/history/history-ui/package.json
M core/history/history-ui/src/vue/HistoryTab.vue
M core/info-actions/info-actions-api/src/index.ts
M core/info-actions/info-actions-default/src/DefaultInfoActionsService.ts
M core/info-actions/info-actions-default/src/index.ts
M core/info-actions/info-actions-ui/src/index.ts
M core/info-actions/info-actions-ui/src/vue/__tests__/InfoAction.test.ts
M core/link-suggest/link-suggest-api/src/DefaultLinkSuggestServiceProvider.ts
M core/link-suggest/link-suggest-api/src/LinkSuggestServiceProvider.ts
M core/link-suggest/link-suggest-api/src/linkSuggestService.ts
M core/link-suggest/link-suggest-nextcloud/src/index.ts
M core/link-suggest/link-suggest-nextcloud/src/nextcloudLinkSuggestService.ts
A core/model/model-api/package.json
A core/model/model-api/src/index.ts
A core/model/model-api/tsconfig.json
A core/model/model-api/tsdoc.json
A core/model/model-api/vite.config.ts
A core/model/model-click-listener/package.json
A core/model/model-click-listener/src/DefaultClickListener.ts
A core/model/model-click-listener/src/clickListener.ts
A core/model/model-click-listener/src/componentInit.ts
A core/model/model-click-listener/src/index.ts
A core/model/model-click-listener/tsconfig.json
A core/model/model-click-listener/tsdoc.json
A core/model/model-click-listener/vite.config.ts
A core/model/model-local-url/package.json
A core/model/model-local-url/src/componentInit.ts
A core/model/model-local-url/src/defaultLocalURLParser.ts
A core/model/model-local-url/src/defaultLocalURLSerializer.ts
A core/model/model-local-url/src/index.ts
A core/model/model-local-url/src/localURLParser.ts
A core/model/model-local-url/src/localURLSerializer.ts
A core/model/model-local-url/tsconfig.json
A core/model/model-local-url/tsdoc.json
A core/model/model-local-url/vite.config.ts
A core/model/model-reference/model-reference-api/package.json
A core/model/model-reference/model-reference-api/src/componentInit.ts
A core/model/model-reference/model-reference-api/src/defaultModelReferenceParserProvider.ts
A core/model/model-reference/model-reference-api/src/defaultModelReferenceSerializerProvider.ts
A core/model/model-reference/model-reference-api/src/index.ts
A core/model/model-reference/model-reference-api/src/modelReferenceParser.ts
A core/model/model-reference/model-reference-api/src/modelReferenceParserProvider.ts
A core/model/model-reference/model-reference-api/src/modelReferenceSerializer.ts
A core/model/model-reference/model-reference-api/src/modelReferenceSerializerProvider.ts
A core/model/model-reference/model-reference-api/tsconfig.json
A core/model/model-reference/model-reference-api/tsdoc.json
A core/model/model-reference/model-reference-api/vite.config.ts
A core/model/model-reference/model-reference-filesystem/package.json
A core/model/model-reference/model-reference-filesystem/src/componentInit.ts
A core/model/model-reference/model-reference-filesystem/src/filesystemModelReferenceParser.ts
A core/model/model-reference/model-reference-filesystem/src/filesystemModelReferenceSerializer.ts
A core/model/model-reference/model-reference-filesystem/src/index.ts
A core/model/model-reference/model-reference-filesystem/tsconfig.json
A core/model/model-reference/model-reference-filesystem/tsdoc.json
A core/model/model-reference/model-reference-filesystem/vite.config.ts
A core/model/model-reference/model-reference-nextcloud/package.json
A core/model/model-reference/model-reference-nextcloud/src/componentInit.ts
A core/model/model-reference/model-reference-nextcloud/src/index.ts
A core/model/model-reference/model-reference-nextcloud/src/nextcloudModelReferenceParser.ts
A core/model/model-reference/model-reference-nextcloud/src/nextcloudModelReferenceSerializer.ts
A core/model/model-reference/model-reference-nextcloud/tsconfig.json
A core/model/model-reference/model-reference-nextcloud/tsdoc.json
A core/model/model-reference/model-reference-nextcloud/vite.config.ts
A core/model/model-reference/model-reference-xwiki/package.json
A core/model/model-reference/model-reference-xwiki/src/__tests__/defaultLocalURLSerializer.test.ts
A core/model/model-reference/model-reference-xwiki/src/componentInit.ts
A core/model/model-reference/model-reference-xwiki/src/index.ts
A core/model/model-reference/model-reference-xwiki/src/xWikiModelReferenceParser.ts
A core/model/model-reference/model-reference-xwiki/src/xWikiModelReferenceSerializer.ts
A core/model/model-reference/model-reference-xwiki/tsconfig.json
A core/model/model-reference/model-reference-xwiki/tsdoc.json
A core/model/model-reference/model-reference-xwiki/vite.config.ts
A core/model/model-remote-url/model-remote-url-api/package.json
A core/model/model-remote-url/model-remote-url-api/src/componentInit.ts
A core/model/model-remote-url/model-remote-url-api/src/defaultRemoteURLParserProvider.ts
A core/model/model-remote-url/model-remote-url-api/src/defaultRemoteURLSerializerProvider.ts
A core/model/model-remote-url/model-remote-url-api/src/index.ts
A core/model/model-remote-url/model-remote-url-api/src/remoteURLParser.ts
A core/model/model-remote-url/model-remote-url-api/src/remoteURLParserProvider.ts
A core/model/model-remote-url/model-remote-url-api/src/remoteURLSerializer.ts
A core/model/model-remote-url/model-remote-url-api/src/remoteURLSerializerProvider.ts
A core/model/model-remote-url/model-remote-url-api/tsconfig.json
A core/model/model-remote-url/model-remote-url-api/tsdoc.json
A core/model/model-remote-url/model-remote-url-api/vite.config.ts
A core/model/model-remote-url/model-remote-url-filesystem/package.json
A core/model/model-remote-url/model-remote-url-filesystem/src/componentInit.ts
A core/model/model-remote-url/model-remote-url-filesystem/src/filesystemRemoteURLParser.ts
A core/model/model-remote-url/model-remote-url-filesystem/src/filesystemRemoteURLSerializer.ts
A core/model/model-remote-url/model-remote-url-filesystem/src/index.ts
A core/model/model-remote-url/model-remote-url-filesystem/tsconfig.json
A core/model/model-remote-url/model-remote-url-filesystem/tsdoc.json
A core/model/model-remote-url/model-remote-url-filesystem/vite.config.ts
A core/model/model-remote-url/model-remote-url-nextcloud/package.json
A core/model/model-remote-url/model-remote-url-nextcloud/src/componentInit.ts
A core/model/model-remote-url/model-remote-url-nextcloud/src/index.ts
A core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLParser.ts
A core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLSerializer.ts
A core/model/model-remote-url/model-remote-url-nextcloud/tsconfig.json
A core/model/model-remote-url/model-remote-url-nextcloud/tsdoc.json
A core/model/model-remote-url/model-remote-url-nextcloud/vite.config.ts
A core/model/model-remote-url/model-remote-url-xwiki/package.json
A core/model/model-remote-url/model-remote-url-xwiki/src/componentInit.ts
A core/model/model-remote-url/model-remote-url-xwiki/src/index.ts
A core/model/model-remote-url/model-remote-url-xwiki/src/xWikiRemoteURLParser.ts
A core/model/model-remote-url/model-remote-url-xwiki/src/xWikiRemoteURLSerializer.ts
A core/model/model-remote-url/model-remote-url-xwiki/tsconfig.json
A core/model/model-remote-url/model-remote-url-xwiki/tsdoc.json
A core/model/model-remote-url/model-remote-url-xwiki/vite.config.ts
M core/page-actions/page-actions-ui/src/vue/DeletePage.vue
M core/uiextension/uiextension-api/src/index.ts
M core/uiextension/uiextension-default/src/DefaultUIExtensionsManager.ts
M core/uiextension/uiextension-ui/src/index.ts
A core/user/user-ui/package.json
A core/user/user-ui/src/index.ts
A core/user/user-ui/src/vue/CUser.vue
A core/user/user-ui/tsconfig.json
A core/user/user-ui/vite.config.ts
A core/user/user-ui/vitest.config.ts
M dev/test-utils/src/index.ts
M ds/shoelace/src/vue/css/style.css
M ds/vuetify/src/vue/__tests__/x-btn.test.ts
M ds/vuetify/src/vue/css/style.css
M editors/tiptap/src/extensions/collaboration.ts
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/src/index.ts
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/src/xWikiAuthenticationManager.ts
M electron/renderer/package.json
M electron/renderer/src/index.ts
M electron/storage/package.json
M electron/storage/src/components/fileSystemStorage.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 lib/package.json
M lib/src/components/DefaultCristalApp.ts
M lib/src/staticBuild.ts
M pnpm-lock.yaml
M pnpm-workspace.yaml
M skin/package.json
M skin/src/components/sidebar-actions/ConfigMenuUIExtension.ts
M skin/src/composables/mouse.ts
M skin/src/composables/viewport.ts
M skin/src/css/main.css
M skin/src/vue/c-content.vue
M skin/src/vue/contentTools.ts
M tsdoc.json
M web/e2e/main-page.spec.ts
M web/e2e/pageObjects/HistoryExtraTab.ts
M web/e2e/pageObjects/NavigationTree.ts
Log Message:
-----------
Merge remote-tracking branch 'origin/main' into CRISTAL-235
Compare: https://github.com/xwiki-contrib/cristal/compare/7f17e6d01624...06802cf5dd01
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: 866ad05e2f7104dc0a7a252993385ab456f1ac4f
https://github.com/xwiki-contrib/cristal/commit/866ad05e2f7104dc0a7a2529933…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M .github/renovate.json5
M Jenkinsfile
M api/src/api/attachmentsData.ts
M core/attachments/attachments-api/src/attachmentsPreview.ts
M core/attachments/attachments-api/src/attachmentsService.ts
M core/attachments/attachments-default/src/defaultAttachmentPreview.ts
M core/attachments/attachments-ui/src/AttachmentPreviewContentAfterUIExtension.ts
M core/attachments/attachments-ui/src/AttachmentsInfoAction.ts
M core/attachments/attachments-ui/src/vue/AttachmentPreview.vue
M core/authentication/authentication-ui/src/LoggedInMenuUIExtension.ts
M core/authentication/authentication-ui/src/LoginMenuUIExtension.ts
M core/authentication/authentication-xwiki/src/XWikiAuthenticationManager.ts
M core/authentication/authentication-xwiki/src/index.ts
M core/backends/backend-nextcloud/src/NextcloudWikiConfig.ts
M core/backends/backend-xwiki/src/__tests__/xwikiStorage.test.ts
M core/date/date-api/src/componentInit.ts
M core/date/date-api/src/dateService.ts
M core/date/date-api/src/defaultDateService.ts
M core/date/date-api/src/index.ts
M core/date/date-ui/src/index.ts
M core/document/document-default/src/defaultDocumentService.ts
M core/extra-tabs/extra-tabs-ui/src/index.ts
M core/file-preview/file-preview-ui/src/index.ts
M core/info-actions/info-actions-api/src/index.ts
M core/info-actions/info-actions-default/src/DefaultInfoActionsService.ts
M core/info-actions/info-actions-default/src/index.ts
M core/info-actions/info-actions-ui/src/index.ts
M core/info-actions/info-actions-ui/src/vue/__tests__/InfoAction.test.ts
M core/link-suggest/link-suggest-api/src/DefaultLinkSuggestServiceProvider.ts
M core/link-suggest/link-suggest-api/src/LinkSuggestServiceProvider.ts
M core/link-suggest/link-suggest-api/src/linkSuggestService.ts
M core/link-suggest/link-suggest-nextcloud/src/index.ts
M core/link-suggest/link-suggest-nextcloud/src/nextcloudLinkSuggestService.ts
M core/model/model-click-listener/src/clickListener.ts
M core/model/model-click-listener/src/componentInit.ts
M core/model/model-click-listener/src/index.ts
M core/model/model-click-listener/vite.config.ts
M core/model/model-local-url/src/componentInit.ts
M core/model/model-local-url/src/defaultLocalURLParser.ts
M core/model/model-local-url/src/defaultLocalURLSerializer.ts
M core/model/model-local-url/src/index.ts
M core/model/model-local-url/src/localURLParser.ts
M core/model/model-local-url/src/localURLSerializer.ts
M core/model/model-reference/model-reference-api/src/componentInit.ts
M core/model/model-reference/model-reference-api/src/defaultModelReferenceParserProvider.ts
M core/model/model-reference/model-reference-api/src/defaultModelReferenceSerializerProvider.ts
M core/model/model-reference/model-reference-api/src/index.ts
M core/model/model-reference/model-reference-api/src/modelReferenceParser.ts
M core/model/model-reference/model-reference-api/src/modelReferenceParserProvider.ts
M core/model/model-reference/model-reference-api/src/modelReferenceSerializer.ts
M core/model/model-reference/model-reference-api/src/modelReferenceSerializerProvider.ts
M core/model/model-reference/model-reference-filesystem/src/componentInit.ts
M core/model/model-reference/model-reference-filesystem/src/filesystemModelReferenceSerializer.ts
M core/model/model-reference/model-reference-nextcloud/src/componentInit.ts
M core/model/model-reference/model-reference-nextcloud/src/nextcloudModelReferenceSerializer.ts
M core/model/model-reference/model-reference-xwiki/src/__tests__/defaultLocalURLSerializer.test.ts
M core/model/model-reference/model-reference-xwiki/src/componentInit.ts
M core/model/model-reference/model-reference-xwiki/src/xWikiModelReferenceSerializer.ts
M core/model/model-remote-url/model-remote-url-api/src/componentInit.ts
M core/model/model-remote-url/model-remote-url-api/src/defaultRemoteURLParserProvider.ts
M core/model/model-remote-url/model-remote-url-api/src/defaultRemoteURLSerializerProvider.ts
M core/model/model-remote-url/model-remote-url-api/src/index.ts
M core/model/model-remote-url/model-remote-url-api/src/remoteURLParser.ts
M core/model/model-remote-url/model-remote-url-api/src/remoteURLParserProvider.ts
M core/model/model-remote-url/model-remote-url-api/src/remoteURLSerializer.ts
M core/model/model-remote-url/model-remote-url-api/src/remoteURLSerializerProvider.ts
M core/model/model-remote-url/model-remote-url-filesystem/src/componentInit.ts
M core/model/model-remote-url/model-remote-url-filesystem/src/filesystemRemoteURLParser.ts
M core/model/model-remote-url/model-remote-url-filesystem/src/filesystemRemoteURLSerializer.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/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
M core/uiextension/uiextension-api/src/index.ts
M core/uiextension/uiextension-default/src/DefaultUIExtensionsManager.ts
M core/uiextension/uiextension-ui/src/index.ts
M core/user/user-ui/src/index.ts
M core/user/user-ui/vite.config.ts
M core/user/user-ui/vitest.config.ts
M dev/test-utils/src/index.ts
M ds/shoelace/src/vue/css/style.css
M ds/vuetify/src/vue/__tests__/x-btn.test.ts
M ds/vuetify/src/vue/css/style.css
M editors/tiptap/src/extensions/collaboration.ts
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/src/index.ts
M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/src/xWikiAuthenticationManager.ts
M electron/renderer/src/index.ts
M lib/src/components/DefaultCristalApp.ts
M skin/src/components/sidebar-actions/ConfigMenuUIExtension.ts
M skin/src/composables/mouse.ts
M skin/src/composables/viewport.ts
M skin/src/css/main.css
M web/e2e/main-page.spec.ts
M web/e2e/pageObjects/HistoryExtraTab.ts
M web/e2e/pageObjects/NavigationTree.ts
Log Message:
-----------
[Misc] Add missing licence header
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/main
Home: https://github.com/xwiki-contrib/cristal
Commit: 0e2fd03dcf7a1f6cf3a78f330eece93330febc34
https://github.com/xwiki-contrib/cristal/commit/0e2fd03dcf7a1f6cf3a78f330ee…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M api/src/api/cristalApp.ts
M api/src/api/pageAttachment.ts
M api/src/api/storage.ts
M core/attachments/attachments-api/package.json
A core/attachments/attachments-api/src/attachment.ts
A core/attachments/attachments-api/src/attachmentsPreview.ts
A core/attachments/attachments-api/src/attachmentsService.ts
M core/attachments/attachments-api/src/index.ts
M core/attachments/attachments-default/package.json
A core/attachments/attachments-default/src/defaultAttachmentPreview.ts
M core/attachments/attachments-default/src/defaultAttachmentsService.ts
M core/attachments/attachments-default/src/index.ts
M core/attachments/attachments-ui/langs/translation-en.json
M core/attachments/attachments-ui/package.json
A core/attachments/attachments-ui/src/AttachmentPreviewContentAfterUIExtension.ts
M core/attachments/attachments-ui/src/index.ts
A core/attachments/attachments-ui/src/vue/AttachmentPreview.vue
M core/attachments/attachments-ui/src/vue/AttachmentsTab.vue
M core/attachments/attachments-ui/src/vue/AttachmentsTable.vue
M core/authentication/authentication-api/src/userDetails.ts
M core/backends/backend-api/src/abstractStorage.ts
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
A core/date/date-api/package.json
A core/date/date-api/src/componentInit.ts
A core/date/date-api/src/dateService.ts
A core/date/date-api/src/defaultDateService.ts
A core/date/date-api/src/index.ts
A core/date/date-api/tsconfig.json
A core/date/date-api/tsdoc.json
A core/date/date-api/vite.config.ts
A core/date/date-ui/package.json
A core/date/date-ui/src/index.ts
A core/date/date-ui/src/vue/CDate.vue
A core/date/date-ui/tsconfig.json
A core/date/date-ui/vite.config.ts
A core/file-preview/file-preview-ui/langs/translation-en.json
A core/file-preview/file-preview-ui/package.json
A core/file-preview/file-preview-ui/src/index.ts
A core/file-preview/file-preview-ui/src/translations.ts
A core/file-preview/file-preview-ui/src/vue/FilePreview.vue
A core/file-preview/file-preview-ui/src/vue/FileSize.vue
A core/file-preview/file-preview-ui/src/vue/NoPreview.vue
A core/file-preview/file-preview-ui/src/vue/preview/ImageFilePreview.vue
A core/file-preview/file-preview-ui/src/vue/preview/VideoFilePreview.vue
A core/file-preview/file-preview-ui/tsconfig.json
A core/file-preview/file-preview-ui/vite.config.ts
M core/history/history-ui/package.json
M core/history/history-ui/src/vue/HistoryTab.vue
A core/model/model-api/package.json
A core/model/model-api/src/index.ts
A core/model/model-api/tsconfig.json
A core/model/model-api/tsdoc.json
A core/model/model-api/vite.config.ts
A core/model/model-click-listener/package.json
A core/model/model-click-listener/src/DefaultClickListener.ts
A core/model/model-click-listener/src/clickListener.ts
A core/model/model-click-listener/src/componentInit.ts
A core/model/model-click-listener/src/index.ts
A core/model/model-click-listener/tsconfig.json
A core/model/model-click-listener/tsdoc.json
A core/model/model-click-listener/vite.config.ts
A core/model/model-local-url/package.json
A core/model/model-local-url/src/componentInit.ts
A core/model/model-local-url/src/defaultLocalURLParser.ts
A core/model/model-local-url/src/defaultLocalURLSerializer.ts
A core/model/model-local-url/src/index.ts
A core/model/model-local-url/src/localURLParser.ts
A core/model/model-local-url/src/localURLSerializer.ts
A core/model/model-local-url/tsconfig.json
A core/model/model-local-url/tsdoc.json
A core/model/model-local-url/vite.config.ts
A core/model/model-reference/model-reference-api/package.json
A core/model/model-reference/model-reference-api/src/componentInit.ts
A core/model/model-reference/model-reference-api/src/defaultModelReferenceParserProvider.ts
A core/model/model-reference/model-reference-api/src/defaultModelReferenceSerializerProvider.ts
A core/model/model-reference/model-reference-api/src/index.ts
A core/model/model-reference/model-reference-api/src/modelReferenceParser.ts
A core/model/model-reference/model-reference-api/src/modelReferenceParserProvider.ts
A core/model/model-reference/model-reference-api/src/modelReferenceSerializer.ts
A core/model/model-reference/model-reference-api/src/modelReferenceSerializerProvider.ts
A core/model/model-reference/model-reference-api/tsconfig.json
A core/model/model-reference/model-reference-api/tsdoc.json
A core/model/model-reference/model-reference-api/vite.config.ts
A core/model/model-reference/model-reference-filesystem/package.json
A core/model/model-reference/model-reference-filesystem/src/componentInit.ts
A core/model/model-reference/model-reference-filesystem/src/filesystemModelReferenceParser.ts
A core/model/model-reference/model-reference-filesystem/src/filesystemModelReferenceSerializer.ts
A core/model/model-reference/model-reference-filesystem/src/index.ts
A core/model/model-reference/model-reference-filesystem/tsconfig.json
A core/model/model-reference/model-reference-filesystem/tsdoc.json
A core/model/model-reference/model-reference-filesystem/vite.config.ts
A core/model/model-reference/model-reference-nextcloud/package.json
A core/model/model-reference/model-reference-nextcloud/src/componentInit.ts
A core/model/model-reference/model-reference-nextcloud/src/index.ts
A core/model/model-reference/model-reference-nextcloud/src/nextcloudModelReferenceParser.ts
A core/model/model-reference/model-reference-nextcloud/src/nextcloudModelReferenceSerializer.ts
A core/model/model-reference/model-reference-nextcloud/tsconfig.json
A core/model/model-reference/model-reference-nextcloud/tsdoc.json
A core/model/model-reference/model-reference-nextcloud/vite.config.ts
A core/model/model-reference/model-reference-xwiki/package.json
A core/model/model-reference/model-reference-xwiki/src/__tests__/defaultLocalURLSerializer.test.ts
A core/model/model-reference/model-reference-xwiki/src/componentInit.ts
A core/model/model-reference/model-reference-xwiki/src/index.ts
A core/model/model-reference/model-reference-xwiki/src/xWikiModelReferenceParser.ts
A core/model/model-reference/model-reference-xwiki/src/xWikiModelReferenceSerializer.ts
A core/model/model-reference/model-reference-xwiki/tsconfig.json
A core/model/model-reference/model-reference-xwiki/tsdoc.json
A core/model/model-reference/model-reference-xwiki/vite.config.ts
A core/model/model-remote-url/model-remote-url-api/package.json
A core/model/model-remote-url/model-remote-url-api/src/componentInit.ts
A core/model/model-remote-url/model-remote-url-api/src/defaultRemoteURLParserProvider.ts
A core/model/model-remote-url/model-remote-url-api/src/defaultRemoteURLSerializerProvider.ts
A core/model/model-remote-url/model-remote-url-api/src/index.ts
A core/model/model-remote-url/model-remote-url-api/src/remoteURLParser.ts
A core/model/model-remote-url/model-remote-url-api/src/remoteURLParserProvider.ts
A core/model/model-remote-url/model-remote-url-api/src/remoteURLSerializer.ts
A core/model/model-remote-url/model-remote-url-api/src/remoteURLSerializerProvider.ts
A core/model/model-remote-url/model-remote-url-api/tsconfig.json
A core/model/model-remote-url/model-remote-url-api/tsdoc.json
A core/model/model-remote-url/model-remote-url-api/vite.config.ts
A core/model/model-remote-url/model-remote-url-filesystem/package.json
A core/model/model-remote-url/model-remote-url-filesystem/src/componentInit.ts
A core/model/model-remote-url/model-remote-url-filesystem/src/filesystemRemoteURLParser.ts
A core/model/model-remote-url/model-remote-url-filesystem/src/filesystemRemoteURLSerializer.ts
A core/model/model-remote-url/model-remote-url-filesystem/src/index.ts
A core/model/model-remote-url/model-remote-url-filesystem/tsconfig.json
A core/model/model-remote-url/model-remote-url-filesystem/tsdoc.json
A core/model/model-remote-url/model-remote-url-filesystem/vite.config.ts
A core/model/model-remote-url/model-remote-url-nextcloud/package.json
A core/model/model-remote-url/model-remote-url-nextcloud/src/componentInit.ts
A core/model/model-remote-url/model-remote-url-nextcloud/src/index.ts
A core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLParser.ts
A core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLSerializer.ts
A core/model/model-remote-url/model-remote-url-nextcloud/tsconfig.json
A core/model/model-remote-url/model-remote-url-nextcloud/tsdoc.json
A core/model/model-remote-url/model-remote-url-nextcloud/vite.config.ts
A core/model/model-remote-url/model-remote-url-xwiki/package.json
A core/model/model-remote-url/model-remote-url-xwiki/src/componentInit.ts
A core/model/model-remote-url/model-remote-url-xwiki/src/index.ts
A core/model/model-remote-url/model-remote-url-xwiki/src/xWikiRemoteURLParser.ts
A core/model/model-remote-url/model-remote-url-xwiki/src/xWikiRemoteURLSerializer.ts
A core/model/model-remote-url/model-remote-url-xwiki/tsconfig.json
A core/model/model-remote-url/model-remote-url-xwiki/tsdoc.json
A core/model/model-remote-url/model-remote-url-xwiki/vite.config.ts
M core/page-actions/page-actions-ui/src/vue/DeletePage.vue
A core/user/user-ui/package.json
A core/user/user-ui/src/index.ts
A core/user/user-ui/src/vue/CUser.vue
A core/user/user-ui/tsconfig.json
A core/user/user-ui/vite.config.ts
A core/user/user-ui/vitest.config.ts
M electron/renderer/package.json
M electron/renderer/src/index.ts
M electron/storage/package.json
M electron/storage/src/components/fileSystemStorage.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 lib/package.json
M lib/src/components/DefaultCristalApp.ts
M lib/src/staticBuild.ts
M pnpm-lock.yaml
M pnpm-workspace.yaml
M skin/package.json
M skin/src/vue/c-content.vue
M skin/src/vue/contentTools.ts
M tsdoc.json
Log Message:
-----------
CRISTAL-274: Allow attachments to be previewed (#426)
Co-authored-by: Thiago Krieck <thiago.krieck(a)xwiki.com>
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-rendering
Commit: aacd2547a1647ce0f7347df7665ae571dcc7defa
https://github.com/xwiki/xwiki-rendering/commit/aacd2547a1647ce0f7347df7665…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M xwiki-rendering-test/pom.xml
M xwiki-rendering-test/src/main/java/org/xwiki/rendering/test/integration/RenderingTest.java
R xwiki-rendering-test/src/main/java/org/xwiki/rendering/test/integration/RenderingTestSuite.java
Log Message:
-----------
[Misc] Remove now unused RenderingTestSuite (all tests have now been moved to the JUnit5 equivalent: RenderingTests)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-rendering/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/book-versions
Commit: c37e12d6a7583c7f6f26445139a9d3a7cd9931fb
https://github.com/xwiki-contrib/book-versions/commit/c37e12d6a7583c7f6f264…
Author: Mathieu Pace <mathieu.pace(a)xwiki.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M application-book-versions-api/src/main/java/org/xwiki/contrib/bookversions/BookVersionsManager.java
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/internal/DefaultBookVersionsManager.java
M application-book-versions-default/src/main/java/org/xwiki/contrib/bookversions/script/BookVersionsScriptService.java
M application-book-versions-ui/src/main/resources/BookVersions/Code/NavigationMenu.xml
Log Message:
-----------
BVERSION-2: Add versioned page feature
* For version selector:
* Fix no redirection to the latest version available when visiting a book for the first time
* Fix no content displayed when no inherited version exists (for instance: v1 selected but only v2 exists)
* Fix keep the selected version displayed even if inherited content
* Add an API method to check if a reference could be a real versioned content reference
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/book-versions/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 5bda8744f90369f34218e3408161966f668430f5
https://github.com/xwiki/xwiki-platform/commit/5bda8744f90369f34218e3408161…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-test/xwiki-platform-index-test-docker/src/test/it/org/xwiki/index/test/ui/docker/PinnedPagesIT.java
Log Message:
-----------
XWIKI-22627: Pinned Pages are lost on space move
* Fix OrphanedPagesIT failure.
(cherry picked from commit ca0aa6a811428b78012a83c5752992e932b9fdf0)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: ea80929f55d6574ead55a7ba5608659b4869a318
https://github.com/xwiki/xwiki-platform/commit/ea80929f55d6574ead55a7ba5608…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-test/xwiki-platform-index-test-docker/src/test/it/org/xwiki/index/test/ui/docker/PinnedPagesIT.java
Log Message:
-----------
XWIKI-22627: Pinned Pages are lost on space move
* Fix OrphanedPagesIT failure.
(cherry picked from commit ca0aa6a811428b78012a83c5752992e932b9fdf0)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: ca0aa6a811428b78012a83c5752992e932b9fdf0
https://github.com/xwiki/xwiki-platform/commit/ca0aa6a811428b78012a83c57529…
Author: Marius Dumitru Florea <marius(a)xwiki.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-test/xwiki-platform-index-test-docker/src/test/it/org/xwiki/index/test/ui/docker/PinnedPagesIT.java
Log Message:
-----------
XWIKI-22627: Pinned Pages are lost on space move
* Fix OrphanedPagesIT failure.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/XWIKI-22571
Home: https://github.com/xwiki/xwiki-platform
Commit: 342e66588f607fc329126ec3a59ae874eac94123
https://github.com/xwiki/xwiki-platform/commit/342e66588f607fc329126ec3a59a…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/RenamePageIT.java
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-default/src/main/java/org/xwiki/refactoring/internal/ResourceReferenceRenamer.java
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-default/src/test/java/org/xwiki/refactoring/internal/DefaultReferenceUpdaterTest.java
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-default/src/test/java/org/xwiki/refactoring/internal/ResourceReferenceRenamerTest.java
Log Message:
-----------
XWIKI-22571: Backlinks update changes an absolute reference to the moved page into one relative to the current wiki
* Use default serializer if the wiki is present in a link, not the
compact serializer
* Provide unit test and integration test to cover this
Commit: 17dcd4236e04ba45465b5620a96b0ab0eacfe858
https://github.com/xwiki/xwiki-platform/commit/17dcd4236e04ba45465b5620a96b…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/DeletePageIT.java
Log Message:
-----------
XWIKI-22571: Backlinks update changes an absolute reference to the moved page into one relative to the current wiki
* Fix DeletePageIT tests
Commit: f719471a53a45384d4447e5e2d1bd8c1b92b13a2
https://github.com/xwiki/xwiki-platform/commit/f719471a53a45384d4447e5e2d1b…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-refactoring/xwiki-platform-refactoring-default/src/main/java/org/xwiki/refactoring/internal/ResourceReferenceRenamer.java
Log Message:
-----------
XWIKI-22571: Backlinks update changes an absolute reference to the moved page into one relative to the current wiki
* simplify condition by using the relative resource reference resolver
Compare: https://github.com/xwiki/xwiki-platform/compare/6edf7c16dc39...f719471a53a4
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/XWIKI-22681
Home: https://github.com/xwiki/xwiki-platform
Commit: bb9b32cbd985788672db68e41b415eb1728546d9
https://github.com/xwiki/xwiki-platform/commit/bb9b32cbd985788672db68e41b41…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/test/java/org/xwiki/model/internal/reference/RelativeStringEntityReferenceResolverTest.java
M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-api/src/test/java/org/xwiki/model/reference/WikiReferenceTest.java
A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/resolver/AbstractRelativeResourceReferenceEntityReferenceResolver.java
A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/resolver/RelativeAttachmentResourceReferenceEntityReferenceResolver.java
A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/resolver/RelativeDocumentResourceReferenceEntityReferenceResolver.java
A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/resolver/RelativePageAttachmentResourceReferenceEntityReferenceResolver.java
A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/resolver/RelativePageResourceReferenceEntityReferenceResolver.java
A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/resolver/RelativeResourceReferenceEntityReferenceResolver.java
A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/java/org/xwiki/rendering/internal/resolver/RelativeSpaceResourceReferenceEntityReferenceResolver.java
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/test/java/org/xwiki/rendering/internal/resolver/DefaultResourceReferenceEntityReferenceResolverTest.java
A xwiki-platform-core/xwiki-platform-rendering/xwiki-platform-rendering-xwiki/src/test/java/org/xwiki/rendering/internal/resolver/RelativeResourceReferenceEntityReferenceResolverTest.java
Log Message:
-----------
XWIKI-22681: Provide a relative ResourceReferenceEntityReferenceResolver
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/confluence
Commit: abf3a4f3c10e6de9623e9bc68fedfaca13c4db53
https://github.com/xwiki-contrib/confluence/commit/abf3a4f3c10e6de9623e9bc6…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M confluence-resolvers/pom.xml
M confluence-syntax-confluence/pom.xml
M confluence-syntax-confluence10override/pom.xml
M confluence-syntax-xhtml/pom.xml
M confluence-url-mapping/pom.xml
M confluence-xml/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/confluence
Commit: 4a021e88811ba19ef6c6d566dfffa3fdb7581162
https://github.com/xwiki-contrib/confluence/commit/4a021e88811ba19ef6c6d566…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M confluence-resolvers/pom.xml
M confluence-syntax-confluence/pom.xml
M confluence-syntax-confluence10override/pom.xml
M confluence-syntax-xhtml/pom.xml
M confluence-url-mapping/pom.xml
M confluence-xml/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release confluence-9.64.0
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/confluence
Commit: 85008b7eaabf6cc4b4ba3e4d1c61283bd1add192
https://github.com/xwiki-contrib/confluence/commit/85008b7eaabf6cc4b4ba3e4d…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M confluence-syntax-xhtml/pom.xml
M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/ConfluenceXHTMLParser.java
A confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/ConfluenceImgTagHandler.java
M confluence-syntax-xhtml/src/main/java/org/xwiki/contrib/confluence/parser/xhtml/internal/wikimodel/EmoticonTagHandler.java
M confluence-xml/src/test/resources/confluencexml/emoji.test
M confluence-xml/src/test/resources/confluencexml/emoji/entities.xml
Log Message:
-----------
CONFLUENCE-328: Convert legacy emoticons as img tags to actual emoticons
Commit: dc099e1eb5d66e9347f3f31691ccdec4294f6a07
https://github.com/xwiki-contrib/confluence/commit/dc099e1eb5d66e9347f3f316…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M confluence-xml/src/test/java/org/xwiki/contrib/confluence/filter/internal/input/DefaultLinkMapperTest.java
Log Message:
-----------
Misc: code style
Commit: 51516db77b3b08ebf9a96e903c83049926336ba4
https://github.com/xwiki-contrib/confluence/commit/51516db77b3b08ebf9a96e90…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M confluence-xml/src/main/java/org/xwiki/contrib/confluence/filter/internal/input/ConfluenceInputFilterStream.java
M confluence-xml/src/test/resources/confluencexml/rootspace.test
Log Message:
-----------
CONFLUENCE-330: The stored spaceKey in ConfluencePageClass objects is incorrectly the validated name
Compare: https://github.com/xwiki-contrib/confluence/compare/5edcbc7aa51b...51516db7…
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/confluence/settings/notifications