Skip to content
Snippets Groups Projects
  1. Nov 06, 2018
    • JediKev's avatar
      oops: Remove DST From User Update · 10e7c422
      JediKev authored
      This addresses an issue where Users updating their profile will throw an SQL
      error in the system logs. This is due to a line of code trying to set a
      value for the `dst` column which no longer exists as of `1.10.0`.
      10e7c422
  2. Aug 20, 2018
    • JediKev's avatar
      sessions: Clear On Password Set/Reset · 1aaab76f
      JediKev authored
      This adds a Signal to clean Agent and User sessions upon setting/resetting
      their password. If an Agent/User resets their own password and has multiple
      sessions open it will log them out of every session except the one they’re
      on.
      1aaab76f
  3. Mar 25, 2016
  4. Jan 05, 2016
  5. Dec 31, 2015
  6. Nov 19, 2015
  7. Sep 28, 2015
    • Jared Hancock's avatar
      orm: Allow specification of GROUP BY clause, speed-up client stats · 5c68eb31
      Jared Hancock authored
      This patch changes the automatic GROUP BY clause for annotations in the ORM
      including aggregate queries (like COUNT), by allowing the query to specify
      "distinct" fields. If distinct fields are specified, then no other fields
      are automatically added to the GROUP BY clause of the compiled query.
      
      This will likely only be supported by MySQL, as other engines and the ANSI
      standard require all non-aggregate fields in the SELECT clause to be present
      in the GROUP BY clause.
      5c68eb31
  8. Sep 26, 2015
  9. Aug 19, 2015
  10. Aug 18, 2015
  11. Aug 04, 2015
  12. Jul 21, 2015
  13. Jul 08, 2015
  14. Jun 03, 2015
  15. May 13, 2015
  16. May 04, 2015
  17. Apr 30, 2015
  18. Feb 17, 2015
  19. Feb 13, 2015
  20. Feb 12, 2015
    • Jared Hancock's avatar
      Collaborators for threads, lock as a utility · 67d55198
      Jared Hancock authored
      This patch includes a slight database migration, and adjusts the
      functionality of a few core components.
      
        * Move collaborators from the ticket to the thread.
          This concept allows collaborators on any object which has a thread,
          including tasks.
      
        * Add flags to the thread entry
          This will allow flagging thread entries for different purposes.
          Initially this can be used to flag the original message of a thread in
          case a ticket / thread is created without an initial message.
      
        * Lock becomes more of a utility
          The lock is now disconnected from the ticket and is a separate utility.
          Separately, the ticket and task objects can have a reference to a lock
          object. Furthermore, when submitting some activities to tickets, the
          lock is verified to be owned by the respective agent, and the lock code
          must match a current lock code. The code is rotated on each acquire()
          call to guard against double submissions.
      
        * Collaborator is an ORM model
          The TicketUser class is broken up now so that the collaborator instance
          can exist apart from a ticket. Email message ids are now generated for
          collaborators without respect for a ticket so that collaborators can be
          properly supported on any thread.
      67d55198
  21. Feb 10, 2015
  22. Feb 03, 2015
  23. Jan 05, 2015
    • Jared Hancock's avatar
      oops: Fix a few small issues · 3323e013
      Jared Hancock authored
        * Fix missing attachments join for Category (fixes #1654)
        * Fix crash on user account registration
        * Fix save button on user account (fixes #1655) — regression from bebc2d79
      3323e013
  24. Dec 30, 2014
  25. Dec 15, 2014
    • Jared Hancock's avatar
      email: Message-Id header with user and thread ID · ecd2e6a9
      Jared Hancock authored
      This patch suggests a change to the message-id creation process that
      includes stamping the receiving user-id (staff or client) along with the
      thread-id of the originating notice. This allows detection of threading if
      the clinically brain-dead mail client drops all the other header detection
      mechanisms, including the tag placed in the email body, on response.
      
      This patch works for both client and agent communication.
      ecd2e6a9
  26. Dec 09, 2014
  27. Dec 08, 2014
  28. Sep 19, 2014
  29. Sep 04, 2014
Loading