Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: bbcfb7d48b7ca302b81f9d9957d279965304910f
https://github.com/xwiki/xwiki-platform/commit/bbcfb7d48b7ca302b81f9d9957d2…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2025-03-28 (Fri, 28 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-index/xwiki-platform-index-tree/xwiki-platform-index-tree-ui/src/main/resources/XWiki/PinnedChildPagesUIX.xml
Log Message:
-----------
XWIKI-23015: Bad vertical alignement between dots and title in children view
* Add missing class in the tree container
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: b826a962b4505f007e63e982ccc031fcb9ec63af
https://github.com/xwiki/xwiki-platform/commit/b826a962b4505f007e63e982ccc0…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-03-28 (Fri, 28 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-io/src/main/java/org/xwiki/annotation/io/internal/DefaultIOService.java
Log Message:
-----------
XWIKI-23051: Abusive modification of the cached document when adding an annotation
(cherry picked from commit a02fa0c9c22db301437925abaa16102267931ea2)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications
Branch: refs/heads/stable-17.2.x
Home: https://github.com/xwiki/xwiki-platform
Commit: e14a09815d78b4a161f2b210b754049eb5b84d8f
https://github.com/xwiki/xwiki-platform/commit/e14a09815d78b4a161f2b210b754…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2025-03-28 (Fri, 28 Mar 2025)
Changed paths:
M xwiki-platform-core/xwiki-platform-annotation/xwiki-platform-annotation-io/src/main/java/org/xwiki/annotation/io/internal/DefaultIOService.java
Log Message:
-----------
XWIKI-23051: Abusive modification of the cached document when adding an annotation
(cherry picked from commit a02fa0c9c22db301437925abaa16102267931ea2)
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-contrib/oidc
Commit: ce07f899acdd9f6a04a2167ef0b2856d783a6fc5
https://github.com/xwiki-contrib/oidc/commit/ce07f899acdd9f6a04a2167ef0b285…
Author: Clément Aubin <clement.aubin(a)xwiki.com>
Date: 2025-03-28 (Fri, 28 Mar 2025)
Changed paths:
M oauth2-store/src/main/java/org/xwiki/contrib/oidc/OAuth2TokenStore.java
M oauth2-store/src/main/java/org/xwiki/contrib/oidc/internal/AbstractOAuth2TokenStore.java
M oauth2-store/src/main/java/org/xwiki/contrib/oidc/internal/DefaultOAuth2TokenStore.java
M oauth2-store/src/main/java/org/xwiki/contrib/oidc/internal/UserOAuth2TokenStore.java
M oauth2-store/src/main/java/org/xwiki/contrib/oidc/internal/WikiOAuth2TokenStore.java
M pom.xml
Log Message:
-----------
OIDC-217 : Provide APIs to delete tokens from the OAuth2 Store
* Create OAuth2TokenStore#deleteToken(OAuth2Token)
* Create OAuth2TokenStore#deleteToken(OIDCClientConfiguration)
* Create OAuth2TokenStore#getToken(OIDCClientConfiguration)
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/oidc/settings/notifications