- Jan 15, 2014
-
-
Peter Rotich authored
Conflicts: include/upgrader/streams/core.sig
-
Peter Rotich authored
Drop join to the user table Use internal ticket id instead of ticket number
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
Add EndUser lookup by email to TicketUser - returns a decorated user
-
Peter Rotich authored
Make Clientession extends EndUser Allow variable replacer to call __call functions
-
Peter Rotich authored
TicketUser class - Abstract class with auth token implementation TicketOwner class - extends TicketUser Add user ticket stats to EndUser class
-
Peter Rotich authored
-
Peter Rotich authored
Checks the session for authkey and asks the backend that generated it to validate it and return authenticated user.
-
Peter Rotich authored
Add ability for backends to set authorization key (authkey) specific to the backend. The authkey is tagged with the "id" of the backend that generated it.
-
Peter Rotich authored
authentication backend.
-
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
-