- Aug 09, 2013
-
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
Drop old mcrypt class
-
- 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
-
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
-
Peter Rotich authored
Refactor logic' Conflicts: include/class.crypto.php
-
Jared Hancock authored
-
- Jul 29, 2013
-
-
Peter Rotich authored
-
- Jul 28, 2013
-
-
Peter Rotich authored
-
- Jul 24, 2013
-
-
Jared Hancock authored
-
Peter Rotich authored
Address lint testing regressions Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
Fix CSS style issues Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Password reset feature Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Only fetch client config on pages with file upload Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Logo is not displayed in the offline page Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
The client and scp config ajax request only contain the settings for the multi-file upload widget. So it doesn't need to be fetched unless the widget exists on the page
-
- Jul 23, 2013
-
-
Jared Hancock authored
- Logo selection radio buttons not vertically centered (Firefox) - font-size value incorrect in login.css - Incorrect : placement in FAQ category edit - Incorrect block width declaration (700 vs 700px) - Browsers disagree on the placement of CSS3 outline properties - Correctly place check boxes and radio buttons
-
Jared Hancock authored
We should move initial data out of the install SQL file, which will make way for a few things: * Internationalization -- which breaks the migrater model currently. Moving the data outside the install script makes it translatable without changing the SQL hash * Review -- Migrations which add more data don't highlight new features that need review to the adminsitrator
-
Jared Hancock authored
Uses a seven step procedure: 1. (user) Fails to login twice or more 2. Clicks the 'Forgot my password' link on the login form 3. Submits the username or email address and triggers a password-reset email 4. Clicks the link in the email and is directed back to the reset page 5. Enters the username or email again and is logged in 6. Password change is forced, but current password is not required 7. Password is updated, user can continue the session without authenticating again
-
Jared Hancock authored
-
- Jul 22, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
Use %config table by default for config classes Add lastModified() method to retrieve the time of last modification for a configuration key Add $defaults to the specified on a subclass. The defaults remove the necessity to specify a default value for each getter method, and, the defaults are integrated into the array retrieved from getInfo()
-
- Jul 21, 2013
-
-
Jared Hancock authored
Use mysql connection timing as the random seed, along with the microseconds of the current time.
-
- Jul 19, 2013
-
-
Jared Hancock authored
After merging the custom logo patch, the logo on the offline page disappeared. This addresses the issue by exempting the logo.php script for the offline redirect in client.inc.php
-
- Jul 17, 2013
-
-
Peter Rotich authored
Allow custom logo integration on client site Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Data migration tool Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Allow authentication with email-address+password Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Allow generation and serving of abritrary custom pages Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Fallback to base64_decode if imap_base64 fails Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Do numeric comparison on db versions Reviewed-By:
Peter Rotich <peter@osticket.com>
-