- May 23, 2014
-
-
Jared Hancock authored
When following a link from an email, if you are already signed in to the help desk as a client, you should just be redirected to the new ticket.
-
- Apr 21, 2014
-
-
Jared Hancock authored
-
- Apr 18, 2014
-
-
Jared Hancock authored
-
- Apr 02, 2014
-
-
Jared Hancock authored
-
- Apr 01, 2014
-
-
Jared Hancock authored
Useful if the staff members administratively configure a static password that the user should never change.
-
- Mar 27, 2014
-
-
Jared Hancock authored
-
- Mar 26, 2014
-
-
Jared Hancock authored
This adds a feature for remote authentication methods for clients, such as LDAP, which will, after successful authentication, yield a ClientCreateRequest rather than an AuthenticatedUser. The ClientCreateRequest represents a successful authentication and user information lookup for a remote client. The client is then presented with a registration page where their information for their account in the local system can be reviewed prior to the account creation. Once created, the client account is confirmed without an email confirmation and is logged in immediately without reentering a password.
-
- Mar 25, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
This is the mode of the system if account registration is disabled
-
Jared Hancock authored
-
Jared Hancock authored
-
- Mar 20, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
- Feb 14, 2014
-
-
Jared Hancock authored
-
- Jan 24, 2014
-
-
Jared Hancock authored
If a client is already logged into the client portal and attempts to submit a new ticket, the ticket will be rejected if the contact-information form has a required field other than `name` and `email`. This patch fixes `class Client` so that the user-id is fetched from the database and made available via the `::getUserId()` method. This was already corrected in the `develop-next` branch for v1.8.1. The `uid` field is passed into `Ticket::create()` so the user form validation is bypassed. This commit should be ignored when merged into the 1.8.1 codebase.
-
- Jan 20, 2014
-
-
Peter Rotich authored
-
Peter Rotich authored
Ticket owner as well as collaborators can request access link by entering email and ticket number.
-
- Jan 17, 2014
-
-
Peter Rotich authored
Reafactor logOut to use the piggyback on auth backend
-
Peter Rotich authored
-
- Jan 15, 2014
-
-
Peter Rotich authored
The main intension is to have a predictable length and position of the ids - obfuscation is a welcomed side effect.
-
Peter Rotich authored
Add EndUser lookup by email to TicketUser - returns a decorated user
-
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
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
Add token (authtoken) based authentication to User authentication backend.
-
Peter Rotich authored
-
- Oct 26, 2013
-
-
Jared Hancock authored
in Client::getLastTicketIdByEmail()
-
- Oct 09, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
This moves client information like name and email address out of the general dynamic forms data for a ticket. It really paves the way for the first-class user of the future.
-
Jared Hancock authored
*This is a major redesign / rework of the osTicket base* This patch drops the concept of static ticket metadata and allows for an admin-configurable arbitrary data that is attachable to tickets The system is architected such that the base osTicket install now comes with a "default" form that has fields for subject, name, email, and phone number. This form is editable to allow for the addition of arbitrary other fields; however, the basic fields must remain in order to be associated with a help-topic and attached to a ticket. This concept can be expanded to allow for arbitrary data associated with registered clients or ticket thread items. Forms are comprised of sections. Sections have a title and instructions properties and a list of fields. Fields have various implementations to represent different data such as text, long answer, phone number, datetime, yes/no, and selections, and are configurable to define the look and feel and interpretation of the respective form field. Dropdown lists are represented as "Dynamic Lists", which are admin-configurable lists of items. Dropdowns can be optionally represented as Bootstrap typeahead fields. This also adds the start of a simple ORM which will hopefully be expanded in the future to support multiple database platforms. Currently, only MySQL is implemented.
-
- Feb 19, 2013
-
-
Peter Rotich authored
-
- Feb 18, 2013
-
-
Peter Rotich authored
-
- Oct 18, 2012
-
-
Peter Rotich authored
-
- Oct 03, 2012
-
-
Peter Rotich authored
* No longer redirects - simply returns usersession obj. * support error setting - shown on login page in place of "Authentication Required";
-
Peter Rotich authored
change tryLogin to simply login
-
- Aug 13, 2012
-
-
Jared Hancock authored
-
- Apr 01, 2012
-
-
Peter Rotich authored
-