Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-09 | Merge remote-tracking branch 'upstream/3.1-stable' into dev | Florian Pritz | 2 | -4/+11 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2022-01-05 | [ci skip] Another minor grammar correction following #5690 | Andrey Andreev | 1 | -2/+2 | |
2022-01-05 | [ci skip] Merge pull request #5690 from Lohith94/develop | Andrey Andreev | 1 | -3/+3 | |
Corrected some grammar | |||||
2022-01-05 | Add SameSite cookie support to Session library | Andrey Andreev | 1 | -0/+5 | |
2022-01-05 | Merge pull request #6025 from gxgpet/develop | Andrey Andreev | 1 | -0/+2 | |
SameSite attribute implementation for CI_Input::set_cookie | |||||
2021-12-20 | [ci skip] Merge pull request #6071 from ddonatek/patch-1 | George Petculescu | 1 | -1/+1 | |
Added another SVG mimetype | |||||
2021-02-21 | PHP8: Merge remote-tracking branch 'upstream/3.1-stable' into dev | Florian Pritz | 8 | -12/+22 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2020-07-09 | [ci skip] Merge pull request #5970 from sapics/fix/user-guide-url | Andrey Andreev | 6 | -9/+11 | |
Fix user guide url | |||||
2020-07-09 | [ci skip] Merge pull request #5922 from robsonpiere/develop | Andrey Andreev | 1 | -1/+2 | |
Add UptimeRobot user agent | |||||
2020-03-30 | [ci skip] Merge pull request #5918 from wobility/patch-1 | Andrey Andreev | 1 | -0/+2 | |
Update with heic format | |||||
2020-03-30 | [ci skip] Merge pull request #5907 from pkarunyu/develop | Andrey Andreev | 1 | -2/+2 | |
Fixed double spacing in mimes.php | |||||
2019-10-08 | [ci skip] Merge pull request #5849 from Lablnet/patch-1 | Andrey Andreev | 1 | -0/+1 | |
Added Infinix manufacture in user_agents.php | |||||
2019-10-08 | [ci skip] Merge pull request #5851 from ossamamehmood/patch-1 | Andrey Andreev | 1 | -0/+4 | |
Fix for #5711 and added two more models | |||||
2019-09-27 | Merge tag '3.1.11' of git://github.com/bcit-ci/CodeIgniter into dev | Florian Pritz | 3 | -7/+19 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2019-08-13 | [ci skip] Merge pull request #5815 from kamaslau/patch-2 | Andrey Andreev | 1 | -1/+1 | |
Fix .aac file mime type | |||||
2019-08-13 | [ci skip] Merge pull request #5808 from harrysrevis/develop | Andrey Andreev | 1 | -6/+17 | |
Correct / Added characters | |||||
2019-04-01 | [ci skip] Merge pull request #5725 from Lablnet/patch-1 | Andrey Andreev | 1 | -0/+1 | |
Added Meizu agent in Manufacturers | |||||
2019-01-28 | Merge tag '3.1.10' of git://github.com/bcit-ci/CodeIgniter into dev | Florian Pritz | 2 | -1/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2019-01-15 | Merge pull request #5676 from albertleao/albertleao-patch-1 | Andrey Andreev | 1 | -0/+1 | |
Added mobile google bot to user agents | |||||
2018-08-22 | [ci skip] Close #5513 | Andrey Andreev | 1 | -1/+1 | |
2018-07-23 | LDAP: Allow optional filtering of allowed users | Raphael Michel | 1 | -0/+3 | |
2018-07-23 | LDAP: Allow optional binding/authentication | Raphael Michel | 1 | -1/+4 | |
2018-06-14 | Merge tag '3.1.9' of git://github.com/bcit-ci/CodeIgniter into dev | Florian Pritz | 2 | -2/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-06-04 | [ci skip] Merge pull request #5512 from gxgpet/develop | Andrey Andreev | 1 | -1/+2 | |
mimes.php: 7z file types changes | |||||
2018-04-13 | [ci skip] Rename Spartan to Edge in config/user_agents.php | Andrey Andreev | 1 | -1/+1 | |
#4354 | |||||
2018-03-20 | Merge tag 'ci-upstream/3.1.7' into dev | Florian Pritz | 2 | -3/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-01-21 | Remove database cache config from example | Florian Pritz | 1 | -4/+0 | |
These settings do not work because the cache is never invalidated in the application. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-01-21 | Put testsuite config in example database config | Florian Pritz | 1 | -0/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-01-01 | Reduce bcrypt cost for testsuite | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-01-01 | Use temporary directory for testsuite uploads | Florian Pritz | 1 | -0/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-12-02 | Fix DB settings for postgres which doesn't use utf8mb43.0.1 | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-10-28 | mysql: Enable full UTF8 support | Florian Pritz | 2 | -4/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-10-09 | [ci skip] Merge pull request #5292 from ajdunn2/develop | Andrey Andreev | 1 | -1/+1 | |
Small spelling fix | |||||
2017-10-02 | [ci skip] Merge pull request #5281 from pawelkg/develop | Andrey Andreev | 1 | -2/+2 | |
Adding some letters translated to Y in foregin_chars.php | |||||
2017-09-26 | Put base_url in example config file | Florian Pritz | 1 | -0/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-21 | Fix additional routes for CI3 | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-18 | Automatically set baseurl for tests | Florian Pritz | 1 | -0/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-18 | Fix some routes | Florian Pritz | 1 | -3/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-16 | Update ci_session table for CI3 | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-09 | WIP: CI3 migration | Florian Pritz | 4 | -7/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-09-09 | Merge tag '3.1.5' into dev-ci3 | Florian Pritz | 15 | -497/+969 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-07-10 | Use bigint for filesize in database | hashworks | 1 | -1/+1 | |
The current type, integer, only stores numerics up to 2147483647. Since filebin stores the size in byte MySQL will only write up to 2GB in there, PostgreSQL failes by default for files >2GB. The new type bigint allows file sizes up to ~9223 petabyte. | |||||
2017-01-31 | config: Add exmple for database port setting | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-12-14 | [ci skip] Deprecate 'allow_get_array', 'standardize_newlines' | Andrey Andreev | 1 | -6/+16 | |
2016-11-01 | Add multipaste queue | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-09-19 | Move file controller into subdir | Florian Pritz | 1 | -3/+3 | |
This allows to more easily split the controller into smaller parts in the future. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-30 | Merge pull request #4788 from edtsz/patch-2 | Andrey Andreev | 1 | -1/+17 | |
Add OpenOffice mime-types to config/mimes.php | |||||
2016-08-20 | Migration 18: Allow user info to be nulled | Florian Pritz | 1 | -1/+1 | |
This allows us to safely delete users without breaking referrer information. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-07-30 | Fix dbprefix in database example config | Florian Pritz | 1 | -1/+1 | |
Mysql doesn't like unquoted dashes, but tablenames aren't quoted everywhere so that queries don't need to be duplicated for postgres. Underscores don't cause problems so use these. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-05 | config: Clarify comment about password hashing settings | Florian Pritz | 1 | -1/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> |