Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-29 | feat(PHP8.2): Fix deprecated string interpolation | Florian Pritz | 8 | -18/+18 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2023-01-29 | Merge remote-tracking branch 'upstream/develop' into dev | Florian Pritz | 124 | -6200/+1418 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2023-01-29 | feat(PHP8.2): Fix dynamic properties deprecation warnings | Florian Pritz | 6 | -0/+9 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2023-01-26 | Fixes #6175 | George Petculescu | 1 | -2/+2 | |
This was introduced via #3752. | |||||
2022-12-01 | Fixes #6169 | George Petculescu | 1 | -1/+1 | |
2022-12-01 | Fixes #6174 | George Petculescu | 2 | -3/+5 | |
Improves Log_test::test_configuration() test | |||||
2022-12-01 | Merge pull request #6155 from sashashura/patch-1 | George Petculescu | 1 | -0/+3 | |
GitHub Workflows security hardening | |||||
2022-12-01 | [ci skip] Merge pull request #6176 from ↵ | George Petculescu | 1 | -3/+3 | |
tenzap/testfixassertMatchesRegularExpression Adapt unit tests so as not to fail with PHPUnit 8.5 | |||||
2022-12-01 | [ci skip] Merge pull request #6179 from jedio60/docum-feat1 | George Petculescu | 1 | -1/+1 | |
In the tutorial, fix a bad sentence | |||||
2022-11-27 | In the tutorial, fix a bad sentence | jediodev | 1 | -1/+1 | |
New text is: two methods to view news items: one for [...] and one for [...] Signed-off-by: jediodev <jediodev@gmail.com> | |||||
2022-11-10 | Adapt unit tests so as not to fail with PHPUnit 8.5 | tenzap | 1 | -3/+3 | |
When the phpunit tests are run with phpunit 8.5, they will fail because the test would call assertMatchesRegularExpression which doesn't exists in that version. So check the existence of the method instead of checking the class 'PHPUnit_Runner_Version'. | |||||
2022-11-06 | Merge pull request #6150 from orionstar/develop | George Petculescu | 3 | -6/+6 | |
fixes #6149 + removing deprecated variable variables in general | |||||
2022-08-29 | Update test-phpunit.yml | Alex | 1 | -0/+3 | |
2022-07-24 | fixes #6149 | László Bóra | 3 | -6/+6 | |
remove deprecated variable variables / string interpolation in variable names | |||||
2022-07-10 | docs: Update Android client repo URL | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2022-06-27 | Merge pull request #6140 from Mouerr/develop | George Petculescu | 2 | -3/+4 | |
Bug Fix: [cookie_helper.php] set_cookie was missing sameSite argument | |||||
2022-06-26 | fix(docker): Update alpine image and php packages | Florian Pritz | 1 | -3/+3 | |
Build is broken without this. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2022-06-26 | Fixes #6141 | George Petculescu | 1 | -1/+1 | |
2022-06-26 | fix(composer.json): Update required PHP version to 7.0 | Florian Pritz | 1 | -1/+1 | |
Should have been part of 37bd983bf0cc956a6c814f161bec1061e9cc9572 Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2022-06-26 | docs: Fix typo | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2022-06-21 | Bug Fix: [cookie_helper.php] set_cookie was missing sameSite argument | Mouad Err | 2 | -3/+4 | |
2022-04-10 | Release 4.0.04.0.0 | Florian Pritz | 1 | -0/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2022-04-10 | chore: Update composer.lock | Florian Pritz | 1 | -33/+33 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2022-04-10 | fix(multipaste): Handle missing items in multipaste queue | Florian Pritz | 2 | -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-10 | feat(PHP8.1): Fix float to int conversion precision loss | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2022-04-10 | feat(PHP8.1): Add null-checks | Florian Pritz | 3 | -3/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2022-04-10 | feat(PHP8.1)!: Fix deprecated null arguments | Florian Pritz | 3 | -2/+4 | |
BREAKING CHANGE: Syntax raises minimal PHP version to 7.0 Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2022-04-10 | Merge remote-tracking branch 'upstream/3.1-stable' into dev | Florian Pritz | 178 | -219/+534 | |
2022-04-10 | NEWS: Fix missing release version | Florian Pritz | 1 | -0/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2022-03-03 | [ci skip] Minor formatting fix in changelog | Andrey Andreev | 1 | -1/+0 | |
2022-03-03 | Merge branch '3.1-stable' into develop | Andrey Andreev | 5 | -2/+28 | |
2022-03-03 | [ci skip] Doc updates for 3.1.13 start and changelog entry for #6107 | Andrey Andreev | 6 | -4/+31 | |
2022-03-03 | [ci skip] Remove epub-related stuff from build-release script | Andrey Andreev | 1 | -1/+1 | |
2022-03-03 | [ci skip] Merge pull request #6107 from ducng99/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Fix SessionUpdateTimestampHandlerInterface name | |||||
2022-03-03 | [ci skip] Merge pull request #6107 from ducng99/patch-1 | Andrey Andreev | 1 | -1/+1 | |
Fix SessionUpdateTimestampHandlerInterface name | |||||
2022-03-03 | Fix SessionUpdateTimestampHandlerInterface name | Thomas Nguyen | 1 | -1/+1 | |
2022-03-03 | Merge branch '3.1-stable' into develop | Andrey Andreev | 172 | -193/+492 | |
2022-03-02 | [ci skip] Misc. maintenance | Andrey Andreev | 2 | -15/+5 | |
2022-03-02 | [ci skip] Update copyright notices | Andrey Andreev | 173 | -201/+366 | |
2022-03-02 | [ci skip] Fix #6103 | Andrey Andreev | 1 | -1/+1 | |
2022-02-22 | [ci skip] SessionUpdateTimestampHandlerInterface | Andrey Andreev | 10 | -11/+164 | |
2022-02-21 | [ci skip] Merge pull request #6102 from maxiwheat/develop | Andrey Andreev | 1 | -1/+1 | |
Fix method _is_conn() in Ftp library | |||||
2022-02-21 | [ci skip] Merge pull request #6102 from maxiwheat/develop | Andrey Andreev | 1 | -1/+1 | |
Fix method _is_conn() in Ftp library | |||||
2022-02-17 | Fix method _is_conn() in Ftp library, was returning incorrect result for ↵ | Philippe Meunier | 1 | -1/+1 | |
valid connection making it impossible to use FTP | |||||
2022-02-13 | [ci skip] Merge pull request #6100 from svennd/develop | Andrey Andreev | 1 | -2/+2 | |
profiler.php PHP 8.1 deprecation notice | |||||
2022-02-13 | [ci skip] Merge pull request #6100 from svennd/develop | Andrey Andreev | 1 | -2/+2 | |
profiler.php PHP 8.1 deprecation notice | |||||
2022-02-12 | feedback from narfbg | Svennd | 1 | -2/+2 | |
2022-02-11 | required spaces around cast | Svennd | 1 | -2/+2 | |
2022-02-11 | Merge branch '3.1-stable' into develop | Andrey Andreev | 3 | -2/+2 | |
2022-02-11 | [ci skip] chmod -x index.php (fix #6101) | Andrey Andreev | 1 | -0/+0 | |