- Jan 15, 2014
-
-
Peter Rotich authored
Add token (authtoken) based authentication to User authentication backend.
-
Peter Rotich authored
Monitor failed login attempts and enforce timeouts
-
Peter Rotich authored
- StaffAuthenticationBackend - handles backends supported in staff panel - UserAuthenticationBackend - handles backends supported in user panel Registering a backend at parent level (AuthenticationBackend) will make it available to both panels.
-
Peter Rotich authored
This is necessary to force downstream classes to implement key required functions.
-
Peter Rotich authored
-
Peter Rotich authored
Add variable replacer callback
-
Peter Rotich authored
is_callable will report ANY function as available
-
- Jan 14, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
This is necessary because the system depends ticket priority to sort and display ticket data.
-
Peter Rotich authored
Allow autocomplete on email address Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Show extra forms for help topic first Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Export custom fields with the ticket queue export Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Fix subject ticket number matcher (again) Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Use case-insensitive matching on email address Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Collaborators Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
-
Peter Rotich authored
-
Jared Hancock authored
-
Peter Rotich authored
-
Peter Rotich authored
Provide facility to set collaborator status on add.
-
- Jan 13, 2014
-
-
Jared Hancock authored
This patch addresses an issue where a client may have upper-case letters in their email address. When visiting the client portal to check the ticket status, previously, the exact same case would be required in the 'Email Address' box. This patch remove the case sensitivity for email logins.
-
Peter Rotich authored
-
- Jan 11, 2014
-
-
Peter Rotich authored
No longer require a priority for help topics Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Pre-select default priority Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Jared Hancock authored
-
- Jan 10, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Jared Hancock authored
Extra forms associated with the help topic are now shown above the ticket details form on both the staff and client interfaces.
-
Jared Hancock authored
-
Jared Hancock authored
Also add in the user email address after the user name. This patch also adds an ::export() method to the FormField() class which allows a field to define how the data should be formatted when exported.
-
Jared Hancock authored
-