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]

January 2026

  • 1 participants
  • 1456 discussions
[xwiki/xwiki-platform] ce0ca8: XWIKI-23827: Store password properties in dedicate...
by XWiki Notifications 12 Jan '26

12 Jan '26
Branch: refs/heads/feat-store-password-dedicated-table Home: https://github.com/xwiki/xwiki-platform Commit: ce0ca874ce69d38d93bc2147c90e44b4838e741b https://github.com/xwiki/xwiki-platform/commit/ce0ca874ce69d38d93bc2147c90e… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-01-12 (Mon, 12 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: 5da09c1fd847dd7d4f5735d3284dc540c90791f0 https://github.com/xwiki/xwiki-platform/commit/5da09c1fd847dd7d4f5735d3284d… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-01-12 (Mon, 12 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: 86d7941c6b7aaef0d12055ce6fb67b9b95ad3f81 https://github.com/xwiki/xwiki-platform/commit/86d7941c6b7aaef0d12055ce6fb6… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-01-12 (Mon, 12 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: ff96fb38b90cd9418271f34db85eef73ca875d4a https://github.com/xwiki/xwiki-platform/commit/ff96fb38b90cd9418271f34db85e… Author: Simon Urli <simon.urli(a)xwiki.com> Date: 2026-01-12 (Mon, 12 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 Compare: https://github.com/xwiki/xwiki-platform/compare/8fe5234215d1...ff96fb38b90c To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
[xwiki/xwiki-commons] a03be7: [Misc] Use Math.clamp instead of Math.min/max in S...
by XWiki Notifications 12 Jan '26

12 Jan '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: a03be7be3e41334b9a352e73bbd4fc69f2695df6 https://github.com/xwiki/xwiki-commons/commit/a03be7be3e41334b9a352e73bbd4f… Author: Michael Hamann <michael.hamann(a)xwiki.com> Date: 2026-01-12 (Mon, 12 Jan 2026) Changed paths: M xwiki-commons-core/xwiki-commons-store/xwiki-commons-store-blob/xwiki-commons-store-blob-s3/src/main/java/org/xwiki/store/blob/internal/S3BlobStoreConfiguration.java Log Message: ----------- [Misc] Use Math.clamp instead of Math.min/max in S3BlobStoreConfiguration To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-23884: Boolean document property filtering in LiveTable/Live Data only works on some database engines
by XWiki Notifications 12 Jan '26

12 Jan '26
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-23824: Double search result after upgrade to 17.10.0
by XWiki Notifications 12 Jan '26

12 Jan '26
1 0
0 0
[xwiki-contrib/application-changerequest] 80e71d: Translated using Weblate (Portuguese (Brazil))
by XWiki Notifications 12 Jan '26

12 Jan '26
Branch: refs/heads/main Home: https://github.com/xwiki-contrib/application-changerequest Commit: 80e71de71b8519f3d5fe09ec20e451847d57c7dc https://github.com/xwiki-contrib/application-changerequest/commit/80e71de71… Author: Thiago Krieck <thiago.krieck(a)xwiki.com> Date: 2026-01-12 (Mon, 12 Jan 2026) Changed paths: M application-changerequest-ui/src/main/resources/ChangeRequest/Code/ChangeRequestTranslations.pt_BR.xml Log Message: ----------- Translated using Weblate (Portuguese (Brazil)) Currently translated at 95.3% (227 of 238 strings) Translation: XWiki Contrib/Change Request Application - UI Translate-URL: https://l10n.xwiki.org/projects/xwiki-contrib/change-request-application-ui… To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/application-changerequest/settings/notific…
1 0
0 0
[xwiki/xwiki-commons] 148d2d: XCOMMONS-3520: Cannot add an array to a collection...
by XWiki Notifications 12 Jan '26

12 Jan '26
Branch: refs/heads/stable-17.10.x Home: https://github.com/xwiki/xwiki-commons Commit: 148d2dca5a53b43a84727ef3a3987915aa68bb22 https://github.com/xwiki/xwiki-commons/commit/148d2dca5a53b43a84727ef3a3987… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-01-12 (Mon, 12 Jan 2026) Changed paths: M xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/introspection/MethodArgumentsUberspector.java M xwiki-commons-core/xwiki-commons-velocity/src/test/java/org/xwiki/velocity/introspection/MethodArgumentUberspectorTest.java Log Message: ----------- XCOMMONS-3520: Cannot add an array to a collection using addAll in Velocity * better support of deeper hierarchy (cherry picked from commit 62968477a7f9e285efcc44d26771c122afd134a2) To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
[xwiki/xwiki-commons] 629684: XCOMMONS-3520: Cannot add an array to a collection...
by XWiki Notifications 12 Jan '26

