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
[email protected]

  • 58745 discussions
[[email protected]][Issue] Updates for XWIKI-23917: Add rights to page rest response
by XWiki Notifications 20 Jan '26

20 Jan '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-23829: Implement a minimal design system for XWiki
by XWiki Notifications 20 Jan '26

20 Jan '26
1 0
0 0
[xwiki/xwiki-platform] 8f3692: XWIKI-23827: Store password properties in dedicate...
by XWiki Notifications 20 Jan '26

20 Jan '26
Branch: refs/heads/feat-store-password-dedicated-table Home: https://github.com/xwiki/xwiki-platform Commit: 8f3692b6d4249fafdf5c3fd2a884b4d2aee2d6d7 https://github.com/xwiki/xwiki-platform/commit/8f3692b6d4249fafdf5c3fd2a884… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-01-20 (Tue, 20 Jan 2026) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/editobject.vm M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/ObjectEditorIT.java M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-test/xwiki-platform-flamingo-skin-test-docker/src/test/it/org/xwiki/flamingo/test/docker/VersionIT.java A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/PasswordProperty.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/PasswordClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/META-INF/components.txt M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/xwiki.hbm.xml M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/editor/ObjectEditPane.java Log Message: ----------- XWIKI-23827: Store password properties in dedicated table * Define a PasswordProperty and the associated table in xwiki.hbm.xml * Rework editobject.vm deprecated properties to handle obfuscation UC * Provide a new integration test to cover it Commit: 68f18367ad8e462b50494167ec8c47ba443d50ec https://github.com/xwiki/xwiki-platform/commit/68f18367ad8e462b50494167ec8c… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-01-20 (Tue, 20 Jan 2026) Changed paths: M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/editobject.vm M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/api/Property.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseProperty.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/PasswordProperty.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/META-INF/components.txt M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/xwiki.hbm.xml Log Message: ----------- XWIKI-23827: Store password properties in dedicated table * Provide an API to define if a property is sensitive or not and use it in script Commit: 82772e1611a9487d1da72307dbdf04bfb6905018 https://github.com/xwiki/xwiki-platform/commit/82772e1611a9487d1da72307dbdf… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-01-20 (Tue, 20 Jan 2026) Changed paths: M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/metadata/AbstractSolrMetadataExtractor.java M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/test/java/org/xwiki/search/solr/internal/metadata/DocumentSolrMetadataExtractorTest.java M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/test/java/org/xwiki/search/solr/internal/metadata/ObjectPropertySolrMetadataExtractorTest.java Log Message: ----------- XWIKI-23827: Store password properties in dedicated table * Use the new isSensitive call in SolrMedataExtractor Commit: 8819175bd398b6ee89ec7f5833c748aba015dd48 https://github.com/xwiki/xwiki-platform/commit/8819175bd398b6ee89ec7f5833c7… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-01-20 (Tue, 20 Jan 2026) Changed paths: M xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-handlers/xwiki-platform-extension-handler-xar/src/main/java/org/xwiki/extension/xar/internal/job/diff/DocumentUnifiedDiffBuilder.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/api/Property.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/BaseProperty.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/PasswordProperty.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/PropertyInterface.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/EmailClass.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/classes/PasswordClass.java A xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/internal/migration/R180100000XWIKI23827DataMigration.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/META-INF/components.txt A xwiki-platform-core/xwiki-platform-oldcore/src/test/java/org/xwiki/internal/migration/R180100000XWIKI23827DataMigrationTest.java M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/main/java/org/xwiki/search/solr/internal/metadata/AbstractSolrMetadataExtractor.java M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/test/java/org/xwiki/search/solr/internal/metadata/DocumentSolrMetadataExtractorTest.java M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/test/java/org/xwiki/search/solr/internal/metadata/ObjectPropertySolrMetadataExtractorTest.java Log Message: ----------- XWIKI-23827: Store password properties in dedicated table * Improve design to check if a property is sensitive * Provide migration and cover it with unit test Commit: 4863ce5a2f2c00e6ee34f33582d53ace9ca7172b https://github.com/xwiki/xwiki-platform/commit/4863ce5a2f2c00e6ee34f33582d5… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-01-20 (Tue, 20 Jan 2026) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/xwiki.db2.hbm.xml M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/xwiki.derby.hbm.xml M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/xwiki.mssql.hbm.xml M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/xwiki.oracle.hbm.xml M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/xwiki.postgresql.hbm.xml Log Message: ----------- XWIKI-23827: Store password properties in dedicated table * Update mappings for different DB types Commit: 52251208f3c0840fc6258246bba8001031638c8c https://github.com/xwiki/xwiki-platform/commit/52251208f3c0840fc6258246bba8… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-01-20 (Tue, 20 Jan 2026) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/objects/PasswordProperty.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/internal/migration/R180100000XWIKI23827DataMigration.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/org/xwiki/internal/migration/R180100000XWIKI23827DataMigrationTest.java Log Message: ----------- XWIKI-23827: Store password properties in dedicated table * Few improvments in DB migration Commit: 8728b0bba8cfa12e24cb8e3b844e011f8627e022 https://github.com/xwiki/xwiki-platform/commit/8728b0bba8cfa12e24cb8e3b844e… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-01-20 (Tue, 20 Jan 2026) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/internal/migration/R180100000XWIKI23827DataMigration.java M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/xwiki.db2.hbm.xml M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/xwiki.derby.hbm.xml M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/xwiki.hbm.xml M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/xwiki.mssql.hbm.xml M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/xwiki.oracle.hbm.xml M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/xwiki.postgresql.hbm.xml M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/org/xwiki/internal/migration/R180100000XWIKI23827DataMigrationTest.java M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/test/java/org/xwiki/search/solr/internal/metadata/DocumentSolrMetadataExtractorTest.java M xwiki-platform-core/xwiki-platform-search/xwiki-platform-search-solr/xwiki-platform-search-solr-api/src/test/java/org/xwiki/search/solr/internal/metadata/ObjectPropertySolrMetadataExtractorTest.java Log Message: ----------- XWIKI-23827: Store password properties in dedicated table * Refactor migration algorithm * Use equivalent to LongString values for storing password in DB in case of long tokens * Fix tests in search-solr Commit: bd3e43a6496b2ed629b1d11febe6dca2b245b24b https://github.com/xwiki/xwiki-platform/commit/bd3e43a6496b2ed629b1d11febe6… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-01-20 (Tue, 20 Jan 2026) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/internal/migration/R180100000XWIKI23827DataMigration.java M xwiki-platform-core/xwiki-platform-oldcore/src/test/java/org/xwiki/internal/migration/R180100000XWIKI23827DataMigrationTest.java Log Message: ----------- XWIKI-23827: Store password properties in dedicated table * Fix a remaining bug with migration * Ensure to invalidate xclass doc in cache Commit: 1a88db0717e1609b9488ee1837419cbf8bf7bf86 https://github.com/xwiki/xwiki-platform/commit/1a88db0717e1609b9488ee183741… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-01-20 (Tue, 20 Jan 2026) Changed paths: M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/org/xwiki/internal/migration/R180100000XWIKI23827DataMigration.java Log Message: ----------- XWIKI-23827: Store password properties in dedicated table * Ensure to allow freeing memory once the class migration is performed Compare: https://github.com/xwiki/xwiki-platform/compare/33fb923fd27f...1a88db0717e1 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for CRISTAL-714: Create the "Table of Contents" macro
by XWiki Notifications 20 Jan '26

