Skip to content
Snippets Groups Projects
  1. May 07, 2014
  2. Apr 28, 2014
  3. Apr 14, 2014
  4. Mar 18, 2014
  5. Mar 17, 2014
  6. Mar 14, 2014
  7. Mar 11, 2014
  8. Mar 10, 2014
  9. Feb 28, 2014
  10. Feb 19, 2014
  11. Feb 08, 2014
  12. Jan 31, 2014
  13. Jan 30, 2014
  14. Jan 27, 2014
    • Jared Hancock's avatar
      Add PK to %ticket_email_info.`id` · 7f9415ff
      Jared Hancock authored
      This patch partially reverts the previous database migration patch which
      added a primary key to the table on the `thread_id` column. This column
      cannot be used, because there may be multiple entries for thread_id = 0.
      
      This also allows ticket_collaborator.isactive to be negative, as well as
      adds the database portion of regex support for ticket filters.
      7f9415ff
  15. Jan 23, 2014
  16. Jan 22, 2014
  17. Jan 21, 2014
  18. Jan 20, 2014
  19. Jan 18, 2014
    • Jared Hancock's avatar
      Rewrite %file table structure · ba781964
      Jared Hancock authored
      Add `attrs` field for backend state information (multi-part migration,
      multi-part upload, etc). Change `size` to be an integer rather than text
      field. (Storage space will be about the same, but int makes more sense).
      Size the `key` and `signature` for ~512 bits. The base64 encoding allows
      6-bits per char. At 86 chars, we have 516 bits maximum space.
      ba781964
    • Jared Hancock's avatar
      Fixup storage of email attachments · 8259ea0f
      Jared Hancock authored
      Fixes the rewriting of the `key` field in the ticket thread body. The
      storage de-duplication system may replace the `key` value with an existing
      one. The ticket thread system will use the `key` value assigned when the
      file is committed to the database or the existing key of the duplicate file.
      
      Also fixup installation issues with the attachment storage plugin
      architecture
      8259ea0f
    • 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
  20. Jan 17, 2014
  21. Jan 15, 2014
  22. Jan 03, 2014
  23. Jan 02, 2014
  24. Dec 13, 2013
  25. Dec 12, 2013
  26. Dec 09, 2013
Loading