summaryrefslogtreecommitdiffstats
path: root/application/config
AgeCommit message (Collapse)AuthorFilesLines
2022-01-05Drop option to disable Query BuilderAndrey Andreev1-5/+0
I don't know if it has ever worked properly, too much things break if you do try to disable it.
2022-01-05Polish changes from PR #5684 and drop ['log_file_extension']; ref #5648Andrey Andreev1-16/+2
2022-01-05Merge pull request #5684 from jonsmith1982/developAndrey Andreev1-0/+11
partially fixes #5648
2022-01-05Merge branch '3.1-stable' into developAndrey Andreev1-2/+2
2022-01-05[ci skip] Another minor grammar correction following #5690Andrey Andreev1-2/+2
2022-01-05[ci skip] Merge pull request #5690 from Lohith94/developAndrey Andreev1-3/+3
Corrected some grammar
2022-01-05[ci skip] Merge pull request #5690 from Lohith94/developAndrey Andreev1-3/+3
Corrected some grammar
2022-01-05Merge branch '3.1-stable' into developAndrey Andreev1-0/+5
2022-01-05Add SameSite cookie support to Session libraryAndrey Andreev1-0/+5
2022-01-05Merge pull request #6025 from gxgpet/developAndrey Andreev1-0/+2
SameSite attribute implementation for CI_Input::set_cookie
2022-01-05Merge pull request #6025 from gxgpet/developAndrey Andreev1-0/+2
SameSite attribute implementation for CI_Input::set_cookie
2021-12-20[ci skip] Merge pull request #6071 from ddonatek/patch-1George Petculescu1-1/+1
Added another SVG mimetype
2021-11-02Added another SVG mimetypeddonatek1-1/+1
Some MIME detection programs/libraries identify SVG files without `<?xml ...?>` declaration as `image/svg`
2021-03-14Dropping the possibility that samesite cookie attribute won't be sent; ↵George Petculescu1-1/+1
defaults to Lax; all samesite values are ucfirst'ed; log for SameSite=None non-secure cookies
2021-02-28Initial implementation of samesite for CI_Input::set_cookieGeorge Petculescu1-0/+2
2020-07-09[ci skip] Merge pull request #5970 from sapics/fix/user-guide-urlAndrey Andreev6-9/+11
Fix user guide url
2020-07-09[ci skip] Merge pull request #5970 from sapics/fix/user-guide-urlAndrey Andreev5-8/+8
Fix user guide url
2020-07-09[ci skip] Merge pull request #5922 from robsonpiere/developAndrey Andreev1-1/+2
Add UptimeRobot user agent
2020-07-09[ci skip] Merge pull request #5922 from robsonpiere/developAndrey Andreev1-1/+2
Add UptimeRobot user agent
2020-06-24Fix user guide urlsapics5-8/+8
Replace from https://codeigniter.com/user_guide/* to https://codeigniter.com/userguide3/*
2020-03-30[ci skip] Merge pull request #5918 from wobility/patch-1Andrey Andreev1-0/+2
Update with heic format
2020-03-30[ci skip] Merge pull request #5918 from wobility/patch-1Andrey Andreev1-0/+2
Update with heic format
2020-03-30[ci skip] Merge pull request #5907 from pkarunyu/developAndrey Andreev1-2/+2
Fixed double spacing in mimes.php
2020-03-03Add UptimeRobot user agentRobson Piere1-1/+2
Add UptimeRobot user agent, a free website monitor. https://uptimerobot.com/
2020-02-29Update with heic formatWobility1-0/+2
Add heic and heif format for Apple file.
2020-02-15Fixed double spacing.Peter Karunyu1-2/+2
2020-01-25inserted required attribute in html tagFrancisco Javier Llanquipichun Garcia1-1/+1
Signed-off-by: Francisco Javier Llanquipichun Garcia <francisco.llanquipichun@gmail.com>
2019-10-08[ci skip] Merge pull request #5849 from Lablnet/patch-1Andrey Andreev1-0/+1
Added Infinix manufacture in user_agents.php
2019-10-08Merge branch 'develop' into patch-1Andrey Andreev1-0/+4
2019-10-08[ci skip] Merge pull request #5851 from ossamamehmood/patch-1Andrey Andreev1-0/+4
Fix for #5711 and added two more models
2019-10-05Update user_agents.phpOssama Mehmood1-0/+4
2019-10-02Update user_agents.phpMuhammad Umer Farooq1-0/+1
2019-08-13[ci skip] Merge pull request #5815 from kamaslau/patch-2Andrey Andreev1-1/+1
Fix .aac file mime type
2019-08-13[ci skip] Merge pull request #5815 from kamaslau/patch-2Andrey Andreev1-1/+1
Fix .aac file mime type
2019-08-13[ci skip] Merge pull request #5808 from harrysrevis/developAndrey Andreev1-6/+17
Correct / Added characters
2019-08-11Fix .aac file mime typeKamas "Iceberg" Lau1-1/+1
2019-07-31Added some greek characters and corrected some of them that showed up wrongharrys.revis1-6/+17
2019-04-01[ci skip] Merge pull request #5725 from Lablnet/patch-1Andrey Andreev1-0/+1
Added Meizu agent in Manufacturers
2019-03-24Update user_agents.phpMuhammad Umer Farooq1-0/+1
2019-02-08corrected grammarLohith J1-3/+3
2019-01-28fixes #5648jonsmith19821-0/+11
Signed-off-by: jonsmith1982 <jonsmith1982@googlemail.com>
2019-01-15Merge pull request #5676 from albertleao/albertleao-patch-1Andrey Andreev1-0/+1
Added mobile google bot to user agents
2019-01-13Added mobile google bot to user agentsAlbert Leao1-0/+1
2019-01-08Merge branch '3.1-stable' into developAndrey Andreev1-1/+1
Conflicts resolved: system/database/drivers/sqlite/sqlite_driver.php system/database/drivers/sqlite/sqlite_forge.php system/database/drivers/sqlite/sqlite_result.php system/database/drivers/sqlite/sqlite_utility.php system/helpers/captcha_helper.php system/helpers/email_helper.php system/helpers/inflector_helper.php system/helpers/smiley_helper.php system/language/english/form_validation_lang.php system/libraries/Cart.php system/libraries/Form_validation.php system/libraries/Javascript.php system/libraries/Javascript/Jquery.php system/libraries/Session/SessionHandlerInterface.php tests/codeigniter/helpers/inflector_helper_test.php user_guide_src/source/helpers/inflector_helper.rst
2018-08-22[ci skip] Close #5513Andrey Andreev1-1/+1
2018-06-04[ci skip] Merge pull request #5512 from gxgpet/developAndrey Andreev1-1/+2
mimes.php: 7z file types changes
2018-06-04[ci skip] Merge pull request #5512 from gxgpet/developAndrey Andreev1-1/+2
mimes.php: 7z file types changes
2018-06-01Adding 7zip extension to mimes.phpGeorge Petculescu1-0/+1
Adding 7zip extension back as BC safety measure
2018-05-267zip mime typeGeorge Petculescu1-1/+1
renaming 7zip to 7z extension and adding one more mime id to it
2018-05-18http:// to https://Mehdi Bounya2-4/+4