- 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.
-
Peter Rotich authored
Account for agents' name format setting when sorting agents.
-
Peter Rotich authored
-
Peter Rotich authored
MessageThreadEntry::add vs MessageThreadEntry::create
-
Peter Rotich authored
db_real_escape expects a string
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
Add department relationship to Canned model.
-
Peter Rotich authored
-
Peter Rotich authored
Fix bug brought about by commit #72e9abcf
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
When issue summary is disabled for a specific help topic, the system uses help topic name as the subject line. Due to validation error on disabled subject field the setValue fails to take in the help topic. The change here allows for forced value set.
-
Peter Rotich authored
Refactor PR #3410 to drop extra commits. All credit to @jdelhome3578
-
- Oct 20, 2016
-
-
jdelhome3578 authored
Remove extra ` ` which throw off the spacing
-
jdelhome3578 authored
This fixes sorting and total ticket count.
-
- Oct 18, 2016
-
-
jdelhome3578 authored
-
- Oct 13, 2016
- Sep 28, 2016
- Jul 14, 2016
-
-
Jared Hancock authored
The ThreadEntry::normalizeFileInfo() method is called from ::create(), but before the thread entry is saved. Therefore, the ::getThread() and ::getObject() methods will likely not return a valid object for posting the thread message.
-
- Jul 08, 2016
-
-
Jared Hancock authored
-
- Jun 30, 2016
-
-
Daniel Jagszent authored
The [signal documentation] (https://github.com/osTicket/osTicket/blob/develop/setup/doc/signals.md) for the `cron` signal states that the context is `null`. But it was missing until now (and the `$data` parameter was wrongly forwarded as `$object`)
-
- Jun 25, 2016
-
-
Jared Hancock authored
-