- Mar 22, 2017
-
-
Peter Rotich authored
* Show faq count of subcategories on the parent category * Only show count of public FAQs on the client portal * Show distinct Help Topics when viewing category on client portal
-
- Mar 18, 2017
-
-
Peter Rotich authored
Position open folder top left instead of middle left.
-
Peter Rotich authored
Introduce ability to create sub-categories to knowledge base categories
-
- Mar 17, 2017
-
-
Peter Rotich authored
Syntax Errors Hotfix
-
Peter Rotich authored
Fixes syntax error introduced with commit 71a6b2a0 & 6e0ddf2e
-
- Feb 07, 2017
-
-
Ray Foss authored
Typo error missing a parenteses
-
Thomas-Louis Laforest authored
-
- Feb 06, 2017
- Jan 26, 2017
-
-
Ray Foss authored
Fixes issue #3620. is_numeric changed in 7.0.0 causing causing the contact form and sometimes login to break. is_string works on any version. The upstream Spyc now uses regex to verify instead of is_numeric, in a way similar to this commit. Waiting on upstream to merge other customizations we've made.
-
- Jan 17, 2017
-
-
Dell Sala authored
-
- Dec 16, 2016
- Dec 15, 2016
-
-
Michael authored
-
- Dec 12, 2016
-
-
Peter Rotich authored
issue template
-
Ray Foss authored
-
- Nov 02, 2016
-
-
Peter Rotich authored
List Item Abbreviation
-
Peter Rotich authored
Loading Overlay
-
jdelhome3578 authored
Display Loading Overlay when posting a response or a note to a ticket.
-
Kevin Thorne authored
Can not update list item abbreviation because update() method is expecting 'abbrev' key so this corrects the key.
-
- Nov 01, 2016
-
-
Peter Rotich authored
-
Peter Rotich authored
* HTTP Option: TRUSTED_PROXIES (default: <none> To support running osTicket installation on a web servers that sit behind a load balancer, HTTP cache, or other intermediary (reverse) proxy; it's necessary to define trusted proxies to protect against forged http headers. * HTTP Option: LOCAL_NETWORKS (default: 127.0.0.0/24) When running osTicket as part of a cluster it might become necessary to white list local/virtual networks that can bypass some authentication checks. * Validate CLIENT_IP to make sure it's a valid IP address.
-
Peter Rotich authored
Encode html chars on helpdesk title
-
Peter Rotich authored
-
Peter Rotich authored
Ticket Filter Memory Leak
-
Peter Rotich authored
Task Duedate Timezone
-
Peter Rotich authored
Defer to agent's timezone on due date `datetime` selection instead of defaulting to GMT.
-
Peter Rotich authored
Fix case where filter applying 'Use Reply-To Email' filter action triggers a reprocessing loop that exhausts php memory.
-
- Oct 31, 2016
-
-
Peter Rotich authored
upgrader: Fix undefined function
-
Peter Rotich authored
Loading overlay
-
- Oct 26, 2016
-
-
Peter Rotich authored
upgrader: Fix crash on SequenceLoader Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- Oct 25, 2016
-
-
Kevin Thorne authored
Fixes missing due date on task create caused by invalid datetime format sent to db.
-
Kevin Thorne authored
Use class instead of id on form element that triggers overlay on submit.
-
Kevin Thorne authored
This checks to make sure string translation function '__()' is defined.
-
Peter Rotich authored
Passive Threading Revisited
-
Peter Rotich authored
Address cases where incoming email doesn't have message-id or references
-
Kevin Thorne authored
-
Peter Rotich authored
thread: Fix crash processing problem attachments
-
Peter Rotich authored
Cleanup Client Ticket Table
-