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 -----
  • September
  • 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
notifications@xwiki.org

October 2024

  • 1 participants
  • 1692 discussions
[xwiki-contrib/cristal] ef3d9e: CRISTAL-124: Introduce an authentication mechanism
by XWiki Notifications 15 Oct '24

15 Oct '24
Branch: refs/heads/main Home: https://github.com/xwiki-contrib/cristal Commit: ef3d9e2afc611f7a88b9a30eab22083a5551f8c0 https://github.com/xwiki-contrib/cristal/commit/ef3d9e2afc611f7a88b9a30eab2… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2024-10-15 (Tue, 15 Oct 2024) Changed paths: M core/authentication/authentication-ui/src/vue/LoginMenu.vue M core/authentication/authentication-xwiki/src/XWikiAuthenticationManager.ts M core/uiextension/uiextension-ui/src/vue/UIExtensions.vue M electron/main/src/security-restrictions.ts Log Message: ----------- CRISTAL-124: Introduce an authentication mechanism Adding missing code changes. To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1 0
0 0
[jira@xwiki.org][Issue] Updates for CONFLUENCE-299: Enable the Store confluence details parameter by default
by XWiki Notifications 15 Oct '24

15 Oct '24
1 0
0 0
[jira@xwiki.org][Issue] Updates for CRISTAL-253: Allow configurations to define there security restrictions
by XWiki Notifications 15 Oct '24

15 Oct '24
1 0
0 0
[xwiki-contrib/cristal] 33a692: CRISTAL-124: Introduce an authentication mechanism...
by XWiki Notifications 15 Oct '24

