Skip to content
Snippets Groups Projects
  1. Jan 31, 2019
  2. Jun 11, 2016
  3. Mar 17, 2016
  4. May 27, 2015
    • Jared Hancock's avatar
      file: Allow different names for duplicated content · 3bbe2933
      Jared Hancock authored
      This patch (which needs further development), introduces an extra field to
      the %attachment table to store a file's name, in the event that two files
      with the same content are stored in the database with differing names. In
      such a case, the name is stored in the %attachment table. This allows the
      attachment to specify a different name each time the same file is attached
      to something in the system.
      3bbe2933
  5. May 13, 2015
  6. Feb 27, 2015
  7. Dec 31, 2014
    • Jared Hancock's avatar
      files: Provide unified download script · d9cf38bc
      Jared Hancock authored
      This script adds a single download script, 'file.php', which provides access
      to files of all types to all users. It uses a HMAC signature system with an
      expires time, which allows signed URLs to be sent to external users.
      
      This also fixes an issue with the Http::cacheable() method, where the
      last-modified and Etag headers were not properly compared, which resulted in
      permanent cache misses by the client.
      d9cf38bc
  8. Dec 08, 2014
  9. Oct 24, 2014
  10. Oct 02, 2014
  11. Sep 17, 2014
  12. Sep 01, 2014
  13. Aug 30, 2014
  14. Aug 29, 2014
Loading