Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/oidc
Commit: 030b84bc6d86e4ed1a11370e928af4c0987dd412
https://github.com/xwiki-contrib/oidc/commit/030b84bc6d86e4ed1a11370e928af4…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-06-05 (Thu, 05 Jun 2025)
Changed paths:
M oauth2-client/pom.xml
M oauth2-store/pom.xml
M oidc-api/pom.xml
M oidc-authenticator-configuration/pom.xml
M oidc-authenticator-user/pom.xml
M oidc-authenticator/pom.xml
M oidc-provider/pom.xml
M oidc-test/oidc-test-pageobjects/pom.xml
M oidc-test/oidc-test-tests/pom.xml
M oidc-test/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/oidc/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/oidc
Commit: 3e4a30ef4021730a61bd1c3ed9176f50e963a3be
https://github.com/xwiki-contrib/oidc/commit/3e4a30ef4021730a61bd1c3ed9176f…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-06-05 (Thu, 05 Jun 2025)
Changed paths:
M oauth2-client/pom.xml
M oauth2-store/pom.xml
M oidc-api/pom.xml
M oidc-authenticator-configuration/pom.xml
M oidc-authenticator-user/pom.xml
M oidc-authenticator/pom.xml
M oidc-provider/pom.xml
M oidc-test/oidc-test-pageobjects/pom.xml
M oidc-test/oidc-test-tests/pom.xml
M oidc-test/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release oidc-2.18.1
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/oidc/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/oidc
Commit: d6eba059cc2966042c649b5b156a95bd9f07966f
https://github.com/xwiki-contrib/oidc/commit/d6eba059cc2966042c649b5b156a95…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-06-05 (Thu, 05 Jun 2025)
Changed paths:
M oidc-authenticator/pom.xml
Log Message:
-----------
Previous commit reduced a bit coverage
Commit: b546c6ffdfadda3edbfa7ac5cb91747d1a593769
https://github.com/xwiki-contrib/oidc/commit/b546c6ffdfadda3edbfa7ac5cb9174…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-06-05 (Thu, 05 Jun 2025)
Changed paths:
M oidc-authenticator/src/main/java/org/xwiki/contrib/oidc/auth/internal/OIDCClientConfiguration.java
M oidc-authenticator/src/main/java/org/xwiki/contrib/oidc/auth/internal/OIDCUserManager.java
M oidc-authenticator/src/main/java/org/xwiki/contrib/oidc/auth/internal/endpoint/BackChannelLogoutOIDCEndpoint.java
M oidc-authenticator/src/main/java/org/xwiki/contrib/oidc/auth/internal/endpoint/CallbackOIDCEndpoint.java
Log Message:
-----------
OIDC-237: The authenticator refuses to validate signed id tokens which are not using RS256 algorithm
Compare: https://github.com/xwiki-contrib/oidc/compare/46ad23a23e0c...b546c6ffdfad
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/oidc/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-commons
Commit: 7acabb0db1c633e88605eb39b0e57d0a9899f6f9
https://github.com/xwiki/xwiki-commons/commit/7acabb0db1c633e88605eb39b0e57…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-06-05 (Thu, 05 Jun 2025)
Changed paths:
R xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-signer/src/test/java/org/xwiki/crypto/signer/internal/factory/AbstractRsaSignerFactoryTest.java
M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-signer/src/test/java/org/xwiki/crypto/signer/internal/factory/BcDSAwithSHA1SignerFactoryTest.java
M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-signer/src/test/java/org/xwiki/crypto/signer/internal/factory/BcDigestWithRsaSignerFactoryTest.java
M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-signer/src/test/java/org/xwiki/crypto/signer/internal/factory/BcRsaSsaPssSignerFactoryTest.java
M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-signer/src/test/java/org/xwiki/crypto/signer/internal/factory/DefaultSignerFactoryTest.java
A xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-signer/src/test/java/org/xwiki/crypto/signer/internal/factory/RsaSignerFactoryTestUtil.java
Log Message:
-----------
[Misc] Migrate xwiki-commons-crypto-signer to Junit 5
With additional code cleanup and test simplification.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/stable-17.4.x
Home: https://github.com/xwiki/xwiki-commons
Commit: c43826a8192b1541c9dc41a23ce24756153e58da
https://github.com/xwiki/xwiki-commons/commit/c43826a8192b1541c9dc41a23ce24…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-06-05 (Thu, 05 Jun 2025)
Changed paths:
R xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-signer/src/test/java/org/xwiki/crypto/signer/internal/factory/AbstractRsaSignerFactoryTest.java
M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-signer/src/test/java/org/xwiki/crypto/signer/internal/factory/BcDSAwithSHA1SignerFactoryTest.java
M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-signer/src/test/java/org/xwiki/crypto/signer/internal/factory/BcDigestWithRsaSignerFactoryTest.java
M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-signer/src/test/java/org/xwiki/crypto/signer/internal/factory/BcRsaSsaPssSignerFactoryTest.java
M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-signer/src/test/java/org/xwiki/crypto/signer/internal/factory/DefaultSignerFactoryTest.java
A xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-signer/src/test/java/org/xwiki/crypto/signer/internal/factory/RsaSignerFactoryTestUtil.java
Log Message:
-----------
[Misc] Migrate xwiki-commons-crypto-signer to Junit 5
With additional code cleanup and test simplification.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-commons
Commit: 29d1ce7ed5448ad909b59db53e3d3875931d844d
https://github.com/xwiki/xwiki-commons/commit/29d1ce7ed5448ad909b59db53e3d3…
Author: Manuel Leduc <manuel.leduc(a)xwiki.com>
Date: 2025-06-05 (Thu, 05 Jun 2025)
Changed paths:
R xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-signer/src/test/java/org/xwiki/crypto/signer/internal/factory/AbstractRsaSignerFactoryTest.java
M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-signer/src/test/java/org/xwiki/crypto/signer/internal/factory/BcDSAwithSHA1SignerFactoryTest.java
M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-signer/src/test/java/org/xwiki/crypto/signer/internal/factory/BcDigestWithRsaSignerFactoryTest.java
M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-signer/src/test/java/org/xwiki/crypto/signer/internal/factory/BcRsaSsaPssSignerFactoryTest.java
M xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-signer/src/test/java/org/xwiki/crypto/signer/internal/factory/DefaultSignerFactoryTest.java
A xwiki-commons-core/xwiki-commons-crypto/xwiki-commons-crypto-signer/src/test/java/org/xwiki/crypto/signer/internal/factory/RsaSignerFactoryTestUtil.java
Log Message:
-----------
[Misc] Migrate xwiki-commons-crypto-signer to Junit 5
With additional code cleanup and test simplification.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-commons/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: bdc047c5d1588eb3053bd12f75308b1a787c4c37
https://github.com/xwiki/xwiki-platform/commit/bdc047c5d1588eb3053bd12f7530…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2025-06-05 (Thu, 05 Jun 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-ui/src/main/resources/AppWithinMinutes/ClassEditSheet.xml
M xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-ui/src/main/resources/AppWithinMinutes/Content.xml
M xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-ui/src/main/resources/AppWithinMinutes/Title.xml
M xwiki-platform-core/xwiki-platform-appwithinminutes/xwiki-platform-appwithinminutes-ui/src/main/resources/AppWithinMinutes/Translations.xml
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/less/edit.less
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/wikieditor/wikibits.js
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/edit/editableProperty.js
Log Message:
-----------
XWIKI-20996: AWM entry edit forms don't have labels. (#3584)
* Added a label to the editable properties in edit mode.
* Fixed the lack of IDs on a couple 'hard coded' fields
* Added localized and escaped aria labels for both the title and content fields.
* Added comments in ClassEditSheet
* Extended the input selector in _enhanceFieldDefaultValue so that the labelling would also work on select (eg. fieldType = StaticList)
* Set an aria-label on default value fields, equal to the title. We don't care about the existing state, this label is always the same for all fields.
* Added a translated label on the field hint/prettyName inputs in class edition mode.
* Added the `for` attribute on the label even in view mode, so that the inline edition input is properly labelled.
* Updated the ID of the content textarea. The only style left that relied on this was unneeded (same property set by another style...). Moreover, the functionality did not suffer when changing this. This allows to use the ID to label the textarea instead of relying on an aria-label.
* Used a proper label instead of aria-label on the Title input.
* Removed the inline label association when the input is removed.
* Updated the content and title fields displays to use the object no.
* Updated the text-editor to support the new markup of the textarea.
* Added a UUID to the backup ID added for editableProperties.
* Added a check for non-secured environments
Co-authored-by: Michael Hamann <michael.hamann(a)xwiki.com>
Co-authored-by: Marius Dumitru Florea <marius(a)xwiki.com>
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications