Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-14 | Whitespace cleanup in libraries/ | Pascal Kriete | 1 | -1/+1 | |
2011-01-27 | Automated merge with https://bitbucket.org/ellislab/codeigniter | Phil Sturgeon | 1 | -31/+36 | |
2011-01-17 | Added access scope to security library and added config options for csrf ↵ | Eric Barnes | 1 | -31/+36 | |
protection | |||||
2011-01-05 | Hey look, it's 2011 | Greg Aker | 1 | -1/+1 | |
2010-11-10 | Changing all class constructors to __construct() | Greg Aker | 1 | -1/+1 | |
2010-11-10 | Updating PHP requirements in files 5.1.6 | Greg Aker | 1 | -1/+1 | |
2010-10-07 | Automated merge with https://bitbucket.org/barrymieny/codeigniter | Derek Jones | 1 | -3/+7 | |
2010-10-07 | modified the security helper to assist in preventing directory traversal ↵ | Derek Jones | 1 | -3/+7 | |
when using sanitize_filename() for user input | |||||
2010-10-04 | Cleanup of stray spaces and tabs | Barry Mieny | 1 | -71/+71 | |
2010-08-31 | fixed spelling error in Security class property for the CSRF cookie | Derek Jones | 1 | -8/+8 | |
2010-07-26 | separated the CSRF cookie name from the token, forced new token on ↵ | Derek Jones | 1 | -14/+15 | |
successful POST | |||||
2010-07-22 | Adding CSRF into config | Derek Allard | 1 | -5/+11 | |
Adding CSRF token into form open() | |||||
2010-04-15 | Fixing a bug where odbc/mssql/oci8 db drivers would encounter a PHP error ↵ | Greg Aker | 1 | -40/+2 | |
due to a function being moved from the input to security class. Moving remove_invisible_characters() to Common.php so the entire class does not need to be instantiated in those database drivers. | |||||
2010-03-30 | moved entity_decode() to the Security library to handle an issue with HTML ↵ | Derek Jones | 1 | -3/+52 | |
in input when the global XSS filter is enabled | |||||
2010-03-03 | added Security library | Derek Jones | 1 | -0/+710 | |