Branch: refs/heads/master
Home: https://github.com/xwiki-contrib/oidc
Commit: 40638a572737ba184285609c21cb0a2c96d3f8c9
https://github.com/xwiki-contrib/oidc/commit/40638a572737ba184285609c21cb0a…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-06-25 (Tue, 25 Jun 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.10.0
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/oidc/settings/notifications
Branch: refs/heads/misc-clean-xwikijs
Home: https://github.com/xwiki/xwiki-platform
Commit: 6efb5bbbc6e7f17b5689a6d12cae95e6e9ae4d12
https://github.com/xwiki/xwiki-platform/commit/6efb5bbbc6e7f17b5689a6d12cae…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-06-25 (Tue, 25 Jun 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/compatibility.js
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/xwiki.js
Log Message:
-----------
[Misc] Clean up a bit xwiki.js to move deprecated stuff
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: 3bb8b9cd4fff904e5f0e83065e917a580462df02
https://github.com/xwiki-contrib/oidc/commit/3bb8b9cd4fff904e5f0e83065e917a…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2024-06-25 (Tue, 25 Jun 2024)
Changed paths:
M oidc-authenticator-configuration/src/main/java/org/xwiki/contrib/oidc/auth/store/OIDCClientConfiguration.java
M oidc-authenticator-configuration/src/test/java/org/xwiki/contrib/oidc/auth/store/OIDCClientConfigurationTest.java
Log Message:
-----------
OIDC-183: Properties expressing a list on wiki side are never falling back to the default when empty
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki-contrib/oidc/settings/notifications
Branch: refs/heads/XWIKI-21988
Home: https://github.com/xwiki/xwiki-platform
Commit: bfd2b464585a274df662cf2b0efe6d6ec9f9c8af
https://github.com/xwiki/xwiki-platform/commit/bfd2b464585a274df662cf2b0efe…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2024-06-25 (Tue, 25 Jun 2024)
Changed paths:
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/CreateAction.java
M xwiki-platform-core/xwiki-platform-oldcore/src/main/java/com/xpn/xwiki/web/CreateActionRequestHandler.java
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-templates/src/main/resources/templates/createinline.vm
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/create.js
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/js/xwiki/xwiki.js
M xwiki-platform-core/xwiki-platform-web/xwiki-platform-web-war/src/main/webapp/resources/uicomponents/widgets/select/select.js
Log Message:
-----------
XWIKI-21988: Page naming strategy is blocking creation of pages not respecting it
The goal here is to immediately display a feedback in the create page
dialog telling the user that the reference is wrong before they click on
create.
I performed following changes here:
* Refactor CreateActionRequestHandler to have a clean separation
between retrieving the reference and performing checks over
templates
* Refactor a bit CreateAction to perform immediate checks over the
rights and the name strategy before even checking if the template is
chosen: the goal being here to immediately provide exception if there's
a problem
* Refactor createinline.vm to inject bootstrap modal html elements
when used with an ajax request: the idea here is to display an ajax
modal instead of the old deprecated xwiki dialog
* Refactor xwiki.js to use a jquery ajax call to request and display
createinline
* Add listener on xwiki:dom:updated events in both create.js and
select.js to properly load them in case of dom updates
Some work is still needed to display a better information message to the
user, in particular about the strategy that should be used.
To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-platform/settings/notifications