- Aug 09, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
Crypto wrapper - implements tag based en/decryption utils Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
Add password-reset signals for auditing Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Avoid extra db query for schema signature Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Ensure cookie path is set for the session cookie Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
Drop old mcrypt class
-
- Aug 08, 2013
-
-
Jared Hancock authored
-
- Aug 07, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
Which will help against clobbering session cookies against other PHP applications shared on a parent domain of the domain hosting osTicket or in a parent folder or virtual folder.
-
- Aug 02, 2013
-
-
Peter Rotich authored
-
Jared Hancock authored
* Move migration scripted tasks to the stream folder naming them .task.php. * Add a MigrationTask abstract class to server as the base of migration tasks. * Move the migration tasks from class.upgrader to the new task files
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
Add web.config for IIS to serve the API Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Peter Rotich authored
Sanitize log entries Reviewed-With: Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
-
Peter Rotich authored
Inline Attachments Reviewed-With: Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
Properly escape HTML chars in text/plain email bodies Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Only set "ft" field if requested Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Add "Assigned To" and other fields to ticket export Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
Add cipher validator - checks to make sure the cipher is valid & available.
-
Jared Hancock authored
Only use 8 bytes (64-bits) for the IV data (salt) for the encryption keys, except for Mcrypt, which requires you to query the specific length and use it specifically.
-
Peter Rotich authored
Add test function - basic testing (will be replaced by real test suit)
-
- Aug 01, 2013
-
-
Peter Rotich authored
Incoming messages with empty body and an inline attachment might not have parts - depending on encoding used. * Use "-" tag for emails with empty body/message
-
Jared Hancock authored
-
Peter Rotich authored
-
Peter Rotich authored
Refactor logic' Conflicts: include/class.crypto.php
-
Jared Hancock authored
-
- Jul 30, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
If there characters in the plain text body of the email that appear like HTML tags, for instance From: <sip:527772432@172.18.0.2>;tag=952422a9dd1ap1a6o1 The <sip...> part would be removed by the Format::striptags() call in Format::sanitize().
-
- Jul 29, 2013
-
-
Peter Rotich authored
-
- Jul 28, 2013
-
-
Peter Rotich authored
-
- Jul 25, 2013
-
-
Jared Hancock authored
The "ft" field does not exist when the attachment migration takes place. Therefore, attachment migration will fail because the records cannot be inserted into the database due to the missing "ft" field.
-