12 Jan '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-commons Commit: 62968477a7f9e285efcc44d26771c122afd134a2 https://github.com/xwiki/xwiki-commons/commit/62968477a7f9e285efcc44d26771c… Author: Thomas Mortagne <thomas.mortagne(a)gmail.com> Date: 2026-01-12 (Mon, 12 Jan 2026) Changed paths: M xwiki-commons-core/xwiki-commons-velocity/src/main/java/org/xwiki/velocity/introspection/MethodArgumentsUberspector.java M xwiki-commons-core/xwiki-commons-velocity/src/test/java/org/xwiki/velocity/introspection/MethodArgumentUberspectorTest.java Log Message: ----------- XCOMMONS-3520: Cannot add an array to a collection using addAll in Velocity * better support of deeper hierarchy To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
1 0
0 0
[[email protected]][Issue] Updates for XWIKI-23884: Boolean document property filtering in LiveTable/Live Data only works on some database engines
by XWiki Notifications 12 Jan '26

12 Jan '26
1 0
0 0
[xwiki/xwiki-docker] a09069: [Misc] Update volume path for Postgres 18+ compati...
by XWiki Notifications 12 Jan '26

12 Jan '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-docker Commit: a0906983a4e277bb0cc7e62beba1ad2ce1d8a50c https://github.com/xwiki/xwiki-docker/commit/a0906983a4e277bb0cc7e62beba1ad… Author: Mats <60609373+MatsG23(a)users.noreply.github.com> Date: 2026-01-12 (Mon, 12 Jan 2026) Changed paths: M 16/postgres-tomcat/docker-compose.yml M 17.4/postgres-tomcat/docker-compose.yml M 17/postgres-tomcat/docker-compose.yml Log Message: ----------- [Misc] Update volume path for Postgres 18+ compatibility Postgres 18+ expects the volume mount at /var/lib/postgresql/ so it can manage the data directory structure itself with major-version-specific directory names. See: https://github.com/docker-library/postgres/pull/1259 Co-authored-by: MatsG23 <60609373+MatsG23(a)users.noreply.github.com>" Commit: 807d0e636d512673ea82e22ec1f3879b05d01b51 https://github.com/xwiki/xwiki-docker/commit/807d0e636d512673ea82e22ec1f387… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-01-12 (Mon, 12 Jan 2026) Changed paths: M template/docker-compose.yml Log Message: ----------- [Misc] Fix template after update of postgresql to v18 Compare: https://github.com/xwiki/xwiki-docker/compare/ad014f26065f...807d0e636d51 To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-docker/settings/notifications
1 0
0 0
[xwiki/xwiki-platform] d322fe: [Misc] Fix warning about not-needed variable creation
by XWiki Notifications 12 Jan '26

12 Jan '26
Branch: refs/heads/master Home: https://github.com/xwiki/xwiki-platform Commit: d322fe5ff7eed2030cd3ade28e0157ff2e9ba9da https://github.com/xwiki/xwiki-platform/commit/d322fe5ff7eed2030cd3ade28e01… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-01-12 (Mon, 12 Jan 2026) Changed paths: M xwiki-platform-core/xwiki-platform-rest/xwiki-platform-rest-server/src/main/java/org/xwiki/rest/internal/resources/pages/PageResourceImpl.java Log Message: ----------- [Misc] Fix warning about not-needed variable creation Commit: 78d265cd271c72253b8cfe9e66f79fd3163185a9 https://github.com/xwiki/xwiki-platform/commit/78d265cd271c72253b8cfe9e66f7… Author: Vincent Massol <vincent(a)massol.net> Date: 2026-01-12 (Mon, 12 Jan 2026) Changed paths: M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-default/src/main/java/org/xwiki/model/validation/internal/SlugEntityNameValidation.java M xwiki-platform-core/xwiki-platform-model/xwiki-platform-model-validation/xwiki-platform-model-validation-default/src/test/java/org/xwiki/model/validation/internal/SlugEntityNameValidationTest.java Log Message: ----------- [Misc] Better javadoc + small code improvements (no change in behavior) Compare: https://github.com/xwiki/xwiki-platform/compare/19162094d030...78d265cd271c To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
1 0
0 0
  • ← Newer
  • 1
  • ...
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • ...
  • 146
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.