Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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> | |||||
2019-09-27 | upload_history_thumbnails: Remove broken PDF thumbnails | Florian Pritz | 1 | -1/+0 | |
PDF thumbnail support has been removed by 98f7c65dddf0667f1a0462e08be9e6273ce658fb, but this has been left. The thumbnails are not generated so the images show up empty. Fix it by simply not listing them in the first place. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2019-09-27 | Merge tag '3.1.11' of git://github.com/bcit-ci/CodeIgniter into dev | Florian Pritz | 3 | -7/+19 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2019-08-13 | [ci skip] Merge pull request #5815 from kamaslau/patch-2 | Andrey Andreev | 1 | -1/+1 | |
Fix .aac file mime type | |||||
2019-08-13 | [ci skip] Merge pull request #5808 from harrysrevis/develop | Andrey Andreev | 1 | -6/+17 | |
Correct / Added characters | |||||
2019-06-14 | Update Gentoo overlay info link | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2019-05-21 | Allow data URLs in CSP header | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2019-05-15 | Pygments: Skip lexers that do not have names | Florian Pritz | 1 | -0/+3 | |
With pygments 2.4.0 at least VBScript doesn't have a name and thus causes an exception when the first name should be used. We use the name to tell pygmentize which lexer to use so listing a lexer that doesn't have a name doesn't work and thus there is no point in showing it in the list. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2019-04-01 | [ci skip] Merge pull request #5725 from Lablnet/patch-1 | Andrey Andreev | 1 | -0/+1 | |
Added Meizu agent in Manufacturers | |||||
2019-01-28 | Disable CSRF token regeneration for multipaste AJAX | Florian Pritz | 1 | -0/+5 | |
If regeneration is on, the token is recreated after the first AJAX submit and subsequent ajax submits or normal form submits break. By disabling it here, we limit potential security issues to only this page, but it also only works if the user does not submit any other forms while they are on the AJAX page. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2019-01-28 | Merge tag '3.1.10' of git://github.com/bcit-ci/CodeIgniter into dev | Florian Pritz | 2 | -1/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2019-01-15 | Merge pull request #5676 from albertleao/albertleao-patch-1 | Andrey Andreev | 1 | -0/+1 | |
Added mobile google bot to user agents | |||||
2018-12-31 | Stop making PDF thumbnails with imagemagick | Florian Pritz | 2 | -8/+17 | |
Arch Linux disables PDF support in imagemagick due to security concerns. This results in broken thumbnails for PDF files. By disabling it we just get the normal file list which should be fine too. If necessary this could be extended to be configurable, but I don't think doing that is necessary. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-09-24 | Move JSON code to API class | Florian Pritz | 2 | -31/+30 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-09-24 | Move etag handling to Main class | Florian Pritz | 2 | -26/+26 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-09-24 | Remove unnecessary set of MB encoding | Florian Pritz | 1 | -1/+0 | |
There are no more MB related functions used in the application code base so this can go away. It was used by the plain text API which has been removed in v2.0.0. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-09-24 | Remove unused length field when passing upload history to view | Florian Pritz | 1 | -4/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-09-24 | Remove unused mb_str_pad function | Florian Pritz | 2 | -55/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-09-24 | Remove unused even_odd function | Florian Pritz | 2 | -23/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-09-24 | Remove unused get_max_size endpoint | Florian Pritz | 1 | -7/+0 | |
This should be have been removed in v2.0.0 with the removal of the plain text API. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-09-19 | Fix procrunner test_forbid_stderr3.3.0 | Florian Pritz | 1 | -3/+3 | |
Apparently python 3.7 now prints '(null)' instead of 'python', so let's use bash for this test. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-08-22 | [ci skip] Close #5513 | Andrey Andreev | 1 | -1/+1 | |
2018-08-12 | Disable slash escaping when reformating json | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-08-12 | Make reformat_json more readable | Florian Pritz | 1 | -16/+22 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-07-23 | Merge branch 'raphaelm-patch-1' into dev | Florian Pritz | 2 | -4/+21 | |
2018-07-23 | LDAP: Allow optional filtering of allowed users | Raphael Michel | 2 | -3/+13 | |
2018-07-23 | LDAP: Allow optional binding/authentication | Raphael Michel | 2 | -1/+8 | |
2018-07-18 | Use transaction when adding file | Florian Pritz | 1 | -0/+2 | |
This helps when the upload_path is not writable. Without the transaction we get stale records in the db that then cause errors because the file can't be found. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-06-28 | Fix order of c and cast extensions | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-06-28 | Add .go extension for go | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-06-14 | Merge tag '3.1.9' of git://github.com/bcit-ci/CodeIgniter into dev | Florian Pritz | 2 | -2/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-06-14 | Add cli user deletion | Florian Pritz | 2 | -0/+19 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-06-14 | Document cli user/add_user | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-06-14 | Refactor user deletion to work without password | Florian Pritz | 1 | -23/+36 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-06-04 | [ci skip] Merge pull request #5512 from gxgpet/develop | Andrey Andreev | 1 | -1/+2 | |
mimes.php: 7z file types changes | |||||
2018-06-01 | Fix overflow of text in upload_form | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-06-01 | Mention .cast extension on upload_form | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-06-01 | service/files: Add missing namespace for Recursive*Iterator | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-06-01 | file/cron: Fix call to undefined method clean_multipaste_tarballs | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-19 | Test result of delete_invitation_key | Florian Pritz | 1 | -6/+10 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-19 | Document invitation key creation/deletion methods | Florian Pritz | 1 | -0/+11 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-18 | Add invitation key deletion | Florian Pritz | 4 | -0/+90 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-18 | Extract invitation key creation to \service\user | Florian Pritz | 2 | -19/+27 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-03 | Move cleanup code from controller to \service\files | Florian Pritz | 2 | -95/+101 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-03 | file/clean_stale_files: Refactor into multiple methods | Florian Pritz | 1 | -2/+10 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-03 | Update CLI usage | Florian Pritz | 1 | -1/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-03 | file/clean_stale_files: Remove multipaste tarballs | Florian Pritz | 1 | -2/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-03 | file/clean_stale_files: Remove database entries without files | Florian Pritz | 1 | -0/+19 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-03 | file/cron: Refactor multipaste tarball clean code into new method | Florian Pritz | 1 | -17/+22 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-05-03 | Add .cast extension for asciinema | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> |