Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/oidc
Commit: b458dc2198eb0a9fc9941cd60f81f28c9e444914
https://github.com/xwiki-contrib/oidc/commit/b458dc2198eb0a9fc9941cd60f81f2…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-04-16 (Tue, 16 Apr 2024)
Changed paths:
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: 8a7f7652b89c2c1eade0bc174daf22b676b89832
https://github.com/xwiki-contrib/oidc/commit/8a7f7652b89c2c1eade0bc174daf22…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-04-16 (Tue, 16 Apr 2024)
Changed paths:
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.8.2
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: 0b49509ea42c236bd9e1a2c7f73b7c3eaeae00c7
https://github.com/xwiki-contrib/oidc/commit/0b49509ea42c236bd9e1a2c7f73b7c…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-04-16 (Tue, 16 Apr 2024)
Changed paths:
M oidc-authenticator/src/main/java/org/xwiki/contrib/oidc/auth/OIDCAuthServiceImpl.java
M oidc-authenticator/src/main/java/org/xwiki/contrib/oidc/auth/internal/endpoint/CallbackOIDCEndpoint.java
Log Message:
-----------
OIDC-174: Don't try to gather an access token if it's already provided to the callback
* also add a bunch of debug log
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-platform
Commit: 939db50756ad13ce93dcd419dbdea38d6ef807ad
https://github.com/xwiki/xwiki-platform/commit/939db50756ad13ce93dcd419dbde…
Author: LucasC <lucas.charpentier(a)imt-atlantique.net>
Date: 2024-04-16 (Tue, 16 Apr 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/WCAGContext.java
Log Message:
-----------
Misc: Accessibility rules update
* Changes to the status of the WCAG rules that are currently not violated. From this point on, all changed rules will make the build fail.
As of https://ci.xwiki.org/job/XWiki%20Environment%20Tests/job/xwiki-platform/job…, there are only a few rules that fail through tests:
- aria-allowed-attr 1 violation
- label 76 violations
- image-alt 1 violation
- link-in-text-block 409 violations
- select-name 2 violations
- color-contrast 2 violations
- scrollable-region-focusable 1 violation
Total violations: 492
* duplicate-id fixed
* duplicate-id-active fixed
* duplicate-id-aria fixed
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: c0cff21d1a5875fe2ebe5c0d976d4b963aa520f0
https://github.com/xwiki/xwiki-platform/commit/c0cff21d1a5875fe2ebe5c0d976d…
Author: LucasC <lucas.charpentier(a)imt-atlantique.net>
Date: 2024-04-16 (Tue, 16 Apr 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-dialog/modal.js
M xwiki-platform-core/xwiki-platform-ckeditor/xwiki-platform-ckeditor-plugins/src/main/webjar/xwiki-macro/macroEditor.js
Log Message:
-----------
XWIKI-21824: The enter key in any field does not validate the macro editor (#2970)
* Changed the nature of the macro edit modal to be based on a form (forms can use the native implicit form submission on inputs).
---------
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
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: bb4411378e297035e00d9c56e7ebc8e6ee58dad7
https://github.com/xwiki/xwiki-platform/commit/bb4411378e297035e00d9c56e7eb…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-04-16 (Tue, 16 Apr 2024)
Changed paths:
M xwiki-platform-distribution/xwiki-platform-distribution-debian/xwiki-platform-distribution-debian-common/src/deb/control/control
Log Message:
-----------
XWIKI-22089: Impossible to use the XWiki Debian package with the Temurin Debian package
* use a more precise requirement
Commit: 09c729ef7099ed6d52059fa972faf2f38b817985
https://github.com/xwiki/xwiki-platform/commit/09c729ef7099ed6d52059fa972fa…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-04-16 (Tue, 16 Apr 2024)
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/RemoteSolr.java
Log Message:
-----------
XWIKI-22094: Getting "java.io.IOException: frame_size_error/invalid_frame_length" with remote Solr behind an HTTP proxy
Commit: fd2ef476f56e4726d705bb993fe6f31efd6d8111
https://github.com/xwiki/xwiki-platform/commit/fd2ef476f56e4726d705bb993fe6…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-04-16 (Tue, 16 Apr 2024)
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/RemoteSolr.java
Log Message:
-----------
XWIKI-22096: Remote Solr use the wrong name for the search code
Compare: https://github.com/xwiki/xwiki-platform/compare/911e1f0840b1...fd2ef476f56e
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications