Branch: refs/heads/converterlistenercheckstyle
Home: https://github.com/xwiki-contrib/confluence
Commit: 97d7f51b9c9c7b4e01d693fb0569c8a9d53d8fe9
https://github.com/xwiki-contrib/confluence/commit/97d7f51b9c9c7b4e01d693fb…
Author: Raphaël Jakse <raphael.jakse(a)xwiki.com>
Date: 2023-11-07 (Tue, 07 Nov 2023)
Changed paths:
M confluence-syntax-confluence/pom.xml
M confluence-syntax-confluence10override/pom.xml
M confluence-syntax-xhtml/pom.xml
M confluence-xml/pom.xml
M pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Branch: refs/heads/XWIKI-17510
Home: https://github.com/xwiki/xwiki-platform
Commit: e6f688983bfda6899e3f442988b5b28814053a41
https://github.com/xwiki/xwiki-platform/commit/e6f688983bfda6899e3f442988b5…
Author: Simon Urli <simon.urli(a)xwiki.com>
Date: 2023-11-07 (Tue, 07 Nov 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-administration/xwiki-platform-administration-ui/src/main/resources/XWiki/Registration.xml
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-api/src/main/java/org/xwiki/security/authentication/ResetPasswordManager.java
M xwiki-platform-core/xwiki-platform-security/xwiki-platform-security-authentication/xwiki-platform-security-authentication-default/src/test/java/org/xwiki/security/authentication/internal/DefaultResetPasswordManagerTest.java
Log Message:
-----------
XWIKI-17510: The reset password functionality is not affected by password strength rules
Improvments after @manuelleduc review
* Fix typo in Registration
* Use a default method for the new API to avoid breakage
* Improve unit tests to use a parameterized test
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-platform
Commit: 65bd9969e237bc2a4c822b5c285afd716f0166cd
https://github.com/xwiki/xwiki-platform/commit/65bd9969e237bc2a4c822b5c285a…
Author: Thomas Mortagne <thomas.mortagne(a)gmail.com>
Date: 2023-11-07 (Tue, 07 Nov 2023)
Changed paths:
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-notifiers/xwiki-platform-notifications-notifiers-default/src/main/java/org/xwiki/notifications/notifiers/internal/WikiNotificationDisplayer.java
M xwiki-platform-core/xwiki-platform-notifications/xwiki-platform-notifications-notifiers/xwiki-platform-notifications-notifiers-default/src/main/java/org/xwiki/notifications/notifiers/internal/email/WikiEmailNotificationRenderer.java
Log Message:
-----------
XWIKI-21469: A Velocity error is hidden by a nullpointer when the template has a null identifier
* fix mistakes in previous commit
Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-docker
Commit: d1e6ca12c746ebb805e079bc1ff10ac26bb65dd3
https://github.com/xwiki/xwiki-docker/commit/d1e6ca12c746ebb805e079bc1ff10a…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2023-11-06 (Mon, 06 Nov 2023)
Changed paths:
M 14/mariadb-tomcat/Dockerfile
M 14/mariadb-tomcat/docker-compose.yml
R 14/mariadb-tomcat/mariadb/xwiki.cnf
M 14/mariadb-tomcat/xwiki/docker-entrypoint.sh
M 14/mariadb-tomcat/xwiki/hibernate.cfg.xml
M 14/mysql-tomcat/Dockerfile
M 14/mysql-tomcat/docker-compose.yml
R 14/mysql-tomcat/mysql/xwiki.cnf
M 14/mysql-tomcat/xwiki/docker-entrypoint.sh
M 14/mysql-tomcat/xwiki/hibernate.cfg.xml
M 14/postgres-tomcat/Dockerfile
M 14/postgres-tomcat/docker-compose.yml
M 14/postgres-tomcat/xwiki/docker-entrypoint.sh
M 14/postgres-tomcat/xwiki/hibernate.cfg.xml
M 15.5/mariadb-tomcat/Dockerfile
M 15.5/mariadb-tomcat/docker-compose.yml
R 15.5/mariadb-tomcat/mariadb/xwiki.cnf
M 15.5/mariadb-tomcat/xwiki/docker-entrypoint.sh
M 15.5/mariadb-tomcat/xwiki/hibernate.cfg.xml
M 15.5/mysql-tomcat/Dockerfile
M 15.5/mysql-tomcat/docker-compose.yml
R 15.5/mysql-tomcat/mysql/xwiki.cnf
M 15.5/mysql-tomcat/xwiki/docker-entrypoint.sh
M 15.5/mysql-tomcat/xwiki/hibernate.cfg.xml
M 15.5/postgres-tomcat/Dockerfile
M 15.5/postgres-tomcat/docker-compose.yml
M 15.5/postgres-tomcat/xwiki/docker-entrypoint.sh
M 15.5/postgres-tomcat/xwiki/hibernate.cfg.xml
M 15/mariadb-tomcat/Dockerfile
M 15/mariadb-tomcat/docker-compose.yml
R 15/mariadb-tomcat/mariadb/xwiki.cnf
M 15/mariadb-tomcat/xwiki/docker-entrypoint.sh
M 15/mariadb-tomcat/xwiki/hibernate.cfg.xml
M 15/mysql-tomcat/Dockerfile
M 15/mysql-tomcat/docker-compose.yml
R 15/mysql-tomcat/mysql/xwiki.cnf
M 15/mysql-tomcat/xwiki/docker-entrypoint.sh
M 15/mysql-tomcat/xwiki/hibernate.cfg.xml
M 15/postgres-tomcat/Dockerfile
M 15/postgres-tomcat/docker-compose.yml
M 15/postgres-tomcat/xwiki/docker-entrypoint.sh
M 15/postgres-tomcat/xwiki/hibernate.cfg.xml
M README.md
M template/Dockerfile
M template/docker-compose.yml
R template/mariadb/xwiki.cnf
R template/mysql/xwiki.cnf
M template/xwiki/docker-entrypoint.sh
M template/xwiki/hibernate.cfg.xml
Log Message:
-----------
XDOCKER-296: Improve ease of use of the docker compose files
XDOCKER-225: Allow customizing the JDBC connexion parameters + add "allowPublicKeyRetrieval=true" by default for MySQL
XDOCKER-285: Change default MySQL/MariaDB charset + collation to utf8mb4