Skip to content
Snippets Groups Projects
  1. Jul 18, 2018
    • aydreeihn's avatar
      Collaborator Tickets Visibility: · e9db21a5
      aydreeihn authored
      This feature gives Agents the capability deciding whether or not Users should be able to see Tickets to which they are Collaborators for in their Ticket queues.
      
      By default, Users are able to see all Tickets they take part in whether they are the User for the Ticket or a Collaborator.
      
      If the Agent would like to disable Users seeing their Collaborator Tickets, they can configure the setting here:
      Admin Panel | Tickets | Settings | Collaborator Tickets Visibility
      e9db21a5
  2. Jul 17, 2018
    • JediKev's avatar
      issue: Orphaned File Query Rewrite · e5dd24e0
      JediKev authored
      This addresses an issue that was introduced by a previous attempt to
      address the orphaned file query. The previous attempt addressed the
      original issue but slowed database performance so this addresses the
      performance issue.
      e5dd24e0
    • JediKev's avatar
      department: Error Feedback · 9f3b6b27
      JediKev authored
      This addresses an issue where osTicket did not ensure associated items exist
      before saving to the database. This also addresses an issue where the Parent
      Topic error was not displayed on page.
      9f3b6b27
    • JediKev's avatar
      security: Fix Multiple XSS Vulnerabilies · 4b8ee133
      JediKev authored
      It may be possible to steal or manipulate customer session and cookies,
      which might be used to impersonate a legitimate user, allowing the hacker to
      view or alter user records, and to perform transactions as that user.
      Sanitation of hazardous characters was not performed correctly on user
      input.
      
      osTicket did not properly sanitize array values in `Format::htmlchars()`.
      Some values in the Admin Interface were not properly sanitized and returned
      to the response.
      4b8ee133
    • JediKev's avatar
      issue: Auto-Assignment Log · d4262cef
      JediKev authored
      This addresses an issue on the Forums where the Auto-Assignment Thread
      Event (configurable via Help Topic) uses the Email of the User rather than
      the User’s Name. This adds the correct function to retrieve the User’s
      Name if the User has an Account.
      d4262cef
    • JediKev's avatar
      issue: Ticket Lock On Disable · 606f45ba
      JediKev authored
      This addresses an issue where disabling Ticket Locks but setting a time
      for the Lock Timeout will always throw a "lock required" error. This adds
      a check to see if locks are enabled AND there is a time set. If locks are
      disabled it will not throw the error.
      606f45ba
    • JediKev's avatar
      issue: User Import No Email · b65185ba
      JediKev authored
      This addresses issue 4329 where you can import a User with no email
      address via CSV file. Once the User is added and you try to update them
      with an email address it fails due to no default email. This updates the
      check for email address from `!isset()` to `empty()` which will correctly
      check for empty string.
      b65185ba
    • JediKev's avatar
      issue: CLI Deploy Missing Bootstrap · ee208fca
      JediKev authored
      This addresses issue 4322 where deploying via CLI is missing
      `bootstrap.php`. This is due to the `get_include_dir()` function that
      tries to include a file from the destination which doesn’t exist yet,
      causing a fatal error. This updates the function to use `$this->source`
      instead of `$this->destination` to correctly find and include
      `bootstrap.php`.
      ee208fca
    • JediKev's avatar
      issue: Language Pack Locale Mismatch · 132d838f
      JediKev authored
      This addresses issue 4325 where the Language Pack Locales are mismatched.
      The Locale for the first language is displayed on the second language,
      etc. This updates the `$manifest` variable to be set before we display
      data so the correct `MANIFEST` file is included and all language data is
      displayed correctly.
      132d838f
  3. Jul 16, 2018
  4. Jul 13, 2018
    • aydreeihn's avatar
      Revisiting Collaborator: · 4c46f9f5
      aydreeihn authored
      - Ticket View UI changes
      - Mailer logic improvements
      - Ticket Open consolidated for mailer changes
      4c46f9f5
    • JediKev's avatar
      issue: Ticket Lock On Disable · 62f5962f
      JediKev authored
      This addresses an issue where disabling Ticket Locks but setting a time
      for the Lock Timeout will always throw a "lock required" error. This adds
      a check to see if locks are enabled AND there is a time set. If locks are
      disabled it will not throw the error.
      62f5962f
    • JediKev's avatar
      issue: User Import No Email · c8e2c3f1
      JediKev authored
      This addresses issue 4329 where you can import a User with no email
      address via CSV file. Once the User is added and you try to update them
      with an email address it fails due to no default email. This updates the
      check for email address from `!isset()` to `empty()` which will correctly
      check for empty string.
      c8e2c3f1
    • Peter Rotich's avatar
      Misc. Fixes · dbb6fe3c
      Peter Rotich authored
      dbb6fe3c
    • Peter Rotich's avatar
      Collaborators Revisited · c8872285
      Peter Rotich authored
      UI changes to make it more user friendly
      c8872285
    • Peter Rotich's avatar
      EmailAddress Revisited · 7b67cb41
      Peter Rotich authored
      Make it a utility class for parsing an email address. Relies on PEAR to
      parse RFC822 compliant email.
      7b67cb41
    • Peter Rotich's avatar
      Mailer: Add concept of multi-recipients to mailer · db7daa24
      Peter Rotich authored
      This commit adds ability to send and email to multiple recipients with
      auto-detection of TO/CC/BCC  (based on user class)
      db7daa24
    • aydreeihn's avatar
      Code Improvement · c2db0731
      aydreeihn authored
      c2db0731
    • JediKev's avatar
      department: Error Feedback · d9beb14e
      JediKev authored
      This addresses an issue where osTicket did not ensure associated items exist
      before saving to the database. This also addresses an issue where the Parent
      Topic error was not displayed on page.
      d9beb14e
    • JediKev's avatar
      security: Fix Multiple XSS Vulnerabilies · a3d896c8
      JediKev authored
      It may be possible to steal or manipulate customer session and cookies,
      which might be used to impersonate a legitimate user, allowing the hacker to
      view or alter user records, and to perform transactions as that user.
      Sanitation of hazardous characters was not performed correctly on user
      input.
      
      osTicket did not properly sanitize array values in `Format::htmlchars()`.
      Some values in the Admin Interface were not properly sanitized and returned
      to the response.
      a3d896c8
  5. Jul 12, 2018
    • aydreeihn's avatar
      Final Additions For v1.11 · c3a2cbcd
      aydreeihn authored
      - Separate 'message' and 'response' variables on New Ticket Notice so they can be styles separately
      - Add Thread Event state for 'released'
      - Add 'refer' and 'release' permissions to the Role table
      - Update install-mysql
      - Update patch file name
      - Update core.sig
      - Set flags in correct place for class.depts.php
      - Make sure when opening Ticket, User stays selected if submitted with errors
      - Make sure Mail Box Protocol saves correctly when configuring emails
      c3a2cbcd
  6. Jul 11, 2018
    • aydreeihn's avatar
      User Registration Fixes: · 824e92b2
      aydreeihn authored
      This commit fixes a bug where Public User Registration always resulted in creating a new User. Now, if a User goes to register an Account and their email already matches a User in the system, we will register the existing User. To set the registration method, go to:
      Admin Panel | Settings | Users | Registration Method
      824e92b2
    • aydreeihn's avatar
      69b17888
    • aydreeihn's avatar
      remove unused variable, posterType · 00e9811d
      aydreeihn authored
      00e9811d
    • aydreeihn's avatar
      Spelling Mistake: · f7ed656d
      aydreeihn authored
      For thread events, the referral state was spelled as 'reffered' instead of 'referred'. This needed to be changed to save to the database correctly. A new patch file has been added to correct the schema signature.
      f7ed656d
    • aydreeihn's avatar
      Minor Fix: · a24cafea
      aydreeihn authored
      For new tickets, hide the Ticket Notice dropdown if the 'New Ticket by Agent' autoresponse is disabled since no response will be sent
      a24cafea
    • JediKev's avatar
      feature: Release Role Permission · d354e095
      JediKev authored
      This feature adds a new Role permission called Release. This permission
      (if Enabled) allows an Agent to release ticket assignment. This permission
      is configurable for each and every Role in the helpdesk. This also keeps
      current functionality where Department Managers do not need the Role
      Permission in order to release tickets. In addition to the permission,
      this feature adds a new Release modal giving the option to choose who to
      release assignment from (Agent/Team/Both). This also adds a comment box to
      the release modal to optionally enter a reason for releasing assignment.
      Lastly, this adds a Release Thread Event so an event is logged showing who
      released who’s assignment.
      d354e095
  7. Jul 09, 2018
    • JediKev's avatar
      issue: CLI Deploy Missing Bootstrap · fd75eddf
      JediKev authored
      This addresses issue 4322 where deploying via CLI is missing
      `bootstrap.php`. This is due to the `get_include_dir()` function that
      tries to include a file from the destination which doesn’t exist yet,
      causing a fatal error. This updates the function to use `$this->source`
      instead of `$this->destination` to correctly find and include
      `bootstrap.php`.
      fd75eddf
    • JediKev's avatar
      Feature :: Manage Referrals Role Permission · 204c8db6
      JediKev authored
      This feature adds a new Role permission called Manage Referrals. This
      permission allows Agents to Manage Ticket Referrals. This permission
      is configurable for each and every Role in the helpdesk.
      204c8db6
  8. Jul 06, 2018
  9. Jul 05, 2018
    • aydreeihn's avatar
    • JediKev's avatar
      issue: Queue Export Sorting · eeccbf30
      JediKev authored
      This addresses an issue where the Queue Export does not remember your
      column sorting. This was due to the `getExportableFields()` function
      called in the Export Template that gets a predefined list of fields plus
      some `cdata` fields with a predefined sort order (not your saved sort
      order). This updates the export template to merge the `$fields` array that
      contains the exportable fields in the saved sorting order and the
      `getExportableFields()` result (array) that contains the same fields plus
      `cdata` fields. This will return the fields in the saved sorting order
      whilst still displaying possible `cdata` fields.
      eeccbf30
    • aydreeihn's avatar
      Agent Ticket on Behalf of User Fix 2: · f95eff69
      aydreeihn authored
      This commit fixes an issue when an Agent creates a Ticket on behalf of a User, includes an Initial Response, AND chooses 'Do Not Send Alert' for the Ticket Notice. In this instance, ONLY the Agent's initial response should be sent to the Ticket's User and Collaborators so that they will know they are included in a Ticket.
      
      In order for this logic to work, a literal check had to be done. If the emailreply variable is set to the string literal 0 (which means do not send alert was selected), say that the alert variable in postReply is true so that the Response/Reply template will go out with only the initial Agent response. Otherwise, if emailreply is 'Alert User' or 'Alert All', the alert variable in postReply will be false and the New Ticekt Notice template will go out, showing both the user initial message and the agent initial response.
      f95eff69
    • JediKev's avatar
      issue: Choices Field Export · 01e97f0e
      JediKev authored
      This addresses an issue where exporting a ticket with a Custom Choices
      Field does not export the Custom Choice data. This is due to the
      `ChoiceField::getChoice()` function that doesn’t add the correct `id` to
      the `$selection` array. This updates the function to include the `id` in
      the array so we can get the correct value later on.
      01e97f0e
  10. Jul 03, 2018
    • JediKev's avatar
      issue: Language Pack Locale Mismatch · a87f19d3
      JediKev authored
      This addresses issue 4325 where the Language Pack Locales are mismatched.
      The Locale for the first language is displayed on the second language,
      etc. This updates the `$manifest` variable to be set before we display
      data so the correct `MANIFEST` file is included and all language data is
      displayed correctly.
      a87f19d3
Loading