- Apr 09, 2018
-
-
aydreeihn authored
-
- Apr 05, 2018
-
-
aydreeihn authored
-
- Mar 29, 2018
-
-
aydreeihn authored
-
- Mar 28, 2018
-
-
aydreeihn authored
-
- Mar 23, 2018
-
-
aydreeihn authored
-
- Mar 22, 2018
-
-
Peter Rotich authored
* Dont't fetch templates while in a loop * Tidy up the code
-
Peter Rotich authored
-
Peter Rotich authored
Commit c4579277 introduced an extra administrative security feature to restrict files access to signed in users only, even if a user has a valid & signed download URL. The feature, however, did not take into account public images & files associated with FAQs and pages such as landing/thank-you pages. This commit addresses the shortcoming by adding a reference ID (attachment ID) to the download/access URL, that can be used to deduce the model/object type that the file request is associated with. The technique will allow us in the future to enforce ACL at the file level depending on privacy settings and the security clearance of the user (agent).
-
Peter Rotich authored
-
Peter Rotich authored
Account for the possibility of agents being deleted
-
Peter Rotich authored
-
Peter Rotich authored
This commit adds user's account username as one of the field to scan on quick lookup;
-
Peter Rotich authored
-
Peter Rotich authored
Conflicts: include/upgrader/streams/core/934b8db8-ad9d0a5f.task.php
-
Peter Rotich authored
Make selection fields play well with Advanced Search
-
Peter Rotich authored
Commit 5be0de0d introduced the idea of moving-up old saved searches to make room for Custom Queues but failed to account for cases where the system has more than 30 saved searches. This commit addresses the issue by just re-inserting the old records after queues are imported. It also adds validates & reformat the search criteria to make the expected format.
-
- Mar 21, 2018
-
-
JediKev authored
This updates the Phone Field name back to `phone` and changes the flags to make the variable name non-editable. This also adds a check for the phone field on the User Form and if one exists adds it to the search.
-
aydreeihn authored
-
aydreeihn authored
-
aydreeihn authored
-
aydreeihn authored
-
aydreeihn authored
-
Peter Rotich authored
Commit 5be0de0d introduced the idea of moving up old saved searches to make room for custom queues - but failed to account for cases where the system has more than 30 saved searches. This commit addresses the issue by just re-inserting the old records after queues are imported.
-
- Mar 20, 2018
-
-
Peter Rotich authored
Unify ticket visibility as a routine to make sure it's applied uniformly.
-
Peter Rotich authored
Add thread entry action to create a new ticket. The entry is used to seed ticket data like user, message (issue details) and attachments
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
Add thread entry action to create a new ticket. The entry is used to seed ticket data like user, message (issue details) and attachments
-
Peter Rotich authored
Include attachments when creating a task from a thread entry
-
Peter Rotich authored
Log an internal note to parent ticket on status change Reopen parent ticket if a closed task is reopened
-
Peter Rotich authored
Make sure that the task due date is not beyond ticket's due date.
-
Peter Rotich authored
This commit addresses a few issue in commit 131b366d * Keep thread action triggers self contained * Refresh the entire ticket page on successful thread action * Fix bug where ticket id was hard coded
-
JediKev authored
This adds a Ticket Thread Action for creating a Task. This action will popup the New Task modal and will pre-fill the body of the New Task with the body of the Thread Entry from which the action was made from. Example: Thread Entry - “I will need to check on the status of your account.” Click Create Task from that Thread’s Actions System will show New Task popup with the body as “I will need to check on the status of your account.”
-
Peter Rotich authored
Add DateTimeField search descriptions options for supported methods
-
Peter Rotich authored
This commit addresses a few lint related issue - notable one is ignoring undefined methods within source code comments.
-
Peter Rotich authored
Add DateTimeField search descriptions options for supported methods
-
Peter Rotich authored
-
- Mar 19, 2018
-
-
Peter Rotich authored
Retire the need to auto-load the criteria of the last search - it's no longer necessary since Recent Searches are now supported.
-
Peter Rotich authored
* Make saving advanced ticket search intuitive * Make save separate operation from search (primary) * Show inherited criteria on parent queue change
-
Peter Rotich authored
Conflicts: include/class.export.php scp/tickets.php
-