Skip to content
Snippets Groups Projects
  1. May 07, 2014
  2. Apr 25, 2014
  3. Mar 27, 2014
    • Jared Hancock's avatar
      Always enable ticket link by email page · 205ae826
      Jared Hancock authored
      Regardless of the configuration of the help desk registration, allow users
      to receive ticket links via email. This patch enables the display and
      operation of the ticket access link unless a user login is requested by the
      user or specifically required by the system.
      205ae826
  4. 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
  5. Mar 25, 2014
  6. Mar 20, 2014
  7. Jan 20, 2014
  8. Jan 17, 2014
  9. Jan 15, 2014
  10. Jul 17, 2013
  11. Feb 19, 2013
  12. Oct 03, 2012
  13. Aug 13, 2012
  14. May 13, 2012
  15. May 10, 2012
  16. Apr 21, 2012
    • Jared Hancock's avatar
      Add lint test for (calls to) undefined functions · cd4b4faa
      Jared Hancock authored
      And correct several undefined function errors from several source files. So
      while function names in PHP are considered case-insensitive, it still makes
      sense to use consistent camel casing for both defining and calling methods.
      The lint test searches the code base for method calls, and then searches the
      code base again looking for a function definition matching the name of the
      function invoked. It's not failsafe, because it doesn't detect the class
      from which the method should belong, so it's likely to have false negatives.
      Furthermore, it won't work well for PHP 5 where several classes are built
      into PHP (and aren't searchable in the osTicket code base).
      
      Remove the include/staff/api.inc.php as it no longer appears to be used (and
      contains references to undefined methods).
      cd4b4faa
  17. Mar 23, 2012
  18. Mar 19, 2012
Loading