Branch: refs/heads/stable-16.5.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 4d52533e3fd8cde4f9cec5ac7b75ebf20c10f4fc
https://github.com/xwiki/xwiki-platform/commit/4d52533e3fd8cde4f9cec5ac7b75…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-06-18 (Tue, 18 Jun 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-pageobjects/src/main/java/org/xwiki/platform/notifications/test/po/NotificationsWatchModal.java
Log Message:
-----------
[Misc] Fix javadoc typos in NotificationWatchmodal
(cherry picked from commit 6ca7e8d66e234692c0a3454f9854f8f25dafa5c6)
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: 6ca7e8d66e234692c0a3454f9854f8f25dafa5c6
https://github.com/xwiki/xwiki-platform/commit/6ca7e8d66e234692c0a3454f9854…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-06-18 (Tue, 18 Jun 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-test/xwiki-platform-notifications-test-pageobjects/src/main/java/org/xwiki/platform/notifications/test/po/NotificationsWatchModal.java
Log Message:
-----------
[Misc] Fix javadoc typos in NotificationWatchmodal
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/XWIKI-22271
Home: https://github.com/xwiki/xwiki-platform
Commit: e67c523017edd387e9551f763983dadba82e3559
https://github.com/xwiki/xwiki-platform/commit/e67c523017edd387e9551f763983…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-06-18 (Tue, 18 Jun 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/internal/NotificationFilterPreferenceStore.java
A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/java/org/xwiki/notifications/filters/migration/R160500000XWIKI22271DataMigration.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/main/resources/META-INF/components.txt
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/test/java/org/xwiki/notifications/filters/internal/NotificationFilterPreferenceStoreTest.java
A xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-filters/xwiki-platform-notifications-filters-default/src/test/java/org/xwiki/notifications/filters/migration/R160500000XWIKI22271DataMigrationTest.java
Log Message:
-----------
XWIKI-22271: Custom filters to subwiki remain on the main Wiki after subwiki is deleted
* Iterate over all wikis when deleting filters related to a wiki
* Fix unit test
* Provide a migration to clean up filters related to deleted wikis
* Provide unit test for the migration
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: 0b7cb7f70a164c5ef94ac1a90257ba9625ed8c4a
https://github.com/xwiki-contrib/cristal/commit/0b7cb7f70a164c5ef94ac1a9025…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-06-18 (Tue, 18 Jun 2024)
Changed paths:
M api/package.json
M core/attachments/attachments-ui/package.json
M core/backends/backend-api/package.json
M core/backends/backend-dexie/package.json
M core/backends/backend-github/package.json
M core/backends/backend-nextcloud/package.json
M core/backends/backend-xwiki/package.json
M core/browser/browser-api/package.json
M core/browser/browser-default/package.json
M core/icons/package.json
M core/link-suggest/link-suggest-api/package.json
M core/link-suggest/link-suggest-xwiki/package.json
M ds/api/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/tiptap/package.json
M electron/browser/package.json
M electron/main/package.json
M electron/preload/package.json
M electron/renderer/package.json
M electron/storage/package.json
M extension-manager/package.json
M extensions/menubuttons/package.json
M lib/package.json
M macros/package.json
M package.json
M pnpm-lock.yaml
M rendering/rendering/package.json
M rendering/wikimodel/package.json
M sharedworker/api/package.json
M sharedworker/impl/package.json
M skin/package.json
M web/package.json
Log Message:
-----------
[Misc] Update dependency vite to v5.3.1
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: 61342a635a42e46d5f7492e38ecbfabe058e480c
https://github.com/xwiki-contrib/cristal/commit/61342a635a42e46d5f7492e38ec…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-06-18 (Tue, 18 Jun 2024)
Changed paths:
M .eslintrc
A api/src/api/pageAttachment.ts
M api/src/api/storage.ts
M api/src/index.ts
A core/attachments/attachments-api/package.json
A core/attachments/attachments-api/src/index.ts
A core/attachments/attachments-api/tsconfig.json
A core/attachments/attachments-api/vite.config.ts
A core/attachments/attachments-default/package.json
A core/attachments/attachments-default/src/defaultAttachmentsService.ts
A core/attachments/attachments-default/src/index.ts
A core/attachments/attachments-default/tsconfig.json
A core/attachments/attachments-default/vite.config.ts
A core/attachments/attachments-ui/langs/translation-en.json
A core/attachments/attachments-ui/package.json
A core/attachments/attachments-ui/src/index.ts
A core/attachments/attachments-ui/src/translations.ts
A core/attachments/attachments-ui/src/vue/AttachmentsTab.vue
A core/attachments/attachments-ui/tsconfig.json
A core/attachments/attachments-ui/vite.config.ts
M core/backends/backend-api/src/abstractStorage.ts
M core/backends/backend-dexie/src/index.ts
M core/backends/backend-dexie/src/wrappingOfflineStorage.ts
M core/backends/backend-github/src/githubStorage.ts
M core/backends/backend-github/src/index.ts
M core/backends/backend-nextcloud/src/index.ts
M core/backends/backend-nextcloud/src/nextcloudStorage.ts
M core/backends/backend-xwiki/src/index.ts
M core/backends/backend-xwiki/src/xwikiStorage.ts
A core/extra-tabs/extra-tabs-api/package.json
A core/extra-tabs/extra-tabs-api/src/ExtraTabsService.ts
A core/extra-tabs/extra-tabs-api/src/index.ts
A core/extra-tabs/extra-tabs-api/tsconfig.json
A core/extra-tabs/extra-tabs-api/vite.config.ts
A core/extra-tabs/extra-tabs-default/package.json
A core/extra-tabs/extra-tabs-default/src/DefaultExtraTabsService.ts
A core/extra-tabs/extra-tabs-default/src/index.ts
A core/extra-tabs/extra-tabs-default/tsconfig.json
A core/extra-tabs/extra-tabs-default/vite.config.ts
A core/extra-tabs/extra-tabs-ui/package.json
A core/extra-tabs/extra-tabs-ui/src/index.ts
A core/extra-tabs/extra-tabs-ui/src/vue/ExtraTabs.vue
A core/extra-tabs/extra-tabs-ui/tsconfig.json
A core/extra-tabs/extra-tabs-ui/vite.config.ts
M ds/api/src/index.ts
M ds/shoelace/package.json
M ds/shoelace/src/components/shoelaceDesignSystemLoader.ts
A ds/shoelace/src/vue/x-tab-group.vue
A ds/shoelace/src/vue/x-tab-panel.vue
A ds/shoelace/src/vue/x-tab.vue
M ds/vuetify/src/components/vuetifyDesignSystemLoader.ts
A ds/vuetify/src/vue/x-tab-group.vue
A ds/vuetify/src/vue/x-tab-panel.vue
A ds/vuetify/src/vue/x-tab.vue
M editors/tiptap/src/extensions/link.ts
M editors/tiptap/src/extensions/markdown.ts
M editors/tiptap/src/vue/c-tiptap-link-edit.vue
M electron/browser/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/staticBuild.ts
M pnpm-lock.yaml
M pnpm-workspace.yaml
M skin/package.json
A skin/src/components/InformationTab.ts
M skin/src/components/componentsInit.ts
M skin/src/translations.ts
M skin/src/vue/c-content.vue
A skin/src/vue/extra-tabs/InformationTab.vue
M vite.config.ts
M web/playwright.config.ts
M web/vite.config.ts
Log Message:
-----------
CRISTAL-215: Attachments listing is possible
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications