Skip to content
Snippets Groups Projects
  1. Oct 30, 2024
  2. Oct 23, 2024
  3. Oct 11, 2024
  4. Oct 08, 2024
  5. Oct 02, 2024
  6. Sep 26, 2024
    • Michael Hamann's avatar
      XWIKI-22335: Cannot import a ppt with LibreOffice 24.2.5 (#3517) · 1e71121c
      Michael Hamann authored and Simon Urli's avatar Simon Urli committed
      
      * 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: default avatarSimon Urli <simon.urli@xwiki.com>
      (cherry picked from commit acd6ed3f)
      1e71121c
  7. Sep 04, 2024
  8. Aug 12, 2024
  9. Jul 05, 2024
  10. May 30, 2024
  11. May 29, 2024
  12. May 22, 2024
  13. May 06, 2024
  14. Apr 22, 2024
  15. Apr 17, 2024
  16. Apr 04, 2024
  17. Mar 27, 2024
    • Simon Urli's avatar
      XWIKI-21571: Change default value of the reset password token lifetime (#3012) · b410dad4
      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: default avatarManuel Leduc <manuel.leduc@xwiki.com>
      b410dad4
  18. Mar 19, 2024
  19. Feb 26, 2024
  20. Feb 20, 2024
  21. Feb 15, 2024
  22. Feb 12, 2024
  23. Jan 25, 2024
  24. Jan 23, 2024
  25. Jan 17, 2024
  26. Jan 15, 2024
  27. Jan 08, 2024
  28. Jan 02, 2024
Loading