summaryrefslogtreecommitdiffstats
path: root/application/controllers/file.php
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-03Ignore special dir in clean_stale_filesFlorian Pritz1-1/+1
2014-11-02Add tarball support to multipastesFlorian Pritz1-0/+76
2014-10-19Clean up the postgres changesFlorian Pritz1-1/+1
2014-10-10Merge remote-tracking branch 'rafi/master' into rafiFlorian Pritz1-32/+35
2014-10-03Support EXIF orientation in colorboxFlorian Pritz1-0/+2
2014-10-03Rework image manipulation classFlorian Pritz1-3/+3
2014-10-03Move thumbnail code to dedicated classFlorian Pritz1-4/+6
2014-09-28file/cron: Protecting identifiersRafael Bodill1-1/+2
2014-09-19where_in for in array queries a proper count usageRafael Bodill1-1/+1
2014-09-19Correct unsupported open/close where query statementsRafael Bodill1-3/+1
2014-09-19File controller uses query builder, except 2 queriesRafael Bodill1-32/+36
2014-08-29Set title on code render pageFlorian Pritz1-0/+2
2014-08-29add multipaste supportFlorian Pritz1-139/+367
2014-07-23Move migration code to CLI callable functionFlorian Pritz1-10/+2
2014-02-21Implement multiple access levels for api keysFlorian Pritz1-2/+2
2014-02-15Work around PHP 5.3 limitationFlorian Pritz1-3/+5
2013-11-09use cache_function() everywhereFlorian Pritz1-15/+13
2013-11-09cache file/thumbnail responsesFlorian Pritz1-5/+13
2013-10-22Update CSP header; change order to fix svg display in firefoxFlorian Pritz1-1/+1
2013-10-06Fix display error when redering markdownLukas Epple1-2/+4
2013-09-25Remove chmod on uploaded filesFlorian Pritz1-2/+0
2013-09-23Implement rangeDownload() as driver and provide sendfile implementations for ...Pierre Schmitz1-2/+4
2013-09-22Move user_logged_in check to controller constructorFlorian Pritz1-1/+0
2013-09-04Replace is_cli_client() with stateful_client where applicableFlorian Pritz1-4/+4
2013-09-04Generalize request_type() to static_storage()Florian Pritz1-3/+3
2013-09-02claim_id: Fix error when called directly without last_upload dataFlorian Pritz1-0/+7