20 Jan '26
1 0
0 0
[[email protected]][Issue] Updates for CRISTAL-713: Allow macros to get informations about the editor's content
by XWiki Notifications 20 Jan '26

20 Jan '26
1 0
0 0
[[email protected]][Issue] Updates for CRISTAL-685: Left panel icon is not aligned with breadcrumb
by XWiki Notifications 20 Jan '26

20 Jan '26
1 0
0 0
[[email protected]][Issue] Updates for CRISTAL-695: Padding is confusing on "Manage" dropdown header
by XWiki Notifications 20 Jan '26

20 Jan '26
1 0
0 0
[[email protected]][Issue] Updates for CRISTAL-586: Add support for reactive macros in BlockNote
by XWiki Notifications 20 Jan '26

20 Jan '26
1 0
0 0
[[email protected]][Issue] Updates for CRISTAL-745: Colors are not consistent between design systems
by XWiki Notifications 20 Jan '26

20 Jan '26
1 0
0 0
[xwiki-contrib/cristal] 771c02: CRISTAL-769: Refactor navigation tree to separate ...
by XWiki Notifications 20 Jan '26

20 Jan '26
Branch: refs/heads/main Home: https://github.com/xwiki-contrib/cristal Commit: 771c024c507fd067488fd29bdf3f08e9b368335b https://github.com/xwiki-contrib/cristal/commit/771c024c507fd067488fd29bdf3… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-01-20 (Tue, 20 Jan 2026) Changed paths: M pnpm-lock.yaml Log Message: ----------- CRISTAL-769: Refactor navigation tree to separate logic and ds Fix pnpm lock. Commit: b7f20499492c1828ce3bc49f7e63c73d3f1e97a4 https://github.com/xwiki-contrib/cristal/commit/b7f20499492c1828ce3bc49f7e6… Author: Manuel Leduc <manuel.leduc(a)xwiki.com> Date: 2026-01-20 (Tue, 20 Jan 2026) Changed paths: M authentication-server/package.json M core/alerts/alerts-api/package.json M core/alerts/alerts-default/package.json M core/alerts/alerts-ui/package.json M core/attachments/attachments-ui/package.json M core/authentication/authentication-default/package.json M core/authentication/authentication-github-state/package.json M core/authentication/authentication-github-ui/package.json M core/authentication/authentication-github/package.json M core/authentication/authentication-nextcloud-state/package.json M core/authentication/authentication-nextcloud-ui/package.json M core/authentication/authentication-nextcloud/package.json M core/authentication/authentication-ui/package.json M core/authentication/authentication-xwiki/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/collaboration/collaboration-hocuspocus/package.json M core/collaboration/collaboration-xwiki/package.json M core/configuration/configuration-web/package.json M core/date/date-api/package.json M core/date/date-ui/package.json M core/document/document-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/file-preview/file-preview-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-nextcloud/package.json M core/hierarchy/hierarchy-xwiki/package.json M core/history/history-api/package.json M core/history/history-default/package.json M core/history/history-github/package.json M core/history/history-ui/package.json M core/history/history-xwiki/package.json M core/info-actions/info-actions-api/package.json M core/info-actions/info-actions-default/package.json M core/info-actions/info-actions-ui/package.json M core/link-suggest/link-suggest-nextcloud/package.json M core/link-suggest/link-suggest-xwiki/package.json M core/macros/macros-ast-html-converter/package.json M core/messages/messages-macros/package.json M core/model/model-click-listener/package.json M core/model/model-local-url/package.json M core/model/model-reference/model-reference-filesystem/package.json M core/model/model-reference/model-reference-github/package.json M core/model/model-reference/model-reference-nextcloud/package.json M core/model/model-reference/model-reference-xwiki/package.json M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-api/package.json M core/model/model-remote-url/model-remote-url-filesystem/model-remote-url-filesystem-default/package.json M core/model/model-remote-url/model-remote-url-github/package.json M core/model/model-remote-url/model-remote-url-nextcloud/package.json M core/model/model-remote-url/model-remote-url-xwiki/package.json M core/navigation-tree/navigation-tree-default/package.json M core/navigation-tree/navigation-tree-filesystem/package.json M core/navigation-tree/navigation-tree-github/package.json M core/navigation-tree/navigation-tree-nextcloud/package.json M core/navigation-tree/navigation-tree-xwiki/package.json M core/nextcloud/http-headers/package.json M core/page-actions/page-actions-api/package.json M core/page-actions/page-actions-default/package.json M core/page-actions/page-actions-ui/package.json M core/page/page-api/package.json M core/page/page-default/package.json M core/rename/rename-api/package.json M core/rename/rename-default/package.json M core/rename/rename-filesystem/package.json M core/settings/settings-api/package.json M core/settings/settings-browser/package.json M core/settings/settings-configurations-ui/package.json M core/settings/settings-configurations/package.json M core/settings/settings-default/package.json M core/uiextension/uiextension-api/package.json M core/uiextension/uiextension-default/package.json M core/uiextension/uiextension-ui/package.json M core/uniast/uniast-html/package.json M core/user/user-ui/package.json M core/wiki-config/wiki-config-api/package.json M core/wiki-config/wiki-config-default/package.json M core/xwiki/xwiki-macros/package.json M core/xwiki/xwiki-ui/package.json M core/xwiki/xwiki-utils/package.json M dev/config/package.json M dev/test-utils/package.json M ds/shoelace/package.json M ds/vuetify/package.json M editors/blocknote/package.json M electron/authentication/authentication-github/authentication-github-main/package.json M electron/authentication/authentication-github/authentication-github-preload/package.json M electron/authentication/authentication-github/authentication-github-renderer/package.json M electron/authentication/authentication-nextcloud/authentication-nextcloud-main/package.json M electron/authentication/authentication-nextcloud/authentication-nextcloud-preload/package.json M electron/authentication/authentication-nextcloud/authentication-nextcloud-renderer/package.json M electron/authentication/authentication-xwiki/authentication-xwiki-main/package.json M electron/authentication/authentication-xwiki/authentication-xwiki-preload/package.json M electron/authentication/authentication-xwiki/authentication-xwiki-renderer/package.json M electron/browser/package.json M electron/link-suggest/link-suggest-filesystem/package.json M electron/main/package.json M electron/package.json M electron/preload/package.json M electron/renderer/package.json M electron/settings/settings-main/package.json M electron/settings/settings-preload/package.json M electron/settings/settings-renderer/package.json M electron/state/package.json M electron/storage/package.json M extension-manager/package.json M extensions/menubuttons/package.json M lib/package.json M realtime/package.json M sharedworker/api/package.json M sharedworker/impl/package.json M skin/package.json M sources/xwiki/mock-server/package.json M utils/inversify/package.json M web/package.json M xwiki/remoteinlineeditor/package.json Log Message: ----------- [Misc] Update packages version to 1.0.0-rc-1 Compare: https://github.com/xwiki-contrib/cristal/compare/9624017497f1...b7f20499492c To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/cristal/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 1404
  • 1405
  • 1406
  • 1407
  • 1408
  • 1409
  • 1410
  • ...
  • 5875
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.