- Feb 05, 2016
-
-
Peter Rotich authored
-
Jared Hancock authored
v1.10 Fixes Reviewed-By:
Jared Hancock <jared@osticket.com>
-
- Jan 26, 2016
-
-
Peter Rotich authored
osTicket supports filtering allowable files on the client-side via JS as well as server-side on upload. Ajax based upload skipped server-side validation with the assumption that the client already validated the file upload. For most cases this is a valid assumption (ajax only works if JS is enabled) but fails to account for cases where HTTP requests is intercepted and changed on transit or the request is posted directly to the ajax interface. This commit forces server-side file upload validation.
-
- Jan 21, 2016
-
-
Peter Rotich authored
-
- Jan 20, 2016
-
-
Peter Rotich authored
-
- Jan 15, 2016
-
-
Peter Rotich authored
-
- Jan 13, 2016
-
-
Peter Rotich authored
Catch InconsistentModelException on config load to allow for fallback to old config table when upgrade is pending.
-
Peter Rotich authored
-
- Jan 07, 2016
-
-
Peter Rotich authored
This is commit reverts prior commit to prevent email loops by dead-banning alerts and auto-responses based on recent communication with the end user.
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
Cast email adddress to string
-
Peter Rotich authored
Require subject and message go send mail filter action
-
Peter Rotich authored
-
Peter Rotich authored
-
- Jan 05, 2016
-
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
Dept::getMembersForAlerts can return an empty array instead of query-set
-
- Jan 04, 2016
-
-
Jared Hancock authored
-
- Dec 31, 2015
-
-
Peter Rotich authored
role: Add option to use primary role on assignment Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
-
Jared Hancock authored
-
Jared Hancock authored
bug: Set due date based on user's timezone Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
-
Peter Rotich authored
orm: Migrate Config to ORM Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
cli: Fix issues with `file` module on v1.10 Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Properly support scp and admin app plugins Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Check agent's access on reopen auto-assignment Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
Auto-assign to closing staff or the last respondent if the agent is available and has access. Otherwise, put the ticket back to unassigned pool.
-
Jared Hancock authored
Ticket Status Properties Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
Columns Heading Sort Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
Column based sorting got removed in favor of drop down based sorting in commit number fa327c. It's being returned due to negative feedback we received from users.
-
Jared Hancock authored
Task Revisited Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
Make tasks actions icon based buttons Fix task assignment issue
-
Peter Rotich authored
typeahead: The redirect header was emitted too late Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
This changes the typeahead to redirect directly from the typeahead click rather than redirecting after performing the search a second time on the ticket queue page.
-