lists.xwiki.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

notifications

Thread Start a new thread
Download
Threads by month
  • ----- 2026 -----
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2025 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
[email protected]

  • 1 participants
  • 57397 discussions
[xwiki-contrib/cristal] 85c1cc: CRISTAL-430: XWiki terminal pages are not excluded...
by XWiki Notifications 20 Mar '25

20 Mar '25
Branch: refs/heads/CRISTAL-430 Home: https://github.com/xwiki-contrib/cristal Commit: 85c1ccc1da5e370c614886ffc1aab60c26528fba https://github.com/xwiki-contrib/cristal/commit/85c1ccc1da5e370c614886ffc1a… Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com> Date: 2025-03-20 (Thu, 20 Mar 2025) Changed paths: M core/navigation-tree/navigation-tree-api/src/index.ts M core/navigation-tree/navigation-tree-default/src/components/componentsInit.ts M core/navigation-tree/navigation-tree-filesystem/src/components/componentsInit.ts M core/navigation-tree/navigation-tree-github/src/components/componentsInit.ts M core/navigation-tree/navigation-tree-nextcloud/src/components/componentsInit.ts M core/navigation-tree/navigation-tree-xwiki/src/components/componentsInit.ts M ds/api/src/XNavigationTree.ts M ds/api/src/XNavigationTreeSelect.ts M ds/shoelace/src/vue/x-navigation-tree-item.vue M ds/shoelace/src/vue/x-navigation-tree.vue M ds/vuetify/src/vue/x-navigation-tree.vue M skin/src/vue/c-sidebar.vue Log Message: ----------- CRISTAL-430: XWiki terminal pages are not excluded on the page creation form To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-22999: Activity stream should use list semantics
by XWiki Notifications 20 Mar '25

20 Mar '25
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-23000: Default user avatar contrast is unsufficient
by XWiki Notifications 20 Mar '25

20 Mar '25
1 0
0 0
[xwiki-contrib/cristal] 49b44c: CRISTAL-267: Introduce an authentication for the N...
by XWiki Notifications 20 Mar '25

20 Mar '25
Branch: refs/heads/CRISTAL-267 Home: https://github.com/xwiki-contrib/cristal Commit: 49b44c278aa737719820b8220efaa99bb939830c https://github.com/xwiki-contrib/cristal/commit/49b44c278aa737719820b8220ef… Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com> Date: 2025-03-20 (Thu, 20 Mar 2025) Changed paths: M api/src/api/WikiConfig.ts M api/src/components/defaultWikiConfig.ts A authentication-server/CHANGELOG.md A authentication-server/package.json A authentication-server/src/config.ts A authentication-server/src/github.ts A authentication-server/src/index.ts A authentication-server/src/nextcloud.ts A authentication-server/tsconfig.json A authentication-server/tsdoc.json A authentication-server/vite.config.ts A authentication-server/vitest.config.ts M core/authentication/authentication-api/src/userDetails.ts M core/authentication/authentication-github/src/GitHubAuthenticationManager.ts A core/authentication/authentication-nextcloud-state/package.json A core/authentication/authentication-nextcloud-state/src/NextcloudAuthenticationState.ts A core/authentication/authentication-nextcloud-state/src/index.ts A core/authentication/authentication-nextcloud-state/tsconfig.json A core/authentication/authentication-nextcloud-state/tsdoc.json A core/authentication/authentication-nextcloud-state/vite.config.ts A core/authentication/authentication-nextcloud-state/vitest.config.ts A core/authentication/authentication-nextcloud-ui/langs/translation-en.json A core/authentication/authentication-nextcloud-ui/langs/translation-fr.json A core/authentication/authentication-nextcloud-ui/package.json A core/authentication/authentication-nextcloud-ui/src/NextcloudLoginMenuUIExtension.ts A core/authentication/authentication-nextcloud-ui/src/index.ts A core/authentication/authentication-nextcloud-ui/src/translations.ts A core/authentication/authentication-nextcloud-ui/src/vue/NextcloudLoginMenu.vue A core/authentication/authentication-nextcloud-ui/tsconfig.json A core/authentication/authentication-nextcloud-ui/tsdoc.json A core/authentication/authentication-nextcloud-ui/vite.config.ts A core/authentication/authentication-nextcloud-ui/vitest.config.ts M core/authentication/authentication-nextcloud/package.json A core/authentication/authentication-nextcloud/src/NextcloudAuthenticationManager.ts M core/authentication/authentication-nextcloud/src/index.ts M core/authentication/authentication-xwiki/src/XWikiAuthenticationManager.ts 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/history/history-xwiki/src/components/componentsInit.ts M core/link-suggest/link-suggest-nextcloud/package.json M core/link-suggest/link-suggest-nextcloud/src/nextcloudLinkSuggestService.ts M core/model/model-remote-url/model-remote-url-nextcloud/package.json M core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLParser.ts M core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLSerializer.ts M core/navigation-tree/navigation-tree-nextcloud/package.json M core/navigation-tree/navigation-tree-nextcloud/src/components/componentsInit.ts M ds/api/src/XTextField.ts M ds/shoelace/src/vue/form/x-text-field.vue M ds/vuetify/src/vue/form/x-text-field.vue M electron/authentication/authentication-github/authentication-github-main/src/index.ts A electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json A electron/authentication/authentication-nextcloud/authentication-nextcloud-main/src/index.ts A electron/authentication/authentication-nextcloud/authentication-nextcloud-main/src/storage.ts A electron/authentication/authentication-nextcloud/authentication-nextcloud-main/tsconfig.json A electron/authentication/authentication-nextcloud/authentication-nextcloud-main/vite.config.ts A electron/authentication/authentication-nextcloud/authentication-nextcloud-main/vitest.config.ts A electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/package.json A electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/src/index.ts A electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/tsconfig.json A electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/vite.config.ts A electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/vitest.config.ts A electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json A electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/src/NextcloudAuthenticationManager.ts A electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/src/index.ts A electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/tsconfig.json A electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/vite.config.ts A electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/vitest.config.ts M electron/authentication/authentication-xwiki/authentication-xwiki-main/src/index.ts M electron/main/package.json M electron/main/src/index.ts M electron/preload/package.json M electron/preload/src/index.ts M electron/renderer/package.json M electron/renderer/src/index.ts R github-authentication/CHANGELOG.md R github-authentication/package.json R github-authentication/src/config.ts R github-authentication/src/index.ts R github-authentication/tsconfig.json R github-authentication/tsdoc.json R github-authentication/vite.config.ts R github-authentication/vitest.config.ts M lib/package.json M lib/src/default/nextcloud.ts M package.json M pnpm-lock.yaml M pnpm-workspace.yaml M web/package.json M web/public/config.json M web/src/index.ts Log Message: ----------- CRISTAL-267: Introduce an authentication for the Nextcloud Backend * Add username to UserDetails * Add authenticationMode to WikiConfig * Implement OAuth2 login for Nextcloud (Web + Electron) * Implement Basic login for Nextcloud (Web + Electron) * Refactor github-authentication service to generic authentication-server To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-23008: The attachment delete REST endpoint is modifying the cached document
by XWiki Notifications 20 Mar '25