15 Oct '24
Branch: refs/heads/main Home: https://github.com/xwiki-contrib/cristal Commit: 33a6924305ba9bd58432d54871cf9ab19213f70a https://github.com/xwiki-contrib/cristal/commit/33a6924305ba9bd58432d54871c… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2024-10-15 (Tue, 15 Oct 2024) Changed paths: A core/authentication/authentication-api/package.json A core/authentication/authentication-api/src/authenticationManager.ts A core/authentication/authentication-api/src/authenticationManagerProvider.ts A core/authentication/authentication-api/src/defaultAuthenticationManagerProvider.ts A core/authentication/authentication-api/src/index.ts A core/authentication/authentication-api/src/userDetails.ts A core/authentication/authentication-api/tsconfig.json A core/authentication/authentication-api/vite.config.ts A core/authentication/authentication-ui/langs/translation-en.json A core/authentication/authentication-ui/package.json A core/authentication/authentication-ui/src/LoggedInMenuUIExtension.ts A core/authentication/authentication-ui/src/LoginMenuUIExtension.ts A core/authentication/authentication-ui/src/index.ts A core/authentication/authentication-ui/src/translations.ts A core/authentication/authentication-ui/src/vue/LoggedInMenu.vue A core/authentication/authentication-ui/src/vue/LoginMenu.vue A core/authentication/authentication-ui/src/vue/UserDetails.vue A core/authentication/authentication-ui/tsconfig.json A core/authentication/authentication-ui/vite.config.ts A core/authentication/authentication-xwiki/package.json A core/authentication/authentication-xwiki/src/XWikiAuthenticationManager.ts A core/authentication/authentication-xwiki/src/index.ts A core/authentication/authentication-xwiki/tsconfig.json A core/authentication/authentication-xwiki/vite.config.ts M core/backends/backend-xwiki/package.json M core/backends/backend-xwiki/src/__tests__/xwikiStorage.test.ts M core/backends/backend-xwiki/src/xwikiStorage.ts M core/browser/browser-api/src/index.ts M core/browser/browser-default/src/components/browser-api-default.ts M core/hierarchy/hierarchy-xwiki/package.json M core/hierarchy/hierarchy-xwiki/src/components/componentsInit.ts M core/navigation-tree/navigation-tree-xwiki/package.json M core/navigation-tree/navigation-tree-xwiki/src/components/componentsInit.ts A core/uiextension/uiextension-api/package.json A core/uiextension/uiextension-api/src/index.ts A core/uiextension/uiextension-api/tsconfig.json A core/uiextension/uiextension-api/vite.config.ts A core/uiextension/uiextension-default/package.json A core/uiextension/uiextension-default/src/DefaultUIExtensionsManager.ts A core/uiextension/uiextension-default/src/index.ts A core/uiextension/uiextension-default/tsconfig.json A core/uiextension/uiextension-default/vite.config.ts A core/uiextension/uiextension-ui/package.json A core/uiextension/uiextension-ui/src/index.ts A core/uiextension/uiextension-ui/src/vue/UIExtensions.vue A core/uiextension/uiextension-ui/tsconfig.json A core/uiextension/uiextension-ui/vite.config.ts M ds/shoelace/src/vue/x-dialog.vue A electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json A electron/authentication/authentication-xwiki/authentication-xwiki-main/src/index.ts A electron/authentication/authentication-xwiki/authentication-xwiki-main/src/storage.ts A electron/authentication/authentication-xwiki/authentication-xwiki-main/tsconfig.json A electron/authentication/authentication-xwiki/authentication-xwiki-main/vite.config.ts A electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json A electron/authentication/authentication-xwiki/authentication-xwiki-preload/src/index.ts A electron/authentication/authentication-xwiki/authentication-xwiki-preload/tsconfig.json A electron/authentication/authentication-xwiki/authentication-xwiki-preload/vite.config.ts A electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json A electron/authentication/authentication-xwiki/authentication-xwiki-renderer/src/index.ts A electron/authentication/authentication-xwiki/authentication-xwiki-renderer/src/xWikiAuthenticationManager.ts A electron/authentication/authentication-xwiki/authentication-xwiki-renderer/tsconfig.json A electron/authentication/authentication-xwiki/authentication-xwiki-renderer/vite.config.ts M electron/browser/src/components/browser-api-electron.ts M electron/main/package.json M electron/main/src/index.ts M electron/main/src/mainWindow.ts A electron/main/src/reload.ts M electron/main/src/security-restrictions.ts M electron/main/tsconfig.json M electron/preload/package.json M electron/preload/src/index.ts M electron/preload/tsconfig.json M electron/renderer/package.json M electron/renderer/src/index.ts M lib/package.json M lib/src/components/cristalAppLoader.ts M lib/src/staticBuild.ts M pnpm-lock.yaml M pnpm-workspace.yaml M skin/package.json M skin/src/components/componentsInit.ts A skin/src/components/sidebar-actions/ConfigMenuUIExtension.ts M skin/src/vue/c-sidebar.vue M web/package.json M web/src/index.ts Log Message: ----------- CRISTAL-124: Introduce an authentication mechanism (#372) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1 0
0 0
[jira@xwiki.org][Issue] Updates for URLMAP-2: Suggestions are not in a proper list
by XWiki Notifications 15 Oct '24

15 Oct '24
1 0
0 0
[jira@xwiki.org][Issue] Updates for CONFLUENCE-299: Enable the Store confluence details" by default
by XWiki Notifications 15 Oct '24

15 Oct '24
1 0
0 0
[jira@xwiki.org][Issue] Updates for URLMAP-1: Allow to configure the redirect code to be used (301 or 302)
by XWiki Notifications 15 Oct '24

15 Oct '24
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-22574: Extensions with a lot of xobjects became much slower to display when the content author is different from the metadata author
by XWiki Notifications 15 Oct '24

15 Oct '24
1 0
0 0
[jira@xwiki.org][Issue] Updates for CONFLUENCE-298: Handle space URLs
by XWiki Notifications 15 Oct '24

15 Oct '24
1 0
0 0
[jira@xwiki.org][Issue] Updates for CONFLUENCE-297: Normalize baseURLs and better document possible values
by XWiki Notifications 15 Oct '24

15 Oct '24
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • ...
  • 170
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.