Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-04-02 | Improves input.rst (set cookie) | George Petculescu | 1 | -9/+9 | |
2021-03-14 | Dropping the possibility that samesite cookie attribute won't be sent; ↵ | George Petculescu | 1 | -2/+2 | |
defaults to Lax; all samesite values are ucfirst'ed; log for SameSite=None non-secure cookies | |||||
2021-02-28 | Initial implementation of samesite for CI_Input::set_cookie | George Petculescu | 1 | -9/+12 | |
2018-05-18 | http:// to https:// | Mehdi Bounya | 1 | -1/+1 | |
2017-07-20 | Fix some mistakes in the user guide | Master Yoda | 1 | -1/+1 | |
2017-03-24 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -3/+3 | |
Conflicts resolved: system/core/CodeIgniter.php system/core/Common.php system/core/Input.php system/helpers/cookie_helper.php tests/codeigniter/helpers/html_helper_test.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst user_guide_src/source/libraries/input.rst | |||||
2017-02-01 | Fix a CI_Input::set_cookie() bug | Andrey Andreev | 1 | -3/+3 | |
Found on StackOverflow: https://stackoverflow.com/questions/41925028/codeigniter-config-overrides-set-cookie-parameters | |||||
2017-01-17 | [ci skip] Merge pull request #4986 from ka7/feature/spelling | Andrey Andreev | 1 | -2/+2 | |
Spelling fixes in comment blocks and docs | |||||
2017-01-16 | spelling fixes | klemens | 1 | -2/+2 | |
2017-01-04 | Close #4904 | Andrey Andreev | 1 | -4/+4 | |
2016-12-14 | Finally drop CI_Input::_sanitize_globals() | Andrey Andreev | 1 | -23/+5 | |
Close #4101 | |||||
2016-12-14 | Remove 'global_xss_filtering' config setting | Andrey Andreev | 1 | -29/+8 | |
2016-12-14 | Remove 'allow_get_array', 'standardize_newlines' config settings | Andrey Andreev | 1 | -4/+0 | |
2016-12-01 | Remove previously deprecated CI_Input::is_cli_request() | Andrey Andreev | 1 | -19/+0 | |
2015-02-28 | [ci skip] Formally deprecate 'global_xss_filtering' | Andrey Andreev | 1 | -0/+4 | |
2015-02-26 | Update input.rst | Ignasimg | 1 | -3/+9 | |
2015-02-20 | Added support for raw_input_stream property. | Ignasimg | 1 | -2/+8 | |
2015-02-02 | [ci skip] Fix #3515 | Andrey Andreev | 1 | -18/+18 | |
2015-01-29 | [ci skip] Clarify get_cookie(), CI_Input::cookie() docs | Andrey Andreev | 1 | -0/+4 | |
Close #3527 Close #3528 | |||||
2014-12-20 | User Guide Tuning | James L Parry | 1 | -0/+8 | |
Adjust the heading levels in the writeups for the input, loader, security and unit testing libraries, to match the other library writeups. Specifically, the class reference section in each of these was appearing as a sub-level in the toctree, when it should be at the same level. Signed-off-by:James L Parry <jim_parry@bcit.ca> | |||||
2014-12-12 | fixed indentation/linkref errors | David Wosnitza | 1 | -7/+13 | |
Signed-off-by: David Wosnitza <david@druul.in> | |||||
2014-12-02 | Some optimizations & polishing following PR #3381 | Andrey Andreev | 1 | -3/+3 | |
2014-12-02 | Added changelog entry | Ahmad Anbar | 1 | -5/+35 | |
updated documentation Fixed code style. | |||||
2014-02-27 | Add parameter to CI_Input::user_agent() | Andrey Andreev | 1 | -1/+2 | |
2014-02-08 | CI_Input tweaks | Andrey Andreev | 1 | -10/+10 | |
- Make get_post(), post_get() and server()'s parameter mandatory. - Change default value of parameter to NULL for cookie(), input_stream() and _fetch_from_array() (for consistency with get(), post()). - Delegate Array-vs-single and parameter detection to _fetch_from_array() to overall simplify the code. | |||||
2014-02-08 | [ci skip] Add return types to library docs | Andrey Andreev | 1 | -50/+65 | |
2014-01-20 | Merge branch 'develop' into feature/user-guide-cleanup | Andrey Andreev | 1 | -4/+22 | |
2014-01-11 | cleanup warnings | Connor Tumbleson | 1 | -4/+2 | |
Signed-off-by: Connor Tumbleson <connor.tumbleson@gmail.com> | |||||
2014-01-08 | Make newline standardization configurable | Andrey Andreev | 1 | -1/+2 | |
Added ['standardize_newlines'] Also altered the Session cookie driver, which experienced issues with this feature due to it's HMAC verification failing after the Input class alters newlines in non-encrypted session cookies. Supersedes PR #2470 | |||||
2014-01-08 | [ci skip] Update the Input library and Cookie helper docs | Andrey Andreev | 1 | -9/+10 | |
default value is now NULL | |||||
2014-01-06 | [ci skip] Update the Input library and Cookie helper docs | Andrey Andreev | 1 | -169/+227 | |
2013-11-12 | Deprecate CI_Input::is_cli_request() and add common function is_cli() to ↵ | Andrey Andreev | 1 | -0/+3 | |
replace it Calls to this function are often needed before the Input library is available | |||||
2013-08-11 | Input class: change behavior of get_post() method, add post_get() method | vlakoff | 1 | -4/+12 | |
followup to PR #2522 | |||||
2012-11-06 | Added CI_Input::input_stream() | Andrey Andreev | 1 | -32/+61 | |
Helps in reading php://input stream data by caching it when accessed for the first time. (supersedes PR #1684) | |||||
2012-06-13 | Another input library docs fix | Andrey Andreev | 1 | -1/+2 | |
2012-06-13 | Fix docs for Input library (issue #1465) | Andrey Andreev | 1 | -27/+10 | |
2012-06-10 | Merge branch 2.1-stable into develop | Andrey Andreev | 1 | -0/+3 | |
2012-05-23 | Input, Session and Cookie get's will return NULL. | Phil Sturgeon | 1 | -12/+5 | |
Read more about this change here: http://codeigniter.com/forums/viewthread/215833 | |||||
2012-03-07 | userguide fix | Michiel Vugteveen | 1 | -1/+1 | |
2012-03-07 | removed is_method | Michiel Vugteveen | 1 | -19/+4 | |
2012-03-07 | added method() and is_method() | Michiel Vugteveen | 1 | -3/+28 | |
2011-10-05 | fixed code block spacing on Input lib docs | Derek Jones | 1 | -5/+32 | |
2011-10-05 | replacing the old HTML user guide with a Sphinx-managed user guide | Derek Jones | 1 | -0/+273 | |