summaryrefslogtreecommitdiffstats
path: root/application/controllers/file.php
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-09implement repasting (fills textarea with ID's content)Florian Pritz1-0/+10
2013-06-02c/file/do_upload: fix fallback if base64_decode failsFlorian Pritz1-1/+3
2013-05-24upload_history: Allow column sorting (jquery.tablesorter)Florian Pritz1-1/+0
2013-02-25pygmentize: Disable newline strippingFlorian Pritz1-1/+1
2013-02-25automatically wrap linesFlorian Pritz1-8/+32
2013-02-23CLI: update_file_metadata: also update mimetypesFlorian Pritz1-7/+7
2013-02-14Move cli client login code to muser constructorFlorian Pritz1-21/+0
2013-02-13Change license to AGPLFlorian Pritz1-1/+1
2013-02-08c/file/claim_id(): Call _show_url() with an arrayFlorian Pritz1-1/+1
2013-01-23Reverse sort order on upload_historyFlorian Pritz1-1/+3
2013-01-17Support multiple uploads in the same requestFlorian Pritz1-67/+98
2013-01-09Fix some indentation issuesFlorian Pritz1-1/+1
2013-01-09Fix copyright informationFlorian Pritz1-1/+1
2012-11-09Rework file/client pageFlorian Pritz1-0/+6
2012-10-22switch design to bootstrap; minor fixes along the wayFlorian Pritz1-38/+40
2012-10-16Fall back to plain text if lexer is unknown/brokenFlorian Pritz1-13/+46
2012-10-10Accept authentication via post parametersFlorian Pritz1-5/+18
2012-10-09Rename $mode to $lexerFlorian Pritz1-26/+26
2012-10-07c/file/download: display an error if highlighting failsFlorian Pritz1-5/+9
2012-10-07c/file/download: remove useless return statementFlorian Pritz1-2/+0
2012-10-07c/file/download: stop working around CI's output classFlorian Pritz1-3/+4
2012-09-26c/file/_download: urldecode mode to fix lexers with spacesFlorian Pritz1-1/+1
2012-09-11file/cron: always remove stale filesFlorian Pritz1-0/+3
2012-09-10Let pygments guess input encodingFlorian Pritz1-1/+1
2012-08-31Fix missing require_session callFlorian Pritz1-0/+1
2012-08-16Add help message when running file controller via CLIFlorian Pritz1-0/+12
2012-08-16remove 'class="no"' from highlit htmlFlorian Pritz1-1/+1
2012-08-16switch to pygmentsFlorian Pritz1-3/+1
2012-08-09rename file_mod to mfileFlorian Pritz1-32/+32
2012-07-22display header on client page when using browserFlorian Pritz1-2/+2
2012-07-22fix call to _non_existent() typosFlorian Pritz1-2/+2
2012-07-07Display total size uploaded by user on history pageFlorian Pritz1-0/+11
2012-06-12fix missing negation in deleteFlorian Pritz1-1/+1
2012-05-17Move some functions from file_mod to file controllerFlorian Pritz1-5/+181
2012-05-17improve is_cli_client() and use everywhereFlorian Pritz1-9/+6
2012-05-12fix missing object initialization and properly declare class variablesFlorian Pritz1-2/+4
2012-05-10Prevent browsers from deleting filesFlorian Pritz1-0/+5
2012-05-05Rework file deletion; allow to delete multiple IDs at onceFlorian Pritz1-19/+46
2012-05-03add ID/info to display more information about a fileFlorian Pritz1-10/+3
2012-04-21Disable cache for upload_history for now.Florian Pritz1-1/+3
2012-04-15upload_hstory: Initialize $lengths correctlyFlorian Pritz1-5/+16
2012-04-14claim_id: Fix wrong variable nameFlorian Pritz1-1/+1
2012-04-14cron: Remove expired, unowned filesFlorian Pritz1-4/+10
2012-04-14Allow to keep and reclaim uploads without being logged inFlorian Pritz1-5/+21
2012-04-13Hide delete button if user doesn't own the idFlorian Pritz1-0/+2