Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: d80394a61c7fd4806163df42d6013d8a7ef16ca8
https://github.com/xwiki/xwiki-platform/commit/d80394a61c7fd4806163df42d601…
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.
(cherry picked from commit d84b9effb9217af84c5596de82d2e19bc4456b8e)
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: 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