Skip to content
Snippets Groups Projects
  1. Jul 21, 2015
  2. May 13, 2015
  3. Feb 27, 2015
    • Jared Hancock's avatar
      draft: Find the draft corresponding to your user id · 12922b3c
      Jared Hancock authored
      Previously, any draft would be identified — even if it isn't owned by the
      current user. Then, when the draft would attempt to be updated, the update
      would be refused and the annoying draft saved popup would appear.
      12922b3c
  4. Jan 30, 2015
  5. 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
  6. Dec 11, 2014
    • Peter Rotich's avatar
      tasks: Add tasks · 3cb05b49
      Peter Rotich authored
      Introduce the concept of tasks. Tasks are to do list that can be attached to
      any object e.g Ticket.
      3cb05b49
  7. Dec 08, 2014
  8. Oct 14, 2014
  9. Aug 29, 2014
    • Jared Hancock's avatar
      forms: Unify attachment settings · 9fc4d080
      Jared Hancock authored
      Attachment settings are now exclusively handled by the settings on the
      ThreadEntry field on the ticket details form. Enabling attachments as well
      as tuning attachment validation settings are all handled from the one place
      now.
      9fc4d080
  10. Jun 27, 2014
  11. Apr 15, 2014
  12. Jan 18, 2014
    • Jared Hancock's avatar
      Migrate file metadata table · d5305279
      Jared Hancock authored
        * Include a `bk` column to store the storage backend
        * Include a `signature` column which represents a repeatable hash of the
          file contents
        * Rename `hash` to `key` since it isn't a real hash
      d5305279
  13. Nov 14, 2013
  14. Oct 14, 2013
  15. Oct 09, 2013
    • Jared Hancock's avatar
      HTML ticket thread, inline images and draft support · 864d3539
      Jared Hancock authored
      Process inline attachments in thread entry and support inline images in
      piped emails
      
      Support inline images across the system, with draft support
      
      Migrate to a single attachment table
          That way we don't need a new table for everything we need to attach an
          inline image to (like a signature, for instance)
      
      Add richtext support for internal notes
      
      Implement images on site pages
      
      * Image paste in Redactor
      * Make non-local images optional
      * Placeholder for non-local images
      * Fix local image download hover
      * Don't re-attach inline images
      864d3539
Loading