Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-01-11 | Merge pull request #4371 from feryardiant/contrib/mime-ogg | Andrey Andreev | 1 | -1/+1 | |
[ci skip] Add extra mime for .ogg files | |||||
2016-01-11 | Merge pull request #4241 from suhindra/develop | Andrey Andreev | 1 | -1/+2 | |
[ci skip] Added/updated MIME types for Flash Video | |||||
2016-01-09 | Add extra mime for .ogg file | Fery Wardiyanto | 1 | -1/+1 | |
Signed-off-by: Fery Wardiyanto <ferywardiyanto@gmail.com> | |||||
2015-12-17 | added Vivaldi browser | Suhindra | 1 | -1/+2 | |
added new browser Vivaldi | |||||
2015-11-14 | Added and Updated MIME types for Flash Video | Suhindra | 1 | -1/+2 | |
Update 'f4v' entry and add 'flv' to support Flash Video as allowed file type. | |||||
2015-11-06 | Merge pull request #4218 from schwemmer/develop | Andrey Andreev | 1 | -0/+8 | |
[ci skip] Added MIME types for JPEG2000 | |||||
2015-11-06 | Merge pull request #4218 from schwemmer/develop | Andrey Andreev | 1 | -0/+8 | |
[ci skip] Added MIME types for JPEG2000 | |||||
2015-11-06 | Fixed white-space for JPEG2000 MIME types | Rafael Schwemmer | 1 | -8/+8 | |
Replaced spaces by tabs to be consistent with rest of the code | |||||
2015-11-05 | Added MIME types for JPEG2000 | Rafael Schwemmer | 1 | -0/+8 | |
Added all MIME types and file extensions to support JPEG2000 images as allowed file type. | |||||
2015-11-04 | Merge branch '3.0-stable' into develop | Andrey Andreev | 1 | -4/+10 | |
2015-10-31 | Prevent Host header injections | Andrey Andreev | 1 | -4/+10 | |
2015-10-12 | Merge branch '3.0-stable' into develop | Andrey Andreev | 1 | -0/+3 | |
2015-09-01 | [ci skip] Correct session database setup docs | Andrey Andreev | 1 | -0/+3 | |
2015-08-23 | Specify to which character dashes will be replaced | Dotan Cohen | 1 | -2/+2 | |
2015-08-18 | Update error_general.php | Diederik Lascaris | 1 | -101/+78 | |
2015-08-18 | Update error_db.php | Diederik Lascaris | 1 | -101/+76 | |
2015-08-18 | Update error_404.php | Diederik Lascaris | 1 | -99/+76 | |
2015-08-18 | Update welcome_message.php | Diederik Lascaris | 1 | -1/+1 | |
2015-08-18 | Update welcome_message.php | Diederik Lascaris | 1 | -136/+108 | |
2015-08-13 | Update config/constants.php with defined() checks | Andrey Andreev | 1 | -34/+34 | |
Allows for easier override with an environment-based configs. Close #4045 | |||||
2015-08-13 | Update config/constants.php with defined() checks | Andrey Andreev | 1 | -34/+34 | |
Allows for easier override with an environment-based configs. Close #4045 | |||||
2015-08-07 | Update error_php.php | Diederik Lascaris | 1 | -2/+2 | |
2015-08-07 | Update error_general.php | Diederik Lascaris | 1 | -54/+106 | |
2015-08-07 | Update error_exception.php | Diederik Lascaris | 1 | -2/+2 | |
2015-08-07 | Update error_db.php | Diederik Lascaris | 1 | -55/+109 | |
2015-08-07 | Update error_404.php | Diederik Lascaris | 1 | -55/+107 | |
2015-08-07 | Update welcome_message.php | Diederik Lascaris | 1 | -120/+136 | |
2015-08-05 | Update welcome_message.php | Diederik Lascaris | 1 | -80/+127 | |
2015-07-25 | Merge pull request #3988 from kenjis/fix-views-errors-cli | Andrey Andreev | 2 | -11/+11 | |
[ci skip] Improve readability in CLI error templates | |||||
2015-07-25 | Fix alignment | kenjis | 2 | -6/+6 | |
Signed-off-by: Kenji Suzuki <kenji.uui@gmail.com> | |||||
2015-07-22 | Fix #3991 | Andrey Andreev | 1 | -0/+2 | |
2015-07-21 | Fix coding style | kenjis | 2 | -10/+10 | |
Signed-off-by: Kenji Suzuki <kenji.uui@gmail.com> | |||||
2015-07-20 | [ci skip] Apply changes from PR #3983 to error_exception.php | Andrey Andreev | 2 | -20/+14 | |
2015-07-20 | Fix indentation | kenjis | 1 | -4/+4 | |
Signed-off-by: Kenji Suzuki <kenji.uui@gmail.com> | |||||
2015-07-18 | Fix errors/cli/error_php.php output | kenjis | 1 | -13/+11 | |
Signed-off-by: Kenji Suzuki <kenji.uui@gmail.com> | |||||
2015-07-16 | Add 'ssl_verify' option for mysqli driver | Andrey Andreev | 1 | -0/+1 | |
MYSQLI_OPT_SSL_VERIFY_SERVER_CERT is an undocumented option that may not always be available. Reference: http://svn.php.net/viewvc/php/php-src/trunk/ext/mysqli/tests/mysqli_constants.phpt?view=markup&pathrev=302897 | |||||
2015-07-16 | Add SSL support for PDO_MYSQL too | Andrey Andreev | 1 | -1/+1 | |
Related: #3896 | |||||
2015-07-16 | [ci skip] Add note about colon-separated ssl_cipher list | Andrey Andreev | 1 | -1/+1 | |
2015-07-16 | Refactor proposed changes from PR #3896 | Andrey Andreev | 1 | -1/+10 | |
2015-07-16 | Merge branch 'feature/mysqli-ssl' of github.com:ndigitals/CodeIgniter into ↵ | Andrey Andreev | 1 | -0/+2 | |
feature/mysqli_ssl | |||||
2015-07-15 | [ci skip] Add changelog entries for PR #3828 | Andrey Andreev | 1 | -2/+9 | |
2015-07-13 | [ci skip] Update 'ico' entry in config/mimes.php | Andrey Andreev | 1 | -1/+1 | |
2015-07-10 | [ci skip] Clarify comments about libraries/drivers autoloading | Andrey Andreev | 1 | -4/+6 | |
Close #3964 | |||||
2015-07-06 | [ci skip] Update config/migration.php comments | Andrey Andreev | 1 | -3/+3 | |
Close #3951 | |||||
2015-07-04 | Standardized new lines | Calvin Tam | 7 | -21/+0 | |
2015-07-04 | Fixed typos | Calvin Tam | 1 | -2/+2 | |
2015-06-26 | Fix ask jeeves user-agent | rochefort | 1 | -1/+1 | |
2015-06-22 | Added .ico mime type | Éderson | 1 | -1/+2 | |
Just added ico to mime list | |||||
2015-06-18 | Fixed a cleanup miss in the default database config file to follow the ↵ | Tim Nolte | 1 | -6/+1 | |
recent SSL feature changes. Signed-off-by: Tim Nolte <noltet@sekisui-spi.com> | |||||
2015-06-18 | Removed db_options configuration item for implementation later. Changed 5 ↵ | Tim Nolte | 1 | -6/+1 | |
new MySQLi SSL configuration options to a single ssl_options config item that is an array that will be read to set the individual SSL options. Signed-off-by: Tim Nolte <noltet@sekisui-spi.com> |