Age | Commit message (Expand) | Author | Files | Lines |
2016-11-05 | Remove plaintext API deprecation warning | Florian Pritz | 1 | -9/+0 |
2016-11-05 | Remove cli client only functions | Florian Pritz | 1 | -32/+0 |
2016-11-05 | Remove special handling of cli clients | Florian Pritz | 2 | -26/+2 |
2016-11-05 | Drop file_plaintext views | Florian Pritz | 1 | -5/+1 |
2016-11-01 | Fix missing / in redirect after creating multipaste via webui | Florian Pritz | 1 | -1/+1 |
2016-11-01 | Allow creation of multipastes from upload history | Florian Pritz | 1 | -0/+34 |
2016-11-01 | Add multipaste queue | Florian Pritz | 1 | -0/+113 |
2016-10-31 | Copy api/v1/user to api/v2/user | Florian Pritz | 1 | -2/+65 |
2016-10-31 | Remove call to undefined function File_default->client() | Florian Pritz | 1 | -3/+0 |
2016-09-19 | Improve plaintext API deprecation warning | Florian Pritz | 1 | -1/+3 |
2016-09-19 | Extract tooltip function into \service\files | Florian Pritz | 1 | -28/+2 |
2016-09-19 | Move file controller into subdir | Florian Pritz | 1 | -1/+1 |
2016-08-25 | Move client documentation to fron page | Florian Pritz | 1 | -26/+7 |
2016-08-21 | Display deprecation warning for files uploaded via plain text API | Florian Pritz | 1 | -0/+7 |
2016-08-21 | Allow users to delete their accounts | Florian Pritz | 1 | -0/+61 |
2016-08-21 | mfile->add_file: Take userid via argument | Florian Pritz | 3 | -6/+12 |
2016-08-20 | tests: Use one webserver per testcase | Florian Pritz | 1 | -3/+1 |
2016-08-20 | Decouple output_cache from CI for easier testing | Florian Pritz | 1 | -14/+14 |
2016-08-01 | Create Clover coverage report | Florian Pritz | 1 | -3/+3 |
2016-07-31 | Add code coverage output | Florian Pritz | 1 | -0/+17 |
2016-07-29 | Return 403 instead of 401 for missing authentication | Florian Pritz | 1 | -1/+1 |
2016-07-14 | muser: Add add_user function | Florian Pritz | 1 | -14/+2 |
2016-07-14 | controller/user: Use our function for email verifcation | Florian Pritz | 1 | -2/+1 |
2016-07-14 | Move username/email validation functions to muser | Florian Pritz | 1 | -29/+4 |
2016-07-14 | Fix incorrect username validation0.9.17 | Florian Pritz | 1 | -1/+1 |
2016-07-13 | Fix missing empty lines in chromium when copying code | Florian Pritz | 1 | -2/+6 |
2016-07-13 | Fix double linebreaks when copying code in firefox | Florian Pritz | 1 | -3/+3 |
2016-07-13 | Throw public exception when accessing CLI only functions | Florian Pritz | 3 | -9/+7 |
2016-07-13 | controllers/user: Deduplicate email verification | Florian Pritz | 1 | -5/+14 |
2016-07-13 | controllers/user: Deduplicate username verification | Florian Pritz | 1 | -2/+15 |
2016-07-13 | Remove duplicate TODO for supporting multiple type for thumbnails | Florian Pritz | 1 | -1/+0 |
2016-07-12 | Add asciinema support | Florian Pritz | 1 | -3/+7 |
2016-07-04 | Add popover with filenames of multipaste to history | Florian Pritz | 1 | -0/+20 |
2016-07-04 | service\files->get_multipaste_history: Add sort order from DB | Florian Pritz | 2 | -1/+10 |
2016-07-04 | file/history: Add support to display preview of entries on hover | Florian Pritz | 1 | -0/+5 |
2016-07-04 | Update API v2 version info to 2.1.0 | Florian Pritz | 1 | -1/+1 |
2016-06-12 | Switch to PHP based markdown renderer (parsedown) | Florian Pritz | 1 | -4/+6 |
2016-06-09 | Use PHP library for QR codes | Florian Pritz | 1 | -1/+5 |
2016-06-07 | file/download: Delete invalid multipastes | Florian Pritz | 1 | -0/+1 |
2016-06-05 | Fix redirect on login after registering new account | Florian Pritz | 1 | -0/+2 |
2016-04-01 | muser: Add set_password | Florian Pritz | 1 | -4/+1 |
2015-11-02 | view/client: Hardcode URLs | Florian Pritz | 1 | -3/+0 |
2015-09-28 | Fix login redirect with multipate URL | Florian Pritz | 1 | -1/+1 |
2015-09-26 | f/cron: Fix missing field when deleting unowned uploads | Florian Pritz | 1 | -2/+3 |
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 |