Skip to content
Snippets Groups Projects
  1. Mar 10, 2014
    • Jared Hancock's avatar
      pwreset: Fixup password reset system · b2550b37
      Jared Hancock authored
      Turns out that the new authentication system incorrectly cancels the reset
      tokens when it processes logins rather than after the user successfully
      resets his/her password
      b2550b37
  2. Mar 06, 2014
  3. Mar 03, 2014
  4. Feb 28, 2014
  5. Feb 27, 2014
  6. Feb 25, 2014
  7. Feb 22, 2014
  8. Feb 18, 2014
  9. Feb 13, 2014
  10. Feb 05, 2014
  11. Feb 04, 2014
  12. Feb 03, 2014
  13. Jan 24, 2014
  14. Jan 20, 2014
  15. 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
      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
  16. Jan 17, 2014
  17. Jan 15, 2014
  18. Jan 14, 2014
    • Jared Hancock's avatar
      Revisit template management page · c01000ca
      Jared Hancock authored
      Arrange templates in a group by their respective use in the system:
      
        * System Management Templates
        * Staff Ticket Templates (Alerts and Notices)
        * End-User Ticket Templates (Autoresponder)
      
      This provides an interface to sort the templates and make them easier to
      find and provides a nice place for new templates to be added without making
      it increasingly more difficult to locate templates in the list.
      
      This patch also fixes the missing templates in the drop-down list when
      editing an implemented template.
      c01000ca
  19. Jan 11, 2014
Loading