summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2021-05-31don't mark no-assertions tests as failedGeorge Petculescu1-1/+2
2021-04-02Improves input.rst (set cookie)George Petculescu1-9/+9
2021-04-02Switching to setcookie for PHP >= 7.3George Petculescu1-5/+20
2021-04-01Rewording log_message() messageGeorge Petculescu1-1/+1
2021-04-01Space after ! opGeorge Petculescu1-1/+1
2021-03-24[ci skip] Add SameSite=Strict to CSRF cookieAndrey Andreev2-9/+30
2021-03-24Merge pull request #6028 from vibbow/patch-1George Petculescu1-1/+1
Update Session.php
2021-03-14Dropping the possibility that samesite cookie attribute won't be sent; ↵George Petculescu3-11/+13
defaults to Lax; all samesite values are ucfirst'ed; log for SameSite=None non-secure cookies
2021-03-10Merge pull request #6028 from vibbow/patch-1George Petculescu1-1/+1
Update Session.php
2021-03-10Update Session.phpvibbow1-1/+1
Fix PHPDoc
2021-03-01Fixes "expires" cookie attribute bugGeorge Petculescu1-1/+1
2021-02-28Initial implementation of samesite for CI_Input::set_cookieGeorge Petculescu3-12/+36
2021-02-04[ci skip] Add 'img_class' option to CAPTCHA helperAndrey Andreev2-1/+6
Close #5999
2021-02-04Merge branch '3.1-stable' into developAndrey Andreev4-3/+5
2021-02-04[ci skip] Fix is_callable()-reliant logic broken by PHP 8Andrey Andreev4-3/+4
Close #6006, #6007
2021-02-04[ci skip] Add changelog entry for #6013Andrey Andreev1-0/+1
2021-02-04[ci skip] Remove a comment made obsolete by PR #6013Andrey Andreev1-2/+0
2021-02-04[ci skip] Merge pull request #6013 from 1stwebdesigns/new_branchAndrey Andreev1-1/+1
Fix Flashdata time comparison for PHP 8
2021-02-04[ci skip] Remove a comment made obsolete by PR #6013Andrey Andreev1-2/+0
2021-02-04[ci skip] Merge pull request #6013 from 1stwebdesigns/new_branchAndrey Andreev1-1/+1
Fix Flashdata time comparison for PHP 8
2021-01-22Replace travis-ci to github actions for php8.0sapics7-130/+127
2021-01-16Fix error in pdo/pgsql for php8.0sapics2-1/+9
From PHP8.0, default PDO::ATTR_ERRMODE is changed from PDO::ERRMODE_SILENT to PDO::ERRMODE_EXCEPTION. Reference: https://wiki.php.net/rfc/pdo_default_errmode
2021-01-16Fix error in core/Output.php for php8.0sapics1-2/+6
Fix error in array_shift array_map('array_shift', $this->headers) causes error as array_shift(): Argument bcit-ci#1 ($array) must be passed by reference, value given
2021-01-15Fix Flashdata time comparison for PHP 81st WebDesigns1-1/+1
2021-01-05[ci skip] Close #5973Andrey Andreev1-1/+1
2021-01-05[ci skip] Close #5973Andrey Andreev1-1/+1
2021-01-05[ci skip] Merge pull request #5980 from devnetkc/docs-5761Andrey Andreev1-0/+1
chore: Add to main readme contribute guide link
2021-01-05[ci skip] Merge pull request #5980 from devnetkc/docs-5761Andrey Andreev1-0/+1
chore: Add to main readme contribute guide link
2021-01-05[ci skip] Add TLS support for Session library Redis connection strings ↵Andrey Andreev2-2/+2
(related: issue #5982, PR #5983)
2021-01-05[ci skip] Close #6005: Fix typos in email helper docsAndrey Andreev1-3/+3
2020-08-22:pencil2: ops, forgot to remove first idea.Ryan Valizan1-6/+0
2020-08-22:pencil: Add to main readme contribute guide linkRyan Valizan1-0/+7
Issue #5761 asked for an imporovment to this document. This is very simple tweak. However I think it accomplishes the goal for everyone Without any bloating of the main readme.
2020-07-09Merge branch '3.1-stable' into developAndrey Andreev5-17/+20
2020-07-09[ci skip] Correct fix for #5906Andrey Andreev1-1/+1
2020-07-09[ci skip] Merge pull request #5970 from sapics/fix/user-guide-urlAndrey Andreev158-171/+173
Fix user guide url
2020-07-09[ci skip] Merge pull request #5970 from sapics/fix/user-guide-urlAndrey Andreev146-156/+156
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-07-09Merge pull request #5946 from sapics/travis/php74Andrey Andreev2-25/+74
Pass the travis php7.4 test
2020-07-09Merge pull request #5946 from sapics/travis/php74Andrey Andreev2-24/+75
Pass the travis php7.4 test
2020-06-24Fix user guide urlsapics146-156/+156
Replace from https://codeigniter.com/user_guide/* to https://codeigniter.com/userguide3/*
2020-05-18style: add empty line.ytetsuro1-0/+2
2020-04-13Add composer cache in Travissapics1-0/+4
2020-04-13Remove allow_failures of php7.4 in Travissapics1-1/+0
2020-04-13Fix error in Travis php7.4 testsapics1-1/+6
2020-04-13Remove deprecated option "dev"sapics1-1/+1
dev packages are installed by default now
2020-04-13Update Ubuntu from Trusty to Xenial on Travissapics1-22/+65
PHP7.4+ have less updates in Trusty on Travis
2020-04-06[ci skip] Merge pull request #5938 from taitomagatsu/fix-image-creation-from-pngAndrey Andreev1-2/+3
Fixed issue with creating a resource from png using Image_lib
2020-04-02Fixed issue with creating a resource from png using Image_libDiego1-2/+3
2020-03-30[ci skip] Update upgrade instructions for 3.1.12Andrey Andreev1-0/+6