- Jun 10, 2016
-
-
Peter Rotich authored
I18n language pack versioning Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Don't clean the config file, re-deploy rewritten files Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
collabs: Thread Collaborators Update
-
Peter Rotich authored
bug: Add Missing Fields ORM crash
-
Peter Rotich authored
Fix spelling error
-
Peter Rotich authored
i18n: Set UTF-8 as default locale
-
Peter Rotich authored
Update references in README.md
-
- Jun 08, 2016
-
-
Mark Sutherland authored
Update links and references to repository name.
-
Peter Rotich authored
-
Peter Rotich authored
Revert "i18n: Ensure UTF-8 locale is set"
-
Peter Rotich authored
-
- Jun 06, 2016
-
-
Peter Rotich authored
i18n: Ensure UTF-8 locale is set Reviewed-By:
Peter Rotich <peter@osticket.com>
-
hunterfontenot authored
-
- Jun 02, 2016
-
-
Jared Hancock authored
This is required for system requests such as email piping. Since a user is not logged in for the request, the system locale will not be set and text might get corrupted based on the PHP configuration. Fixes #2910
-
- May 27, 2016
-
-
Peter Rotich authored
Set _value in DynamicFormEntryAnswer even when value is empty.
-
- May 12, 2016
-
-
Peter Rotich authored
Fix a bug where it was impossible to disable ALL collaborators Change recipients active/total count on update
-
- Apr 28, 2016
-
-
Jared Hancock authored
-
Jared Hancock authored
With the advent of the MANIFEST file, files which are rewritten when deployed, such as those which have the GIT hash in the query string to force browser reloading, were no longer deployed unless the content of those files changed. This patch adds a flag to the MANIFEST file to indicate that the file was rewritten when it was deployed. This allows the file to be deployed and rewritten again when the deployment is run, but also adds an indication to the console output to distinguish deploying changes as opposed to deploying rewrites.
-
Jared Hancock authored
-
- Apr 26, 2016
-
-
Jared Hancock authored
email: Regression for commit #3075 Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
-
- Apr 25, 2016
-
-
Jared Hancock authored
-
- Apr 24, 2016
-
-
Peter Rotich authored
files: Require authentication to view attachments Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
upgrader: Split change and drop into 2 statements Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
This feature adds a setting to the control panel to require signing in to view attachments. This is in addition to the security already provided in the download URLs. Currently, download URLs are signed for a specific help desk, and automatically expire after about 24 hours. The exact timing is the following midnight allowing for at least 12 hours cache time. Administrators can impose this extra security feature to refuse serving attachment files if the user is not currently signed in. This could prevent third-party users from viewing an attachment if they were able to get access to the download URL before it expired.
-
Jared Hancock authored
Department Access and Membership Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
* Separate primary from extended access members when listing department access. * Add ability to update primary department members role * Quick staff add - inherit role of the primary department as default role
-
Peter Rotich authored
Add ability get sorted department members. Extended members are sorted, annotated and cached.
-
Peter Rotich authored
Consolidate agents name sorting in Staff::nsort. The routing expects a query set.
-
Peter Rotich authored
isMember routine wrongly assumed getMembers returned staff_id indexed hashtable.
-
Peter Rotich authored
lint: Allow $this inside anonymous functions Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Session: Create SessionData object on demand Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
Update class.auth.php Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
-
Jared Hancock authored
closed-by: Credit the agent opening a ticket on close Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
Session backend issues update via write on new session which caused assertion to fail.
-
Jared Hancock authored
-
Josh Richet authored
If the Return-Path header does not match the From header, emails are significantly more likely to be blocked by spam filters. This patch forces the return header to match the from address without having to change php.ini and therefore works properly on servers that have multiple apps sending from multiple email addresses for example shared hosting, multiple support emails in one instance etc.
-
Peter Rotich authored
oops: Fix call to missing create(), only fetch user form once Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Email aliases Reviewed-By:
Jared Hancock <jared@osticket.com>
-