1. 06f43fa CodeIgniter support some basic web security by default! by darwinel · 11 years ago
  2. 60f71be Merge changes from develop by Andrey Andreev · 11 years ago
  3. de14aa5 CI_URI changes related to the 'permitted_uri_chars' setting by Andrey Andreev · 11 years ago
  4. 155ee72 Compress output before storing it to cache, if output compression is enabled by Andrey Andreev · 11 years ago
  5. bfb635b Make newline standardization configurable by Andrey Andreev · 11 years ago
  6. 9c98991 [ci skip] Remove empty line at application/config/config.php EOF by Andrey Andreev · 11 years ago
  7. 02a1612 Updated config to include list of valid characters to `sess_cookie_name` by brenjt · 11 years ago
  8. a107a0f Fix some stuff from recent pull requests by Andrey Andreev · 12 years ago
  9. 0bd6b28 Added support for changing the default log file extension from .php to whatever is preferred. example (.log) by Chris Passas · 12 years ago
  10. 1a00149 Move db_select() call from CI_DB_driver::initialize() to db_connect() by Andrey Andreev · 12 years ago
  11. cdd80bf Update application/config/config.php by OsamaAbbas · 12 years ago
  12. 80500af [ci skip] Happy new year by Andrey Andreev · 12 years ago
  13. 3b72eb5 Changed URI auto-detection to try PATH_INFO first by Andrey Andreev · 12 years ago
  14. f2b19fe Multiple improvements to the URI class by Andrey Andreev · 12 years ago
  15. 9ac557f Add IPv6 and array() support for *proxy_ips* configuration by Andrey Andreev · 12 years ago
  16. ac740ab Added session driver config items by dchill42 · 12 years ago
  17. d55f749 replaced double quotes with single in $config['cookie_... string values by Dumk0 · 13 years ago
  18. c9bb0c5 Merge branch 'develop' of github.com:EllisLab/CodeIgniter into develop by Phil Sturgeon · 13 years ago
  19. 3061ee7 Merge branch 'feature/minify_output' of https://github.com/atiredmachine/CodeIgniter into develop by Phil Sturgeon · 13 years ago
  20. d163e0b Polish changes from pull #1233 - Session class already has the time_reference setting - 'GMT' is a valid timezone, so nothing needs to be changed in order to work properly (upgrade notes) - Altered some description text by Andrey Andreev · 13 years ago
  21. 7400965 Fixed some stuff in documentation. by Iban Eguia · 13 years ago
  22. feb14da Changed the config parameter. The session's _get_time() function has also changed. by Iban Eguia · 13 years ago
  23. a9617a3 Changed the default timezone to local and explained in the config file. by Iban Eguia · 13 years ago
  24. 91a1319 Fixed typo. by Iban Eguia · 13 years ago
  25. 8310595 Changed Date helper to return time() based on the timezone parameter. by Iban Eguia · 13 years ago
  26. e734b38 Clear some spaces and fix some inconsistencies in application/ php files by Andrey Andreev · 13 years ago
  27. 4ad0fd8 add support for httponly cookies by freewil · 13 years ago
  28. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  29. 63678a2 Rudimentary minifying of output. by Thor (atiredmachine) · 13 years ago
  30. 352d60e Merge pull request #850 from RS71/develop by Phil Sturgeon · 13 years ago
  31. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  32. 4b2e9fe Update application/config/config.php by RS71 · 13 years ago
  33. 6a33e55 Added links to the user guide for Encryption class and Session class. by Kyle Ridolfo · 13 years ago
  34. 61df906 fixing typo in attribution block by Derek Jones · 13 years ago
  35. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  36. 8cc0cfe always use charset config item by freewil · 13 years ago
  37. c696253 Merge remote-tracking branch 'alexbilbie/csrf-override' into feature/csrf-verify by Eric Barnes · 13 years ago
  38. 333f9f9 added ability to log certain error types, not all under a threshold by Nithin · 13 years ago
  39. aeb2c3e Added new config parameter "csrf_exclude_uris" which allows for URIs to be whitelisted from CSRF verification. Fixes #149 by Alex Bilbie · 13 years ago
  40. 4b9c629 backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 14 years ago
  41. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  42. 33ed0f3 Merged CodeIgniter Core changes and integrated rob1's secure cookie change into my secure cookie change. by Phil Sturgeon · 14 years ago
  43. d6d9f45 Adding config option to require 'secure' setting for all cookies- requires https. by Robin Sowell · 14 years ago
  44. 8af7455 Accidentally left csrf to turned on in last commit by Eric Barnes · 14 years ago
  45. 9805ecc Added access scope to security library and added config options for csrf protection by Eric Barnes · 14 years ago
  46. 3cf4c4e Changed instructions for location of log path. Fixes #305 by Eric Barnes · 14 years ago
  47. c808915 Implemented GET string support from Dan Horrigan and modified it slightly. Also tweaked his regex_match changes. by Phil Sturgeon · 14 years ago
  48. 4df8b22 <kbd>['base_url']</kbd> is now empty by default and will guess what it should be. by Phil Sturgeon · 14 years ago
  49. 65d603e Added full Query String and $_GET array support. This is enabled by default. Added a seperate config option to enable/disable the $_GET array. by Dan Horrigan · 14 years ago
  50. aa7d3f9 Automated merge with https://bitbucket.org/barrymieny/codeigniter by Derek Jones · 14 years ago
  51. 49ced91 Fixed CSRF comments to avoid confusion. by Shane Pearson · 14 years ago
  52. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  53. 21ca8cc added sess_expire_on_close to config file, corrected comment block for session config vars. Fixes #149 by Derek Jones · 14 years ago
  54. 5485db5 Added fatal error to Session class when no encryption key is set in the config file, for additional assurance that session manipulation can be prevented by Derek Jones · 14 years ago
  55. 958543a Adding CSRF into config Adding CSRF token into form open() by Derek Allard · 15 years ago
  56. f0b3994 moved application folder outside of the system folder by Derek Jones · 15 years ago[Renamed (99%) from system/application/config/config.php]
  57. abb0adb changed your-site.com to example.com by Derek Jones · 16 years ago
  58. c597228 added proxy_ips config item to whitelist reverse proxy servers to use the HTTP_X_FORWARDED_FOR header safely to determine the visitor's IP address by Derek Jones · 16 years ago
  59. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  60. 307cc09 by Rick Ellis · 16 years ago
  61. 9907df4 Continued working on typography class and docs by Rick Ellis · 16 years ago
  62. 126ca8c by Rick Ellis · 16 years ago
  63. 2594953 Added Form Validation Library and updated docs by Rick Ellis · 16 years ago
  64. 993925b whitespace fixes a minor re-ordering of the changelog by Derek Allard · 16 years ago
  65. ff845f9 changed your-site.com to example.com doc-wide by Derek Jones · 17 years ago
  66. 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
  67. a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
  68. c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
  69. 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
  70. b514b02 added code comment for 'directory_trigger' config value which is not yet implemented by Derek Jones · 17 years ago
  71. 06935e6 clarified in the config comment instructions that 'permitted_uri_chars' is a regular expression by Derek Jones · 17 years ago
  72. 05a37a1 Escaped the '-' in the default 'permitted_uri_chars' config item, as some developers just want to add characters to the pattern and do not have a good grasp of regular expressions. by Derek Jones · 17 years ago
  73. 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
  74. 55c7c58 by Rick Ellis · 17 years ago
  75. 428e964 Added Flashdata variables, session_id regeneration and configurable session update times to the Session class by Derek Allard · 17 years ago
  76. b940ebc added $config['charset'] by Derek Jones · 18 years ago
  77. 3d378b1 typo fixes by Derek Allard · 18 years ago
  78. d2df9bc update pMachine to EllisLab by Derek Allard · 18 years ago
  79. 325197e by Rick Ellis · 18 years ago
  80. c0d5d52 by admin · 18 years ago
  81. 49439ff by admin · 18 years ago
  82. 0518661 by admin · 18 years ago
  83. e334c47 by admin · 18 years ago
  84. e7e1dcd by admin · 18 years ago
  85. 0625e19 by admin · 18 years ago
  86. e0cd609 by admin · 18 years ago
  87. adda3c3 by admin · 18 years ago
  88. 6871d95 by admin · 18 years ago
  89. 41a1685 by admin · 18 years ago
  90. 6bd915c by admin · 18 years ago
  91. a4d3534 by admin · 18 years ago
  92. 9aaa75e by admin · 18 years ago
  93. 2ed76d5 by admin · 18 years ago
  94. 1082bdd by admin · 18 years ago
  95. b071bb5 by admin · 18 years ago
  96. b0dd10f Initial Import by admin · 18 years ago