Skip to content
Snippets Groups Projects
  1. Dec 18, 2015
  2. Dec 08, 2015
  3. Nov 30, 2015
  4. Nov 16, 2015
    • Peter Rotich's avatar
      539c39b6
    • Peter Rotich's avatar
      Make Avatars optional on thread view · 536cf883
      Peter Rotich authored
      Add a global option to disable avatars on thread correspondence . Agent's
      and user's profiles will still show an avatars.
      536cf883
    • Peter Rotich's avatar
      Thread View Sort Order · 2e70611b
      Peter Rotich authored
      Add a preference option to set the sort order of the thread entries in DESC or
      ASC order.
      
       * System Default order is ASC
       * Auto-scroll is disabled when sort order is set to DESC.
      2e70611b
    • Peter Rotich's avatar
      Make Relative Time Optional · 8235ffbb
      Peter Rotich authored
      Add preference to agent's profile to enable relative time use.
      8235ffbb
    • Peter Rotich's avatar
      Agents' Preferences · 352db45d
      Peter Rotich authored
      Support using global config table to store agent's preference.
      352db45d
    • Peter Rotich's avatar
      Agent Identity Masking · 91b87a01
      Peter Rotich authored
      Move setting from Setting > Tickets to Settings > Agents
      91b87a01
    • Peter Rotich's avatar
      Add option to use dept/agent name on replies · 3f7c5277
      Peter Rotich authored
      Enable the ability to show the agent's full name or department's name on
      responses/replies in addition to the emails address name. Email address of
      the response would still be designated outgoing email address of the
      Department to which the ticket is assigned or the system default outgoing
      email address.
      
      * Agents can set the default FROM Name in Profile > Preference.
      * Private department's name won't be used regardless of the setting.
      * Agent's name won't be used if identity masking is enabled.
      3f7c5277
    • Peter Rotich's avatar
      Textarea input cleanup · d136963b
      Peter Rotich authored
      Let textarea widgets parse and clean input based on configured text format.
      Add cleanup routine to ThreadEntryBody
      Clean response/note inputs
      d136963b
  5. Nov 13, 2015
  6. Nov 12, 2015
  7. Nov 11, 2015
  8. Nov 06, 2015
  9. Nov 04, 2015
    • Peter Rotich's avatar
      Team Members Count · 45ec6b1d
      Peter Rotich authored
      Count by staff membership
      45ec6b1d
    • Peter Rotich's avatar
      bug: My Tickets · 575a705d
      Peter Rotich authored
      Fix a bug where tickets assigned to ANY team and unassigned to an agent
      showed up on My Tickets count.
      575a705d
    • Peter Rotich's avatar
      Bug: Users import · b33aa528
      Peter Rotich authored
      Fix forms mixup bug that nulled users' name for existing users on CSV import. GUI update worked
      as expected only because of the magic $_POST variable.
      b33aa528
  10. Nov 03, 2015
  11. Nov 02, 2015
  12. Oct 30, 2015
    • Peter Rotich's avatar
      Agent's Name Formating · 2b934720
      Peter Rotich authored
      Copy and paste hazard!
      2b934720
    • Peter Rotich's avatar
      Ticket Source · 0e8d7b65
      Peter Rotich authored
      Consolidate and protect where ticket sources are defined
      Only show IP address when if the ticket source is web. Otherwise, phone ticket created
      by agents will have an IP of the agent showing.
      0e8d7b65
  13. Oct 27, 2015
  14. Oct 15, 2015
  15. Oct 14, 2015
    • Peter Rotich's avatar
      User Tickets · f4d79b1e
      Peter Rotich authored
      Include collaborated tickets
      Pagenate user and org tickets listing
      Add ability to export tickets
      f4d79b1e
  16. Oct 09, 2015
  17. Oct 05, 2015
    • 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
  18. 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
Loading