1. fc1e278 [ci skip] Some adjustments to the old Encrypt library docs by Andrey Andreev · 11 years ago
  2. c2804a3 Merge branch 'develop' into 'feature/encryption' by Andrey Andreev · 11 years ago
  3. db97fe5 Merge pull request #2866 from darwinel/develop by Andrey Andreev · 11 years ago
  4. df1bd3b back to original by darwinel · 11 years ago
  5. 598c7ec change back to original by darwinel · 11 years ago
  6. cf63aee Style Guide by darwinel · 11 years ago
  7. 06f43fa CodeIgniter support some basic web security by default! by darwinel · 11 years ago
  8. d8a561a [ci skip] Deprecate the Javascript library by Andrey Andreev · 11 years ago
  9. e4e1091 Deprecate CI_Config::system_url() by Andrey Andreev · 11 years ago
  10. 1f59095 Add method chaining support to CI_Table by Andrey Andreev · 11 years ago
  11. 6f6102c Add method chaining support to Calendar & Pagination libs by Andrey Andreev · 11 years ago
  12. a89c1da Method chaining support for FV set_data(), reset_validation() by Andrey Andreev · 11 years ago
  13. 7c60b12 CI_Input tweaks by Andrey Andreev · 11 years ago
  14. 505b3d6 Make CI_Email::set_alt_message() parameter mandatory (optional doesn't make sense) by Andrey Andreev · 11 years ago
  15. f733d6d Merge branch 'feature/user-guide-cleanup' into develop by Andrey Andreev · 11 years ago
  16. 28c2c97 [ci skip] Add return types to library docs by Andrey Andreev · 11 years ago
  17. 93326a5 Merge pull request #2863 from darwinel/develop by Andrey Andreev · 11 years ago
  18. 1993aab Small Style fix by darwinel · 11 years ago
  19. 9228f85 [ci skip] Add return types to common and error handling functions docs by Andrey Andreev · 11 years ago
  20. 3de130c [ci skip] Add return types to helper docs (+ some other formatting) by Andrey Andreev · 11 years ago
  21. 1e58420 [ci skip] Fix class reference sections of Image_lib, Parser and User agent docs by Andrey Andreev · 11 years ago
  22. be40642 [ci skip] Really fix wrong doc references by Andrey Andreev · 11 years ago
  23. 2cdd483 [ci skip] Really fix wrong doc references by Andrey Andreev · 11 years ago
  24. 9e87fa7 Merge branch 'develop' into feature/user-guide-cleanup by Andrey Andreev · 11 years ago
  25. dd536b7 [ci skip] Fix a wrong reference in the docs by Andrey Andreev · 11 years ago
  26. 2690214 [ci skip] Re-format changelog entries by Andrey Andreev · 11 years ago
  27. 1e41136 [ci skip] Replace :php:func: usage with just :func: by Andrey Andreev · 11 years ago
  28. 46145fa [ci skip] Some adjustments to the Javascript library docs by Andrey Andreev · 11 years ago
  29. ff6d1a8 Merge branch 'develop' into 'feature/user-guide-cleanup' by Andrey Andreev · 11 years ago
  30. f6600f8 Merge branch 'develop' into feature/encryption by Andrey Andreev · 11 years ago
  31. c697a3b Use is_really_writable() in captcha helper by Andrey Andreev · 11 years ago
  32. 8c7138a Fix conflicts by Andrey Andreev · 11 years ago
  33. 03077f9 Use is_really_writable() in get_file_info() by Andrey Andreev · 11 years ago
  34. 31e5cfd Merge pull request #2859 from vivekdinesh/typo-fix by Andrey Andreev · 11 years ago
  35. e9b9bee Typo Fix by Vivek Dinesh · 11 years ago
  36. 81e1064 CI_Encryption: Optimizations and test cases by Andrey Andreev · 11 years ago
  37. 0c0a88c Merge pull request #2857 from vivekdinesh/typo-fix by Andrey Andreev · 11 years ago
  38. 33578d2 Typo Fix Signed-off-by: Vivek Dinesh <vivekdinesh5@gmail.com> by Vivek Dinesh · 11 years ago
  39. df7a696 Merge changes from develop by Andrey Andreev · 11 years ago
  40. 3aa781a Make CI_Session's HMAC comparison time-attack-safe by Andrey Andreev · 11 years ago
  41. e8088d6 CI_Encryption: CAST-128/CAST5 and RC4/ARCFour compatibility by Andrey Andreev · 11 years ago
  42. 7c55448 CI_Encryption: Time-attack-safe HMAC verification by Andrey Andreev · 11 years ago
  43. f6779f5 Fix #2856 by Andrey Andreev · 11 years ago
  44. 8d33a9a CI_Encryption: HMAC to not be derived from the encryption key by Andrey Andreev · 11 years ago
  45. 8e20216 More CI_Encryption improvements by Andrey Andreev · 11 years ago
  46. f401767 CI_Encryption: More MCrypt/OpenSSL compatibility and get rid of the MCRYPT_MODE_* constants by Andrey Andreev · 11 years ago
  47. d9a48da CI_Encryption: Add Blowfish to compatibility list by Andrey Andreev · 11 years ago
  48. e7516b0 CI_Encryption: Work around MCrypt's dumb behavior in ECB mode by Andrey Andreev · 11 years ago
  49. 86f46f4 Merge branch 'develop' into feature/encryption by Andrey Andreev · 11 years ago
  50. 4a2918a Integrate CI_Encryption into the framework by Andrey Andreev · 11 years ago
  51. 9108dd4 CI_Encryption: Remove ARCFour from aliased ciphers due ... by Andrey Andreev · 11 years ago
  52. 50ccc38 CI_Encryption: Fix more errors and add a 'portability' test case by Andrey Andreev · 11 years ago
  53. 177144f Fix a logical error in CI_Encryption by Andrey Andreev · 11 years ago
  54. 912831f CI_Encryption: Fix some errors and add unit tests for hkdf() by Andrey Andreev · 11 years ago
  55. 29cade4 CI_Encryption improvements by Andrey Andreev · 11 years ago
  56. aaa8ddb [ci skip] Update info on function_usable by Andrey Andreev · 11 years ago
  57. a142d33 Merge pull request #2852 from noskov/develop by Andrey Andreev · 11 years ago
  58. 3ac60b3 Add index.html to /application/language by Serge Noskov · 11 years ago
  59. 818aedb Introducing CI_Encryption (a CI_Encrypt replacement) by Andrey Andreev · 11 years ago
  60. 76160bc Previous 2 commits were just dumb by Andrey Andreev · 11 years ago
  61. 84c0901 Fix a syntax error from last commit by Andrey Andreev · 11 years ago
  62. 279256f Some fail-safe pdo_pgsql adjustments by Andrey Andreev · 11 years ago
  63. 1a90392 [ci skip] Fix broken links by Andrey Andreev · 11 years ago
  64. de6a63b [ci skip] Fix /readme.rst links by Andrey Andreev · 11 years ago
  65. 88d16d7 Fix #2845 by Andrey Andreev · 11 years ago
  66. aa9a4f7 Fix #2844 by Andrey Andreev · 11 years ago
  67. 505431a Add <math> to 'naughty' HTML elements by Andrey Andreev · 11 years ago
  68. dbd999f Previous commit caused side effects ... by Andrey Andreev · 11 years ago
  69. b69103e Fix CI_Security::_remove_evil_attributes() being way too aggressive by Andrey Andreev · 11 years ago
  70. adf3bde Re-add 'on\w*' to evil attributes (rel #2667) by Andrey Andreev · 11 years ago
  71. 12445ca Partially fix #2667 by Andrey Andreev · 11 years ago
  72. 664b83e Merge pull request #2839 from iBotPeaches/feature/user-guide-cleanup by Andrey Andreev · 11 years ago
  73. 6310c86 fix warning by Connor Tumbleson · 11 years ago
  74. af9aa2b [ci skip] Add a note to the is_really_writable() docs by Andrey Andreev · 11 years ago
  75. c35327f Merge branch 'develop' into feature/user-guide-cleanup by Andrey Andreev · 11 years ago
  76. 2b284f9 [ci skip] Add a link to PHP bug 54709 in is_really_writable()'s docblock by Andrey Andreev · 11 years ago
  77. c53a178 CI_Security: Also add <svg> to 'naughty' HTML elements by Andrey Andreev · 11 years ago
  78. c715b22 CI_Security: Add <select> and <keygen> tags to the list of 'naughty' HTML elements by Andrey Andreev · 11 years ago
  79. ee7633c Fix syntax errors by Andrey Andreev · 11 years ago
  80. 25ca235 CI_Security: Add 'form' and 'xlink:href' to evil attributes by Andrey Andreev · 11 years ago
  81. d98cbb8 Add &newline; and &tab; to CI_Security:: by Andrey Andreev · 11 years ago
  82. 4493055 Merge pull request #2837 from iBotPeaches/feature/user-guide-cleanup by Andrey Andreev · 11 years ago
  83. 1d6bddd update to errorfunc url by Connor Tumbleson · 11 years ago
  84. b8401d4 fix bad url by Connor Tumbleson · 11 years ago
  85. 8b9dd22 [ci skip] Update Session library docs by Andrey Andreev · 11 years ago
  86. 98d6cc8 Merge branch 'develop' into feature/user-guide-cleanup by Andrey Andreev · 11 years ago
  87. ecc260e Righting a wrong in the Session library by Andrey Andreev · 11 years ago
  88. 8fb31c9 [ci skip] AND -> && by Andrey Andreev · 11 years ago
  89. 18eba24 Fix #2836 by Andrey Andreev · 11 years ago
  90. c67c3fb CI_Security::_decode_entity() to replace dangerous HTML5 entities by Andrey Andreev · 11 years ago
  91. 4356806 Add <button> to the list of 'naugthy' html elements in CI_Security::xss_clean() by Andrey Andreev · 11 years ago
  92. 1a9a4dc Merge branch 'feature/dbforge_table_attributes' into develop by Andrey Andreev · 11 years ago
  93. ba8bf56 SQLSRV improvements by Andrey Andreev · 11 years ago
  94. 27f798b Add support for optional table attributes to CI_DB_forge::create_table() by Andrey Andreev · 11 years ago
  95. de1fe7d [ci skip] Add 'Using the X class' headings to Session & Language lib docs by Andrey Andreev · 11 years ago
  96. ba231aa [ci skip] Replace incorrect usage of 'then', where it should be 'than' by Andrey Andreev · 11 years ago
  97. ea801ab Merge branch 'develop' into feature/user-guide-cleanup by Andrey Andreev · 11 years ago
  98. 4d05716 Fix #2729 by Andrey Andreev · 11 years ago
  99. 3aecedb Fix #2737 by Andrey Andreev · 11 years ago
  100. ebdb4ea Merge branch 'develop' into feature/output_compressed_cache by Andrey Andreev · 11 years ago