summaryrefslogtreecommitdiffstats
path: root/application/controllers
AgeCommit message (Expand)AuthorFilesLines
2016-11-01Fix missing / in redirect after creating multipaste via webuiFlorian Pritz1-1/+1
2016-11-01Allow creation of multipastes from upload historyFlorian Pritz1-0/+34
2016-11-01Add multipaste queueFlorian Pritz1-0/+113
2016-10-31Copy api/v1/user to api/v2/userFlorian Pritz1-2/+65
2016-10-31Remove call to undefined function File_default->client()Florian Pritz1-3/+0
2016-09-19Improve plaintext API deprecation warningFlorian Pritz1-1/+3
2016-09-19Extract tooltip function into \service\filesFlorian Pritz1-28/+2
2016-09-19Move file controller into subdirFlorian Pritz1-1/+1
2016-08-25Move client documentation to fron pageFlorian Pritz1-26/+7
2016-08-21Display deprecation warning for files uploaded via plain text APIFlorian Pritz1-0/+7
2016-08-21Allow users to delete their accountsFlorian Pritz1-0/+61
2016-08-21mfile->add_file: Take userid via argumentFlorian Pritz3-6/+12
2016-08-20tests: Use one webserver per testcaseFlorian Pritz1-3/+1
2016-08-20Decouple output_cache from CI for easier testingFlorian Pritz1-14/+14
2016-08-01Create Clover coverage reportFlorian Pritz1-3/+3
2016-07-31Add code coverage outputFlorian Pritz1-0/+17
2016-07-29Return 403 instead of 401 for missing authenticationFlorian Pritz1-1/+1
2016-07-14muser: Add add_user functionFlorian Pritz1-14/+2
2016-07-14controller/user: Use our function for email verifcationFlorian Pritz1-2/+1
2016-07-14Move username/email validation functions to muserFlorian Pritz1-29/+4
2016-07-14Fix incorrect username validation0.9.17Florian Pritz1-1/+1
2016-07-13Fix missing empty lines in chromium when copying codeFlorian Pritz1-2/+6
2016-07-13Fix double linebreaks when copying code in firefoxFlorian Pritz1-3/+3
2016-07-13Throw public exception when accessing CLI only functionsFlorian Pritz3-9/+7
2016-07-13controllers/user: Deduplicate email verificationFlorian Pritz1-5/+14
2016-07-13controllers/user: Deduplicate username verificationFlorian Pritz1-2/+15
2016-07-13Remove duplicate TODO for supporting multiple type for thumbnailsFlorian Pritz1-1/+0
2016-07-12Add asciinema supportFlorian Pritz1-3/+7
2016-07-04Add popover with filenames of multipaste to historyFlorian Pritz1-0/+20
2016-07-04service\files->get_multipaste_history: Add sort order from DBFlorian Pritz2-1/+10
2016-07-04file/history: Add support to display preview of entries on hoverFlorian Pritz1-0/+5
2016-07-04Update API v2 version info to 2.1.0Florian Pritz1-1/+1
2016-06-12Switch to PHP based markdown renderer (parsedown)Florian Pritz1-4/+6
2016-06-09Use PHP library for QR codesFlorian Pritz1-1/+5
2016-06-07file/download: Delete invalid multipastesFlorian Pritz1-0/+1
2016-06-05Fix redirect on login after registering new accountFlorian Pritz1-0/+2
2016-04-01muser: Add set_passwordFlorian Pritz1-4/+1
2015-11-02view/client: Hardcode URLsFlorian Pritz1-3/+0
2015-09-28Fix login redirect with multipate URLFlorian Pritz1-1/+1
2015-09-26f/cron: Fix missing field when deleting unowned uploadsFlorian Pritz1-2/+3
2015-09-20postgres: Adapt MySQL query for thumbnail historyFlorian Pritz1-3/+3
2015-09-20Implement migration 14 for postgresFlorian Pritz1-2/+7
2015-09-20API 2.1: Add thumbnail link to historyFlorian Pritz1-0/+3
2015-09-14API 2.0: Remove private fields from file/historyFlorian Pritz3-0/+116
2015-09-14API 1.4: Add more values to file/get_configFlorian Pritz2-2/+3
2015-08-18claim_id: Support multiple upload batchesFlorian Pritz1-5/+13
2015-08-18Fix redirect URI when using multiple tabsFlorian Pritz1-7/+12
2015-08-10Increase thumbnail cache ttlFlorian Pritz1-1/+2
2015-08-09Improve performance of thumbnail historyFlorian Pritz1-1/+1
2015-08-04Add audio and video players to multipastesFlorian Pritz1-1/+4