Age | Commit message (Expand) | Author | Files | Lines |
2015-09-20 | postgres: Adapt MySQL query for thumbnail history | Florian Pritz | 1 | -3/+3 |
2015-09-20 | Implement migration 14 for postgres | Florian Pritz | 1 | -2/+7 |
2015-09-20 | API 2.1: Add thumbnail link to history | Florian Pritz | 1 | -0/+3 |
2015-09-14 | API 2.0: Remove private fields from file/history | Florian Pritz | 3 | -0/+116 |
2015-09-14 | API 1.4: Add more values to file/get_config | Florian Pritz | 2 | -2/+3 |
2015-08-18 | claim_id: Support multiple upload batches | Florian Pritz | 1 | -5/+13 |
2015-08-18 | Fix redirect URI when using multiple tabs | Florian Pritz | 1 | -7/+12 |
2015-08-10 | Increase thumbnail cache ttl | Florian Pritz | 1 | -1/+2 |
2015-08-09 | Improve performance of thumbnail history | Florian Pritz | 1 | -1/+1 |
2015-08-04 | Add audio and video players to multipastes | Florian Pritz | 1 | -1/+4 |
2015-08-02 | Add PLS playlist support for multipastes | Florian Pritz | 1 | -0/+31 |
2015-06-05 | Keep email reset keys after use | Florian Pritz | 1 | -2/+0 |
2015-06-05 | Allow users to change their email | Florian Pritz | 1 | -2/+132 |
2015-06-04 | Refactor exception handling into dedicated class | Florian Pritz | 2 | -2/+2 |
2015-06-01 | Allow stderr for pygments | Florian Pritz | 1 | -1/+0 |
2015-05-28 | Improve running of external commands | Florian Pritz | 1 | -11/+16 |
2015-05-28 | Execute scripts directly | Florian Pritz | 1 | -1/+1 |
2015-05-22 | Fix incorrect EXIF orientation on thumbnail history0.9.1 | Florian Pritz | 1 | -1/+1 |
2015-05-21 | \c\file::clean_stale_files: Increase robustness | Florian Pritz | 1 | -3/+7 |
2015-05-21 | Clarify variable usage in \c\tools->test | Florian Pritz | 1 | -1/+1 |
2015-05-21 | tests: Rework database handling | Florian Pritz | 1 | -2/+2 |
2015-05-21 | tests: Make prove --state work; Restructure tests | Florian Pritz | 1 | -2/+5 |
2015-05-21 | Support multiple files with the same hash | Florian Pritz | 1 | -34/+42 |
2015-05-03 | c/tools: Make non-cli request error public | Florian Pritz | 1 | -1/+1 |
2015-05-02 | Get supported image types from drivers | Florian Pritz | 1 | -2/+1 |
2015-04-25 | API 1.3.0: Allow multipaste creation for basic access | Florian Pritz | 3 | -3/+3 |
2015-04-18 | Added config option max_invitation_keys | Alexander Finkhäuser | 1 | -1/+1 |
2015-04-09 | Improve title for multipastes | Florian Pritz | 1 | -1/+36 |
2015-04-01 | file/do_websubmit: throw exception rather than assert | Florian Pritz | 1 | -2/+3 |
2015-04-01 | Refactor lexer code into dedicated class | Florian Pritz | 1 | -7/+9 |
2015-03-25 | API 1.2.0: Add user/delete_apikeys endpoint | Florian Pritz | 2 | -1/+28 |
2015-03-09 | Test: Prefix output with testcase name | Florian Pritz | 1 | -0/+1 |
2015-03-08 | Test: Improve exception handling | Florian Pritz | 1 | -4/+16 |
2015-03-08 | api/file/create_multipase: return URL | Florian Pritz | 1 | -1/+1 |
2015-03-08 | Unify file/cron and mfile->valid_id | Florian Pritz | 1 | -24/+19 |
2015-03-08 | test: Fail on exceptions | Florian Pritz | 1 | -0/+1 |
2015-03-02 | Add imagemagick support | Florian Pritz | 1 | -17/+33 |
2015-02-23 | upload_form: Support multiple textareas/files at the same time | Florian Pritz | 1 | -28/+83 |
2015-02-22 | s\files: rename add_file to add_uploaded_file | Florian Pritz | 2 | -2/+2 |
2015-02-19 | Add claiming of multipastes | Florian Pritz | 1 | -5/+6 |
2015-02-15 | c/f/do_upload: simpilfy multipaste creation | Florian Pritz | 1 | -12/+1 |
2015-02-14 | Use assoc array for service/user/apikeys | Florian Pritz | 1 | -1/+1 |
2015-02-14 | Fix typo in error message | Florian Pritz | 1 | -1/+1 |
2015-02-14 | Unify exceptions for unknown/invalid endpoints | Florian Pritz | 1 | -4/+4 |
2015-02-10 | api: Require the version to start with v | Florian Pritz | 1 | -0/+7 |
2015-02-08 | run-tests.sh: Clean up old database before running tests | Florian Pritz | 1 | -0/+4 |
2015-02-05 | Add simple testsuite | Florian Pritz | 1 | -0/+37 |
2015-02-03 | lib/Image->get: check if ob_get_clean worked | Florian Pritz | 1 | -5/+0 |
2015-02-03 | Use exceptions instead of show_error | Florian Pritz | 3 | -17/+19 |
2015-02-03 | api: implement file/create_multipaste | Florian Pritz | 2 | -46/+13 |