Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
2d7092c5771f7015b60f0e5cc6c699b8f4f802ba
/
system
6d6b3b2
Optimize csv_from_result speed.
by Ahmad Anbar
· 9 years ago
47adcef
[ci skip] Prepare 3.0.2 release
by Andrey Andreev
· 9 years ago
f0f47da
Some more intrusive XSS cleaning
by Andrey Andreev
· 9 years ago
48844d1
Close #4155
by Andrey Andreev
· 9 years ago
249580e
More XSS stuff
by Andrey Andreev
· 9 years ago
e837851
Merge pull request #4126 from zoaked/patch-1
by Andrey Andreev
· 9 years ago
84f24c2
Fix #4137
by Andrey Andreev
· 9 years ago
4fbf2d1
More XSS stuff
by Andrey Andreev
· 9 years ago
088e57d
Don't allow open-ended tags to pass through xss_clean()
by Andrey Andreev
· 9 years ago
3ceb14a
Refactor 'evil attributes' sanitization logic
by Andrey Andreev
· 9 years ago
135b64a
Fix #4116 Close #4117
by Andrey Andreev
· 9 years ago
ad4882f
Fix #4120
by Andrey Andreev
· 9 years ago
e079203
Missing character in the evil attributes pattern
by Andrey Andreev
· 9 years ago
1e6d4d6
Another addition to tag detection patterns in xss_clean()
by Andrey Andreev
· 9 years ago
392f8da
Close #4098
by Andrey Andreev
· 9 years ago
c08f27b
Fix #4032
by Andrey Andreev
· 9 years ago
24ff6db
Fix #4044
by Andrey Andreev
· 9 years ago
f2239fe
Fix #4109
by Andrey Andreev
· 9 years ago
2a2578b
Add 'eval' to a JS blacklist in xss_clean()
by Andrey Andreev
· 9 years ago
70f60d0
Move _remove_evil_attributes() call
by Andrey Andreev
· 9 years ago
bc78748
Harden xss_clean() more
by Andrey Andreev
· 9 years ago
2f71c62
Improve on previous commit
by Andrey Andreev
· 9 years ago
58c7bcb
Replace the latest XSS patches
by Andrey Andreev
· 9 years ago
12023a7
Last commit didn't adjust a RE index
by Andrey Andreev
· 9 years ago
abc6006
Fix & extend 700619cebf75c4e4fcda6a2d7bea1afb84a029e4
by Andrey Andreev
· 9 years ago
cc93635
Change form validation library to allow the pipe character within square brackets
by rich
· 9 years ago
700619c
Fix #4106
by Andrey Andreev
· 9 years ago
e70238e
Remove unnecessary count() calls from _sanitize_globals()
by Andrey Andreev
· 9 years ago
dd28a88
Move csrf_verify() call out of _sanitize_globals()
by Andrey Andreev
· 9 years ago
0d0c53c
Fix #4096
by Andrey Andreev
· 9 years ago
554b452
Fix #4093
by Andrey Andreev
· 9 years ago
89726cd
There was an extra = sign in this file
by Marco Monteiro
· 9 years ago
4dac6eb
[ci skip] Fix #4091
by Andrey Andreev
· 9 years ago
348a2d4
Fix #4086
by Andrey Andreev
· 9 years ago
8e138ec
Fix #4073
by Andrey Andreev
· 9 years ago
24a4a6a
Fix #4066
by Andrey Andreev
· 9 years ago
be178a7
Fix #4065
by Andrey Andreev
· 9 years ago
eb49258
[ci skip] Fix 'sqlsrv' connect failure endless loop
by Andrey Andreev
· 9 years ago
825fab7
Allow capitals in the middle of model names
by Andrey Andreev
· 9 years ago
d45180c
Fix #4056
by Andrey Andreev
· 9 years ago
c2c7cb7
Fix #4052
by Andrey Andreev
· 9 years ago
62fe011
Fix typo in comments
by Claudio Galdiolo
· 9 years ago
a12cf28
[ci skip] Partial patch for #2284
by Andrey Andreev
· 9 years ago
1c0f46a
[ci skip] Start of 3.0.2-dev
by Andrey Andreev
· 9 years ago
9bb9469
Fix #4023
by Andrey Andreev
· 9 years ago
36bd341
Fix ReDoS-bug in string_helper.php
by Kevin Morssink
· 9 years ago
4e5ff1f
Fix #4026
by Andrey Andreev
· 9 years ago
fdf3073
Reduce once $config['query_toggle_count'] checking
by bjjay
· 9 years ago
abc299b
Fix #4027
by Andrey Andreev
· 9 years ago
6cefc6b
Fix #4015
by Andrey Andreev
· 9 years ago
10fb7d1
[ci skip] Normalize tabs/spaces
by Andrey Andreev
· 9 years ago
0d2d84f
Fix #4012
by Andrey Andreev
· 9 years ago
d738b6b
Fix a 'counter-#3989' bug
by Andrey Andreev
· 9 years ago
5ffbdce
Fix #4005
by Andrey Andreev
· 9 years ago
fddbde6
Close #4004
by Andrey Andreev
· 9 years ago
f7631f1
Revert "Fix an internal bug in QB where() escaping"
by Andrey Andreev
· 9 years ago
2dfbe99
Revert "Fix #3989"
by Andrey Andreev
· 9 years ago
d91ed26
Fix #4000
by Andrey Andreev
· 9 years ago
55bc505
Fixed typos
by Calvin Tam
· 9 years ago
ab494d5
Merge pull request #3995 from rajatsharma94/develop
by Andrey Andreev
· 10 years ago
08c1a11
Update path_helper.php
by rajatsharma94
· 10 years ago
5911663
Security check updated.
by rajatsharma94
· 10 years ago
d41ec5c
Update path_helper.php
by rajatsharma94
· 10 years ago
d2f63a1
IP checking false positives and no ipv6 check
by rajatsharma94
· 10 years ago
5545dcd
IP Address checking generates false positives.
by medhavini
· 10 years ago
1a8d95a
Fix an issue with CI_Upload max filesize
by Andrey Andreev
· 10 years ago
9e25daf
Remove eval()-related logic from function_exists()
by Andrey Andreev
· 10 years ago
b63dc19
Add class_exists() checks to CI_Loader::model()
by Andrey Andreev
· 10 years ago
07355da
Fix #3991
by Andrey Andreev
· 10 years ago
e1a94d3
Fix #3989
by Andrey Andreev
· 10 years ago
78e1b70
Failed security check
by rajatsharma94
· 10 years ago
08b9f20
Security check fail
by medhavini
· 10 years ago
4b9fec6
Fix #3279
by Andrey Andreev
· 10 years ago
43afc71
Fix an internal bug in QB where() escaping
by Andrey Andreev
· 10 years ago
2ef5ed4
Fix #3752
by Andrey Andreev
· 10 years ago
15e2df7
[ci skip] Fix #3778
by Andrey Andreev
· 10 years ago
611e1fd
[ci skip] Fix a bug reported via PR #3704
by Andrey Andreev
· 10 years ago
cfc9e77
Add 'ssl_verify' option for mysqli driver
by Andrey Andreev
· 10 years ago
a38b0c4
Add SSL support for PDO_MYSQL too
by Andrey Andreev
· 10 years ago
9194b49
Improve the ssl_cipher check for MySQLi
by Andrey Andreev
· 10 years ago
76e643e
Refactor proposed changes from PR #3896
by Andrey Andreev
· 10 years ago
18ef616
Merge branch 'feature/mysqli-ssl' of github.com:ndigitals/CodeIgniter into feature/mysqli_ssl
by Andrey Andreev
· 10 years ago
298e005
[ci skip] Revert styleguide violations from PR #3828
by Andrey Andreev
· 10 years ago
148c02e
Merge branch 'patch-1' of github.com:w0den/CodeIgniter into feature/output_cache
by Andrey Andreev
· 10 years ago
31cd44b
Merge pull request #3715 from infinit89/patch-1
by Andrey Andreev
· 10 years ago
c373c07
Merge pull request #3977 from MSDehghan/develop
by Andrey Andreev
· 10 years ago
c19f3b2
Polish changes from PR #3893
by Andrey Andreev
· 10 years ago
7881fd1
Fix a Typo
by Mohammad Sadegh Dehghan Niri
· 10 years ago
77034ea
Merge branch 'feature/form_helper' of github.com:darkhouse/CodeIgniter into feature/form_helpers_extra_array
by Andrey Andreev
· 10 years ago
7cc6cea
allow add of keys with array
by Adrian Voicu
· 10 years ago
28c8305
Add check for PCRE UTF-8 support
by dimonneon
· 10 years ago
32bdf1c
Add unicode support in url_title function
by dimonneon
· 10 years ago
91da5d1
Fix #3965
by Andrey Andreev
· 10 years ago
a45e37e
[ci skip] Cleanup some whitespace in CI_Unit_test
by Andrey Andreev
· 10 years ago
7018d89
Fix #3963
by Andrey Andreev
· 10 years ago
2ffdb7b
Merge pull request #3958 from ftwbzhao/feature/router
by Andrey Andreev
· 10 years ago
bf0488b
fix typo in router class
by ftwbzhao
· 10 years ago
5cd726a
Merge branch 'develop' of github.com:bcit-ci/CodeIgniter into develop
by ftwbzhao
· 10 years ago
537f6a0
Merge pull request #3955 from ftwbzhao/ci3.0
by Andrey Andreev
· 10 years ago
a5ea506
Added "is_resource" into the list of unit tests capable of being run.
by ftwbzhao
· 10 years ago
Next »