Branch: refs/heads/CRISTAL-231
Home:
https://github.com/xwiki-contrib/cristal
Commit: c03ada8c7ad31aa0f0ec42d62345b4d3912a3786
https://github.com/xwiki-contrib/cristal/commit/c03ada8c7ad31aa0f0ec42d6234…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-10-15 (Tue, 15 Oct 2024)
Changed paths:
M README.md
Log Message:
-----------
[Misc] Document starting an electron instance
Commit: ddc7f40405a4c32b4e1e966515acea34b1d5ed81
https://github.com/xwiki-contrib/cristal/commit/ddc7f40405a4c32b4e1e966515a…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-10-15 (Tue, 15 Oct 2024)
Changed paths:
M ds/shoelace/src/vue/x-navigation-tree.vue
Log Message:
-----------
CRISTAL-244: Clicking outside the text in the navigation tree nodes does nothing
Fix formatting.
Commit: 599755a8e74ca94934149b5fe99a9bc36a96c0de
https://github.com/xwiki-contrib/cristal/commit/599755a8e74ca94934149b5fe99…
Author: tkrieck <149672322+tkrieck(a)users.noreply.github.com>
Date: 2024-10-15 (Tue, 15 Oct 2024)
Changed paths:
M electron/renderer/index.html
Log Message:
-----------
CRISTAL-243: Impossible to scroll using electron (#388)
Fix CSS classes on the main Electron html file.
Commit: 67acd2f6d9447c3ba4fbff742a2be46d505d0d72
https://github.com/xwiki-contrib/cristal/commit/67acd2f6d9447c3ba4fbff742a2…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-10-15 (Tue, 15 Oct 2024)
Changed paths:
M api/src/api/WikiConfig.ts
M api/src/components/defaultWikiConfig.ts
M editors/tiptap/src/extensions/collaboration.ts
M editors/tiptap/src/vue/c-edit-tiptap.vue
M package.json
M pnpm-lock.yaml
M pnpm-workspace.yaml
A realtime/package.json
A realtime/src/index.ts
A realtime/tsconfig.json
M web/package.json
M web/src/server.js
M web/vite.config.ts
Log Message:
-----------
CRISTAL-251: Editing a page on Electron after restart shows an empty page
* Move the realtime server to its own module
* Start the realtime server when starting the web or electron instance.
Commit: 33a6924305ba9bd58432d54871cf9ab19213f70a
https://github.com/xwiki-contrib/cristal/commit/33a6924305ba9bd58432d54871c…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-10-15 (Tue, 15 Oct 2024)
Changed paths:
A core/authentication/authentication-api/package.json
A core/authentication/authentication-api/src/authenticationManager.ts
A core/authentication/authentication-api/src/authenticationManagerProvider.ts
A core/authentication/authentication-api/src/defaultAuthenticationManagerProvider.ts
A core/authentication/authentication-api/src/index.ts
A core/authentication/authentication-api/src/userDetails.ts
A core/authentication/authentication-api/tsconfig.json
A core/authentication/authentication-api/vite.config.ts
A core/authentication/authentication-ui/langs/translation-en.json
A core/authentication/authentication-ui/package.json
A core/authentication/authentication-ui/src/LoggedInMenuUIExtension.ts
A core/authentication/authentication-ui/src/LoginMenuUIExtension.ts
A core/authentication/authentication-ui/src/index.ts
A core/authentication/authentication-ui/src/translations.ts
A core/authentication/authentication-ui/src/vue/LoggedInMenu.vue
A core/authentication/authentication-ui/src/vue/LoginMenu.vue
A core/authentication/authentication-ui/src/vue/UserDetails.vue
A core/authentication/authentication-ui/tsconfig.json
A core/authentication/authentication-ui/vite.config.ts
A core/authentication/authentication-xwiki/package.json
A core/authentication/authentication-xwiki/src/XWikiAuthenticationManager.ts
A core/authentication/authentication-xwiki/src/index.ts
A core/authentication/authentication-xwiki/tsconfig.json
A core/authentication/authentication-xwiki/vite.config.ts
M core/backends/backend-xwiki/package.json
M core/backends/backend-xwiki/src/__tests__/xwikiStorage.test.ts
M core/backends/backend-xwiki/src/xwikiStorage.ts
M core/browser/browser-api/src/index.ts
M core/browser/browser-default/src/components/browser-api-default.ts
M core/hierarchy/hierarchy-xwiki/package.json
M core/hierarchy/hierarchy-xwiki/src/components/componentsInit.ts
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/navigation-tree/navigation-tree-xwiki/src/components/componentsInit.ts
A core/uiextension/uiextension-api/package.json
A core/uiextension/uiextension-api/src/index.ts
A core/uiextension/uiextension-api/tsconfig.json
A core/uiextension/uiextension-api/vite.config.ts
A core/uiextension/uiextension-default/package.json
A core/uiextension/uiextension-default/src/DefaultUIExtensionsManager.ts
A core/uiextension/uiextension-default/src/index.ts
A core/uiextension/uiextension-default/tsconfig.json
A core/uiextension/uiextension-default/vite.config.ts
A core/uiextension/uiextension-ui/package.json
A core/uiextension/uiextension-ui/src/index.ts
A core/uiextension/uiextension-ui/src/vue/UIExtensions.vue
A core/uiextension/uiextension-ui/tsconfig.json
A core/uiextension/uiextension-ui/vite.config.ts
M ds/shoelace/src/vue/x-dialog.vue
A electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
A electron/authentication/authentication-xwiki/authentication-xwiki-main/src/index.ts
A
electron/authentication/authentication-xwiki/authentication-xwiki-main/src/storage.ts
A
electron/authentication/authentication-xwiki/authentication-xwiki-main/tsconfig.json
A
electron/authentication/authentication-xwiki/authentication-xwiki-main/vite.config.ts
A
electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
A
electron/authentication/authentication-xwiki/authentication-xwiki-preload/src/index.ts
A
electron/authentication/authentication-xwiki/authentication-xwiki-preload/tsconfig.json
A
electron/authentication/authentication-xwiki/authentication-xwiki-preload/vite.config.ts
A
electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
A
electron/authentication/authentication-xwiki/authentication-xwiki-renderer/src/index.ts
A
electron/authentication/authentication-xwiki/authentication-xwiki-renderer/src/xWikiAuthenticationManager.ts
A
electron/authentication/authentication-xwiki/authentication-xwiki-renderer/tsconfig.json
A
electron/authentication/authentication-xwiki/authentication-xwiki-renderer/vite.config.ts
M electron/browser/src/components/browser-api-electron.ts
M electron/main/package.json
M electron/main/src/index.ts
M electron/main/src/mainWindow.ts
A electron/main/src/reload.ts
M electron/main/src/security-restrictions.ts
M electron/main/tsconfig.json
M electron/preload/package.json
M electron/preload/src/index.ts
M electron/preload/tsconfig.json
M electron/renderer/package.json
M electron/renderer/src/index.ts
M lib/package.json
M lib/src/components/cristalAppLoader.ts
M lib/src/staticBuild.ts
M pnpm-lock.yaml
M pnpm-workspace.yaml
M skin/package.json
M skin/src/components/componentsInit.ts
A skin/src/components/sidebar-actions/ConfigMenuUIExtension.ts
M skin/src/vue/c-sidebar.vue
M web/package.json
M web/src/index.ts
Log Message:
-----------
CRISTAL-124: Introduce an authentication mechanism (#372)
Commit: ef3d9e2afc611f7a88b9a30eab22083a5551f8c0
https://github.com/xwiki-contrib/cristal/commit/ef3d9e2afc611f7a88b9a30eab2…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-10-15 (Tue, 15 Oct 2024)
Changed paths:
M core/authentication/authentication-ui/src/vue/LoginMenu.vue
M core/authentication/authentication-xwiki/src/XWikiAuthenticationManager.ts
M core/uiextension/uiextension-ui/src/vue/UIExtensions.vue
M electron/main/src/security-restrictions.ts
Log Message:
-----------
CRISTAL-124: Introduce an authentication mechanism
Adding missing code changes.
Commit: bdff9d08653f0cce00c7c34f19e867e50dad1122
https://github.com/xwiki-contrib/cristal/commit/bdff9d08653f0cce00c7c34f19e…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-10-15 (Tue, 15 Oct 2024)
Changed paths:
M web/package.json
Log Message:
-----------
CRISTAL-124: Introduce an authentication mechanism
Fix bad branch merge. Revert to proper web dev command.
Commit: 4fb071ee7375f4bc2ef7e368e3aea04bc22d1354
https://github.com/xwiki-contrib/cristal/commit/4fb071ee7375f4bc2ef7e368e3a…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-10-16 (Wed, 16 Oct 2024)
Changed paths:
M pnpm-lock.yaml
M sharedworker/impl/package.json
M sharedworker/impl/src/components/worker.ts
Log Message:
-----------
CRISTAL-124: Introduce an authentication mechanism
Fix regression on offline mode.
Commit: 63a004e09336fe8bb2cf2834e55cc48b5d4d1c2e
https://github.com/xwiki-contrib/cristal/commit/63a004e09336fe8bb2cf2834e55…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-10-16 (Wed, 16 Oct 2024)
Changed paths:
M pnpm-lock.yaml
M sharedworker/api/package.json
M sharedworker/impl/package.json
M web/package.json
Log Message:
-----------
[Misc] Update dependency vite-plugin-comlink to v5
Commit: c71f50af4b4da4843ba6815204b2c870ec83132f
https://github.com/xwiki-contrib/cristal/commit/c71f50af4b4da4843ba6815204b…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-10-16 (Wed, 16 Oct 2024)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency @vitest/coverage-v8 to v2
Commit: 03e84fb8938ee6f7b9f99d1746761c90bad7fe43
https://github.com/xwiki-contrib/cristal/commit/03e84fb8938ee6f7b9f99d17467…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-10-16 (Wed, 16 Oct 2024)
Changed paths:
M core/backends/backend-dexie/package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-254: Upgrade to dexie 4.0.8
Commit: 255c61a1f2ac419ae62c7d7bcdee21971171a276
https://github.com/xwiki-contrib/cristal/commit/255c61a1f2ac419ae62c7d7bcde…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-10-16 (Wed, 16 Oct 2024)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency prettier to v3.3.3
Commit: 7091391a701f02fe9754cc89c36c643f347b52e9
https://github.com/xwiki-contrib/cristal/commit/7091391a701f02fe9754cc89c36…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-10-16 (Wed, 16 Oct 2024)
Changed paths:
M pnpm-lock.yaml
M web/package.json
Log Message:
-----------
[Misc] Update dependency vite-plugin-inspect to v0.8.7
Commit: 02a7fa1a4b696630ecacf7ea5333d45926f6779f
https://github.com/xwiki-contrib/cristal/commit/02a7fa1a4b696630ecacf7ea533…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-10-16 (Wed, 16 Oct 2024)
Changed paths:
M editors/tiptap/package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency @types/markdown-it to v14.1.2
Commit: b839210d660651e8155db7e885eb996b99bb2af7
https://github.com/xwiki-contrib/cristal/commit/b839210d660651e8155db7e885e…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-10-16 (Wed, 16 Oct 2024)
Changed paths:
M core/attachments/attachments-default/package.json
M editors/tiptap/package.json
M lib/package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-255: Upgrade pinia to 2.2.4
Commit: 31105b24e1cd4a79976de41ab6333ebed14826ef
https://github.com/xwiki-contrib/cristal/commit/31105b24e1cd4a79976de41ab63…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-10-16 (Wed, 16 Oct 2024)
Changed paths:
M ds/shoelace/package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-256: Upgrade to shoelace 2.17.1
Commit: 8509a4273c5085f7c3c57fca903d58b64f06570f
https://github.com/xwiki-contrib/cristal/commit/8509a4273c5085f7c3c57fca903…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-10-16 (Wed, 16 Oct 2024)
Changed paths:
M api/package.json
M core/attachments/attachments-ui/package.json
M core/info-actions/info-actions-ui/package.json
M editors/tiptap/package.json
M lib/package.json
M pnpm-lock.yaml
M sharedworker/impl/package.json
M skin/package.json
M web/package.json
Log Message:
-----------
CRISTAL-258: Upgrade vue-router to 4.4.5
Commit: 145e83059a39636ddfb6286db3f0f714c466ebfd
https://github.com/xwiki-contrib/cristal/commit/145e83059a39636ddfb6286db3f…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-10-16 (Wed, 16 Oct 2024)
Changed paths:
M editors/tiptap/package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-259: Upgrade tiptap to 2.8.0
Commit: d3d267797754479ce5984cdd68f75f68d5b92b1e
https://github.com/xwiki-contrib/cristal/commit/d3d267797754479ce5984cdd68f…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-10-17 (Thu, 17 Oct 2024)
Changed paths:
M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
M
electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
M electron/browser/package.json
M electron/main/package.json
M electron/package.json
M electron/storage/package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-260: Upgrade to electron 32.2.0
Commit: 27d685d9037811a60ba39d038b4faf6eb1e57142
https://github.com/xwiki-contrib/cristal/commit/27d685d9037811a60ba39d038b4…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-10-17 (Thu, 17 Oct 2024)
Changed paths:
M package.json
M pnpm-lock.yaml
M web/package.json
Log Message:
-----------
[Misc] Update dependency vite-plugin-dts to v4
Commit: bbb5452a94b8d392fcd2e22d7e4e1f44c2772e35
https://github.com/xwiki-contrib/cristal/commit/bbb5452a94b8d392fcd2e22d7e4…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2024-10-17 (Thu, 17 Oct 2024)
Changed paths:
M web/e2e/pageObjects/NavigationTree.ts
Log Message:
-----------
[Misc] Fix integration tests
Commit: 139c71055725fecce489857cea137ffb373ae1df
https://github.com/xwiki-contrib/cristal/commit/139c71055725fecce489857cea1…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-10-17 (Thu, 17 Oct 2024)
Changed paths:
M pnpm-lock.yaml
M sources/xwiki/mock-server/package.json
Log Message:
-----------
[Misc] Update dependency nodemon to v3.1.7
Commit: 00bdcafab194922911c94ae55e95cc031f58d641
https://github.com/xwiki-contrib/cristal/commit/00bdcafab194922911c94ae55e9…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-10-17 (Thu, 17 Oct 2024)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency vite-plugin-css-injected-by-js to v3.5.2
Commit: c44ee378eacd65e941e85f46b6183ffae9520c4d
https://github.com/xwiki-contrib/cristal/commit/c44ee378eacd65e941e85f46b61…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-10-17 (Thu, 17 Oct 2024)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency vite to v5.4.9
Commit: 1c65e32b2e43580495f56265d19337f0cc88f553
https://github.com/xwiki-contrib/cristal/commit/1c65e32b2e43580495f56265d19…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-10-17 (Thu, 17 Oct 2024)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency @changesets/cli to v2.27.9
Commit: 1b82d996de73b4f69a111b1f92a5523b263917eb
https://github.com/xwiki-contrib/cristal/commit/1b82d996de73b4f69a111b1f92a…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-10-17 (Thu, 17 Oct 2024)
Changed paths:
M api/package.json
M core/attachments/attachments-api/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-ui/package.json
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-ui/package.json
M core/icons/package.json
M core/info-actions/info-actions-api/package.json
M core/info-actions/info-actions-ui/package.json
M core/uiextension/uiextension-api/package.json
M core/uiextension/uiextension-ui/package.json
M dev/test-utils/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/vuetify/package.json
M editors/tiptap/package.json
M electron/renderer/package.json
M extensions/menubuttons/package.json
M lib/package.json
M macros/package.json
M pnpm-lock.yaml
M sharedworker/api/package.json
M sharedworker/impl/package.json
M skin/package.json
M web/package.json
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
CRISTAL-238: Upgrade to vue 3.5.12
Commit: 96e11141fd86247d2040a2b8027cef689104cd69
https://github.com/xwiki-contrib/cristal/commit/96e11141fd86247d2040a2b8027…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-10-17 (Thu, 17 Oct 2024)
Changed paths:
M editors/tiptap/package.json
M pnpm-lock.yaml
Log Message:
-----------
CRISTAL-262: Upgrade yjs to 13.6.20
Commit: 545adbeb58588a430c0045aa6e2875bd8edebd25
https://github.com/xwiki-contrib/cristal/commit/545adbeb58588a430c0045aa6e2…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-10-17 (Thu, 17 Oct 2024)
Changed paths:
M editors/tiptap/package.json
M pnpm-lock.yaml
M realtime/package.json
Log Message:
-----------
CRISTAL-263: Upgrade hocuspocus to 2.13.7
Commit: de18bad52dcc4c231baabfc32f53ec38747f6755
https://github.com/xwiki-contrib/cristal/commit/de18bad52dcc4c231baabfc32f5…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-10-17 (Thu, 17 Oct 2024)
Changed paths:
M core/attachments/attachments-ui/package.json
M core/authentication/authentication-ui/package.json
M core/extra-tabs/extra-tabs-api/package.json
M ds/vuetify/package.json
M lib/package.json
M pnpm-lock.yaml
M skin/package.json
Log Message:
-----------
CRISTAL-264: Upgrade to vue-i18n 10.0.4
Commit: a89e04fff8b01290fd3ea2bb7b44821c77fa04ff
https://github.com/xwiki-contrib/cristal/commit/a89e04fff8b01290fd3ea2bb7b4…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-10-17 (Thu, 17 Oct 2024)
Changed paths:
M package.json
M pnpm-lock.yaml
Log Message:
-----------
[Misc] Update dependency nx to v20
Commit: f18b48631ce7230801253d92d024472ed26c8de5
https://github.com/xwiki-contrib/cristal/commit/f18b48631ce7230801253d92d02…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-10-17 (Thu, 17 Oct 2024)
Changed paths:
M package.json
Log Message:
-----------
[Misc] Update pnpm to v9.12.1
Commit: 73205636510bf27d1d16686a8e1f1a3acc5a770e
https://github.com/xwiki-contrib/cristal/commit/73205636510bf27d1d16686a8e1…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-10-17 (Thu, 17 Oct 2024)
Changed paths:
M electron/main/package.json
M electron/preload/package.json
M electron/renderer/package.json
M electron/storage/package.json
M pnpm-lock.yaml
M web/package.json
Log Message:
-----------
[Misc] Update dependency @types/node to v22.7.5
Commit: 7d2a084237e5c35b298baafcf551efa6c4d705ed
https://github.com/xwiki-contrib/cristal/commit/7d2a084237e5c35b298baafcf55…
Author: Mend Renovate <bot(a)renovateapp.com>
Date: 2024-10-17 (Thu, 17 Oct 2024)
Changed paths:
M pnpm-lock.yaml
M realtime/package.json
M sources/xwiki/mock-server/package.json
M web/package.json
Log Message:
-----------
[Misc] Update dependency express to v4.21.1
Commit: 2bac7dfb5ed7073999c5922a047be2652c482786
https://github.com/xwiki-contrib/cristal/commit/2bac7dfb5ed7073999c5922a047…
Author: Thiago Krieck <thiago.krieck(a)xwiki.com>
Date: 2024-10-18 (Fri, 18 Oct 2024)
Changed paths:
M README.md
M api/package.json
M api/src/api/WikiConfig.ts
M api/src/components/defaultWikiConfig.ts
M core/attachments/attachments-api/package.json
M core/attachments/attachments-default/package.json
M core/attachments/attachments-ui/package.json
A core/authentication/authentication-api/package.json
A core/authentication/authentication-api/src/authenticationManager.ts
A core/authentication/authentication-api/src/authenticationManagerProvider.ts
A core/authentication/authentication-api/src/defaultAuthenticationManagerProvider.ts
A core/authentication/authentication-api/src/index.ts
A core/authentication/authentication-api/src/userDetails.ts
A core/authentication/authentication-api/tsconfig.json
A core/authentication/authentication-api/vite.config.ts
A core/authentication/authentication-ui/langs/translation-en.json
A core/authentication/authentication-ui/package.json
A core/authentication/authentication-ui/src/LoggedInMenuUIExtension.ts
A core/authentication/authentication-ui/src/LoginMenuUIExtension.ts
A core/authentication/authentication-ui/src/index.ts
A core/authentication/authentication-ui/src/translations.ts
A core/authentication/authentication-ui/src/vue/LoggedInMenu.vue
A core/authentication/authentication-ui/src/vue/LoginMenu.vue
A core/authentication/authentication-ui/src/vue/UserDetails.vue
A core/authentication/authentication-ui/tsconfig.json
A core/authentication/authentication-ui/vite.config.ts
A core/authentication/authentication-xwiki/package.json
A core/authentication/authentication-xwiki/src/XWikiAuthenticationManager.ts
A core/authentication/authentication-xwiki/src/index.ts
A core/authentication/authentication-xwiki/tsconfig.json
A core/authentication/authentication-xwiki/vite.config.ts
M core/backends/backend-dexie/package.json
M core/backends/backend-xwiki/package.json
M core/backends/backend-xwiki/src/__tests__/xwikiStorage.test.ts
M core/backends/backend-xwiki/src/xwikiStorage.ts
M core/browser/browser-api/src/index.ts
M core/browser/browser-default/src/components/browser-api-default.ts
M core/extra-tabs/extra-tabs-api/package.json
M core/extra-tabs/extra-tabs-ui/package.json
M core/hierarchy/hierarchy-xwiki/package.json
M core/hierarchy/hierarchy-xwiki/src/components/componentsInit.ts
M core/icons/package.json
M core/info-actions/info-actions-api/package.json
M core/info-actions/info-actions-ui/package.json
M core/navigation-tree/navigation-tree-xwiki/package.json
M core/navigation-tree/navigation-tree-xwiki/src/components/componentsInit.ts
A core/uiextension/uiextension-api/package.json
A core/uiextension/uiextension-api/src/index.ts
A core/uiextension/uiextension-api/tsconfig.json
A core/uiextension/uiextension-api/vite.config.ts
A core/uiextension/uiextension-default/package.json
A core/uiextension/uiextension-default/src/DefaultUIExtensionsManager.ts
A core/uiextension/uiextension-default/src/index.ts
A core/uiextension/uiextension-default/tsconfig.json
A core/uiextension/uiextension-default/vite.config.ts
A core/uiextension/uiextension-ui/package.json
A core/uiextension/uiextension-ui/src/index.ts
A core/uiextension/uiextension-ui/src/vue/UIExtensions.vue
A core/uiextension/uiextension-ui/tsconfig.json
A core/uiextension/uiextension-ui/vite.config.ts
M dev/test-utils/package.json
M ds/dsfr/package.json
M ds/shoelace/package.json
M ds/shoelace/src/vue/x-dialog.vue
M ds/vuetify/package.json
M editors/tiptap/package.json
M editors/tiptap/src/extensions/collaboration.ts
M editors/tiptap/src/vue/c-edit-tiptap.vue
A electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json
A electron/authentication/authentication-xwiki/authentication-xwiki-main/src/index.ts
A
electron/authentication/authentication-xwiki/authentication-xwiki-main/src/storage.ts
A
electron/authentication/authentication-xwiki/authentication-xwiki-main/tsconfig.json
A
electron/authentication/authentication-xwiki/authentication-xwiki-main/vite.config.ts
A
electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json
A
electron/authentication/authentication-xwiki/authentication-xwiki-preload/src/index.ts
A
electron/authentication/authentication-xwiki/authentication-xwiki-preload/tsconfig.json
A
electron/authentication/authentication-xwiki/authentication-xwiki-preload/vite.config.ts
A
electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json
A
electron/authentication/authentication-xwiki/authentication-xwiki-renderer/src/index.ts
A
electron/authentication/authentication-xwiki/authentication-xwiki-renderer/src/xWikiAuthenticationManager.ts
A
electron/authentication/authentication-xwiki/authentication-xwiki-renderer/tsconfig.json
A
electron/authentication/authentication-xwiki/authentication-xwiki-renderer/vite.config.ts
M electron/browser/package.json
M electron/browser/src/components/browser-api-electron.ts
M electron/main/package.json
M electron/main/src/index.ts
M electron/main/src/mainWindow.ts
A electron/main/src/reload.ts
M electron/main/src/security-restrictions.ts
M electron/main/tsconfig.json
M electron/package.json
M electron/preload/package.json
M electron/preload/src/index.ts
M electron/preload/tsconfig.json
M electron/renderer/index.html
M electron/renderer/package.json
M electron/renderer/src/index.ts
M electron/storage/package.json
M extensions/menubuttons/package.json
M lib/package.json
M lib/src/components/cristalAppLoader.ts
M lib/src/staticBuild.ts
M macros/package.json
M package.json
M pnpm-lock.yaml
M pnpm-workspace.yaml
A realtime/package.json
A realtime/src/index.ts
A realtime/tsconfig.json
M sharedworker/api/package.json
M sharedworker/impl/package.json
M sharedworker/impl/src/components/worker.ts
M skin/package.json
M skin/src/components/componentsInit.ts
A skin/src/components/sidebar-actions/ConfigMenuUIExtension.ts
M skin/src/vue/c-sidebar.vue
M sources/xwiki/mock-server/package.json
M web/e2e/pageObjects/NavigationTree.ts
M web/package.json
M web/src/index.ts
M web/src/server.js
M web/vite.config.ts
M xwiki/remoteinlineeditor/package.json
Log Message:
-----------
Merge branch 'main' into CRISTAL-231
Compare:
https://github.com/xwiki-contrib/cristal/compare/d0e4a071fa29...2bac7dfb5ed7
To unsubscribe from these emails, change your notification settings at
https://github.com/xwiki-contrib/cristal/settings/notifications