- Mar 07, 2018
-
-
JediKev authored
This addresses issue 4073 where Disabling the 'Excessive failed login attempts' option in the Ticket Alert settings will still send the Admin Excessive failed login alerts. This is due to the method that checks if the setting is Enabled returns `0` or `1` not `TRUE` or `FALSE`. So this updates the section of code to return `FALSE` for `0` and `TRUE` for `1` so that it properly disables/enables the alerts.
-
- Feb 07, 2018
-
-
Peter Rotich authored
cron: Delete Expired Sessions
-
- Sep 28, 2017
-
-
Peter Rotich authored
oops: Fix Task Print
-
Peter Rotich authored
tasks: Fix Task Updated Time
-
- Sep 23, 2017
-
-
Peter Rotich authored
-
- Sep 14, 2017
-
-
Peter Rotich authored
oops: User Phone Search
-
Peter Rotich authored
CVE-2017-14396
-
Peter Rotich authored
xss: Cached forms data
-
Peter Rotich authored
Encode html entities of cached form data
-
Peter Rotich authored
Format the advanced search title so that it will not allow javascript
-
Peter Rotich authored
Fix crash editing thread entry with inline image
-
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
-
- Aug 08, 2017
-
-
JediKev authored
This addresses an issue where updating a Task does not change the `updated` column in the database. This adds a line to change the `update` column when updating a Task.
-
- Jul 28, 2017
-
-
JediKev authored
This addresses issue 3782 where clicking Print on a Task gives you a blank popup that hangs. This is because the Print button was being treated as a Task action when it is actually not one. This adds a ternary operator to give the proper Task Actions the `task-action` class and gives the Print button no class.
-
- Jul 21, 2017
-
-
JediKev authored
This addresses issue 3815 where searching by User's phone number doesn't work in v1.10. This adds phone number search capabilities for the User Directory and User Search popup in v1.10.
-
- Jul 19, 2017
-
-
JediKev authored
This addresses an issue where expired sessions would not be removed from the database. This caused the session table to fill up and create unnecessary issues. This adds a cleanup method to remove all expired sessions from the database.
-
- May 19, 2017
-
-
Peter Rotich authored
forms: Proper Field Deletion
-
- May 13, 2017
-
-
Peter Rotich authored
Orphaned Tasks on Dept. Deletion
-
Peter Rotich authored
i18n: Fix getPrimaryLanguage() on non-object
-
Peter Rotich authored
Chunk long text body
-
Peter Rotich authored
Add TimezoneField
-
- 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 23, 2017
-
-
aydreeihn authored
Update README.md
-
- Mar 17, 2017
-
-
Peter Rotich authored
Syntax Errors Hotfix
-
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
-
-
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
-
-
Michael authored
Thanks @rayfoss
-