Skip to content
Snippets Groups Projects
  1. Jan 20, 2014
  2. Jan 18, 2014
    • Jared Hancock's avatar
      search: Improve typeahead search results · e69c0fd1
      Jared Hancock authored
      Fixup search for users with hits in an searchable authentication backend:
      
        * If there is a hit for the remote backend, include that in the search for
          local users by email address. If there is a hit locally for the same
          email address, then remove the remote hit from the search results.
      
      Fixup typeahead results
      
        * Abort previous search requests when the user enters more text into the
          search fields. This makes the search box feel more consistent, and
          avoids the case where the user finishes typing and valid search hits
          never appear
      e69c0fd1
    • Jared Hancock's avatar
      Allow error to be set in plugin uninstall · c8764a2c
      Jared Hancock authored
      If a plugin refuses to be uninstalled, allow it to set an error to be
      displayed on the management page.
      c8764a2c
    • 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
      Fix several issues from initial mockup · b9f60a24
      Jared Hancock authored
      b9f60a24
    • 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
    • Jared Hancock's avatar
      06f9c72f
    • Jared Hancock's avatar
      Retire attachment chunk orphan cleanup · 92748462
      Jared Hancock authored
      92748462
    • Jared Hancock's avatar
      First stab at pluggable attachment storage · c8f113f8
      Jared Hancock authored
      c8f113f8
  3. Jan 17, 2014
  4. Jan 16, 2014
  5. Jan 15, 2014
Loading