20 Mar '25
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-19668: Out of Memory when Solr is indexing a 500MB zip/pdf attachment
by XWiki Notifications 20 Mar '25

20 Mar '25
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-23009: Introduce an script Document API to remove an attachment
by XWiki Notifications 20 Mar '25

20 Mar '25
1 0
0 0
[xwiki/xwiki-platform] 568c7d: XWIKI-23008: The attachment delete REST endpoint i...
by XWiki Notifications 20 Mar '25

20 Mar '25
Branch: refs/heads/stable-16.10.x Home: https://github.com/xwiki/xwiki-platform Commit: 568c7d7ef508942f1533832a4d48f4f3eb6706e8 https://github.com/xwiki/xwiki-platform/commit/568c7d7ef508942f1533832a4d48… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-03-20 (Thu, 20 Mar 2025) Changed paths: M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/attachments/AttachmentResourceImpl.java Log Message: ----------- XWIKI-23008: The attachment delete REST endpoint is modifying the cached document To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] 66cdce: XWIKI-23009: Introduce an script Document API to r...
by XWiki Notifications 20 Mar '25

20 Mar '25
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: 66cdce76e205878c5d566e385929175b328e43af https://github.com/xwiki/xwiki-platform/commit/66cdce76e205878c5d566e385929… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-03-20 (Thu, 20 Mar 2025) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/api/Document.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/com/xpn/xwiki/api/DocumentTest.java Log Message: ----------- XWIKI-23009: Introduce an script Document API to remove an attachment Commit: a1e01633b28df058c21bc76428b5cc27153f6e52 https://github.com/xwiki/xwiki-platform/commit/a1e01633b28df058c21bc76428b5… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2025-03-20 (Thu, 20 Mar 2025) Changed paths: M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/attachments/AttachmentResourceImpl.java Log Message: ----------- XWIKI-23008: The attachment delete REST endpoint is modifying the cached document Compare: https://github.com/xwiki/xwiki-platform/compare/05adae51bde4...a1e01633b28d To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki-contrib/cristal] b68f5c: CRISTAL-267: Introduce an authentication for the N...
by XWiki Notifications 20 Mar '25

