[xwiki-contrib/cristal] 93b18b: CRISTAL-142: View history if the backend supports it
Branch: refs/heads/CRISTAL-274 Home: https://github.com/xwiki-contrib/cristal Commit: 93b18b1ca93b6de1f643bb4fffef0ee769354290 https://github.com/xwiki-contrib/cristal/commit/93b18b1ca93b6de1f643bb4fffef... Author: Pierre Jeanjean <[email protected]> Date: 2024-11-19 (Tue, 19 Nov 2024) Changed paths: M core/history/history-xwiki/src/components/componentsInit.ts Log Message: ----------- CRISTAL-142: View history if the backend supports it * Fix XWiki user profile links in history Commit: 2a79b486cb0246b57b4c1f9b64e9e0d4dcc23b5b https://github.com/xwiki-contrib/cristal/commit/2a79b486cb0246b57b4c1f9b64e9... Author: Manuel Leduc <[email protected]> Date: 2024-11-21 (Thu, 21 Nov 2024) Changed paths: M core/authentication/authentication-ui/package.json M pnpm-lock.yaml Log Message: ----------- [Misc] Add deterministic import/export order Fix accidentally removed dependency. Commit: eb4a2f17112d3a6ab92b1b396b4836045df34c3b https://github.com/xwiki-contrib/cristal/commit/eb4a2f17112d3a6ab92b1b396b48... Author: Manuel Leduc <[email protected]> Date: 2024-11-21 (Thu, 21 Nov 2024) Changed paths: M core/authentication/authentication-ui/package.json M core/history/history-xwiki/src/components/componentsInit.ts M pnpm-lock.yaml Log Message: ----------- Merge remote-tracking branch 'origin/main' into CRISTAL-274 Commit: 0cd780a6e891b22350de29510c8ceb2588d9eb14 https://github.com/xwiki-contrib/cristal/commit/0cd780a6e891b22350de29510c8c... Author: Manuel Leduc <[email protected]> Date: 2024-11-21 (Thu, 21 Nov 2024) Changed paths: M pnpm-lock.yaml Log Message: ----------- --wip-- [skip ci] Commit: ea397d2bacfe5ee28331b996545b3b71bbf4b3e2 https://github.com/xwiki-contrib/cristal/commit/ea397d2bacfe5ee28331b996545b... Author: Manuel Leduc <[email protected]> Date: 2024-11-21 (Thu, 21 Nov 2024) Changed paths: M core/file-preview/file-preview-ui/src/vue/FilePreview.vue A core/file-preview/file-preview-ui/src/vue/preview/VideoFilePreview.vue M core/model/model-click-listener/src/DefaultClickListener.ts M core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLParser.ts M core/model/model-remote-url/model-remote-url-xwiki/src/xWikiRemoteURLParser.ts Log Message: ----------- --wip-- [skip ci] Commit: 698b9e5e87449c6cac7534e7a30704da8484c0b7 https://github.com/xwiki-contrib/cristal/commit/698b9e5e87449c6cac7534e7a307... Author: Manuel Leduc <[email protected]> Date: 2024-11-21 (Thu, 21 Nov 2024) Changed paths: M core/attachments/attachments-api/package.json M core/attachments/attachments-api/src/attachment.ts M core/attachments/attachments-default/package.json M core/attachments/attachments-default/src/defaultAttachmentPreview.ts M core/attachments/attachments-default/src/defaultAttachmentsService.ts M core/attachments/attachments-ui/langs/translation-en.json M core/attachments/attachments-ui/package.json M core/attachments/attachments-ui/src/vue/AttachmentPreview.vue M core/authentication/authentication-api/src/userDetails.ts M core/authentication/authentication-ui/package.json M core/backends/backend-nextcloud/src/nextcloudStorage.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/Date.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 M core/file-preview/file-preview-ui/package.json M core/file-preview/file-preview-ui/src/index.ts A core/file-preview/file-preview-ui/src/translations.ts M core/file-preview/file-preview-ui/src/vue/FilePreview.vue A core/file-preview/file-preview-ui/src/vue/FileSize.vue M core/file-preview/file-preview-ui/src/vue/NoPreview.vue M core/file-preview/file-preview-ui/src/vue/preview/ApplicationFilePreview.vue M core/file-preview/file-preview-ui/src/vue/preview/VideoFilePreview.vue M core/history/history-ui/package.json M core/history/history-ui/src/vue/HistoryTab.vue M core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLParser.ts M core/user/user-ui/package.json M core/user/user-ui/src/vue/User.vue M core/user/user-ui/vite.config.ts M core/user/user-ui/vitest.config.ts M lib/package.json M lib/src/staticBuild.ts M pnpm-lock.yaml M pnpm-workspace.yaml Log Message: ----------- --wip-- [skip ci] Commit: 7b87c2b6e65cbe90caa38f840f8c83d742e86509 https://github.com/xwiki-contrib/cristal/commit/7b87c2b6e65cbe90caa38f840f8c... Author: Manuel Leduc <[email protected]> Date: 2024-11-21 (Thu, 21 Nov 2024) Changed paths: M core/attachments/attachments-default/src/defaultAttachmentPreview.ts M core/attachments/attachments-ui/langs/translation-en.json M core/attachments/attachments-ui/src/vue/AttachmentPreview.vue M core/attachments/attachments-ui/src/vue/AttachmentsTable.vue M core/backends/backend-nextcloud/src/nextcloudStorage.ts M core/date/date-api/src/defaultDateService.ts M core/date/date-ui/src/vue/Date.vue M core/file-preview/file-preview-ui/src/vue/FilePreview.vue M core/file-preview/file-preview-ui/src/vue/FileSize.vue M core/file-preview/file-preview-ui/src/vue/NoPreview.vue R core/file-preview/file-preview-ui/src/vue/preview/ApplicationFilePreview.vue M core/file-preview/file-preview-ui/src/vue/preview/ImageFilePreview.vue M core/file-preview/file-preview-ui/src/vue/preview/VideoFilePreview.vue 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/vite.config.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/modelReferenceParserProvider.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-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 M core/navigation-tree/navigation-tree-nextcloud/src/components/componentsInit.ts M electron/renderer/package.json M electron/renderer/src/index.ts M electron/storage/package.json M electron/storage/src/electron/main/index.ts M lib/src/staticBuild.ts M pnpm-lock.yaml Log Message: ----------- --wip-- [skip ci] Compare: https://github.com/xwiki-contrib/cristal/compare/9eafea631fb3...7b87c2b6e65c To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
participants (1)
-
XWiki Notifications