Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-05-31 | Travis: ignore mbstring.func_overload=7 for PHP >= 7.3 | George Petculescu | 1 | -1/+1 | |
2021-05-31 | Travis: PHP 7.4 seems to fail if XDEBUG_MODE=coverage is not set | George Petculescu | 1 | -7/+9 | |
2021-05-31 | don't mark no-assertions tests as failed | George Petculescu | 1 | -1/+2 | |
2021-04-11 | Update NEWS3.6.1 | Florian Pritz | 1 | -0/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2021-04-11 | Copy filename when repasting file | Florian Pritz | 3 | -1/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2021-04-11 | Add links to new android client | Florian Pritz | 2 | -0/+7 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2021-04-02 | Improves input.rst (set cookie) | George Petculescu | 1 | -9/+9 | |
2021-04-02 | Switching to setcookie for PHP >= 7.3 | George Petculescu | 1 | -5/+20 | |
2021-04-01 | Rewording log_message() message | George Petculescu | 1 | -1/+1 | |
2021-04-01 | Space after ! op | George Petculescu | 1 | -1/+1 | |
2021-03-24 | [ci skip] Add SameSite=Strict to CSRF cookie | Andrey Andreev | 2 | -9/+30 | |
2021-03-24 | Merge pull request #6028 from vibbow/patch-1 | George Petculescu | 1 | -1/+1 | |
Update Session.php | |||||
2021-03-14 | Dropping the possibility that samesite cookie attribute won't be sent; ↵ | George Petculescu | 3 | -11/+13 | |
defaults to Lax; all samesite values are ucfirst'ed; log for SameSite=None non-secure cookies | |||||
2021-03-10 | Merge pull request #6028 from vibbow/patch-1 | George Petculescu | 1 | -1/+1 | |
Update Session.php | |||||
2021-03-10 | Update Session.php | vibbow | 1 | -1/+1 | |
Fix PHPDoc | |||||
2021-03-01 | Fixes "expires" cookie attribute bug | George Petculescu | 1 | -1/+1 | |
2021-02-28 | Initial implementation of samesite for CI_Input::set_cookie | George Petculescu | 3 | -12/+36 | |
2021-02-21 | Update NEWS3.6.0 | Florian Pritz | 1 | -0/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2021-02-21 | Pygments: Add json and crystal filename extensions | Florian Pritz | 2 | -0/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2021-02-21 | NEWS: Mention PHP 8 fixes | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2021-02-21 | Update composer.lock | Florian Pritz | 1 | -77/+274 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2021-02-21 | PHP8: Fix expected error string in test_libraries_procrunner | Florian Pritz | 1 | -1/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2021-02-21 | PHP8: Fix generation of code coverage report | Florian Pritz | 1 | -1/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2021-02-21 | PHP8: Fix testsuite compatibility | Florian Pritz | 2 | -0/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2021-02-21 | PHP8: Merge remote-tracking branch 'upstream/3.1-stable' into dev | Florian Pritz | 160 | -240/+346 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2021-02-21 | PHP8: Update code coverage plugin for compabtibility | Florian Pritz | 2 | -4/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2021-02-04 | [ci skip] Add 'img_class' option to CAPTCHA helper | Andrey Andreev | 2 | -1/+6 | |
Close #5999 | |||||
2021-02-04 | Merge branch '3.1-stable' into develop | Andrey Andreev | 4 | -3/+5 | |
2021-02-04 | [ci skip] Fix is_callable()-reliant logic broken by PHP 8 | Andrey Andreev | 4 | -3/+4 | |
Close #6006, #6007 | |||||
2021-02-04 | [ci skip] Add changelog entry for #6013 | Andrey Andreev | 1 | -0/+1 | |
2021-02-04 | [ci skip] Remove a comment made obsolete by PR #6013 | Andrey Andreev | 1 | -2/+0 | |
2021-02-04 | [ci skip] Merge pull request #6013 from 1stwebdesigns/new_branch | Andrey Andreev | 1 | -1/+1 | |
Fix Flashdata time comparison for PHP 8 | |||||
2021-02-04 | [ci skip] Remove a comment made obsolete by PR #6013 | Andrey Andreev | 1 | -2/+0 | |
2021-02-04 | [ci skip] Merge pull request #6013 from 1stwebdesigns/new_branch | Andrey Andreev | 1 | -1/+1 | |
Fix Flashdata time comparison for PHP 8 | |||||
2021-01-22 | Replace travis-ci to github actions for php8.0 | sapics | 7 | -130/+127 | |
2021-01-16 | Fix error in pdo/pgsql for php8.0 | sapics | 2 | -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-16 | Fix error in core/Output.php for php8.0 | sapics | 1 | -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-15 | Fix Flashdata time comparison for PHP 8 | 1st WebDesigns | 1 | -1/+1 | |
2021-01-05 | [ci skip] Close #5973 | Andrey Andreev | 1 | -1/+1 | |
2021-01-05 | [ci skip] Close #5973 | Andrey Andreev | 1 | -1/+1 | |
2021-01-05 | [ci skip] Merge pull request #5980 from devnetkc/docs-5761 | Andrey Andreev | 1 | -0/+1 | |
chore: Add to main readme contribute guide link | |||||
2021-01-05 | [ci skip] Merge pull request #5980 from devnetkc/docs-5761 | Andrey Andreev | 1 | -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 Andreev | 2 | -2/+2 | |
(related: issue #5982, PR #5983) | |||||
2021-01-05 | [ci skip] Close #6005: Fix typos in email helper docs | Andrey Andreev | 1 | -3/+3 | |
2020-10-07 | Update NEWS3.5.0 | Florian Pritz | 1 | -0/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2020-10-07 | API: Update API version to 2.2.0 | Florian Pritz | 4 | -7/+7 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2020-10-07 | API: Only consider public methods as API endpoints | Florian Pritz | 1 | -1/+1 | |
We are not only interested in checking if a method exists here, but really also if it can be called (e.g. if it is public). Private methods should not be considered as potential API endpoints. Before this, private methods could be called, leading to a 500 error due to a call to the private method. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2020-10-07 | API: Add `minimum-id-length` post parameter | Simon Schuster | 6 | -21/+114 | |
This parameter controls the generated id for files (file/upload) and multipastes (file/create_multipaste). The post parameter has to be a positive integer value >= 2. Changes by Florian Pritz: - minor style and typo fixes - NEWS entry - check expected error reply content in tests Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2020-10-07 | docker: Fix python binary | Simon Schuster | 1 | -0/+1 | |
Filebin unconditionally expects a 'python' command to be in path that is compatible with the installed pygments library. For alpine, this means a python3 binary. Therefore, we symlink /usr/bin/python3 to /usr/bin/python. | |||||
2020-09-20 | docker: Always regenerated config files on container startup | Florian Pritz | 2 | -15/+11 | |
We should really regenerate the configs, run migrations and hooks during each container startup. Otherwise you really can't update anything at all. The only thing that we do not do multiple times is adding the admin user, but the add_user method already checks for that and simply displayed an error. Hiding that error is probably not worth the effort so we just add a quick explanatory comment before the potential error. Signed-off-by: Florian Pritz <bluewind@xinu.at> |