Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-29 | Merge remote-tracking branch 'upstream/develop' into dev | Florian Pritz | 26 | -245/+143 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2022-07-10 | docs: Update Android client repo URL | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2022-04-10 | fix(multipaste): Handle missing items in multipaste queue | Florian Pritz | 1 | -0/+5 | |
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 | 1 | -1/+1 | |
BREAKING CHANGE: Syntax raises minimal PHP version to 7.0 Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2022-01-09 | Merge remote-tracking branch 'upstream/3.1-stable' into dev | Florian Pritz | 2 | -4/+11 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2022-01-05 | Drop option to disable Query Builder | Andrey Andreev | 1 | -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-05 | Polish changes from PR #5684 and drop ['log_file_extension']; ref #5648 | Andrey Andreev | 1 | -16/+2 | |
2022-01-05 | Merge pull request #5684 from jonsmith1982/develop | Andrey Andreev | 1 | -0/+11 | |
partially fixes #5648 | |||||
2022-01-05 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -2/+2 | |
2022-01-05 | [ci skip] Another minor grammar correction following #5690 | Andrey Andreev | 1 | -2/+2 | |
2022-01-05 | [ci skip] Merge pull request #5690 from Lohith94/develop | Andrey Andreev | 1 | -3/+3 | |
Corrected some grammar | |||||
2022-01-05 | [ci skip] Merge pull request #5690 from Lohith94/develop | Andrey Andreev | 1 | -3/+3 | |
Corrected some grammar | |||||
2022-01-05 | Merge branch '3.1-stable' into develop | Andrey Andreev | 1 | -0/+5 | |
2022-01-05 | Add SameSite cookie support to Session library | Andrey Andreev | 1 | -0/+5 | |
2022-01-05 | Merge pull request #6025 from gxgpet/develop | Andrey Andreev | 1 | -0/+2 | |
SameSite attribute implementation for CI_Input::set_cookie | |||||
2022-01-05 | Merge pull request #6025 from gxgpet/develop | Andrey Andreev | 1 | -0/+2 | |
SameSite attribute implementation for CI_Input::set_cookie | |||||
2021-12-20 | [ci skip] Merge pull request #6071 from ddonatek/patch-1 | George Petculescu | 1 | -1/+1 | |
Added another SVG mimetype | |||||
2021-11-02 | Added another SVG mimetype | ddonatek | 1 | -1/+1 | |
Some MIME detection programs/libraries identify SVG files without `<?xml ...?>` declaration as `image/svg` | |||||
2021-04-11 | Copy filename when repasting file | Florian Pritz | 2 | -1/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2021-04-11 | Add links to new android client | Florian Pritz | 1 | -0/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2021-03-14 | Dropping the possibility that samesite cookie attribute won't be sent; ↵ | George Petculescu | 1 | -1/+1 | |
defaults to Lax; all samesite values are ucfirst'ed; log for SameSite=None non-secure cookies | |||||
2021-02-28 | Initial implementation of samesite for CI_Input::set_cookie | George Petculescu | 1 | -0/+2 | |
2021-02-21 | Pygments: Add json and crystal filename extensions | Florian Pritz | 1 | -0/+2 | |
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 | 1 | -0/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2021-02-21 | PHP8: Merge remote-tracking branch 'upstream/3.1-stable' into dev | Florian Pritz | 8 | -12/+22 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2020-10-07 | API: Update API version to 2.2.0 | Florian Pritz | 1 | -1/+1 | |
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 | 3 | -2/+82 | |
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-07-09 | [ci skip] Merge pull request #5970 from sapics/fix/user-guide-url | Andrey Andreev | 8 | -11/+13 | |
Fix user guide url | |||||
2020-07-09 | [ci skip] Merge pull request #5970 from sapics/fix/user-guide-url | Andrey Andreev | 6 | -9/+9 | |
Fix user guide url | |||||
2020-07-09 | [ci skip] Merge pull request #5922 from robsonpiere/develop | Andrey Andreev | 1 | -1/+2 | |
Add UptimeRobot user agent | |||||
2020-07-09 | [ci skip] Merge pull request #5922 from robsonpiere/develop | Andrey Andreev | 1 | -1/+2 | |
Add UptimeRobot user agent | |||||
2020-06-24 | Fix user guide url | sapics | 6 | -9/+9 | |
Replace from https://codeigniter.com/user_guide/* to https://codeigniter.com/userguide3/* | |||||
2020-04-19 | Reclassify various exceptions as InsufficientPermissionsException | Florian Pritz | 2 | -2/+2 | |
That way they get the correct HTTP status code and they also get ignored by the logging code. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2020-04-19 | Reclassify various exceptions as UserInputException | Florian Pritz | 4 | -15/+15 | |
These are errors that a user can correct themselves so we should classify them accordingly. That way they get the correct HTTP status code and they also get ignored by the logging code. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2020-03-30 | [ci skip] Merge pull request #5918 from wobility/patch-1 | Andrey Andreev | 1 | -0/+2 | |
Update with heic format | |||||
2020-03-30 | [ci skip] Merge pull request #5918 from wobility/patch-1 | Andrey Andreev | 1 | -0/+2 | |
Update with heic format | |||||
2020-03-30 | [ci skip] Merge pull request #5907 from pkarunyu/develop | Andrey Andreev | 1 | -2/+2 | |
Fixed double spacing in mimes.php | |||||
2020-03-03 | Add UptimeRobot user agent | Robson Piere | 1 | -1/+2 | |
Add UptimeRobot user agent, a free website monitor. https://uptimerobot.com/ | |||||
2020-02-29 | Update with heic format | Wobility | 1 | -0/+2 | |
Add heic and heif format for Apple file. | |||||
2020-02-15 | Fixed double spacing. | Peter Karunyu | 1 | -2/+2 | |
2020-02-09 | Fix error when repasting non-existent ID | Florian Pritz | 1 | -4/+5 | |
We shouldn't treat a possibly boolean value as an array (`$filedata["data_id"]`). Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2020-01-25 | inserted required attribute in html tag | Francisco Javier Llanquipichun Garcia | 17 | -17/+17 | |
Signed-off-by: Francisco Javier Llanquipichun Garcia <francisco.llanquipichun@gmail.com> | |||||
2020-01-15 | Link to OpenSUSE client repository by Moritz Wilhelmy | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2019-12-07 | ExceptionHandler: Fix null object array access error | Florian Pritz | 1 | -1/+1 | |
Not sure why, but this only started to happen with php 7.4. Should be fixed anyways so I didn't investigate further. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2019-12-06 | Fix deprecated array access syntax with {} | Florian Pritz | 1 | -1/+1 | |
This leads to a deprecation warning as of php 7.4. Signed-off-by: Florian Pritz <bluewind@xinu.at> |