summaryrefslogtreecommitdiffstats
path: root/application/controllers/file.php
AgeCommit message (Expand)AuthorFilesLines
2014-11-28WIPhash-collisionFlorian Pritz1-26/+33
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
2013-09-02Replace echo with show_error; misc cleanupFlorian Pritz1-9/+8
2013-09-02Provide json output for api functionsFlorian Pritz1-29/+35
2013-08-22Remove empty line after ansi2htmlFlorian Pritz1-4/+8
2013-08-22Deduplicate initialisation code in controllersFlorian Pritz1-19/+1
2013-08-22Only determine latest client version when neededFlorian Pritz1-6/+3
2013-08-22Validate IDs when generating thumbnail historyFlorian Pritz1-0/+5
2013-08-15Switch to CI's caching classFlorian Pritz1-3/+3
2013-08-14Use python-ansi2html instead of cpan moduleFlorian Pritz1-14/+8
2013-08-13Coding style fixesFlorian Pritz1-4/+3
2013-08-13remove caching code from historyFlorian Pritz1-61/+52
2013-08-11Add API key supportFlorian Pritz1-5/+5
2013-08-05Invert sorting order on thumbnail historyFlorian Pritz1-1/+1
2013-08-05Add history page with thumbnails of imagesFlorian Pritz1-0/+62
2013-07-18Add json support to upload_historyFlorian Pritz1-0/+4
2013-07-18file/download: output html directly, don't use output classFlorian Pritz1-3/+6
2013-07-16Fix handling of upload_max_age = 0Florian Pritz1-0/+1
2013-07-15Add footer; move contact info to footerFlorian Pritz1-1/+14
2013-07-15Rework auto login for cli clientsFlorian Pritz1-0/+10
2013-07-13Add profile page to allow changing the upload id limitsFlorian Pritz1-2/+4
2013-07-12c/file: clarify commentFlorian Pritz1-1/+1
2013-07-12Add standard name for CSP headerFlorian Pritz1-1/+1
2013-06-23c/file: remove unused variableFlorian Pritz1-1/+0
2013-06-23c/file: improve upload error handlingFlorian Pritz1-8/+16