20 Mar '25
Branch: refs/heads/CRISTAL-267 Home: https://github.com/xwiki-contrib/cristal Commit: b68f5c56e10c90840f1a6a62bf05a22cd395ffc9 https://github.com/xwiki-contrib/cristal/commit/b68f5c56e10c90840f1a6a62bf0… Author: Pierre Jeanjean <pierre.jeanjean(a)xwiki.com> Date: 2025-03-20 (Thu, 20 Mar 2025) Changed paths: M api/src/api/WikiConfig.ts M api/src/components/defaultWikiConfig.ts A authentication-server/CHANGELOG.md A authentication-server/package.json A authentication-server/src/config.ts A authentication-server/src/github.ts A authentication-server/src/index.ts A authentication-server/src/nextcloud.ts A authentication-server/tsconfig.json A authentication-server/tsdoc.json A authentication-server/vite.config.ts A authentication-server/vitest.config.ts M core/authentication/authentication-api/src/userDetails.ts M core/authentication/authentication-github/src/GitHubAuthenticationManager.ts A core/authentication/authentication-nextcloud-state/package.json A core/authentication/authentication-nextcloud-state/src/NextcloudAuthenticationState.ts A core/authentication/authentication-nextcloud-state/src/index.ts A core/authentication/authentication-nextcloud-state/tsconfig.json A core/authentication/authentication-nextcloud-state/tsdoc.json A core/authentication/authentication-nextcloud-state/vite.config.ts A core/authentication/authentication-nextcloud-state/vitest.config.ts A core/authentication/authentication-nextcloud-ui/langs/translation-en.json A core/authentication/authentication-nextcloud-ui/langs/translation-fr.json A core/authentication/authentication-nextcloud-ui/package.json A core/authentication/authentication-nextcloud-ui/src/NextcloudLoginMenuUIExtension.ts A core/authentication/authentication-nextcloud-ui/src/index.ts A core/authentication/authentication-nextcloud-ui/src/translations.ts A core/authentication/authentication-nextcloud-ui/src/vue/NextcloudLoginMenu.vue A core/authentication/authentication-nextcloud-ui/tsconfig.json A core/authentication/authentication-nextcloud-ui/tsdoc.json A core/authentication/authentication-nextcloud-ui/vite.config.ts A core/authentication/authentication-nextcloud-ui/vitest.config.ts M core/authentication/authentication-nextcloud/package.json A core/authentication/authentication-nextcloud/src/NextcloudAuthenticationManager.ts M core/authentication/authentication-nextcloud/src/index.ts M core/authentication/authentication-xwiki/src/XWikiAuthenticationManager.ts 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/history/history-xwiki/src/components/componentsInit.ts M core/link-suggest/link-suggest-nextcloud/package.json M core/link-suggest/link-suggest-nextcloud/src/nextcloudLinkSuggestService.ts M core/model/model-remote-url/model-remote-url-nextcloud/package.json M core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLParser.ts M core/model/model-remote-url/model-remote-url-nextcloud/src/nextcloudRemoteURLSerializer.ts M core/navigation-tree/navigation-tree-nextcloud/package.json M core/navigation-tree/navigation-tree-nextcloud/src/components/componentsInit.ts M ds/api/src/XTextField.ts M ds/shoelace/src/vue/form/x-text-field.vue M ds/vuetify/src/vue/form/x-text-field.vue M electron/authentication/authentication-github/authentication-github-main/src/index.ts A electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json A electron/authentication/authentication-nextcloud/authentication-nextcloud-main/src/index.ts A electron/authentication/authentication-nextcloud/authentication-nextcloud-main/src/storage.ts A electron/authentication/authentication-nextcloud/authentication-nextcloud-main/tsconfig.json A electron/authentication/authentication-nextcloud/authentication-nextcloud-main/vite.config.ts A electron/authentication/authentication-nextcloud/authentication-nextcloud-main/vitest.config.ts A electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/package.json A electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/src/index.ts A electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/tsconfig.json A electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/vite.config.ts A electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/vitest.config.ts A electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json A electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/src/NextcloudAuthenticationManager.ts A electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/src/index.ts A electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/tsconfig.json A electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/vite.config.ts A electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/vitest.config.ts M electron/authentication/authentication-xwiki/authentication-xwiki-main/src/index.ts M electron/main/package.json M electron/main/src/index.ts M electron/preload/package.json M electron/preload/src/index.ts M electron/renderer/package.json M electron/renderer/src/index.ts R github-authentication/CHANGELOG.md R github-authentication/package.json R github-authentication/src/config.ts R github-authentication/src/index.ts R github-authentication/tsconfig.json R github-authentication/tsdoc.json R github-authentication/vite.config.ts R github-authentication/vitest.config.ts M lib/package.json M lib/src/default/nextcloud.ts M package.json M pnpm-lock.yaml M pnpm-workspace.yaml M web/package.json M web/public/config.json M web/src/index.ts Log Message: ----------- CRISTAL-267: Introduce an authentication for the Nextcloud Backend * Add username to UserDetails * Add authenticationMode to WikiConfig * Implement OAuth2 login for Nextcloud (Web + Electron) * Implement Basic login for Nextcloud (Web + Electron) * Refactor github-authentication service to generic authentication-server To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 2696
  • 2697
  • 2698
  • 2699
  • 2700
  • 2701
  • 2702
  • ...
  • 5740
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.