- Aug 15, 2017
-
-
aydreeihn authored
Extend this to exclude image files that are injectable from opening in browser windows.
-
- Aug 10, 2017
-
-
aydreeihn authored
-
- Nov 19, 2015
-
-
Peter Rotich authored
Add ability to disable use of authentication tokens on ticket links
-
- Aug 07, 2015
-
-
Jared Hancock authored
Also, fix submission without a lock and locks are disabled
-
- Aug 04, 2015
-
-
Jared Hancock authored
-
- Aug 03, 2015
-
-
Jared Hancock authored
-
- Jul 08, 2015
-
-
Jared Hancock authored
-
- Dec 31, 2014
-
-
Jared Hancock authored
This script adds a single download script, 'file.php', which provides access to files of all types to all users. It uses a HMAC signature system with an expires time, which allows signed URLs to be sent to external users. This also fixes an issue with the Http::cacheable() method, where the last-modified and Etag headers were not properly compared, which resulted in permanent cache misses by the client.
-
- Dec 28, 2014
-
-
Peter Rotich authored
This is necessary so we can sanitize/encode inputs.
-
- Dec 08, 2014
-
-
Jared Hancock authored
-
- Feb 05, 2014
-
-
Jared Hancock authored
-
- Feb 04, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Jan 03, 2014
-
-
Jared Hancock authored
(And newer versions don't seem to like the legacy code). This patch uses a `Refresh` header for IIS versions prior to 7.0 (included with Windows Vista / Server 2008). Starting with IIS 7.0, the Location header should be properly handled by IIS.
-
- Oct 29, 2013
-
-
Jared Hancock authored
Move the cacheable code to the Http class and allow the client configuration to be cached in the browser
-
- Oct 09, 2013
-
-
Jared Hancock authored
Process inline attachments in thread entry and support inline images in piped emails Support inline images across the system, with draft support Migrate to a single attachment table That way we don't need a new table for everything we need to attach an inline image to (like a signature, for instance) Add richtext support for internal notes Implement images on site pages * Image paste in Redactor * Make non-local images optional * Placeholder for non-local images * Fix local image download hover * Don't re-attach inline images
-
- Feb 19, 2013
-
-
Peter Rotich authored
-
- Mar 27, 2012
-
-
Jared Hancock authored
Adds a link to the scp/tickets.php page (Tickets) allowing for the export of the data to CSV file. This is preliminary and still needs a few items: * An icon + button CSS definition * Support for alternate columns (staff assigned, etc.) Also add beginnings of complex export support (PDF, JSON and other formats to follow). CSV is fully supported for now. And for brevity, add a Http::download method to allow for consistent and browser-independent forced page content downloads
-
- Mar 19, 2012
-
-
Jared Hancock authored
-