Skip to content
Snippets Groups Projects
  1. Nov 06, 2015
    • Peter Rotich's avatar
      Make ticket related action buttons icon-based · 6a7bcfa9
      Peter Rotich authored
      Implement auto focus and scroll when post reply or note action button is
      clicked as well as tab highlight on error
      Unpack tickets' mass action buttons - more options retired for now
      Translate missed phases
      6a7bcfa9
    • Nathan Febuary's avatar
      Reply and Internal Note button · a9f91e36
      Nathan Febuary authored
      Removed the span, it was unnecessary and gave the Internal Note button
      a color to differentiate between Reply and Internal Note.
      a9f91e36
    • Nathan Febuary's avatar
      Revision to ticket response reverse thread buttons · 716b1c95
      Nathan Febuary authored
      Moved buttons above with other action buttons and also into sticky
      header. Removed titles of buttons and added tooltips. adjusted tooltip
      z-index so it won’t be hidden behind dropdowns. added scroll to bottom
      function to reply and internal note buttons.
      716b1c95
    • Nathan Febuary's avatar
      Add location for ticket response · fa61a269
      Nathan Febuary authored
      Adds an additional location for the ticket response above the ticket
      thread for a reverse order view of the ticket thread. Additionally the
      reply/internal note button would be selected and the page would auto
      scroll to the bottom.
      fa61a269
    • Peter Rotich's avatar
      Add ClaimForm · 6fa0e833
      Peter Rotich authored
      ClaimForm extends AssignmentForm and hides assignees selection. Claimant is
      still given the opportunity to log an optional internal note as to why
      they're claiming the ticket in question.
      6fa0e833
    • Peter Rotich's avatar
      Disconnect Object logic from AssignmentForm · 6086935c
      Peter Rotich authored
      Let the object have full control the list of possible assignees
      6086935c
  2. Oct 27, 2015
  3. Oct 15, 2015
  4. Oct 14, 2015
  5. Oct 10, 2015
    • Kevin O'Connor's avatar
      Replace bare header redirect · 5f5049c2
      Kevin O'Connor authored
      This fixes a bug where the browser will fail to redirect away from
      the login page if the client's browser doesn't allow for location
      mutations with the 422 response code.
      
      This issue only impacts SSO auth plugins.
      5f5049c2
  6. Oct 09, 2015
  7. Oct 05, 2015
    • Peter Rotich's avatar
      Merge branch 'develop' into develop-next · 8f189833
      Peter Rotich authored
      Conflicts:
      	include/class.forms.php
      8f189833
    • Peter Rotich's avatar
      Merge pull request #2618 from greezybacon/issue/2615 · f9ac0329
      Peter Rotich authored
      
      files: Verify files attached to a FileUploadField
      
      Reviewed-By: default avatarPeter Rotich <peter@osticket.com>
      f9ac0329
    • Michael's avatar
      UI: Assignment alerts do NOT include teams · e1826b66
      Michael authored
      Hi guys,
      
      had this issue in my mind from before my vacation. Someone over in the forum had the issue that even though he checked "Assigned Agent / Team" the team never got notified. After some research and a closer look I guess Neil found out that he needed to check "Team Lead" and/or "Team members" to enable alerts for the team as well.
      
      So in this case the wording "Assigned Agent / Team" is a bit misleading and I suggest to change it to just "Assigned Agent" or whatever  you prefer ;)
      
      Just made this pull request, so that you don't need to search long and it's (hopefully) easier to understand which "Assigned Agent / Team" is meant since it's there several times at the alert settings page.
      
      Cheers,
      Michael
      
      PS: Also I don't know why the first line appears as "removed" and "added" ... didn't change anything here, but anyway, line 126 is the important one ;)
      e1826b66
  8. Oct 03, 2015
    • Jared Hancock's avatar
      files: Only allow files uploaded in this session · 20537408
      Jared Hancock authored
      This fixes a security issue where, by crafting a special POST request to the
      client open.php page, an (unauthenticated) user could get a URL link to
      access to any attachment already uploaded in the system by guessing or
      brute-forcing the file's ID number.
      
      This patch addresses the issue by registering the uploaded file's ID in the
      current user's session. When processing the list of file ID's attached to
      the FileUploadField, the files must already have been attached to the field
      or have been newly attached in the current session.
      
      Fixes #2615
      
      References:
      "Security issue - Download attachments submitted by others"
      https://github.com/osTicket/osTicket-1.8/issues/2615
      20537408
    • Peter Rotich's avatar
      locks: Exclude expired locks via constrain · 6e507d4c
      Peter Rotich authored
      Fixes a bug where a lock icon is shown on tickets listing even when the lock
      in question is expired.
      6e507d4c
  9. Oct 02, 2015
    • Nathan Febuary's avatar
      Uploaded image preview fix · eed2cdc5
      Nathan Febuary authored
      Sets a static height to the row since it truncates it shouldn’t have
      any odd behavior. Content in the span is centered on the row and sets
      image height to fit inside the row.
      eed2cdc5
  10. Oct 01, 2015
Loading