Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-05-03 | c/tools: Make non-cli request error public | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-02 | Get supported image types from drivers | Florian Pritz | 1 | -2/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-04-25 | API 1.3.0: Allow multipaste creation for basic access | Florian Pritz | 3 | -3/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
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 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-04-01 | file/do_websubmit: throw exception rather than assert | Florian Pritz | 1 | -2/+3 | |
An assert is actually wrong for user input. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-04-01 | Refactor lexer code into dedicated class | Florian Pritz | 1 | -7/+9 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-03-25 | API 1.2.0: Add user/delete_apikeys endpoint | Florian Pritz | 2 | -1/+28 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-03-09 | Test: Prefix output with testcase name | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-03-08 | Test: Improve exception handling | Florian Pritz | 1 | -4/+16 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-03-08 | api/file/create_multipase: return URL | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-03-08 | Unify file/cron and mfile->valid_id | Florian Pritz | 1 | -24/+19 | |
Create a testable function doing all the verification/removal, add tests and use it for both cases. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-03-08 | test: Fail on exceptions | Florian Pritz | 1 | -0/+1 | |
If we don't output a test plan prove will consider the test failed. The destructor would run when an uncaught exception is thrown so don't use a destructor to output the testplan. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-03-02 | Add imagemagick support | Florian Pritz | 1 | -17/+33 | |
Adds additional support for imagemagick if GD doesn't support a file type and extends the files displayed as thumbnails to all images and pdf files. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-02-23 | upload_form: Support multiple textareas/files at the same time | Florian Pritz | 1 | -28/+83 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-02-22 | s\files: rename add_file to add_uploaded_file | Florian Pritz | 2 | -2/+2 | |
It doesn't add any file so it should have that name. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-02-19 | Add claiming of multipastes | Florian Pritz | 1 | -5/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-02-15 | c/f/do_upload: simpilfy multipaste creation | Florian Pritz | 1 | -12/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-02-14 | Use assoc array for service/user/apikeys | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-02-14 | Fix typo in error message | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-02-14 | Unify exceptions for unknown/invalid endpoints | Florian Pritz | 1 | -4/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-02-10 | api: Require the version to start with v | Florian Pritz | 1 | -0/+7 | |
Makes the URL easier to understand (especially the v1 case). Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-02-08 | run-tests.sh: Clean up old database before running tests | Florian Pritz | 1 | -0/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-02-05 | Add simple testsuite | Florian Pritz | 1 | -0/+37 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-02-03 | lib/Image->get: check if ob_get_clean worked | Florian Pritz | 1 | -5/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-02-03 | Use exceptions instead of show_error | Florian Pritz | 3 | -17/+19 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-02-03 | api: implement file/create_multipaste | Florian Pritz | 2 | -46/+13 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-02-03 | api: implement file/delete | Florian Pritz | 2 | -49/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-02-03 | Remove unstable json api | Florian Pritz | 2 | -29/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-02-03 | Improve general exception handling | Florian Pritz | 1 | -0/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-02-03 | api: handle json reply in api controller | Florian Pritz | 3 | -9/+9 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-02-03 | implement api/user/create_apikey | Florian Pritz | 1 | -2/+12 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-02-03 | Rework error handling in upload validator | Florian Pritz | 2 | -17/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-02-02 | Rework api error handling | Florian Pritz | 2 | -31/+35 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-01-16 | add some TODOs | Florian Pritz | 2 | -1/+7 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-01-16 | fix multipaste in service/history | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-01-16 | add initial user api | Florian Pritz | 2 | -39/+27 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-01-16 | add max_files_per_request to api/file/get_config | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-01-16 | improve api errors | Florian Pritz | 2 | -6/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-01-16 | Fix error in file/upload_history | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-01-16 | Improve history api for multipastes | Florian Pritz | 1 | -0/+16 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-01-16 | add missing files | Florian Pritz | 2 | -0/+88 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-01-16 | misc | Florian Pritz | 3 | -92/+22 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-01-16 | first go at reworking; needs to be redesigned | Florian Pritz | 4 | -76/+152 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-11-03 | Ignore special dir in clean_stale_files | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-11-02 | Add tarball support to multipastes | Florian Pritz | 1 | -0/+76 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-10-29 | Simplify creation of initial user | Florian Pritz | 1 | -0/+67 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-10-29 | Make email sender configurable | Florian Pritz | 1 | -8/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-10-19 | Clean up the postgres changes | Florian Pritz | 2 | -8/+7 | |
Style cleanup and some regression fixes Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-10-10 | Merge remote-tracking branch 'rafi/master' into rafi | Florian Pritz | 2 | -110/+117 | |