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

January 2026

  • 1 participants
  • 1456 discussions
[jira@xwiki.org][Issue] Updates for XWIKI-23915: Introduce a rest endpoint for user information
by XWiki Notifications 20 Jan '26

20 Jan '26
1 0
0 0
[jira@xwiki.org][Issue] Updates for CRISTALINT-22: Use the new rendering rest endpoint
by XWiki Notifications 20 Jan '26

20 Jan '26
1 0
0 0
[jira@xwiki.org][Issue] Updates for XWIKI-23917: Add rights to page rest response
by XWiki Notifications 20 Jan '26

20 Jan '26
1 0
0 0
[jira@xwiki.org][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
[jira@xwiki.org][Issue] Updates for CRISTAL-714: Create the "Table of Contents" macro
by XWiki Notifications 20 Jan '26

20 Jan '26
1 0
0 0
[jira@xwiki.org][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
[jira@xwiki.org][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
[jira@xwiki.org][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
[jira@xwiki.org][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
  • ← Newer
  • 1
  • ...
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • ...
  • 146
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.