Skip to content
Snippets Groups Projects
  1. Nov 16, 2023
  2. Nov 08, 2023
  3. Nov 03, 2023
  4. Oct 31, 2023
  5. Oct 25, 2023
  6. Oct 23, 2023
  7. Oct 20, 2023
    • Michael Hamann's avatar
      XWIKI-21311: Introduce a required rights analyzer (#2470) · 31d36999
      Michael Hamann authored
      
      * Add a new method `getRequiredRight` to `MacroPermissionPolicy` and implement it for the different script macros
      * Introduce a RequiredRightAnalyzer role to analyze the rights that are required by a document, macro or XObject
      * Add generic analyzers for macros and objects
      * Add generic script macro support
      * Add an analyzer for XWiki.RequiredRightClass
      * Add an analyzer for skin extensions
      * Add a component for printing the content of an XObject
      * Add a component for printing macro parameters and content.
      * Introduce RequiredRightsEditConfirmationChecker
      * Introduce RequiredRightsAddedFilter to filter results according to the document author
      * package the UI by default in xwiki-platform-distribution-flavor-common
      * Minimal docker test + Page objects
      * Introduce a configuration to enable the required right analysis, disabled by default as long as it is incomplete and not polished
      ---------
      
      Co-authored-by: default avatarManuel Leduc <manuel.leduc@xwiki.com>
      Unverified
      31d36999
  8. Oct 10, 2023
  9. Sep 27, 2023
  10. Sep 26, 2023
  11. Sep 19, 2023
  12. Sep 18, 2023
  13. Sep 13, 2023
    • Sereza7's avatar
      XWIKI-18838: Use ARIA landmarks for main page regions (#2166) · 22eee6a3
      Sereza7 authored
      * Replaced all div with id mainContentArea by main elements
      * Changed the position of the main content on pages where it needs to be more specific (e.g. view, now main only has the text, and ToS users don't need to go through the breadcrumb on every use)
      * Removed the hierarchy from main on multiple pages.
      * Fixed the main size on pdfoptions.vm
      * Updated the test resources
      * Set the #mainContentArea on all the previously defined `main` nodes.
      * Tried to fix some display issues
      Unverified
      22eee6a3
  14. Aug 23, 2023
  15. Aug 21, 2023
  16. Aug 08, 2023
  17. Jul 27, 2023
  18. Jul 26, 2023
    • Michael Hamann's avatar
      XWIKI-20818: Improve data URI converter · bff0203e
      Michael Hamann authored
      * Cache failures
      * Properly dispose the caches
      * Only send requests to trusted domains
      * Only embed actual images
      * Limit responses to 1MB
      * Introduce configuration options for timeout, maximum size and if the
        feature is enabled at all
      * Add a UI test that checks that attachment embedding is working in
        general
      * Move to httpclient5
      * Expose the cookie domains configuration in AuthenticationConfiguration
      bff0203e
  19. Jul 24, 2023
  20. Jul 19, 2023
  21. Jun 28, 2023
  22. Jun 23, 2023
  23. Jun 22, 2023
  24. Jun 19, 2023
  25. Jun 15, 2023
  26. Jun 14, 2023
  27. Jun 13, 2023
    • Vincent Massol's avatar
      XWIKI-21014: Remove the mail-resend-on-startup feature in favor of the Scheduler job · 2cbb918e
      Vincent Massol authored
      XWIKI-21011: Mail resender script service API resends all mails when called from a subwiki
      XWIKI-21015: Missing legacy instance APIs in distribution
      * Also add missing EM categories
      * Fix typo in MailResender.xml (in the "from" test)
      * Make the resender scheduer job execute as XWiki.superadmin
      * Male the MailResender.xml document customizable instead of demo to avoid deleting it (it's now an official feature)
      * Add debug logs when resending mail
      * Fix mail resender scheduler typo in description
      2cbb918e
  28. Jun 12, 2023
  29. Jun 06, 2023
  30. May 30, 2023
  31. May 22, 2023
  32. Apr 29, 2023
  33. Apr 20, 2023
  34. Apr 17, 2023
  35. Apr 14, 2023
  36. Apr 12, 2023
Loading