Skip to content
Snippets Groups Projects
  1. Feb 03, 2014
  2. Jan 24, 2014
  3. Jan 20, 2014
  4. 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
  5. Jan 17, 2014
  6. Jan 15, 2014
  7. 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
  8. Jan 11, 2014
  9. Jan 10, 2014
  10. Jan 08, 2014
    • Jared Hancock's avatar
      Fix possible serious errors in dynamic form fields · 7e7c4cf0
      Jared Hancock authored
      Fix dropping of materialized view when variable name is changed
      
      Ensure view exists before merging updates
      
      Prevent possible sql injection error in field name used in the materialized
      view.
      
      Prevent possible xss error in the display of the field label and variable
      name in the admin panel.
      7e7c4cf0
  11. Jan 03, 2014
  12. Jan 02, 2014
  13. Dec 23, 2013
  14. Dec 18, 2013
  15. Dec 17, 2013
  16. Dec 13, 2013
  17. Dec 11, 2013
    • Jared Hancock's avatar
      forms: Require `title` for all custom forms · a3b13445
      Jared Hancock authored
      Otherwise, you can't click on the custom form in the table view in order to
      manage it.
      
      Fixes osTicket/osTicket-1.8#276
      a3b13445
    • Jared Hancock's avatar
      Allow edit of user on ticket-edit page · 431345ad
      Jared Hancock authored
      Previously, the user information could only be modified on the ticket-view
      page. For instance, if creating a new ticket for a user, no new information
      could be added or modified on the user until after the ticket was created
      
      Fixes osTicket/osTicket-1.8#281
      431345ad
  18. Dec 10, 2013
  19. Dec 09, 2013
  20. Dec 05, 2013
  21. Dec 01, 2013
    • Jared Hancock's avatar
      ui: Fix large image display · e3845ad1
      Jared Hancock authored
      Fixes oversize image display to be resized in both the ticket thread and
      the redactor editor in (at least)
      
        * Ticket-view boxes
        * Client new-ticket form
        * Staff new ticket
        * Page add/edit
        * FAQ add/edit
        * Canned response add/edit
      
      Fixes osTicket/osTicket-1.8#247
      e3845ad1
  22. Nov 30, 2013
    • Jared Hancock's avatar
      auth: Handle REQUEST_URI not being authoritative · 4c7aaa03
      Jared Hancock authored
      If _SERVER{REQUEST_URI} does not start with a leading slash, add one. This
      will ensure that the redirect URL offered after a successful login will
      be to an absolute url rather than an implied relative one.
      
      Fixes osTicket/osTicket-1.7#858
      4c7aaa03
  23. Nov 27, 2013
Loading