Branch: refs/heads/CRISTAL-212 Home: https://github.com/xwiki-contrib/cristal Commit: 633836ddb78e119e204579367207e2279165fe32 https://github.com/xwiki-contrib/cristal/commit/633836ddb78e119e204579367207... Author: Manuel Leduc <[email protected]> Date: 2024-06-14 (Fri, 14 Jun 2024) Changed paths: M editors/tiptap/package.json M editors/tiptap/src/components/extensions/link-suggest.ts M editors/tiptap/src/vue/c-tiptap-link-edit.vue M editors/tiptap/src/vue/c-tiptap-link-suggest.vue M lib/package.json M lib/src/components/DefaultCristalApp.ts M pnpm-lock.yaml Log Message: ----------- CRISTAL-199: Allow for link suggestion during link editing Commit: c1cdde91f43e097ee5e9882b5e9c2118774d0f9a https://github.com/xwiki-contrib/cristal/commit/c1cdde91f43e097ee5e9882b5e9c... Author: Manuel Leduc <[email protected]> Date: 2024-06-17 (Mon, 17 Jun 2024) Changed paths: M core/browser/browser-api/package.json M core/browser/browser-default/package.json M core/link-suggest/link-suggest-api/package.json M core/link-suggest/link-suggest-xwiki/package.json M sources/xwiki/mock-server/package.json Log Message: ----------- [Misc] Add missing lint scripts Commit: 9f296c676dbd3966c61f6f6f054e37775a16cfe0 https://github.com/xwiki-contrib/cristal/commit/9f296c676dbd3966c61f6f6f054e... Author: Manuel Leduc <[email protected]> Date: 2024-06-17 (Mon, 17 Jun 2024) Changed paths: A core/backends/backend-api/package.json A core/backends/backend-api/src/abstractStorage.ts A core/backends/backend-api/src/index.ts A core/backends/backend-api/src/offlineStorage.ts A core/backends/backend-api/tsconfig.json A core/backends/backend-api/vite.config.ts A core/backends/backend-dexie/package.json A core/backends/backend-dexie/src/dexieOfflineStorage.ts A core/backends/backend-dexie/src/dexiePageStorage.ts A core/backends/backend-dexie/src/index.ts A core/backends/backend-dexie/src/wrappingOfflineStorage.ts A core/backends/backend-dexie/tsconfig.json A core/backends/backend-dexie/vite.config.ts A core/backends/backend-github/package.json A core/backends/backend-github/src/GitHubWikiConfig.ts A core/backends/backend-github/src/githubStorage.ts A core/backends/backend-github/src/index.ts A core/backends/backend-github/tsconfig.json A core/backends/backend-github/vite.config.ts A core/backends/backend-nextcloud/package.json A core/backends/backend-nextcloud/src/NextcloudWikiConfig.ts A core/backends/backend-nextcloud/src/index.ts A core/backends/backend-nextcloud/src/nextcloudStorage.ts A core/backends/backend-nextcloud/tsconfig.json A core/backends/backend-nextcloud/vite.config.ts A core/backends/backend-xwiki/package.json A core/backends/backend-xwiki/src/XWikiWikiConfig.ts A core/backends/backend-xwiki/src/index.ts A core/backends/backend-xwiki/src/xwikiStorage.ts A core/backends/backend-xwiki/tsconfig.json A core/backends/backend-xwiki/vite.config.ts M electron/storage/package.json M electron/storage/src/components/fileSystemStorage.ts M lib/package.json M lib/src/staticBuild.ts M pnpm-lock.yaml M pnpm-workspace.yaml M sharedworker/impl/package.json M sharedworker/impl/src/components/worker.ts R storage/CHANGELOG.md R storage/package.json R storage/src/api/offlineStorage.ts R storage/src/components/abstractStorage.ts R storage/src/components/componentsInit.ts R storage/src/components/dexie/dexieOfflineStorage.ts R storage/src/components/dexie/dexiePageStorage.ts R storage/src/components/github/GitHubWikiConfig.ts R storage/src/components/github/githubStorage.ts R storage/src/components/nextcloud/NextcloudWikiConfig.ts R storage/src/components/nextcloud/nextcloudStorage.ts R storage/src/components/wrappingOfflineStorage.ts R storage/src/components/xwiki/XWikiWikiConfig.ts R storage/src/components/xwiki/xwikiStorage.ts R storage/src/index.ts R storage/src/vue.d.ts R storage/tsconfig.json R storage/vite.config.ts Log Message: ----------- CRISTAL-213: Split storage into one package per backend Commit: 57f4af87fd1569e6d33cd76c9e6c1b81a9cf74ec https://github.com/xwiki-contrib/cristal/commit/57f4af87fd1569e6d33cd76c9e6c... Author: Manuel Leduc <[email protected]> Date: 2024-06-17 (Mon, 17 Jun 2024) Changed paths: M pnpm-lock.yaml Log Message: ----------- CRISTAL-213: Split storage into one package per backend Fix outdates pnpm lock file. Commit: 53131afe3be15667fd85078a3ea3d5ccaecdf13f https://github.com/xwiki-contrib/cristal/commit/53131afe3be15667fd85078a3ea3... Author: Manuel Leduc <[email protected]> Date: 2024-06-18 (Tue, 18 Jun 2024) Changed paths: M api/package.json M ds/dsfr/package.json M ds/vuetify/package.json M extension-manager/package.json M extensions/menubuttons/package.json M lib/src/components/DefaultCristalApp.ts M macros/package.json M pnpm-lock.yaml M rendering/wikimodel/package.json M sharedworker/api/package.json M sharedworker/impl/package.json A skin/langs/translation-en.json A skin/langs/translation-fr.json A skin/src/translations.ts M skin/src/vue/c-content.vue M skin/tsconfig.json M web/package.json M xwiki/remoteinlineeditor/package.json Log Message: ----------- CRISTAL-214: Introduce translations Commit: 83388453977d6c22155a7d00d978aa82b52e8487 https://github.com/xwiki-contrib/cristal/commit/83388453977d6c22155a7d00d978... Author: Manuel Leduc <[email protected]> Date: 2024-06-18 (Tue, 18 Jun 2024) Changed paths: M skin/langs/translation-fr.json Log Message: ----------- Translated using Weblate (French) Currently translated at 100.0% (2 of 2 strings) Translation: XWiki Contrib/Cristal - Skin Translate-URL: https://l10n.xwiki.org/projects/xwiki-contrib/cristal-skin/fr/ Commit: dd69c4b0490d56a49857d406004a256c5113495a https://github.com/xwiki-contrib/cristal/commit/dd69c4b0490d56a49857d406004a... Author: Manuel Leduc <[email protected]> Date: 2024-06-18 (Tue, 18 Jun 2024) Changed paths: M skin/langs/translation-fr.json Log Message: ----------- Merge pull request #288 from xwikiorgci/weblate-xwiki-contrib-cristal-skin Translations update from Weblate Commit: 61342a635a42e46d5f7492e38ecbfabe058e480c https://github.com/xwiki-contrib/cristal/commit/61342a635a42e46d5f7492e38ecb... Author: Manuel Leduc <[email protected]> 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 Commit: d5aac8f70f59ffb2241c5443adcb8d5f5903d141 https://github.com/xwiki-contrib/cristal/commit/d5aac8f70f59ffb2241c5443adcb... Author: Mend Renovate <[email protected]> Date: 2024-06-18 (Tue, 18 Jun 2024) Changed paths: 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-216: Upgrade to electron 31.0.1 Commit: 0b7cb7f70a164c5ef94ac1a90257ba9625ed8c4a https://github.com/xwiki-contrib/cristal/commit/0b7cb7f70a164c5ef94ac1a90257... Author: Mend Renovate <[email protected]> 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 Commit: 42fe1d4d9e10452f8659a681dd759e64ad000ab8 https://github.com/xwiki-contrib/cristal/commit/42fe1d4d9e10452f8659a681dd75... Author: Manuel Leduc <[email protected]> Date: 2024-06-19 (Wed, 19 Jun 2024) Changed paths: M README.md Log Message: ----------- [Misc] Update README Commit: 88d87411ec7c8491b04cb5aa971e83c2d32f0126 https://github.com/xwiki-contrib/cristal/commit/88d87411ec7c8491b04cb5aa971e... Author: Manuel Leduc <[email protected]> Date: 2024-06-19 (Wed, 19 Jun 2024) Changed paths: M lib/src/c-index.vue Log Message: ----------- [Misc] Cleanup c-index Commit: 2ead1db84bac643b75cd53d23ee481b05b6c136f https://github.com/xwiki-contrib/cristal/commit/2ead1db84bac643b75cd53d23ee4... Author: Pierre Jeanjean <[email protected]> Date: 2024-06-19 (Wed, 19 Jun 2024) Changed paths: M api/src/api/WikiConfig.ts M api/src/components/defaultWikiConfig.ts M core/backends/backend-github/src/GitHubWikiConfig.ts M core/backends/backend-github/src/githubStorage.ts M core/backends/backend-xwiki/package.json M core/backends/backend-xwiki/src/XWikiWikiConfig.ts A core/backends/backend-xwiki/src/__tests__/xwikiStorage.test.ts M core/backends/backend-xwiki/src/xwikiStorage.ts A core/hierarchy/hierarchy-api/package.json A core/hierarchy/hierarchy-api/src/index.ts A core/hierarchy/hierarchy-api/tsconfig.json A core/hierarchy/hierarchy-api/vite.config.ts A core/hierarchy/hierarchy-default/package.json A core/hierarchy/hierarchy-default/src/components/componentsInit.ts A core/hierarchy/hierarchy-default/src/index.ts A core/hierarchy/hierarchy-default/tsconfig.json A core/hierarchy/hierarchy-default/vite.config.ts A core/hierarchy/hierarchy-filesystem/package.json A core/hierarchy/hierarchy-filesystem/src/components/componentsInit.ts A core/hierarchy/hierarchy-filesystem/src/index.ts A core/hierarchy/hierarchy-filesystem/tsconfig.json A core/hierarchy/hierarchy-filesystem/vite.config.ts A core/hierarchy/hierarchy-github/package.json A core/hierarchy/hierarchy-github/src/components/componentsInit.ts A core/hierarchy/hierarchy-github/src/index.ts A core/hierarchy/hierarchy-github/tsconfig.json A core/hierarchy/hierarchy-github/vite.config.ts A core/hierarchy/hierarchy-xwiki/package.json A core/hierarchy/hierarchy-xwiki/src/__tests__/utils.test.ts A core/hierarchy/hierarchy-xwiki/src/components/componentsInit.ts A core/hierarchy/hierarchy-xwiki/src/index.ts A core/hierarchy/hierarchy-xwiki/src/utils.ts A core/hierarchy/hierarchy-xwiki/tsconfig.json A core/hierarchy/hierarchy-xwiki/vite.config.ts M ds/api/src/index.ts M ds/shoelace/src/vue/x-breadcrumb.vue M ds/vuetify/src/vue/x-breadcrumb.vue M electron/renderer/package.json M electron/renderer/src/index.ts M electron/storage/src/components/FileSystemConfig.ts M electron/storage/src/components/fileSystemStorage.ts M lib/src/components/DefaultCristalApp.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 sources/xwiki/mock-server/src/index.ts M web/e2e/main-page.spec.ts M web/package.json M web/src/index.ts Log Message: ----------- CRISTAL-200: Support for breadcrumb (#275) Commit: 48d67850c0d86067c797118a2b7cd7c191f83fc8 https://github.com/xwiki-contrib/cristal/commit/48d67850c0d86067c797118a2b7c... Author: Manuel Leduc <[email protected]> Date: 2024-06-19 (Wed, 19 Jun 2024) Changed paths: M .github/renovate.json5 M .gitignore M .npmpackagejsonlintrc.json M Jenkinsfile M api/package.json M api/src/api/PageData.ts M api/src/api/WikiConfig.ts M api/src/api/cristalApp.ts M api/src/api/designSystemLoader.ts M api/src/api/document.ts M api/src/api/logger.ts M api/src/api/loggerConfig.ts M api/src/api/pageAttachment.ts M api/src/api/skinManager.ts M api/src/api/storage.ts M api/src/api/wrappingStorage.ts M api/src/components/DefaultPageData.ts M api/src/components/JSONLDDocument.ts M api/src/components/__tests__/DefaultPageData.test.ts M api/src/components/__tests__/defaultLogger.test.ts M api/src/components/componentsInit.ts M api/src/components/defaultLogger.ts M api/src/components/defaultLoggerConfig.ts M api/src/components/defaultWikiConfig.ts M api/src/index.ts M api/src/vue.d.ts M api/vite.config.ts M api/vitest.config.ts M core/attachments/attachments-api/package.json M core/attachments/attachments-api/src/index.ts M core/attachments/attachments-api/vite.config.ts M core/attachments/attachments-default/package.json M core/attachments/attachments-default/src/defaultAttachmentsService.ts M core/attachments/attachments-default/src/index.ts M core/attachments/attachments-default/vite.config.ts M core/attachments/attachments-ui/package.json M core/attachments/attachments-ui/src/index.ts M core/attachments/attachments-ui/src/translations.ts M core/attachments/attachments-ui/src/vue/AttachmentsTab.vue M core/attachments/attachments-ui/vite.config.ts M core/backends/backend-api/package.json M core/backends/backend-api/src/abstractStorage.ts M core/backends/backend-api/src/index.ts M core/backends/backend-api/src/offlineStorage.ts M core/backends/backend-api/vite.config.ts M core/backends/backend-dexie/package.json M core/backends/backend-dexie/src/dexieOfflineStorage.ts M core/backends/backend-dexie/src/dexiePageStorage.ts M core/backends/backend-dexie/src/index.ts M core/backends/backend-dexie/src/wrappingOfflineStorage.ts M core/backends/backend-dexie/vite.config.ts M core/backends/backend-github/package.json M core/backends/backend-github/src/GitHubWikiConfig.ts M core/backends/backend-github/src/githubStorage.ts M core/backends/backend-github/src/index.ts M core/backends/backend-github/vite.config.ts M core/backends/backend-nextcloud/package.json M core/backends/backend-nextcloud/src/NextcloudWikiConfig.ts M core/backends/backend-nextcloud/src/index.ts M core/backends/backend-nextcloud/src/nextcloudStorage.ts M core/backends/backend-nextcloud/vite.config.ts M core/backends/backend-xwiki/package.json M core/backends/backend-xwiki/src/XWikiWikiConfig.ts M core/backends/backend-xwiki/src/__tests__/xwikiStorage.test.ts M core/backends/backend-xwiki/src/index.ts M core/backends/backend-xwiki/src/xwikiStorage.ts M core/backends/backend-xwiki/vite.config.ts M core/browser/browser-api/package.json M core/browser/browser-api/src/index.ts M core/browser/browser-api/vite.config.ts M core/browser/browser-default/package.json M core/browser/browser-default/src/components/browser-api-default.ts M core/browser/browser-default/src/components/componentsInit.ts M core/browser/browser-default/src/index.ts M core/browser/browser-default/vite.config.ts M core/extra-tabs/extra-tabs-api/package.json M core/extra-tabs/extra-tabs-api/src/ExtraTabsService.ts M core/extra-tabs/extra-tabs-api/src/index.ts M core/extra-tabs/extra-tabs-api/vite.config.ts M core/extra-tabs/extra-tabs-default/package.json M core/extra-tabs/extra-tabs-default/src/DefaultExtraTabsService.ts M core/extra-tabs/extra-tabs-default/src/index.ts M core/extra-tabs/extra-tabs-default/vite.config.ts M core/extra-tabs/extra-tabs-ui/package.json M core/extra-tabs/extra-tabs-ui/src/index.ts M core/extra-tabs/extra-tabs-ui/src/vue/ExtraTabs.vue M core/extra-tabs/extra-tabs-ui/vite.config.ts M core/hierarchy/hierarchy-api/package.json M core/hierarchy/hierarchy-api/src/index.ts M core/hierarchy/hierarchy-api/vite.config.ts M core/hierarchy/hierarchy-default/package.json M core/hierarchy/hierarchy-default/src/components/componentsInit.ts M core/hierarchy/hierarchy-default/src/index.ts M core/hierarchy/hierarchy-default/vite.config.ts M core/hierarchy/hierarchy-filesystem/package.json M core/hierarchy/hierarchy-filesystem/src/components/componentsInit.ts M core/hierarchy/hierarchy-filesystem/src/index.ts M core/hierarchy/hierarchy-filesystem/vite.config.ts M core/hierarchy/hierarchy-github/package.json M core/hierarchy/hierarchy-github/src/components/componentsInit.ts M core/hierarchy/hierarchy-github/src/index.ts M core/hierarchy/hierarchy-github/vite.config.ts M core/hierarchy/hierarchy-xwiki/package.json M core/hierarchy/hierarchy-xwiki/src/__tests__/utils.test.ts M core/hierarchy/hierarchy-xwiki/src/components/componentsInit.ts M core/hierarchy/hierarchy-xwiki/src/index.ts M core/hierarchy/hierarchy-xwiki/src/utils.ts M core/hierarchy/hierarchy-xwiki/vite.config.ts M core/icons/package.json M core/icons/src/index.ts M core/icons/src/size.ts M core/icons/src/vue.d.ts M core/icons/src/vue/__tests__/c-icon.test.ts M core/icons/src/vue/c-icon.vue M core/icons/vite.config.ts M core/icons/vitest.config.ts M core/link-suggest/link-suggest-api/package.json M core/link-suggest/link-suggest-api/src/index.ts M core/link-suggest/link-suggest-api/vite.config.ts M core/link-suggest/link-suggest-xwiki/package.json M core/link-suggest/link-suggest-xwiki/src/components/componentsInit.ts M core/link-suggest/link-suggest-xwiki/src/index.ts M core/link-suggest/link-suggest-xwiki/vite.config.ts M dev/config/package.json M dev/config/vitest.config.js M ds/api/package.json M ds/api/src/index.ts M ds/api/vite.config.ts M ds/dsfr/package.json M ds/dsfr/src/components/componentsInit.ts M ds/dsfr/src/components/dsfrDesignSystemLoader.ts M ds/dsfr/src/index.ts M ds/dsfr/src/vue.d.ts M ds/dsfr/src/vue/__tests__/x-col.test.ts M ds/dsfr/src/vue/x-alert.vue M ds/dsfr/src/vue/x-avatar.vue M ds/dsfr/src/vue/x-btn.vue M ds/dsfr/src/vue/x-card.vue M ds/dsfr/src/vue/x-col.vue M ds/dsfr/src/vue/x-container.vue M ds/dsfr/src/vue/x-dialog.vue M ds/dsfr/src/vue/x-divider.vue M ds/dsfr/src/vue/x-img.vue M ds/dsfr/src/vue/x-load.vue M ds/dsfr/src/vue/x-menu.vue M ds/dsfr/src/vue/x-menuitem.vue M ds/dsfr/src/vue/x-row.vue M ds/dsfr/src/vue/x-textfield.vue M ds/dsfr/vite.config.ts M ds/dsfr/vitest.config.ts M ds/shoelace/package.json M ds/shoelace/src/components/componentsInit.ts M ds/shoelace/src/components/shoelaceDesignSystemLoader.ts M ds/shoelace/src/index.ts M ds/shoelace/src/vue.d.ts M ds/shoelace/src/vue/__tests__/x-alert.test.ts M ds/shoelace/src/vue/css/style.css M ds/shoelace/src/vue/x-alert.vue M ds/shoelace/src/vue/x-avatar.vue M ds/shoelace/src/vue/x-breadcrumb.vue M ds/shoelace/src/vue/x-btn.vue M ds/shoelace/src/vue/x-card.vue M ds/shoelace/src/vue/x-col.vue M ds/shoelace/src/vue/x-container.vue M ds/shoelace/src/vue/x-dialog.vue M ds/shoelace/src/vue/x-divider.vue M ds/shoelace/src/vue/x-img.vue M ds/shoelace/src/vue/x-load.vue M ds/shoelace/src/vue/x-menu.vue M ds/shoelace/src/vue/x-menuitem.vue M ds/shoelace/src/vue/x-row.vue M ds/shoelace/src/vue/x-search.vue M ds/shoelace/src/vue/x-tab-group.vue M ds/shoelace/src/vue/x-tab-panel.vue M ds/shoelace/src/vue/x-tab.vue M ds/shoelace/src/vue/x-textfield.vue M ds/shoelace/vite.config.ts M ds/shoelace/vitest.config.ts M ds/vuetify/package.json M ds/vuetify/src/components/componentsInit.ts M ds/vuetify/src/components/vuetifyDesignSystemLoader.ts M ds/vuetify/src/index.ts M ds/vuetify/src/vue.d.ts M ds/vuetify/src/vue/css/style.css M ds/vuetify/src/vue/x-alert.vue M ds/vuetify/src/vue/x-avatar.vue M ds/vuetify/src/vue/x-breadcrumb.vue M ds/vuetify/src/vue/x-btn.vue M ds/vuetify/src/vue/x-card.vue M ds/vuetify/src/vue/x-dialog.vue M ds/vuetify/src/vue/x-divider.vue M ds/vuetify/src/vue/x-img.vue M ds/vuetify/src/vue/x-load.vue M ds/vuetify/src/vue/x-menu-item.vue M ds/vuetify/src/vue/x-menu.vue M ds/vuetify/src/vue/x-search.vue M ds/vuetify/src/vue/x-tab-group.vue M ds/vuetify/src/vue/x-tab-panel.vue M ds/vuetify/src/vue/x-tab.vue M ds/vuetify/vite.config.ts M editors/tiptap/package.json M editors/tiptap/src/components/componentsInit.ts M editors/tiptap/src/components/extensions/__tests__/slash.test.ts M editors/tiptap/src/components/extensions/bubble-menu.ts M editors/tiptap/src/components/extensions/filter-helper.ts M editors/tiptap/src/components/extensions/link-suggest.ts M editors/tiptap/src/components/extensions/menu-helpers.ts M editors/tiptap/src/components/extensions/slash.ts M editors/tiptap/src/components/uixTiptapEditorProvider.ts M editors/tiptap/src/extensions/link.ts M editors/tiptap/src/extensions/markdown.ts M editors/tiptap/src/index.ts M editors/tiptap/src/stores/link-suggest-store.ts M editors/tiptap/src/stores/slash-store.ts M editors/tiptap/src/tiptap/helpers.ts M editors/tiptap/src/vue/c-edit-tiptap.vue M editors/tiptap/src/vue/c-tiptap-bubble-menu.vue M editors/tiptap/src/vue/c-tiptap-link-edit.vue M editors/tiptap/src/vue/c-tiptap-link-suggest.vue M editors/tiptap/src/vue/c-tiptap-selector.vue M editors/tiptap/src/vue/list-navigation-helper.ts M editors/tiptap/vite.config.ts M electron/.electron-builder.config.js M electron/browser/package.json M electron/browser/src/components/browser-api-electron.ts M electron/browser/src/componentsInit.ts M electron/browser/src/electron/main/index.ts M electron/browser/src/electron/preload/apiTypes.ts M electron/browser/src/electron/preload/index.ts M electron/browser/src/index.ts M electron/browser/vite.config.ts M electron/browser/vite.main.config.ts M electron/browser/vite.preload.config.ts M electron/main/package.json M electron/main/src/index.ts M electron/main/src/mainWindow.ts M electron/main/src/security-restrictions.ts M electron/main/vite.config.js M electron/package.json M electron/preload/package.json M electron/preload/src/index.ts M electron/preload/src/nodeCrypto.ts M electron/preload/src/versions.ts M electron/preload/vite.config.js M electron/renderer/index.html M electron/renderer/package.json M electron/renderer/src/index.ts M electron/renderer/src/vite-env.d.ts M electron/renderer/src/vue.d.ts M electron/renderer/vite.config.js M electron/storage/package.json M electron/storage/src/components/FileSystemConfig.ts M electron/storage/src/components/fileSystemStorage.ts M electron/storage/src/componentsInit.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 electron/storage/src/index.ts M electron/storage/vite.config.ts M electron/storage/vite.main.config.ts M electron/storage/vite.preload.config.ts M electron/types/env.d.ts M electron/version/getVersion.mjs M electron/version/inject-app-version-plugin.mjs M extension-manager/package.json M extension-manager/src/api/cristalComponent.ts M extension-manager/src/api/extensionConfig.ts M extension-manager/src/api/extensionManager.ts M extension-manager/src/components/componentsInit.ts M extension-manager/src/components/cristalLoader.ts M extension-manager/src/components/defaultComponent.ts M extension-manager/src/components/defaultExtensionConfig.ts M extension-manager/src/components/defaultExtensionManager.ts M extension-manager/src/index.ts M extension-manager/src/server.js M extension-manager/vite.config.ts M extensions/menubuttons/package.json M extensions/menubuttons/src/api/menuEntry.ts M extensions/menubuttons/src/components/c-menu.vue M extensions/menubuttons/src/components/componentsInit.ts M extensions/menubuttons/src/components/menuEntryButton1.ts M extensions/menubuttons/src/components/uixMenuTemplateProvider.ts M extensions/menubuttons/src/components/uixMenuTemplateProvider2.ts M extensions/menubuttons/src/index.ts M extensions/menubuttons/src/vue.d.ts M extensions/menubuttons/vite.config.ts M lib/package.json M lib/src/c-index.vue M lib/src/components/DefaultCristalApp.ts M lib/src/components/cristalAppLoader.ts M lib/src/i18n.ts M lib/src/index.css M lib/src/index.ts M lib/src/staticBuild.ts M lib/src/vue.d.ts M lib/vite.config.ts M macros/package.json M macros/src/components/alertMacro.ts M macros/src/components/componentsInit.ts M macros/src/components/defaultMacroProvider.ts M macros/src/components/errorMacro.ts M macros/src/components/infoMacro.ts M macros/src/components/successMacro.ts M macros/src/components/warningMacro.ts M macros/src/index.ts M macros/src/vue.d.ts M macros/src/vue/c-error.vue M macros/src/vue/c-info.vue M macros/src/vue/c-success.vue M macros/src/vue/c-warning.vue M macros/vite.config.ts M package.json M pnpm-workspace.yaml M rendering/rendering/package.json M rendering/rendering/src/api/converter.ts M rendering/rendering/src/api/renderer.ts M rendering/rendering/src/components/MarkdownToHTMLConverter.ts M rendering/rendering/src/components/XWikI21ToHTMLConverter.ts M rendering/rendering/src/components/componentsInit.ts M rendering/rendering/src/components/defaultRenderer.ts M rendering/rendering/src/components/marked-macro.ts M rendering/rendering/src/components/wikimodel-teavm.ts M rendering/rendering/src/components/wikimodel.ts M rendering/rendering/src/index.ts M rendering/rendering/src/vue.d.ts M rendering/rendering/vite.config.ts M rendering/wikimodel/package.json M rendering/wikimodel/src/index.ts M rendering/wikimodel/src/wikimodel-teavm.d.ts M rendering/wikimodel/src/wikimodel-teavm.js M rendering/wikimodel/vite.config.ts M resources/license-header.js M resources/license-header.vue.txt M sharedworker/api/package.json M sharedworker/api/src/api/myworker.ts M sharedworker/api/src/api/queueWorker.ts M sharedworker/api/src/index.ts M sharedworker/api/src/vite-env.d.ts M sharedworker/api/src/vue.d.ts M sharedworker/api/vite-env.d.ts M sharedworker/api/vite.config.ts M sharedworker/impl/package.json M sharedworker/impl/src/components/componentsInit.ts M sharedworker/impl/src/components/defaultQueueWorker.ts M sharedworker/impl/src/components/worker.ts M sharedworker/impl/src/components/workerCristalApp.ts M sharedworker/impl/src/components/workerQueueWorker.ts M sharedworker/impl/src/index.ts M sharedworker/impl/src/vite-env.d.ts M sharedworker/impl/src/vue.d.ts M sharedworker/impl/vite-env.d.ts M sharedworker/impl/vite.config.ts M skin/package.json M skin/src/api/macroData.ts M skin/src/api/macroProvider.ts M skin/src/api/uixEditorProvider.ts M skin/src/api/uixTemplateProvider.ts M skin/src/api/vueTemplateProvider.ts M skin/src/components/InformationTab.ts M skin/src/components/componentsInit.ts M skin/src/components/defaultMacroData.ts M skin/src/components/defaultSkinManager.ts M skin/src/components/defaultUIXEditorProvider.ts M skin/src/components/defaultUIXTemplateProvider.ts M skin/src/components/defaultVueTemplateProvider.ts M skin/src/components/templateTemplateProvider.ts M skin/src/components/uixLoginTemplateProvider.ts M skin/src/components/uixSearchTemplateProvider.ts M skin/src/components/uixVueTemplateProvider.ts M skin/src/composables/mouse.ts M skin/src/composables/viewport.ts M skin/src/css/main.css M skin/src/index.ts M skin/src/translations.ts M skin/src/vue.d.ts M skin/src/vue/c-blog.vue M skin/src/vue/c-config-menu.vue M skin/src/vue/c-config.vue M skin/src/vue/c-content.vue M skin/src/vue/c-edit.vue M skin/src/vue/c-field.vue M skin/src/vue/c-footer.vue M skin/src/vue/c-help.vue M skin/src/vue/c-login.vue M skin/src/vue/c-main.vue M skin/src/vue/c-movie.vue M skin/src/vue/c-navigation-drawer.vue M skin/src/vue/c-panel.vue M skin/src/vue/c-right-sidebar.vue M skin/src/vue/c-search.vue M skin/src/vue/c-sidebar-panel.vue M skin/src/vue/c-sidebar.vue M skin/src/vue/c-template.vue M skin/src/vue/c-uix.vue M skin/src/vue/c-view.vue M skin/src/vue/contentTools.ts M skin/src/vue/extra-tabs/InformationTab.vue M skin/src/vue/perf/perfDirectDSFR.vue M skin/src/vue/perf/perfDirectSL.vue M skin/src/vue/perf/perfDirectVuetify.vue M skin/src/vue/perf/perfEmpty.vue M skin/src/vue/perf/perfX.vue M skin/src/vue/perf/x-empty.vue M skin/vite.config.ts M sources/xwiki/mock-server/package.json M sources/xwiki/mock-server/src/index.ts M vite.config.ts M web/e2e/main-page.spec.ts M web/index.html M web/package.json M web/playwright.config.ts M web/src/index.ts M web/src/server.js M web/src/vite-env.d.ts M web/src/vue.d.ts M web/vite.config.ts M xwiki/remoteinlineeditor/package.json M xwiki/remoteinlineeditor/src/components/componentsInit.ts M xwiki/remoteinlineeditor/src/components/uixRemoteXWikiEditorProvider.ts M xwiki/remoteinlineeditor/src/index.ts M xwiki/remoteinlineeditor/src/vue.d.ts M xwiki/remoteinlineeditor/src/vue/c-edit-xwikiremote.vue M xwiki/remoteinlineeditor/vite.config.ts Log Message: ----------- [Misc] Uniformize the licenses to LGPL 2.1 Commit: 3e24861fd665d4239154af8b5d1e7395584c3d84 https://github.com/xwiki-contrib/cristal/commit/3e24861fd665d4239154af8b5d1e... Author: Manuel Leduc <[email protected]> Date: 2024-06-19 (Wed, 19 Jun 2024) Changed paths: M ds/shoelace/src/vue/css/style.css M ds/vuetify/src/vue/css/style.css M electron/.electron-builder.config.js M lib/src/index.css M web/e2e/main-page.spec.ts Log Message: ----------- [Misc] Various formatting changes Commit: 002a03d68af8cdaba3d49b0c4cb2c993680f78a4 https://github.com/xwiki-contrib/cristal/commit/002a03d68af8cdaba3d49b0c4cb2... Author: Manuel Leduc <[email protected]> Date: 2024-06-19 (Wed, 19 Jun 2024) Changed paths: M core/attachments/attachments-api/src/index.ts M core/attachments/attachments-default/src/defaultAttachmentsService.ts M core/attachments/attachments-ui/src/vue/AttachmentsTab.vue Log Message: ----------- CRISTAL-215: Attachments listing is possible Improve error handling. Commit: 8185fae272389ce015bff1c41e02a4b6b19c7358 https://github.com/xwiki-contrib/cristal/commit/8185fae272389ce015bff1c41e02... Author: Manuel Leduc <[email protected]> Date: 2024-06-19 (Wed, 19 Jun 2024) Changed paths: M electron/renderer/index.html M web/index.html Log Message: ----------- [Misc] Uniformize the licenses to LGPL 2.1 Commit: 1d65ef7909ca812b83fa1d8a952d5c2a81ad4f9b https://github.com/xwiki-contrib/cristal/commit/1d65ef7909ca812b83fa1d8a952d... Author: Manuel Leduc <[email protected]> Date: 2024-06-20 (Thu, 20 Jun 2024) Changed paths: M core/extra-tabs/extra-tabs-ui/src/vue/ExtraTabs.vue Log Message: ----------- CRISTAL-215: Attachments listing is possible Replace a ref by a shallowRef for performance reason (contains component instances). Commit: 5fe960d3a12a3682103bbe9d2db974b6752c582f https://github.com/xwiki-contrib/cristal/commit/5fe960d3a12a3682103bbe9d2db9... Author: Manuel Leduc <[email protected]> Date: 2024-06-20 (Thu, 20 Jun 2024) Changed paths: M core/extra-tabs/extra-tabs-ui/src/vue/ExtraTabs.vue Log Message: ----------- CRISTAL-215: Attachments listing is possible Fix previous commit. Commit: f1e06a8205894446ef5753d4ad4040eb0c7a1eae https://github.com/xwiki-contrib/cristal/commit/f1e06a8205894446ef5753d4ad40... Author: Mend Renovate <[email protected]> Date: 2024-06-20 (Thu, 20 Jun 2024) Changed paths: M electron/main/package.json M electron/preload/package.json M electron/renderer/package.json M electron/storage/package.json M package.json M pnpm-lock.yaml M sources/xwiki/mock-server/package.json M web/package.json Log Message: ----------- [Misc] Update Node.js to v20.15.0 Commit: c89ce31305377b06cfe9b810420b2e79e9ce8135 https://github.com/xwiki-contrib/cristal/commit/c89ce31305377b06cfe9b810420b... Author: Mend Renovate <[email protected]> Date: 2024-06-21 (Fri, 21 Jun 2024) Changed paths: 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/hierarchy/hierarchy-api/package.json M core/hierarchy/hierarchy-default/package.json M core/hierarchy/hierarchy-filesystem/package.json M core/hierarchy/hierarchy-github/package.json M core/hierarchy/hierarchy-xwiki/package.json M core/link-suggest/link-suggest-api/package.json M core/link-suggest/link-suggest-xwiki/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 package.json M pnpm-lock.yaml M rendering/rendering/src/components/marked-macro.ts M sources/xwiki/mock-server/package.json Log Message: ----------- [Misc] Update dependency typescript to v5.5.2 Commit: 00f2f90fa63d460d5134052cc5decea3669e8271 https://github.com/xwiki-contrib/cristal/commit/00f2f90fa63d460d5134052cc5de... Author: Manuel Leduc <[email protected]> Date: 2024-06-21 (Fri, 21 Jun 2024) Changed paths: R extension-manager/src/server.js Log Message: ----------- [Misc] Remove unused server file Commit: a1a45671bc25b3799859b0427be4dd161f377814 https://github.com/xwiki-contrib/cristal/commit/a1a45671bc25b3799859b0427be4... Author: Manuel Leduc <[email protected]> Date: 2024-06-21 (Fri, 21 Jun 2024) Changed paths: M macros/src/vue/c-error.vue Log Message: ----------- [Misc] Remove wrongly inserted string Commit: e42d6ccf8c36b0da85abf456af80c8a412b8cc72 https://github.com/xwiki-contrib/cristal/commit/e42d6ccf8c36b0da85abf456af80... Author: Manuel Leduc <[email protected]> Date: 2024-06-21 (Fri, 21 Jun 2024) Changed paths: M electron/storage/package.json M extension-manager/package.json M extension-manager/vite.config.ts M pnpm-lock.yaml Log Message: ----------- [Misc] Unused vue dependencies cleanup Commit: 9b1606741055a1e2c61e70ebd4e30c7626906b91 https://github.com/xwiki-contrib/cristal/commit/9b1606741055a1e2c61e70ebd4e3... Author: Manuel Leduc <[email protected]> Date: 2024-06-21 (Fri, 21 Jun 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/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/extra-tabs/extra-tabs-api/package.json M core/extra-tabs/extra-tabs-default/package.json M core/extra-tabs/extra-tabs-ui/package.json M core/hierarchy/hierarchy-api/package.json M core/hierarchy/hierarchy-default/package.json M core/hierarchy/hierarchy-filesystem/package.json M core/hierarchy/hierarchy-github/package.json M core/hierarchy/hierarchy-xwiki/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/main/tsconfig.json M electron/preload/package.json M electron/preload/tsconfig.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 rendering/rendering/package.json M rendering/wikimodel/package.json M sharedworker/api/package.json M sharedworker/impl/package.json M skin/package.json M tsconfig.json M web/package.json M xwiki/remoteinlineeditor/package.json Log Message: ----------- [Misc] Make typescript use noEmit by default Commit: 34634db1aaaca1c1831c74081e31c97f8b056caa https://github.com/xwiki-contrib/cristal/commit/34634db1aaaca1c1831c74081e31... Author: Manuel Leduc <[email protected]> Date: 2024-06-21 (Fri, 21 Jun 2024) Changed paths: M api/src/api/designSystemLoader.ts M api/src/components/DefaultPageData.ts M api/src/components/defaultLogger.ts M api/src/components/defaultLoggerConfig.ts M api/src/components/defaultWikiConfig.ts M core/attachments/attachments-api/src/index.ts M core/attachments/attachments-default/src/defaultAttachmentsService.ts M core/attachments/attachments-ui/src/translations.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/browser/browser-default/src/components/browser-api-default.ts M core/hierarchy/hierarchy-api/src/index.ts M core/link-suggest/link-suggest-api/src/index.ts M core/link-suggest/link-suggest-xwiki/src/components/componentsInit.ts M ds/api/src/index.ts M ds/dsfr/src/vue/x-alert.vue M ds/dsfr/src/vue/x-avatar.vue M ds/dsfr/src/vue/x-card.vue M ds/dsfr/src/vue/x-img.vue M ds/shoelace/tsconfig.json M ds/vuetify/tsconfig.json M editors/tiptap/src/components/extensions/filter-helper.ts M editors/tiptap/tsconfig.json M electron/browser/src/components/browser-api-electron.ts M electron/browser/src/electron/main/index.ts M electron/storage/src/components/FileSystemConfig.ts M electron/storage/src/components/fileSystemStorage.ts M extension-manager/src/components/cristalLoader.ts M extension-manager/src/components/defaultExtensionManager.ts M extensions/menubuttons/src/components/c-menu.vue M lib/src/components/DefaultCristalApp.ts M lib/src/components/cristalAppLoader.ts M lib/src/staticBuild.ts M macros/src/components/alertMacro.ts M macros/src/components/errorMacro.ts M macros/src/components/infoMacro.ts M macros/src/components/successMacro.ts M macros/src/components/warningMacro.ts M macros/tsconfig.json M rendering/rendering/src/components/wikimodel-teavm.ts M rendering/rendering/src/components/wikimodel.ts M sharedworker/impl/src/components/defaultQueueWorker.ts M sharedworker/impl/src/components/worker.ts M sharedworker/impl/src/components/workerCristalApp.ts M sharedworker/impl/src/components/workerQueueWorker.ts M skin/src/components/InformationTab.ts M skin/src/components/defaultSkinManager.ts M skin/src/translations.ts M skin/src/vue/c-config.vue M skin/src/vue/contentTools.ts M skin/tsconfig.json M tsconfig.json M vite.config.ts M web/package.json M web/src/index.ts M xwiki/remoteinlineeditor/tsconfig.json Log Message: ----------- [Misc] Use isolatedModules and isolatedDeclarations by default Commit: ad2e05a3eb6c79d84e64a2b0e0734a0495e45591 https://github.com/xwiki-contrib/cristal/commit/ad2e05a3eb6c79d84e64a2b0e073... Author: Manuel Leduc <[email protected]> Date: 2024-06-21 (Fri, 21 Jun 2024) Changed paths: 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/hierarchy/hierarchy-api/package.json M core/hierarchy/hierarchy-default/package.json M core/hierarchy/hierarchy-filesystem/package.json M core/hierarchy/hierarchy-github/package.json M core/hierarchy/hierarchy-xwiki/package.json M core/link-suggest/link-suggest-api/package.json M core/link-suggest/link-suggest-xwiki/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 pnpm-lock.yaml M sources/xwiki/mock-server/package.json Log Message: ----------- [Misc] Only declare typescript in the root package.json Commit: da0fa6d8fd9d6ba5015d244a6111f1588cd198bf https://github.com/xwiki-contrib/cristal/commit/da0fa6d8fd9d6ba5015d244a6111... Author: Manuel Leduc <[email protected]> Date: 2024-06-21 (Fri, 21 Jun 2024) Changed paths: M api/src/api/storage.ts M core/attachments/attachments-api/src/index.ts M core/attachments/attachments-default/src/defaultAttachmentsService.ts M core/attachments/attachments-ui/package.json A core/attachments/attachments-ui/src/vue/AttachmentUploadForm.vue M core/attachments/attachments-ui/src/vue/AttachmentsTab.vue A core/attachments/attachments-ui/src/vue/AttachmentsTable.vue 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 M ds/api/src/index.ts M ds/shoelace/src/components/shoelaceDesignSystemLoader.ts A ds/shoelace/src/vue/form/x-file-input.vue A ds/shoelace/src/vue/form/x-form.vue A ds/shoelace/src/vue/form/x-text-field.vue A ds/vuetify/langs/translation-en.json M ds/vuetify/package.json M ds/vuetify/src/components/vuetifyDesignSystemLoader.ts A ds/vuetify/src/translations.ts A ds/vuetify/src/vue/form/x-file-input.vue A ds/vuetify/src/vue/form/x-form.vue A ds/vuetify/src/vue/form/x-text-field.vue 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 pnpm-lock.yaml Log Message: ----------- CRISTAL-63: Attachment upload is possible Commit: e3a3a490a56e1919cabc50547b7a56e2738acdf7 https://github.com/xwiki-contrib/cristal/commit/e3a3a490a56e1919cabc50547b7a... Author: Manuel Leduc <[email protected]> Date: 2024-06-21 (Fri, 21 Jun 2024) Changed paths: M core/attachments/attachments-api/src/index.ts M core/attachments/attachments-ui/src/vue/AttachmentUploadForm.vue M core/attachments/attachments-ui/src/vue/AttachmentsTab.vue M core/attachments/attachments-ui/src/vue/AttachmentsTable.vue M core/backends/backend-api/src/abstractStorage.ts M core/backends/backend-nextcloud/src/nextcloudStorage.ts M core/backends/backend-xwiki/src/xwikiStorage.ts M electron/storage/src/electron/preload/index.ts M pnpm-lock.yaml M tsconfig.json Log Message: ----------- CRISTAL-63: Attachment upload is possible Commit: c22f22c719f7194a4dc9c5e331c94e4bc99cd5b4 https://github.com/xwiki-contrib/cristal/commit/c22f22c719f7194a4dc9c5e331c9... Author: Manuel Leduc <[email protected]> Date: 2024-06-21 (Fri, 21 Jun 2024) Changed paths: M ds/shoelace/src/vue/form/x-file-input.vue M ds/vuetify/src/vue/form/x-file-input.vue Log Message: ----------- CRISTAL-63: Attachment upload is possible Commit: c31bb477de1139fba0d2ef602bde7a5467b1cdde https://github.com/xwiki-contrib/cristal/commit/c31bb477de1139fba0d2ef602bde... Author: Manuel Leduc <[email protected]> Date: 2024-06-21 (Fri, 21 Jun 2024) Changed paths: M rendering/rendering/src/components/marked-macro.ts Log Message: ----------- [Misc] Update dependency typescript to v5.5.2 Commit: 773f2aceb62f25888f8cea0926083bf00df30bbf https://github.com/xwiki-contrib/cristal/commit/773f2aceb62f25888f8cea092608... Author: Mend Renovate <[email protected]> Date: 2024-06-21 (Fri, 21 Jun 2024) Changed paths: M package.json M pnpm-lock.yaml Log Message: ----------- [Misc] Update dependency prettier to v3.3.2 Commit: bbfa58ad2412b2fa1c495ae658e7d5e882d19326 https://github.com/xwiki-contrib/cristal/commit/bbfa58ad2412b2fa1c495ae658e7... Author: Manuel Leduc <[email protected]> Date: 2024-06-21 (Fri, 21 Jun 2024) Changed paths: M README.md Log Message: ----------- [Misc] Update translation location in the README Commit: 7844d4042cf5b716d478556cb55ad5289b006230 https://github.com/xwiki-contrib/cristal/commit/7844d4042cf5b716d478556cb55a... Author: Mend Renovate <[email protected]> Date: 2024-06-21 (Fri, 21 Jun 2024) Changed paths: M ds/dsfr/package.json M ds/vuetify/package.json M lib/package.json M package.json M pnpm-lock.yaml M skin/package.json M web/package.json Log Message: ----------- [Misc] Update dependency vuetify to v3.6.10 Commit: 2fc08c2516eb0f6f6104dc5989b81c757f173f5a https://github.com/xwiki-contrib/cristal/commit/2fc08c2516eb0f6f6104dc5989b8... Author: Mend Renovate <[email protected]> Date: 2024-06-21 (Fri, 21 Jun 2024) Changed paths: 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-216: Upgrade to electron 31.0.2 Commit: 197f60723a99ad6313c5df748df609be5db49a72 https://github.com/xwiki-contrib/cristal/commit/197f60723a99ad6313c5df748df6... Author: Mend Renovate <[email protected]> Date: 2024-06-21 (Fri, 21 Jun 2024) Changed paths: M api/package.json M core/attachments/attachments-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 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 rendering/wikimodel/package.json 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-221: Upgrade to vue 3.4.29 Commit: ebbc0b677510cc94695ba4e6ac9e3188180c9e4e https://github.com/xwiki-contrib/cristal/commit/ebbc0b677510cc94695ba4e6ac9e... Author: Manuel Leduc <[email protected]> Date: 2024-06-24 (Mon, 24 Jun 2024) Changed paths: M pnpm-workspace.yaml Log Message: ----------- [Misc] Sort core packages alphabetically Commit: 7e661ccb66eae352715875e56492e41a429b9cda https://github.com/xwiki-contrib/cristal/commit/7e661ccb66eae352715875e56492... Author: Manuel Leduc <[email protected]> Date: 2024-06-24 (Mon, 24 Jun 2024) Changed paths: R .npmrc M core/attachments/attachments-api/package.json M core/attachments/attachments-default/package.json M core/attachments/attachments-ui/package.json M core/backends/backend-api/package.json M core/backends/backend-dexie/src/wrappingOfflineStorage.ts M core/backends/backend-github/src/GitHubWikiConfig.ts M core/backends/backend-github/src/githubStorage.ts M core/backends/backend-xwiki/src/XWikiWikiConfig.ts M core/backends/backend-xwiki/src/xwikiStorage.ts M core/extra-tabs/extra-tabs-default/package.json M core/extra-tabs/extra-tabs-ui/package.json M ds/dsfr/src/vue/x-divider.vue M editors/tiptap/package.json M editors/tiptap/src/components/extensions/slash.ts M editors/tiptap/src/extensions/link.ts M editors/tiptap/src/extensions/markdown.ts M electron/browser/vite.config.ts M electron/browser/vite.main.config.ts M electron/browser/vite.preload.config.ts M electron/storage/vite.config.ts M electron/storage/vite.main.config.ts M electron/storage/vite.preload.config.ts M pnpm-lock.yaml M skin/src/vue/c-content.vue Log Message: ----------- [Misc] Remove hoisted from npmrc configuration And fix dependencies accordingly, each module must only use dependencies it declares explicitly. Commit: 5994729b8cc040282c691e744cb9506a14484d61 https://github.com/xwiki-contrib/cristal/commit/5994729b8cc040282c691e744cb9... Author: Manuel Leduc <[email protected]> Date: 2024-06-24 (Mon, 24 Jun 2024) Changed paths: M core/extra-tabs/extra-tabs-api/package.json M core/extra-tabs/extra-tabs-default/package.json M core/extra-tabs/extra-tabs-ui/package.json Log Message: ----------- [Misc] Fix bad directories in package.json files Commit: 2991c6bb9440d68d82368aaa21c5e2c463ec7807 https://github.com/xwiki-contrib/cristal/commit/2991c6bb9440d68d82368aaa21c5... Author: Manuel Leduc <[email protected]> Date: 2024-06-24 (Mon, 24 Jun 2024) Changed paths: M core/backends/backend-xwiki/package.json M pnpm-lock.yaml Log Message: ----------- [Misc] Remove hoisted from npmrc configuration Commit: 22bf1214b5ec7f6ae0a1397376f4a42423f743b0 https://github.com/xwiki-contrib/cristal/commit/22bf1214b5ec7f6ae0a1397376f4... Author: Thiago Krieck <[email protected]> Date: 2024-06-24 (Mon, 24 Jun 2024) Changed paths: M .eslintrc M .github/renovate.json5 M .gitignore M .npmpackagejsonlintrc.json R .npmrc M Jenkinsfile M README.md M api/package.json M api/src/api/PageData.ts M api/src/api/WikiConfig.ts M api/src/api/cristalApp.ts M api/src/api/designSystemLoader.ts M api/src/api/document.ts M api/src/api/logger.ts M api/src/api/loggerConfig.ts A api/src/api/pageAttachment.ts M api/src/api/skinManager.ts M api/src/api/storage.ts M api/src/api/wrappingStorage.ts M api/src/components/DefaultPageData.ts M api/src/components/JSONLDDocument.ts M api/src/components/__tests__/DefaultPageData.test.ts M api/src/components/__tests__/defaultLogger.test.ts M api/src/components/componentsInit.ts M api/src/components/defaultLogger.ts M api/src/components/defaultLoggerConfig.ts M api/src/components/defaultWikiConfig.ts M api/src/index.ts M api/src/vue.d.ts M api/vite.config.ts M api/vitest.config.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/AttachmentUploadForm.vue A core/attachments/attachments-ui/src/vue/AttachmentsTab.vue A core/attachments/attachments-ui/src/vue/AttachmentsTable.vue A core/attachments/attachments-ui/tsconfig.json A core/attachments/attachments-ui/vite.config.ts A core/backends/backend-api/package.json A core/backends/backend-api/src/abstractStorage.ts A core/backends/backend-api/src/index.ts A core/backends/backend-api/src/offlineStorage.ts A core/backends/backend-api/tsconfig.json A core/backends/backend-api/vite.config.ts A core/backends/backend-dexie/package.json A core/backends/backend-dexie/src/dexieOfflineStorage.ts A core/backends/backend-dexie/src/dexiePageStorage.ts A core/backends/backend-dexie/src/index.ts A core/backends/backend-dexie/src/wrappingOfflineStorage.ts A core/backends/backend-dexie/tsconfig.json A core/backends/backend-dexie/vite.config.ts A core/backends/backend-github/package.json A core/backends/backend-github/src/GitHubWikiConfig.ts A core/backends/backend-github/src/githubStorage.ts A core/backends/backend-github/src/index.ts A core/backends/backend-github/tsconfig.json A core/backends/backend-github/vite.config.ts A core/backends/backend-nextcloud/package.json A core/backends/backend-nextcloud/src/NextcloudWikiConfig.ts A core/backends/backend-nextcloud/src/index.ts A core/backends/backend-nextcloud/src/nextcloudStorage.ts A core/backends/backend-nextcloud/tsconfig.json A core/backends/backend-nextcloud/vite.config.ts A core/backends/backend-xwiki/package.json A core/backends/backend-xwiki/src/XWikiWikiConfig.ts A core/backends/backend-xwiki/src/__tests__/xwikiStorage.test.ts A core/backends/backend-xwiki/src/index.ts A core/backends/backend-xwiki/src/xwikiStorage.ts A core/backends/backend-xwiki/tsconfig.json A core/backends/backend-xwiki/vite.config.ts M core/browser/browser-api/package.json M core/browser/browser-api/src/index.ts M core/browser/browser-api/vite.config.ts M core/browser/browser-default/package.json M core/browser/browser-default/src/components/browser-api-default.ts M core/browser/browser-default/src/components/componentsInit.ts M core/browser/browser-default/src/index.ts M core/browser/browser-default/vite.config.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 A core/hierarchy/hierarchy-api/package.json A core/hierarchy/hierarchy-api/src/index.ts A core/hierarchy/hierarchy-api/tsconfig.json A core/hierarchy/hierarchy-api/vite.config.ts A core/hierarchy/hierarchy-default/package.json A core/hierarchy/hierarchy-default/src/components/componentsInit.ts A core/hierarchy/hierarchy-default/src/index.ts A core/hierarchy/hierarchy-default/tsconfig.json A core/hierarchy/hierarchy-default/vite.config.ts A core/hierarchy/hierarchy-filesystem/package.json A core/hierarchy/hierarchy-filesystem/src/components/componentsInit.ts A core/hierarchy/hierarchy-filesystem/src/index.ts A core/hierarchy/hierarchy-filesystem/tsconfig.json A core/hierarchy/hierarchy-filesystem/vite.config.ts A core/hierarchy/hierarchy-github/package.json A core/hierarchy/hierarchy-github/src/components/componentsInit.ts A core/hierarchy/hierarchy-github/src/index.ts A core/hierarchy/hierarchy-github/tsconfig.json A core/hierarchy/hierarchy-github/vite.config.ts A core/hierarchy/hierarchy-xwiki/package.json A core/hierarchy/hierarchy-xwiki/src/__tests__/utils.test.ts A core/hierarchy/hierarchy-xwiki/src/components/componentsInit.ts A core/hierarchy/hierarchy-xwiki/src/index.ts A core/hierarchy/hierarchy-xwiki/src/utils.ts A core/hierarchy/hierarchy-xwiki/tsconfig.json A core/hierarchy/hierarchy-xwiki/vite.config.ts M core/icons/package.json M core/icons/src/index.ts M core/icons/src/size.ts M core/icons/src/vue.d.ts M core/icons/src/vue/__tests__/c-icon.test.ts M core/icons/src/vue/c-icon.vue M core/icons/vite.config.ts M core/icons/vitest.config.ts M core/link-suggest/link-suggest-api/package.json M core/link-suggest/link-suggest-api/src/index.ts M core/link-suggest/link-suggest-api/vite.config.ts M core/link-suggest/link-suggest-xwiki/package.json M core/link-suggest/link-suggest-xwiki/src/components/componentsInit.ts M core/link-suggest/link-suggest-xwiki/src/index.ts M core/link-suggest/link-suggest-xwiki/vite.config.ts M dev/config/package.json M dev/config/vitest.config.js M ds/api/package.json M ds/api/src/index.ts M ds/api/vite.config.ts M ds/dsfr/package.json M ds/dsfr/src/components/componentsInit.ts M ds/dsfr/src/components/dsfrDesignSystemLoader.ts M ds/dsfr/src/index.ts M ds/dsfr/src/vue.d.ts M ds/dsfr/src/vue/__tests__/x-col.test.ts M ds/dsfr/src/vue/x-alert.vue M ds/dsfr/src/vue/x-avatar.vue M ds/dsfr/src/vue/x-btn.vue M ds/dsfr/src/vue/x-card.vue M ds/dsfr/src/vue/x-col.vue M ds/dsfr/src/vue/x-container.vue M ds/dsfr/src/vue/x-dialog.vue M ds/dsfr/src/vue/x-divider.vue M ds/dsfr/src/vue/x-img.vue M ds/dsfr/src/vue/x-load.vue M ds/dsfr/src/vue/x-menu.vue M ds/dsfr/src/vue/x-menuitem.vue M ds/dsfr/src/vue/x-row.vue M ds/dsfr/src/vue/x-textfield.vue M ds/dsfr/vite.config.ts M ds/dsfr/vitest.config.ts M ds/shoelace/package.json M ds/shoelace/src/components/componentsInit.ts M ds/shoelace/src/components/shoelaceDesignSystemLoader.ts M ds/shoelace/src/index.ts M ds/shoelace/src/vue.d.ts M ds/shoelace/src/vue/__tests__/x-alert.test.ts M ds/shoelace/src/vue/css/style.css A ds/shoelace/src/vue/form/x-file-input.vue A ds/shoelace/src/vue/form/x-form.vue A ds/shoelace/src/vue/form/x-text-field.vue M ds/shoelace/src/vue/x-alert.vue M ds/shoelace/src/vue/x-avatar.vue M ds/shoelace/src/vue/x-breadcrumb.vue M ds/shoelace/src/vue/x-btn.vue M ds/shoelace/src/vue/x-card.vue M ds/shoelace/src/vue/x-col.vue M ds/shoelace/src/vue/x-container.vue M ds/shoelace/src/vue/x-dialog.vue M ds/shoelace/src/vue/x-divider.vue M ds/shoelace/src/vue/x-img.vue M ds/shoelace/src/vue/x-load.vue M ds/shoelace/src/vue/x-menu.vue M ds/shoelace/src/vue/x-menuitem.vue M ds/shoelace/src/vue/x-row.vue M ds/shoelace/src/vue/x-search.vue 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/shoelace/src/vue/x-textfield.vue M ds/shoelace/tsconfig.json M ds/shoelace/vite.config.ts M ds/shoelace/vitest.config.ts A ds/vuetify/langs/translation-en.json M ds/vuetify/package.json M ds/vuetify/src/components/componentsInit.ts M ds/vuetify/src/components/vuetifyDesignSystemLoader.ts M ds/vuetify/src/index.ts A ds/vuetify/src/translations.ts M ds/vuetify/src/vue.d.ts M ds/vuetify/src/vue/css/style.css A ds/vuetify/src/vue/form/x-file-input.vue A ds/vuetify/src/vue/form/x-form.vue A ds/vuetify/src/vue/form/x-text-field.vue M ds/vuetify/src/vue/x-alert.vue M ds/vuetify/src/vue/x-avatar.vue M ds/vuetify/src/vue/x-breadcrumb.vue M ds/vuetify/src/vue/x-btn.vue M ds/vuetify/src/vue/x-card.vue M ds/vuetify/src/vue/x-dialog.vue M ds/vuetify/src/vue/x-divider.vue M ds/vuetify/src/vue/x-img.vue M ds/vuetify/src/vue/x-load.vue M ds/vuetify/src/vue/x-menu-item.vue M ds/vuetify/src/vue/x-menu.vue M ds/vuetify/src/vue/x-search.vue 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 ds/vuetify/tsconfig.json M ds/vuetify/vite.config.ts M editors/tiptap/package.json M editors/tiptap/src/components/componentsInit.ts M editors/tiptap/src/components/extensions/__tests__/slash.test.ts M editors/tiptap/src/components/extensions/bubble-menu.ts M editors/tiptap/src/components/extensions/filter-helper.ts M editors/tiptap/src/components/extensions/link-suggest.ts M editors/tiptap/src/components/extensions/menu-helpers.ts M editors/tiptap/src/components/extensions/slash.ts M editors/tiptap/src/components/uixTiptapEditorProvider.ts M editors/tiptap/src/extensions/link.ts M editors/tiptap/src/extensions/markdown.ts M editors/tiptap/src/index.ts M editors/tiptap/src/stores/link-suggest-store.ts M editors/tiptap/src/stores/slash-store.ts M editors/tiptap/src/tiptap/helpers.ts M editors/tiptap/src/vue/c-edit-tiptap.vue M editors/tiptap/src/vue/c-tiptap-bubble-menu.vue M editors/tiptap/src/vue/c-tiptap-link-edit.vue M editors/tiptap/src/vue/c-tiptap-link-suggest.vue M editors/tiptap/src/vue/c-tiptap-selector.vue M editors/tiptap/src/vue/list-navigation-helper.ts M editors/tiptap/tsconfig.json M editors/tiptap/vite.config.ts M electron/.electron-builder.config.js M electron/browser/package.json M electron/browser/src/components/browser-api-electron.ts M electron/browser/src/componentsInit.ts M electron/browser/src/electron/main/index.ts M electron/browser/src/electron/preload/apiTypes.ts M electron/browser/src/electron/preload/index.ts M electron/browser/src/index.ts M electron/browser/vite.config.ts M electron/browser/vite.main.config.ts M electron/browser/vite.preload.config.ts M electron/main/package.json M electron/main/src/index.ts M electron/main/src/mainWindow.ts M electron/main/src/security-restrictions.ts M electron/main/tsconfig.json M electron/main/vite.config.js M electron/package.json M electron/preload/package.json M electron/preload/src/index.ts M electron/preload/src/nodeCrypto.ts M electron/preload/src/versions.ts M electron/preload/tsconfig.json M electron/preload/vite.config.js M electron/renderer/package.json M electron/renderer/src/index.ts M electron/renderer/src/vite-env.d.ts M electron/renderer/src/vue.d.ts M electron/renderer/vite.config.js M electron/storage/package.json M electron/storage/src/components/FileSystemConfig.ts M electron/storage/src/components/fileSystemStorage.ts M electron/storage/src/componentsInit.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 electron/storage/src/index.ts M electron/storage/vite.config.ts M electron/storage/vite.main.config.ts M electron/storage/vite.preload.config.ts M electron/types/env.d.ts M electron/version/getVersion.mjs M electron/version/inject-app-version-plugin.mjs M extension-manager/package.json M extension-manager/src/api/cristalComponent.ts M extension-manager/src/api/extensionConfig.ts M extension-manager/src/api/extensionManager.ts M extension-manager/src/components/componentsInit.ts M extension-manager/src/components/cristalLoader.ts M extension-manager/src/components/defaultComponent.ts M extension-manager/src/components/defaultExtensionConfig.ts M extension-manager/src/components/defaultExtensionManager.ts M extension-manager/src/index.ts R extension-manager/src/server.js M extension-manager/vite.config.ts M extensions/menubuttons/package.json M extensions/menubuttons/src/api/menuEntry.ts M extensions/menubuttons/src/components/c-menu.vue M extensions/menubuttons/src/components/componentsInit.ts M extensions/menubuttons/src/components/menuEntryButton1.ts M extensions/menubuttons/src/components/uixMenuTemplateProvider.ts M extensions/menubuttons/src/components/uixMenuTemplateProvider2.ts M extensions/menubuttons/src/index.ts M extensions/menubuttons/src/vue.d.ts M extensions/menubuttons/vite.config.ts M lib/package.json M lib/src/c-index.vue M lib/src/components/DefaultCristalApp.ts M lib/src/components/cristalAppLoader.ts M lib/src/i18n.ts M lib/src/index.css M lib/src/index.ts M lib/src/staticBuild.ts M lib/src/vue.d.ts M lib/vite.config.ts M macros/package.json M macros/src/components/alertMacro.ts M macros/src/components/componentsInit.ts M macros/src/components/defaultMacroProvider.ts M macros/src/components/errorMacro.ts M macros/src/components/infoMacro.ts M macros/src/components/successMacro.ts M macros/src/components/warningMacro.ts M macros/src/index.ts M macros/src/vue.d.ts M macros/src/vue/c-error.vue M macros/src/vue/c-info.vue M macros/src/vue/c-success.vue M macros/src/vue/c-warning.vue M macros/tsconfig.json M macros/vite.config.ts M package.json M pnpm-lock.yaml M pnpm-workspace.yaml M rendering/rendering/package.json M rendering/rendering/src/api/converter.ts M rendering/rendering/src/api/renderer.ts M rendering/rendering/src/components/MarkdownToHTMLConverter.ts M rendering/rendering/src/components/XWikI21ToHTMLConverter.ts M rendering/rendering/src/components/componentsInit.ts M rendering/rendering/src/components/defaultRenderer.ts M rendering/rendering/src/components/marked-macro.ts M rendering/rendering/src/components/wikimodel-teavm.ts M rendering/rendering/src/components/wikimodel.ts M rendering/rendering/src/index.ts M rendering/rendering/src/vue.d.ts M rendering/rendering/vite.config.ts M rendering/wikimodel/package.json M rendering/wikimodel/src/index.ts M rendering/wikimodel/src/wikimodel-teavm.d.ts M rendering/wikimodel/src/wikimodel-teavm.js M rendering/wikimodel/vite.config.ts M resources/license-header.js M resources/license-header.vue.txt M sharedworker/api/package.json M sharedworker/api/src/api/myworker.ts M sharedworker/api/src/api/queueWorker.ts M sharedworker/api/src/index.ts M sharedworker/api/src/vite-env.d.ts M sharedworker/api/src/vue.d.ts M sharedworker/api/vite-env.d.ts M sharedworker/api/vite.config.ts M sharedworker/impl/package.json M sharedworker/impl/src/components/componentsInit.ts M sharedworker/impl/src/components/defaultQueueWorker.ts M sharedworker/impl/src/components/worker.ts M sharedworker/impl/src/components/workerCristalApp.ts M sharedworker/impl/src/components/workerQueueWorker.ts M sharedworker/impl/src/index.ts M sharedworker/impl/src/vite-env.d.ts M sharedworker/impl/src/vue.d.ts M sharedworker/impl/vite-env.d.ts M sharedworker/impl/vite.config.ts A skin/langs/translation-en.json A skin/langs/translation-fr.json M skin/package.json M skin/src/api/macroData.ts M skin/src/api/macroProvider.ts M skin/src/api/uixEditorProvider.ts M skin/src/api/uixTemplateProvider.ts M skin/src/api/vueTemplateProvider.ts A skin/src/components/InformationTab.ts M skin/src/components/componentsInit.ts M skin/src/components/defaultMacroData.ts M skin/src/components/defaultSkinManager.ts M skin/src/components/defaultUIXEditorProvider.ts M skin/src/components/defaultUIXTemplateProvider.ts M skin/src/components/defaultVueTemplateProvider.ts M skin/src/components/templateTemplateProvider.ts M skin/src/components/uixLoginTemplateProvider.ts M skin/src/components/uixSearchTemplateProvider.ts M skin/src/components/uixVueTemplateProvider.ts M skin/src/composables/mouse.ts M skin/src/composables/viewport.ts M skin/src/css/main.css M skin/src/index.ts A skin/src/translations.ts M skin/src/vue.d.ts M skin/src/vue/c-blog.vue M skin/src/vue/c-config-menu.vue M skin/src/vue/c-config.vue M skin/src/vue/c-content.vue M skin/src/vue/c-edit.vue M skin/src/vue/c-field.vue M skin/src/vue/c-footer.vue M skin/src/vue/c-help.vue M skin/src/vue/c-login.vue M skin/src/vue/c-main.vue M skin/src/vue/c-movie.vue M skin/src/vue/c-navigation-drawer.vue M skin/src/vue/c-panel.vue M skin/src/vue/c-right-sidebar.vue M skin/src/vue/c-search.vue M skin/src/vue/c-sidebar-panel.vue M skin/src/vue/c-sidebar.vue M skin/src/vue/c-template.vue M skin/src/vue/c-uix.vue M skin/src/vue/c-view.vue M skin/src/vue/contentTools.ts A skin/src/vue/extra-tabs/InformationTab.vue M skin/src/vue/perf/perfDirectDSFR.vue M skin/src/vue/perf/perfDirectSL.vue M skin/src/vue/perf/perfDirectVuetify.vue M skin/src/vue/perf/perfEmpty.vue M skin/src/vue/perf/perfX.vue M skin/src/vue/perf/x-empty.vue M skin/tsconfig.json M skin/vite.config.ts M sources/xwiki/mock-server/package.json M sources/xwiki/mock-server/src/index.ts R storage/CHANGELOG.md R storage/package.json R storage/src/api/offlineStorage.ts R storage/src/components/abstractStorage.ts R storage/src/components/componentsInit.ts R storage/src/components/dexie/dexieOfflineStorage.ts R storage/src/components/dexie/dexiePageStorage.ts R storage/src/components/github/GitHubWikiConfig.ts R storage/src/components/github/githubStorage.ts R storage/src/components/nextcloud/NextcloudWikiConfig.ts R storage/src/components/nextcloud/nextcloudStorage.ts R storage/src/components/wrappingOfflineStorage.ts R storage/src/components/xwiki/XWikiWikiConfig.ts R storage/src/components/xwiki/xwikiStorage.ts R storage/src/index.ts R storage/src/vue.d.ts R storage/tsconfig.json R storage/vite.config.ts M tsconfig.json M vite.config.ts M web/e2e/main-page.spec.ts M web/package.json M web/playwright.config.ts M web/src/index.ts M web/src/server.js M web/src/vite-env.d.ts M web/src/vue.d.ts M web/vite.config.ts M xwiki/remoteinlineeditor/package.json M xwiki/remoteinlineeditor/src/components/componentsInit.ts M xwiki/remoteinlineeditor/src/components/uixRemoteXWikiEditorProvider.ts M xwiki/remoteinlineeditor/src/index.ts M xwiki/remoteinlineeditor/src/vue.d.ts M xwiki/remoteinlineeditor/src/vue/c-edit-xwikiremote.vue M xwiki/remoteinlineeditor/tsconfig.json M xwiki/remoteinlineeditor/vite.config.ts Log Message: ----------- Merge branch 'main' into CRISTAL-212 Commit: 1e4742ee405caebf8e44ca182557bbe101b9ac24 https://github.com/xwiki-contrib/cristal/commit/1e4742ee405caebf8e44ca182557... Author: Thiago Krieck <[email protected]> Date: 2024-06-24 (Mon, 24 Jun 2024) Changed paths: M skin/src/vue/c-view.vue Log Message: ----------- CRISTAL-212: Make embedding less prone to CSS conflicts * Reworking CSS for hiding the sidebar Commit: ef60a31624e9841b1b5d0ec1713c4cf307b8ea41 https://github.com/xwiki-contrib/cristal/commit/ef60a31624e9841b1b5d0ec1713c... Author: Thiago Krieck <[email protected]> Date: 2024-06-24 (Mon, 24 Jun 2024) Changed paths: M skin/src/vue/c-view.vue Log Message: ----------- CRISTAL-212: Make embedding less prone to CSS conflicts * Bug fixes Compare: https://github.com/xwiki-contrib/cristal/compare/524bb8d40d0d...ef60a31624e9 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications