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