summaryrefslogtreecommitdiffstats
path: root/application/controllers/file.php
AgeCommit message (Expand)AuthorFilesLines
2016-09-19Move file controller into subdirFlorian Pritz1-1221/+0
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-21mfile->add_file: Take userid via argumentFlorian Pritz1-4/+8
2016-08-20Decouple output_cache from CI for easier testingFlorian Pritz1-14/+14
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 Pritz1-4/+4
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-04file/history: Add support to display preview of entries on hoverFlorian Pritz1-0/+5
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
2015-11-02view/client: Hardcode URLsFlorian Pritz1-3/+0
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-08-18claim_id: Support multiple upload batchesFlorian Pritz1-5/+13
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
2015-08-02Add PLS playlist support for multipastesFlorian Pritz1-0/+31
2015-06-01Allow stderr for pygmentsFlorian Pritz1-1/+0
2015-05-28Improve running of external commandsFlorian Pritz1-11/+16
2015-05-28Execute scripts directlyFlorian Pritz1-1/+1
2015-05-22Fix incorrect EXIF orientation on thumbnail history0.9.1Florian Pritz1-1/+1
2015-05-21\c\file::clean_stale_files: Increase robustnessFlorian Pritz1-3/+7
2015-05-21Support multiple files with the same hashFlorian Pritz1-34/+42
2015-05-02Get supported image types from driversFlorian Pritz1-2/+1
2015-04-25API 1.3.0: Allow multipaste creation for basic accessFlorian Pritz1-1/+1
2015-04-09Improve title for multipastesFlorian Pritz1-1/+36
2015-04-01file/do_websubmit: throw exception rather than assertFlorian Pritz1-2/+3
2015-04-01Refactor lexer code into dedicated classFlorian Pritz1-7/+9
2015-03-08Unify file/cron and mfile->valid_idFlorian Pritz1-24/+19
2015-03-02Add imagemagick supportFlorian Pritz1-17/+33
2015-02-23upload_form: Support multiple textareas/files at the same timeFlorian Pritz1-28/+83
2015-02-22s\files: rename add_file to add_uploaded_fileFlorian Pritz1-1/+1
2015-02-19Add claiming of multipastesFlorian Pritz1-5/+6
2015-02-15c/f/do_upload: simpilfy multipaste creationFlorian Pritz1-12/+1
2015-02-03lib/Image->get: check if ob_get_clean workedFlorian Pritz1-5/+0
2015-02-03Use exceptions instead of show_errorFlorian Pritz1-10/+12
2015-02-03api: implement file/create_multipasteFlorian Pritz1-46/+3
2015-02-03api: implement file/deleteFlorian Pritz1-47/+4
2015-02-03Remove unstable json apiFlorian Pritz1-20/+0
2015-02-03Rework error handling in upload validatorFlorian Pritz1-13/+1
2015-01-16fix multipaste in service/historyFlorian Pritz1-1/+1
2015-01-16Fix error in file/upload_historyFlorian Pritz1-1/+1
2015-01-16Improve history api for multipastesFlorian Pritz1-0/+16
2015-01-16first go at reworking; needs to be redesignedFlorian Pritz1-76/+16