Skip to content
  1. Mar 07, 2024
  2. Mar 06, 2024
  3. Mar 05, 2024
  4. Mar 04, 2024
    • James Williams's avatar
      Issue #3175606: Fixed error handling, remove removed file usage records. · 97c5cbf6
      James Williams authored
      Also removed unused custom entity storage handler.
      97c5cbf6
    • James Williams's avatar
      Issue #3175606: Fixed links in emails. · c3ad8f4f
      James Williams authored
      Token should only include the URL so it works within non-HTML contexts
      like emails. HTML contexts can simply use the token in an href attribute
      of an anchor tag.
      
      Moved saving the protected download entity back to an implementation of
      `hook_webform_submission_insert()`, because the entity needs creating
      before any tokens would be replaced, such as for email handlers which
      may be invoked before our own handler.
      8.x-1.0-alpha1
      c3ad8f4f
    • James Williams's avatar
      Issue #3175606: D10 compatible version. Fully transitioned to handler. · 0b990a9e
      James Williams authored
      - Supports multiple files by using one handler per file.
      - Updated Readme with some basic instructions for use.
      - Improved performance when many downloads have been configured (as now
        using filterable entity queries rather than only filtering after
        loading every single protected download entity).
      - Fixed compatibility with generating tokens in different ways.
      0b990a9e
  5. Oct 08, 2020
  6. Oct 07, 2020
  7. Oct 04, 2020
  8. Jul 26, 2019
  9. May 28, 2018
  10. May 25, 2018
  11. Feb 27, 2018
  12. Feb 23, 2018
  13. Feb 13, 2018
  14. Feb 12, 2018
  15. Jan 22, 2018