Branch: refs/heads/hackdays-2025
Home: https://github.com/xwiki-contrib/cristal
Commit: f3e5b435631fad3631fa47f2ae97c87859be7af5
https://github.com/xwiki-contrib/cristal/commit/f3e5b435631fad3631fa47f2ae9…
Author: Clément E. <clement.eraud(a)xwiki.com>
Date: 2025-06-03 (Tue, 03 Jun 2025)
Changed paths:
M core/uniast/src/ast.ts
M core/uniast/src/markdown/uniast-to-md.ts
M editors/blocknote-headless/src/blocknote/bn-to-uniast.ts
M editors/blocknote-headless/src/blocknote/index.ts
M editors/blocknote-headless/src/blocknote/uniast-to-bn.ts
M editors/blocknote-headless/src/vue/c-blocknote-view.vue
Log Message:
-----------
Add audio and video
Commit: ad14c86fdd9ec26c25fb6d103d073b131a1d7301
https://github.com/xwiki-contrib/cristal/commit/ad14c86fdd9ec26c25fb6d103d0…
Author: Ludovic Dubost <ludovic(a)xwiki.com>
Date: 2025-06-03 (Tue, 03 Jun 2025)
Changed paths:
M core/uniast/src/ast.ts
M core/uniast/src/markdown/uniast-to-md.ts
M editors/blocknote-headless/src/blocknote/bn-to-uniast.ts
M editors/blocknote-headless/src/blocknote/index.ts
M editors/blocknote-headless/src/blocknote/uniast-to-bn.ts
M editors/blocknote-headless/src/vue/c-blocknote-view.vue
Log Message:
-----------
Merge remote-tracking branch 'clement/hackdays-2025-audio-video' into hackdays-2025
Compare: https://github.com/xwiki-contrib/cristal/compare/5586c2101486...ad14c86fdd9e
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/XWIKI-23043
Home: https://github.com/xwiki/xwiki-platform
Commit: 6c7d392f93dedf0c14b6e95909f05c68161830f9
https://github.com/xwiki/xwiki-platform/commit/6c7d392f93dedf0c14b6e95909f0…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-06-03 (Tue, 03 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/macroEditor.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/macroWizard.css
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-ui/src/main/resources/CKEditor/Translations.xml
Log Message:
-----------
XWIKI-22803: Enable the ability to order macro parameters defined in XWiki objects directly from the UI
* Provide validation of the form
* Improve globally the UI
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/hackdays-2025
Home: https://github.com/xwiki-contrib/cristal
Commit: 5586c2101486796b24eeb4ae7b995b0186606da7
https://github.com/xwiki-contrib/cristal/commit/5586c2101486796b24eeb4ae7b9…
Author: Ludovic Dubost <ludovic(a)xwiki.com>
Date: 2025-06-03 (Tue, 03 Jun 2025)
Changed paths:
M core/authentication/authentication-docs/src/DocsAuthenticationManager.ts
A electron/authentication/authentication-docs/authentication-docs-main/package.json
A electron/authentication/authentication-docs/authentication-docs-main/src/index.ts
A electron/authentication/authentication-docs/authentication-docs-main/src/storage.ts
A electron/authentication/authentication-docs/authentication-docs-main/tsconfig.json
A electron/authentication/authentication-docs/authentication-docs-main/vite.config.ts
A electron/authentication/authentication-docs/authentication-docs-main/vitest.config.ts
A electron/authentication/authentication-docs/authentication-docs-preload/package.json
A electron/authentication/authentication-docs/authentication-docs-preload/src/index.ts
A electron/authentication/authentication-docs/authentication-docs-preload/tsconfig.json
A electron/authentication/authentication-docs/authentication-docs-preload/vite.config.ts
A electron/authentication/authentication-docs/authentication-docs-preload/vitest.config.ts
A electron/authentication/authentication-docs/authentication-docs-renderer/package.json
A electron/authentication/authentication-docs/authentication-docs-renderer/src/DocsAuthenticationManager.ts
A electron/authentication/authentication-docs/authentication-docs-renderer/src/index.ts
A electron/authentication/authentication-docs/authentication-docs-renderer/tsconfig.json
A electron/authentication/authentication-docs/authentication-docs-renderer/vite.config.ts
A electron/authentication/authentication-docs/authentication-docs-renderer/vitest.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/preload/package.json
M electron/preload/src/index.ts
M electron/renderer/package.json
M electron/renderer/src/index.ts
M pnpm-lock.yaml
M pnpm-workspace.yaml
Log Message:
-----------
Added electron for docs
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
Branch: refs/heads/hackdays-2025
Home: https://github.com/xwiki-contrib/cristal
Commit: dd197b15943487756c93851a83b62f1f491819ce
https://github.com/xwiki-contrib/cristal/commit/dd197b15943487756c93851a83b…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-06-03 (Tue, 03 Jun 2025)
Changed paths:
M core/attachments/attachments-api/src/attachmentsService.ts
M core/attachments/attachments-default/src/defaultAttachmentsService.ts
M core/backends/backend-api/package.json
M core/backends/backend-api/src/abstractStorage.ts
M core/backends/backend-docs/package.json
M core/backends/backend-docs/src/docsStorage.ts
M core/backends/backend-github/package.json
M core/backends/backend-github/src/githubStorage.ts
M core/backends/backend-nextcloud/package.json
M core/backends/backend-nextcloud/src/nextcloudStorage.ts
M core/backends/backend-xwiki/package.json
M core/backends/backend-xwiki/src/xwikiStorage.ts
M core/model/model-reference/model-reference-docs/src/DocsModelReferenceParser.ts
M core/model/model-reference/model-reference-docs/src/DocsModelReferenceSerializer.ts
M core/model/model-remote-url/model-remote-url-docs/src/DocsRemoteURLParser.ts
M core/model/model-remote-url/model-remote-url-docs/src/DocsRemoteURLSerializer.ts
M editors/blocknote-headless/src/vue/blocks/ImageEditor.vue
M electron/storage/src/components/fileSystemStorage.ts
M pnpm-lock.yaml
Log Message:
-----------
Uploading files from the editor works
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications