Branch: refs/heads/OIDC-204
Home: https://github.com/xwiki-contrib/oidc
Commit: d52828c1981530fbf2e357e1db36f36d461765d4
https://github.com/xwiki-contrib/oidc/commit/d52828c1981530fbf2e357e1db36f3…
Author: Clément Aubin <clement.aubin(a)xwiki.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
A oauth2-client/pom.xml
A oauth2-client/src/main/java/org/xwiki/contrib/oidc/OAuth2ClientManager.java
A oauth2-client/src/main/java/org/xwiki/contrib/oidc/OAuth2ClientScriptService.java
A oauth2-client/src/main/java/org/xwiki/contrib/oidc/internal/DefaultOAuth2ClientManager.java
A oauth2-client/src/main/resources/META-INF/components.txt
Log Message:
-----------
OIDC-204 : Add support for OAuth2 Authorization Code Flow
* Introduce OAuth2ClientManager and related script service
* Implement default manager to make authorization requests
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/oidc/settings/notifications
Branch: refs/heads/OIDC-204
Home: https://github.com/xwiki-contrib/oidc
Commit: 8d9c3fedfbece50694ee590db70eb3fbde5fd321
https://github.com/xwiki-contrib/oidc/commit/8d9c3fedfbece50694ee590db70eb3…
Author: Clément Aubin <clement.aubin(a)xwiki.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M oauth2-store/src/main/java/org/xwiki/contrib/oidc/internal/AbstractOAuth2AccessTokenStore.java
M oauth2-store/src/main/java/org/xwiki/contrib/oidc/internal/OAuth2AccessToken.java
M oauth2-store/src/main/java/org/xwiki/contrib/oidc/internal/OAuth2AccessTokenClassDocumentInitializer.java
M oauth2-store/src/main/java/org/xwiki/contrib/oidc/internal/UserOAuth2AccessTokenStore.java
M oauth2-store/src/main/java/org/xwiki/contrib/oidc/internal/WikiOAuth2AccessTokenStore.java
A oauth2-store/src/main/resources/META-INF/components.txt
Log Message:
-----------
OIDC-204 : Add support for OAuth2 Authorization Code Flow
* Improve the way token expiration time is computed
* Bugfixes on OAuth2AccessTokenStore components
* Add components.txt
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/oidc/settings/notifications
Branch: refs/heads/OIDC-204
Home: https://github.com/xwiki-contrib/oidc
Commit: 08afe154dd2c06d6b96aed0e1556dc3a16c25432
https://github.com/xwiki-contrib/oidc/commit/08afe154dd2c06d6b96aed0e1556dc…
Author: Clément Aubin <clement.aubin(a)xwiki.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M oidc-authenticator-configuration/src/main/java/org/xwiki/contrib/oidc/auth/internal/store/OIDCClientConfigurationClassDocumentInitializer.java
M oidc-authenticator-configuration/src/main/java/org/xwiki/contrib/oidc/auth/store/OIDCClientConfiguration.java
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/OIDCClientConfiguration.java
M oidc-authenticator/src/main/java/org/xwiki/contrib/oidc/auth/internal/endpoint/CallbackOIDCEndpoint.java
Log Message:
-----------
OIDC-204 : Add support for OAuth2 Authorization Code Flow
* Update the OIDC Configuration "configuration type" property to rely on
a boolean indicating if the configuration is to be used for
authentiaction or authorization
* Ensure that OIDC session is cleared before starting an authentication
cycle
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/book-versions
Commit: bccb2ed9118c5b7abefa61c1129b6ec5b7610c9e
https://github.com/xwiki-contrib/book-versions/commit/bccb2ed9118c5b7abefa6…
Author: Mathieu Pace <mathieu.pace(a)xwiki.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M application-book-versions-ui/src/main/resources/BookVersions/Code/NavigationMenu.xml
M application-book-versions-ui/src/main/resources/BookVersions/Code/Translations.xml
Log Message:
-----------
BVERSION-2: Add versioned page feature
* Add a displayed message to mention if content is inherited
* Code cleaning (change double quotes to simple quotes, set discard to avoid newlines, remove commented code)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/book-versions/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 631052e739312f09ad484e7fdec31d6c08b9b2e5
https://github.com/xwiki/xwiki-platform/commit/631052e739312f09ad484e7fdec3…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/xwiki-platform-administration-test-pageobjects/src/main/java/org/xwiki/administration/test/po/ResetPasswordCompletePage.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/FormContainerElement.java
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-profile/xwiki-platform-user-profile-test/xwiki-platform-user-profile-test-pageobjects/src/main/java/org/xwiki/user/test/po/ChangePasswordPage.java
Log Message:
-----------
XWIKI-22680: Regression on createAndDeleteUser (#3675)
* Fixed the wait condition at the end of the formFilling function
* Fixed the wait condition for password change
(cherry picked from commit 3d6720222bd482ef73b76b4744373231d91c79bb)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport-3675-to-stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 9b01841df3045f1ced9461481d33c2eea82f7fd6
https://github.com/xwiki/xwiki-platform/commit/9b01841df3045f1ced9461481d33…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/xwiki-platform-administration-test-pageobjects/src/main/java/org/xwiki/administration/test/po/ResetPasswordCompletePage.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/FormContainerElement.java
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-profile/xwiki-platform-user-profile-test/xwiki-platform-user-profile-test-pageobjects/src/main/java/org/xwiki/user/test/po/ChangePasswordPage.java
Log Message:
-----------
XWIKI-22680: Regression on createAndDeleteUser (#3675)
* Fixed the wait condition at the end of the formFilling function
* Fixed the wait condition for password change
(cherry picked from commit 3d6720222bd482ef73b76b4744373231d91c79bb)
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: 3d6720222bd482ef73b76b4744373231d91c79bb
https://github.com/xwiki/xwiki-platform/commit/3d6720222bd482ef73b76b474437…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-test/xwiki-platform-administration-test-pageobjects/src/main/java/org/xwiki/administration/test/po/ResetPasswordCompletePage.java
M xwiki-platform-core/xwiki-platform-test/xwiki-platform-test-ui/src/main/java/org/xwiki/test/ui/po/FormContainerElement.java
M xwiki-platform-core/xwiki-platform-user/xwiki-platform-user-profile/xwiki-platform-user-profile-test/xwiki-platform-user-profile-test-pageobjects/src/main/java/org/xwiki/user/test/po/ChangePasswordPage.java
Log Message:
-----------
XWIKI-22680: Regression on createAndDeleteUser (#3675)
* Fixed the wait condition at the end of the formFilling function
* Fixed the wait condition for password change
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 6ef5a0bde3fa1832795ae0cef01f8de9d3ecd609
https://github.com/xwiki/xwiki-platform/commit/6ef5a0bde3fa1832795ae0cef01f…
Author: Sereza7 <lucas.charpentier(a)xwiki.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/menus_content.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/hierarchy_macros.vm
Log Message:
-----------
XWIKI-22523: Hitting the Enter key in fields on XWiki pages opens the hamburger content menu
* Added type=`button` on the edit form buttons (that are not here for form submission) so that we avoid mistakenly triggering them implicitely.
(cherry picked from commit d20f671d645a69dbe57985b972a672765ce77026)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 3238e0724dd90eae899a7286f552ba51755c8ab8
https://github.com/xwiki/xwiki-platform/commit/3238e0724dd90eae899a7286f552…
Author: Sereza7 <lucas.charpentier(a)xwiki.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/menus_content.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/hierarchy_macros.vm
Log Message:
-----------
XWIKI-22523: Hitting the Enter key in fields on XWiki pages opens the hamburger content menu
* Added type=`button` on the edit form buttons (that are not here for form submission) so that we avoid mistakenly triggering them implicitely.
(cherry picked from commit d20f671d645a69dbe57985b972a672765ce77026)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 1cc06cbd777c4a94306a622b6db001fc45574a12
https://github.com/xwiki/xwiki-platform/commit/1cc06cbd777c4a94306a622b6db0…
Author: Sereza7 <lucas.charpentier(a)xwiki.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/menus_content.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/hierarchy_macros.vm
Log Message:
-----------
XWIKI-22523: Hitting the Enter key in fields on XWiki pages opens the hamburger content menu
* Added type=`button` on the edit form buttons (that are not here for form submission) so that we avoid mistakenly triggering them implicitely.
(cherry picked from commit d20f671d645a69dbe57985b972a672765ce77026)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport-3552-to-stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 0a43cf568716fc30272400af1e71f511358bd9fc
https://github.com/xwiki/xwiki-platform/commit/0a43cf568716fc30272400af1e71…
Author: Sereza7 <lucas.charpentier(a)xwiki.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/menus_content.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/hierarchy_macros.vm
Log Message:
-----------
XWIKI-22523: Hitting the Enter key in fields on XWiki pages opens the hamburger content menu
* Added type=`button` on the edit form buttons (that are not here for form submission) so that we avoid mistakenly triggering them implicitely.
(cherry picked from commit d20f671d645a69dbe57985b972a672765ce77026)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport-3552-to-stable-16.4.x
Home: https://github.com/xwiki/xwiki-platform
Commit: e02ca47c3ce2a7f92ae2ee5d2723a67584fe1156
https://github.com/xwiki/xwiki-platform/commit/e02ca47c3ce2a7f92ae2ee5d2723…
Author: Sereza7 <lucas.charpentier(a)xwiki.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/menus_content.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/hierarchy_macros.vm
Log Message:
-----------
XWIKI-22523: Hitting the Enter key in fields on XWiki pages opens the hamburger content menu
* Added type=`button` on the edit form buttons (that are not here for form submission) so that we avoid mistakenly triggering them implicitely.
(cherry picked from commit d20f671d645a69dbe57985b972a672765ce77026)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport-3552-to-stable-15.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: f214e02bd2ae6db37e6bc037920beb48c9f24c67
https://github.com/xwiki/xwiki-platform/commit/f214e02bd2ae6db37e6bc037920b…
Author: Sereza7 <lucas.charpentier(a)xwiki.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/menus_content.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/hierarchy_macros.vm
Log Message:
-----------
XWIKI-22523: Hitting the Enter key in fields on XWiki pages opens the hamburger content menu
* Added type=`button` on the edit form buttons (that are not here for form submission) so that we avoid mistakenly triggering them implicitely.
(cherry picked from commit d20f671d645a69dbe57985b972a672765ce77026)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: 59fdecdacc34eaddbf3903c0ebb490675acc8c08
https://github.com/xwiki/xwiki-platform/commit/59fdecdacc34eaddbf3903c0ebb4…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources.properties
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/resubmit.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/actionbuttons/actionButtons.js
Log Message:
-----------
XWIKI-22205: Underline inline link in CSRF confirmation Panel (#3200)
* Deprecated the old translation key that contained HTML syntax
* Replaced it with a juxtaposition of smaller translations.
* When nesting was needed, used parameters to make sure we don't have syntax inside the translation values.
* Updated the two uses of the old translation key
(cherry picked from commit cf1c0d50d55e686dbb722b8f4de85b543ae2e5e1)
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: d20f671d645a69dbe57985b972a672765ce77026
https://github.com/xwiki/xwiki-platform/commit/d20f671d645a69dbe57985b972a6…
Author: Sereza7 <lucas.charpentier(a)xwiki.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-flamingo/xwiki-platform-flamingo-skin/xwiki-platform-flamingo-skin-resources/src/main/resources/flamingo/menus_content.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/hierarchy_macros.vm
Log Message:
-----------
XWIKI-22523: Hitting the Enter key in fields on XWiki pages opens the hamburger content menu
* Added type=`button` on the edit form buttons (that are not here for form submission) so that we avoid mistakenly triggering them implicitely.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/backport-3200-to-stable-16.10.x
Home: https://github.com/xwiki/xwiki-platform
Commit: c416d730a90dd0bb3da2d2dd999fc4c6105741f9
https://github.com/xwiki/xwiki-platform/commit/c416d730a90dd0bb3da2d2dd999f…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources.properties
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/resubmit.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/actionbuttons/actionButtons.js
Log Message:
-----------
XWIKI-22205: Underline inline link in CSRF confirmation Panel (#3200)
* Deprecated the old translation key that contained HTML syntax
* Replaced it with a juxtaposition of smaller translations.
* When nesting was needed, used parameters to make sure we don't have syntax inside the translation values.
* Updated the two uses of the old translation key
(cherry picked from commit cf1c0d50d55e686dbb722b8f4de85b543ae2e5e1)
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: cf1c0d50d55e686dbb722b8f4de85b543ae2e5e1
https://github.com/xwiki/xwiki-platform/commit/cf1c0d50d55e686dbb722b8f4de8…
Author: LucasC <lucas.charpentier(a)xwiki.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/resources/ApplicationResources.properties
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/resubmit.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/actionbuttons/actionButtons.js
Log Message:
-----------
XWIKI-22205: Underline inline link in CSRF confirmation Panel (#3200)
* Deprecated the old translation key that contained HTML syntax
* Replaced it with a juxtaposition of smaller translations.
* When nesting was needed, used parameters to make sure we don't have syntax inside the translation values.
* Updated the two uses of the old translation key
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications