- Mar 06, 2014
-
-
Jared Hancock authored
If a client is already logged into the system and follows a second ticket link, show the ticket instead of the list of tickets.
-
- Mar 03, 2014
-
-
Peter Rotich authored
Stop propagation on intercept
-
Jared Hancock authored
-
Peter Rotich authored
Credit: http://stackoverflow.com/a/7385673/2867073
-
Peter Rotich authored
The warning was meant to be humorous but apparently the world has no sense of humor.
-
Peter Rotich authored
-
- Feb 28, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Feb 27, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Feb 25, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
Reported by @ntozier
-
Jared Hancock authored
-
- Feb 22, 2014
-
-
Jared Hancock authored
-
- Feb 18, 2014
-
-
Peter Rotich authored
-
Jared Hancock authored
Also allow an administrator to lift the force password change flag without specifying a new password.
-
- Feb 13, 2014
-
-
Peter Rotich authored
Separate authentication strike (excessive login attempts) count from timeout enforcement.
-
- Feb 05, 2014
-
-
Peter Rotich authored
User got emailed reply even when staff selected -Do Not Email Reply-
-
Jared Hancock authored
-
- Feb 04, 2014
-
-
Peter Rotich authored
Change z-index to overlay popup windows correctly
-
Peter Rotich authored
Remove any ticket locks staff has on logout.
-
- Feb 03, 2014
-
-
Peter Rotich authored
-
Peter Rotich authored
Show ticket prview when a ticket number is clicked as opposed to ticket view. Add collaborator preview tab on ticket preview tool tip.
-
Peter Rotich authored
-
- Jan 24, 2014
-
-
Peter Rotich authored
Processing fetching in ASC order of the last fetch time Remove LIMIT of 10 emails per fetch Flush the buffer and terminate the request cleanly on autocron
-
slm4996 authored
-
- Jan 20, 2014
-
-
Peter Rotich authored
The change will allows staff to open a new ticket without going through the "forced" user lookup popup. On cancel the staff is presented with a simplified user info form with email and name being the only fields required.
-
- Jan 18, 2014
-
-
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
-
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
-
- Jan 17, 2014
-
-
Jared Hancock authored
-
Peter Rotich authored
No need to execute signal connect for each request!
-
Peter Rotich authored
SSO was originally used for a SSO plugin. The backend has since been refactored to support other authentication backends.
-
Peter Rotich authored
The concept of extid is being retired to pave-way for customizatable ticket numbers.
-
- Jan 15, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
And deadband session token updates to 1 per 30 seconds
-
Peter Rotich authored
-
Peter Rotich authored
authentication backend.
-
- Jan 14, 2014
-
-
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.
-
- Jan 11, 2014
-
-
Jared Hancock authored
-
- Jan 10, 2014
-
-
Peter Rotich authored
-