- Mar 09, 2018
-
-
aydreeihn authored
* kevin/issue/list-and-choice-search: issue: List & Choice Searching
-
aydreeihn authored
* kevin/issue/send-login-errors: issue: Send Login Errors Still Sends
-
aydreeihn authored
* ntozier/ldap-relevance: Fix for LDAP/AD auth plugin
-
aydreeihn authored
* peter/issue/ticket-filter-data: Ticket Filter Data Custom Forms
-
aydreeihn authored
* Chefkeks/client-date-picker: Fix DatePicker on client side
-
aydreeihn authored
* Chefkeks/translate-user-organization: Fixes #3650
-
aydreeihn authored
* rbukovansky/copyright-translations: Allowing translation of copyrights in footers
-
aydreeihn authored
-
aydreeihn authored
login: Fix CSRF fail, add shake effect on authentication fail #3955 (minor fix to SQL query generated)
-
- Mar 08, 2018
-
-
aydreeihn authored
* greezybacon/issue/login-csrf-fail: login: Use AJAX to authenticate, add a shake effect login: Clear session data on expiration
-
aydreeihn authored
-
aydreeihn authored
* aa/issue/attachment_downloads: Exclude Vulnerable Image Files Only allow image attachments to be opened in the browser window
-
aydreeihn authored
* aa/issue/ticket-preview-collabs: fix manage collabs for ticket preview contd fix manage collabs popup from ticket preview
-
aydreeihn authored
-
aydreeihn authored
-
aydreeihn authored
* nicoletta-maia/develop-fix_orderby_relevance: Issue: SQL Error Unknown column '__relevance__' in 'order clause'
-
aydreeihn authored
-
aydreeihn authored
-
aydreeihn authored
-
aydreeihn authored
-
aydreeihn authored
-
aydreeihn authored
-
- Mar 07, 2018
-
-
Peter Rotich authored
-
Peter Rotich authored
Add ability to export agents access in CSV format
-
aydreeihn authored
-
aydreeihn authored
-
aydreeihn authored
-
aydreeihn authored
-
aydreeihn authored
-
aydreeihn authored
-
aydreeihn authored
-
aydreeihn authored
-
aydreeihn authored
Merge remote-tracking branch 'kevin/issue/default-dept-private-error' into features_prs/develop-next
-
aydreeihn authored
-
aydreeihn authored
-
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.
-
aydreeihn authored
-
aydreeihn authored
-
aydreeihn authored
Merge remote-tracking branch 'kevin/issue/task-action-button-styling' into features_prs/develop-next
-
JediKev authored
This addresses an issue where the Delete Task Action Button had the wrong classes which gave it the wrong styling. This corrects the class to make the Delete button look like the other buttons and still have the red background on hover.
-