- Oct 30, 2017
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Nathan Febuary authored
-
Nathan Febuary authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
- Sep 14, 2017
-
-
Peter Rotich authored
Encode html entities of cached form data
-
Peter Rotich authored
This commit addresses an SQL injection vulnerability in ORM lookup function. * ORM implementation failed to properly quote fields, used in SQL statements, that might originate from unsanitized user input. * AttachmentFile lookup allowed for key based SQL injection by blindly delegating non-string lookup to ORM.
-
- Aug 10, 2017
-
-
aydreeihn authored
-
- May 12, 2017
-
-
JediKev authored
This addresses issue where upon deletion of a form field and all its entry values, the field record wouldn't be deleted from the `form_field` table. This links another issue where you can't delete a list if its been a field before. This is due to the list delete() function that checks for list field records in the `form_field` table.
-
- Apr 24, 2017
-
-
Peter Rotich authored
This is necessary to force a particular timezone on a DateTimeField entry. If timezone is not set then user's timezone is assumed.
-
Peter Rotich authored
Address edge cases where timezone mixups happens on DateTimeField Allow datetime field to be timezone agnostic (not timezone aware) to display the timezone used to set the field. The timezone of the last user or agent that edited the field is used.
-
- Apr 10, 2017
-
-
Jared Hancock authored
This fixes an InconsistentModelException error when editing thread entries with inline images. The fix assumes that inline images are re-attached when a new ThreadEntry is created and the body is copied from the previous entry. Only the non-inline attachments need to be moved in the update query.
-
Peter Rotich authored
-
- Mar 31, 2017
-
-
JediKev authored
This addresses issues #1964 & #3668 where $cfg might be null and cause a non-object error. Check if $cfg is set, if not return the default en_US language.
-
- Mar 17, 2017
-
-
Peter Rotich authored
Fixes syntax error introduced with commit 71a6b2a0 & 6e0ddf2e
-
- Feb 24, 2017
-
-
Sergo Márquez authored
minor change fix the translation page url
-
- Feb 21, 2017
-
-
Peter Rotich authored
-
- Feb 07, 2017
-
-
Thomas-Louis Laforest authored
-
- Feb 06, 2017
-
-
JediKev authored
Changes 'Permisions' to the correct spelling 'Permissions'.
-
- Jan 17, 2017
-
-
Dell Sala authored
-
- Dec 16, 2016
-
-
Michael authored
-
- Nov 03, 2016
-
-
Peter Rotich authored
Move orphaned tasks on department deletion to the default department
-
- Nov 02, 2016
-
-
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
* 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
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 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.
-
Peter Rotich authored
Address cases where incoming email doesn't have message-id or references
-
Kevin Thorne authored
-
Peter Rotich authored
Allow closed thread to be reopened when when is passive mode
-
- Oct 24, 2016
-
-
Peter Rotich authored
Add support for threading email conversations happening outside the system. Autoresponders are paused when threading is on passive mode. Alerts may still go out to agents as configured.
-