Skip to content
Snippets Groups Projects
  1. May 22, 2023
  2. Apr 17, 2023
  3. Mar 31, 2023
    • Michael Hamann's avatar
      XWIKI-20715: Don't use user-provided filenames in office import · 45d182a4
      Michael Hamann authored
      * Add a method to DocumentAccessBridge for setting the attachment
        content from an input stream
      * Apply some basic cleaning to filenames in OfficeConverterFileStorage
      * Use fixed filenames for input/output in the office importer and only
        keep the extension.
      * Introduce an interface OfficeDocumentArtifact to represent artifacts
        with two implementations that are backed by a file or a byte array,
        respectively.
      * Provide a map between true filename and the OfficeDocumentArtifact
        instead of just a set of files in the conversion result.
      * Adapt code using the changed APIs and tests.
      * Deprecate methods that used the `Set<File>` API for artifacts and move
        them to legacy.
      * Replace the static prefix on images by the name of the input file.
      * Add a test for the image prefix replacement.
      * Use a real XHTMLMarkerResourceReferenceSerializer in ImageFilterTest
        as it simplifies the tests (and adds just a single class as
        dependency).
      45d182a4
  4. Mar 21, 2023
  5. Feb 21, 2023
  6. Jan 23, 2023
  7. Nov 29, 2022
  8. Nov 28, 2022
  9. Nov 24, 2022
  10. Nov 17, 2022
  11. Nov 15, 2022
  12. Oct 18, 2022
  13. Sep 15, 2022
  14. Aug 23, 2022
  15. Jul 18, 2022
  16. Jun 23, 2022
  17. May 17, 2022
  18. May 03, 2022
  19. Apr 19, 2022
  20. Apr 12, 2022
  21. Apr 11, 2022
    • Simon Urli's avatar
      XWIKI-18810: Save of the document shouldn't be performed each time an upload is done (#1815) · d6a0c9e1
      Simon Urli authored
        * Provide a new role component for managing temporary attachments
        * Provide implementation based on a map of of map of attachments for
          handling different editions of documents for each user sessions
        * Use and clean the temporary attachments in various actions
        * Improve EditForm to read a list of temporary uploaded attachments,
          to only add those when using save action
        * Small refactoring of DownloadActionTest to remove the old
          MockitoDownloadActionTest
        * Provide new API in WysiwygEditorScriptService to provide an endpoint
          for uploading temporary attachments
        * Small changes in InplaceEditing to send the list of uploaded
          attachments (the inputs read there should be created by the WYSIWYG
      editor implementation)
        * Handle the upload max size
        * Add some missing documentation
        * Add a new method to explicitely dispose the temporary content of an
          attachment
        * Ensure to use the document reference space to get the max upload
          value
        * Switch off the feature using the CKEditor switch in the realtime
          editor for now
        * Add a new script service method to check if a feature is supported
          in WYSIWYGEditorScriptService
        * Add missing parameter in InplaceEditing to support temporary upload
        * Improve DownloadAction to be more explicit about what happens in
          case of downloading a file when a temporary uploaded attachment is
      available, and don't rely anymore on a query parameter since it's not
      reliable
      Unverified
      d6a0c9e1
  22. Mar 23, 2022
  23. Mar 22, 2022
  24. Feb 22, 2022
  25. Feb 21, 2022
  26. Feb 18, 2022
  27. Feb 16, 2022
  28. Feb 03, 2022
  29. Jan 25, 2022
  30. Dec 21, 2021
  31. Nov 22, 2021
  32. Oct 19, 2021
  33. Sep 21, 2021
  34. Aug 24, 2021
  35. Aug 16, 2021
    • Simon Urli's avatar
      XWIKI-18723: Make ConfigurableClass support all space and wiki administration cases (#1663) · c00e6bc7
      Simon Urli authored
        * Provide a new scope property in ConfigurableClass with 4 possible
          values: WIKI, SPACE, ALL_SPACES and WIKI+ALL_SPACES. This property
      replace the old boolean property configureGlobally which was standing
      for WIKI (true) and SPACE (false).
        * Refactor ConfigureClassMacros to use the new property and keep
          performing request with the old property for backward compatibility
      reason
        * Refactor all existing ConfigureClass in xwiki-platform to use the
          new property
        * Provide translations for ConfigurableClass properties
        * Put missing "creator" in the standard right so that it's not
          displayed in the extension rights
        * Fix integration tests for ConfigurableClass and ensure to not
          display all spaces section when viewing configurable class page.
      c00e6bc7
  36. Jul 20, 2021
  37. Jul 15, 2021
Loading