Skip to content
Snippets Groups Projects
  1. May 23, 2014
  2. Apr 21, 2014
  3. Apr 18, 2014
  4. Apr 02, 2014
  5. Apr 01, 2014
  6. Mar 27, 2014
  7. Mar 26, 2014
    • Jared Hancock's avatar
      Implement a remote user import process · 395d435e
      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.
      395d435e
  8. Mar 25, 2014
  9. Mar 20, 2014
  10. Feb 14, 2014
  11. Jan 24, 2014
    • Jared Hancock's avatar
      forms: Fix ticket submission if already logged in · 91908271
      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.
      91908271
  12. Jan 20, 2014
  13. Jan 17, 2014
  14. Jan 15, 2014
  15. Oct 26, 2013
  16. Oct 09, 2013
    • Jared Hancock's avatar
      f7384359
    • Jared Hancock's avatar
      Move client information to separate formset · 53666db6
      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.
      53666db6
    • Jared Hancock's avatar
      Dynamic data for osTicket · 9e75169e
      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.
      9e75169e
  17. Feb 19, 2013
  18. Feb 18, 2013
  19. Oct 18, 2012
  20. Oct 03, 2012
  21. Aug 13, 2012
  22. Apr 01, 2012
Loading