summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2022-06-26fix(composer.json): Update required PHP version to 7.0Florian Pritz1-1/+1
Should have been part of 37bd983bf0cc956a6c814f161bec1061e9cc9572 Signed-off-by: Florian Pritz <bluewind@xinu.at>
2022-06-26docs: Fix typoFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2022-04-10Release 4.0.04.0.0Florian Pritz1-0/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2022-04-10chore: Update composer.lockFlorian Pritz1-33/+33
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2022-04-10fix(multipaste): Handle missing items in multipaste queueFlorian Pritz2-0/+6
This fixes an exception if the multipaste queue contains an item that does not exist any more, e.g. because it has been deleted after it was added to the queue. `Exception 1/1 'ErrorException' with message 'Trying to access array offset on value of type bool' in /srv/http/filebin/application/controllers/file/Multipaste.php:103` Signed-off-by: Florian Pritz <bluewind@xinu.at>
2022-04-10feat(PHP8.1): Fix float to int conversion precision lossFlorian Pritz1-2/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2022-04-10feat(PHP8.1): Add null-checksFlorian Pritz3-3/+3
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2022-04-10feat(PHP8.1)!: Fix deprecated null argumentsFlorian Pritz3-2/+4
BREAKING CHANGE: Syntax raises minimal PHP version to 7.0 Signed-off-by: Florian Pritz <bluewind@xinu.at>
2022-04-10Merge remote-tracking branch 'upstream/3.1-stable' into devFlorian Pritz178-219/+534
2022-04-10NEWS: Fix missing release versionFlorian Pritz1-0/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2022-03-03[ci skip] Minor formatting fix in changelogAndrey Andreev1-1/+0
2022-03-03[ci skip] Doc updates for 3.1.13 start and changelog entry for #6107Andrey Andreev6-4/+31
2022-03-03[ci skip] Remove epub-related stuff from build-release scriptAndrey Andreev1-1/+1
2022-03-03[ci skip] Merge pull request #6107 from ducng99/patch-1Andrey Andreev1-1/+1
Fix SessionUpdateTimestampHandlerInterface name
2022-03-02[ci skip] Misc. maintenanceAndrey Andreev2-15/+5
2022-03-02[ci skip] Update copyright noticesAndrey Andreev173-201/+366
2022-03-02[ci skip] Fix #6103Andrey Andreev1-1/+1
2022-02-22[ci skip] SessionUpdateTimestampHandlerInterfaceAndrey Andreev10-11/+164
2022-02-21[ci skip] Merge pull request #6102 from maxiwheat/developAndrey Andreev1-1/+1
Fix method _is_conn() in Ftp library
2022-02-13[ci skip] Merge pull request #6100 from svennd/developAndrey Andreev1-2/+2
profiler.php PHP 8.1 deprecation notice
2022-02-11[ci skip] chmod -x index.php (fix #6101)Andrey Andreev1-0/+0
2022-02-11[ci skip] Merge pull request #6098 from totoprayogo1916/indent-whitespacesAndrey Andreev5-5/+2
Minor indentation & whitespace corrections
2022-02-11[ci skip] Merge pull request #6096 from jamieburchell/patch-1Andrey Andreev1-1/+1
Fix passing NULL to setcookie() value parameter triggering a PHP 8.1 deprecation notice
2022-02-04Fix passing NULL to setcookie value parameterJamie Burchell1-1/+1
Fixes Passing null to parameter #2 ($value) of type string is deprecated
2022-02-03Merge pull request #6092 from jamieburchell/patch-2Andrey Andreev1-1/+1
Fix PHP 8.1 deprecation in DB_utility.php
2022-02-01Typecast to stringJamie Burchell1-5/+1
2022-02-01Fix PHP 8.1 deprecationJamie Burchell1-0/+4
2022-02-01Merge pull request #6090 from jamieburchell/patch-1Andrey Andreev1-1/+1
Default $final_output to string instead of NULL for PHP 8.1 compatibility
2022-01-15[ci skip] Fix a coding typo from 1a2651040ef701e750b1c13cd69cc70814b079d0Andrey Andreev1-1/+1
2022-01-09Remove github actionsFlorian Pritz1-119/+0
Those were merged from codeigniter and are not used by us Signed-off-by: Florian Pritz <bluewind@xinu.at>
2022-01-09Update NEWS3.6.2Florian Pritz1-0/+4
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2022-01-09Merge remote-tracking branch 'upstream/3.1-stable' into devFlorian Pritz35-103/+630
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2022-01-09Set error_reporting=E_ALL for unit testsAndrey Andreev1-1/+1
2022-01-08[ci skip] Add changelog entry for #5729Andrey Andreev1-0/+1
2022-01-08[ci skip] Merge pull request #5729 from emrulmax2/patch-1Andrey Andreev1-0/+1
NOT BETWEEN syntax error DB where() issue solved
2022-01-08.gitignore tests/mocks/database/ci_test.sqliteAndrey Andreev2-0/+1
2022-01-08[ci skip] Attempt to hack SameSite into session_set_cookie_params() pre-PHP7.3Andrey Andreev1-1/+1
2022-01-08[ci skip] Actually use the Session wrapper (ref #6078)Andrey Andreev1-7/+7
2022-01-08[ci skip] Fix CI_Session_driver_interface for PHP 5 (ref #6078)Andrey Andreev1-1/+1
2022-01-07[ci skip] Fix #6083Andrey Andreev1-1/+1
2022-01-05[ci skip] Suggest random_bytes() over random_string() (fix #3432)Andrey Andreev1-1/+4
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 #5896 from ytetsuro/patch-3Andrey Andreev1-0/+10
fix too many connection for oracle
2022-01-05Add SameSite cookie support to Session libraryAndrey Andreev5-21/+94
2022-01-05Polish changes from PR #6025Andrey Andreev1-17/+22
2022-01-05Merge pull request #6025 from gxgpet/developAndrey Andreev4-12/+54
SameSite attribute implementation for CI_Input::set_cookie
2022-01-05[ci skip] Update test cmd in build scriptAndrey Andreev2-2/+1
2022-01-05Bye Travis, Hello GH ActionsAndrey Andreev8-141/+141
2022-01-05Fix some minor PHP 8.1 deprecation warningsAndrey Andreev6-12/+11