- Oct 30, 2024
-
-
Simon Urli authored
-
Simon Urli authored
Co-authored-by:
Clemens Robbenhaar <c.robbenhaar@green-meadows.de> Co-authored-by:
Gankov Andrey <gav@qsolution.ru> Co-authored-by:
Marius Dumitru Florea <marius@xwiki.com> Co-authored-by:
Michael Hamann <michael.hamann@xwiki.com> Co-authored-by:
Simon Urli <simon.urli@gmail.com> Co-authored-by:
Simpel <git@simpel.cc> Co-authored-by:
Tomek <dj_e@interia.pl> Co-authored-by:
dch <312221618@163.com> Co-authored-by:
一颗小土豆 <2428100619@qq.com>
-
- Oct 23, 2024
-
-
Thomas Mortagne authored
XWIKI-22593: The xwiki_start.sh script fail when passing -j or -ni before another parameter (cherry picked from commit 6e9bc76a)
-
- Oct 11, 2024
-
-
Thomas Mortagne authored
* add missing parameter in previous commit (cherry picked from commit 159e18b2)
-
Thomas Mortagne authored
* also remove all duplication between start_xwiki.sh and start_xwiki_debug.sh (cherry picked from commit 694ae935)
-
- Oct 08, 2024
-
-
Antoine Mottier authored
XWIKI-22554: Java version verification not performed by XJetty startup script when running in non interactive mode XWIKI-22555: XJetty startup script returns exit code 0 in case of failure XWIKI-22556: XJetty systemd service run startup script in interactive mode (cherry picked from commit ef909d1d)
-
Antoine Mottier authored
XWIKI-22554: Java version verification not performed by XJetty startup script when running in non interactive mode XWIKI-22555: XJetty startup script returns exit code 0 in case of failure XWIKI-22556: XJetty systemd service run startup script in interactive mode (cherry picked from commit 77932127)
-
- Oct 02, 2024
-
-
Marius Dumitru Florea authored
-
- Sep 26, 2024
-
-
* Convert to PDF and extract images from the PDF * Adapt the unit test * Change the output format to PNG * Change the default image format back to JPEG. * Read the old office converter configuration for size and quality. * Add new configuration options for format, quality and image size. * Revert "[Misc] Force using old version of LO until XWIKI-22335 is done" * Revert "[Misc] Revert LO upgrade because of XWIKI-22335" * Fix existing comments in DefaultPresentationBuilder * Provide new properties in xwiki.properties * Fallback in document-formats.js in case custom-document-formats is not used for backward compatibility * Provide unit test * Improve a bit ServletContainerExecutor to have better understanding in case of error when building LO image This reverts commit 29e45435. This reverts commit f19ea82a. This reverts commit 32a20ae0. --------- Co-authored-by:
Simon Urli <simon.urli@xwiki.com> (cherry picked from commit acd6ed3f)
-
- Sep 04, 2024
-
-
Michael Hamann authored
-
- Aug 12, 2024
-
-
Oana-Lavinia Florean authored
-
- Jul 05, 2024
-
-
Vincent Massol authored
-
- May 30, 2024
-
-
Ilie Andriuta authored
(cherry picked from commit 6cf699e6)
-
- May 29, 2024
-
-
Oana-Lavinia Florean authored
-
- May 22, 2024
-
-
Simon Urli authored
-
- May 06, 2024
-
-
Thomas Mortagne authored
-
- Apr 22, 2024
-
-
Manuel Leduc authored
-
- Apr 17, 2024
-
-
Pierre Jeanjean authored
* Add the option `attachment.upload.enableComments` * With the option enabled: * Add a text input during upload to set a summary * Display the summaries for each revision in attachment history * Add a UI test * Use XWiki form standard * Improve UI
-
- Apr 04, 2024
-
-
Thomas Mortagne authored
-
- Mar 27, 2024
-
-
Simon Urli authored
Change the mechanism of the reset password token to not reset it at each verification code check, but only when the password is actually reset, and when its lifetime expired. Also provide a mandatory document initializer for the ResetPasswordRequest xclass. Change a bit more the logic: if the token lifetime configuration is set to 0 (which was the default) then we automatically remove the reset password request xobject at first wrong attempt (bad verification code): it will prevent any bruteforce attack. Then if there's a token lifetime configuration set, we don't remove the xobject when a bad attempt is performed: user might have used the wrong mail for example. But we do remove the xobject when it's expired. And if it's expired, or if the code was wrong, in both cases we immediately return an error. Move ResetPasswordIT and ForgotUserNameIT from administration-test-docker to a new module security-authentication-test-docker since it's related to security-authentication module now. --------- Co-authored-by:
Manuel Leduc <manuel.leduc@xwiki.com>
-
- Mar 19, 2024
-
-
Vincent Massol authored
-
- Feb 26, 2024
-
-
Thomas Mortagne authored
XWIKI-12955: Upgrade to JAX-RS 2.1.6 (JSR370) XWIKI-21709: Upgrade to Jetty Client 10.0.19 XWIKI-12674: Replace Restlet with Jersey
-
- Feb 20, 2024
-
-
Michael Hamann authored
-
- Feb 15, 2024
-
-
Simon Urli authored
Start refactoring by removing entirely NotificationFilterPreferenceConfiguration since it's now useless. Remove also calls to useMainStore/useLocalStore where needed and fix tests. Started to define migration but not implemted yet. * Provide migration of filters * Remove options from configuration * Fix migration issue * Bulletproof a bit the migration * Fix property file * Provide unit test for the migration Co-authored-by:
Manuel Leduc <manuel.leduc@xwiki.com>
-
- Feb 12, 2024
-
-
Lucas C authored
* Fixed the input label validation to allow another standard HTML way to link the label to its in
-
- Jan 25, 2024
-
-
Thomas Mortagne authored
-
- Jan 23, 2024
-
-
Marius Dumitru Florea authored
-
- Jan 17, 2024
-
-
Guillaume Delhumeau authored
-
Thomas Mortagne authored
-
- Jan 15, 2024
-
-
Manuel Leduc authored
-
- Jan 08, 2024
-
-
Raphaël Jakse authored
-
Thomas Mortagne authored
-
- Jan 02, 2024
-
-
Vincent Massol authored
-