summaryrefslogtreecommitdiffstats
path: root/application
AgeCommit message (Expand)AuthorFilesLines
2012-07-12Add cron function for user controllerFlorian Pritz2-0/+15
2012-07-12Improve design of general error pageFlorian Pritz2-61/+22
2012-07-12c/user: improve error messagesFlorian Pritz1-6/+2
2012-07-12u/register: improve error message for invalid usernameFlorian Pritz1-1/+1
2012-07-12Explicitly select fields in db queriesFlorian Pritz2-2/+2
2012-07-12Store userid in sessionFlorian Pritz1-6/+2
2012-07-12Display nice error message if username exists alreadyFlorian Pritz2-0/+19
2012-07-12Add unique index for users.usernameFlorian Pritz2-1/+22
2012-07-07Display total size uploaded by user on history pageFlorian Pritz3-0/+15
2012-07-02Only send a Content-Range header when we output a rangeFlorian Pritz1-2/+2
2012-06-22format_bytes(): fix bug if size=0Florian Pritz1-5/+18
2012-06-13Merge tag '2.1.1'Florian Pritz1-2/+2
2012-06-12fix missing negation in deleteFlorian Pritz1-1/+1
2012-06-09detect new curl user agentFlorian Pritz1-1/+1
2012-05-17Move some functions from file_mod to file controllerFlorian Pritz3-212/+210
2012-05-17improve is_cli_client() and use everywhereFlorian Pritz3-17/+23
2012-05-15Ignore etags when displaying HTML pagesFlorian Pritz1-1/+3
2012-05-12Hide notice when getting key from memcacheFlorian Pritz1-1/+9
2012-05-12fix missing object initialization and properly declare class variablesFlorian Pritz3-3/+11
2012-05-10Prevent browsers from deleting filesFlorian Pritz1-0/+5
2012-05-10Replace timeout (delete) link with info linkFlorian Pritz1-1/+2
2012-05-05Rework file deletion; allow to delete multiple IDs at onceFlorian Pritz6-82/+119
2012-05-03user/hash_password: add form to support normal browsersFlorian Pritz2-2/+42
2012-05-03document ID/info modeFlorian Pritz2-4/+10
2012-05-03remove password column from `files`Florian Pritz2-1/+22
2012-05-03add ID/info to display more information about a fileFlorian Pritz3-21/+45
2012-05-01use function to generate links to css filesFlorian Pritz4-4/+15
2012-05-01move file link generation from controller to viewFlorian Pritz2-12/+7
2012-05-01move etag handling into handle_etag()Florian Pritz1-27/+23
2012-04-21Disable cache for upload_history for now.Florian Pritz1-1/+3
2012-04-15upload_hstory: Initialize $lengths correctlyFlorian Pritz2-11/+22
2012-04-14Make sure we keep the uri flashdataFlorian Pritz1-0/+1
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 Pritz3-8/+59
2012-04-14v/upload_form: Reword primary goalFlorian Pritz1-1/+1
2012-04-13Hide delete button if user doesn't own the idFlorian Pritz3-3/+9
2012-04-13Add nuke_id() commandFlorian Pritz1-0/+26
2012-04-13Add do_paste() and remove ajax from upload_formFlorian Pritz2-15/+46
2012-04-12CSP: add unsafe-inline to style-srcFlorian Pritz1-1/+1
2012-04-11Display login boxes on upload_formFlorian Pritz2-10/+8
2012-04-11Use phpass for password hashingFlorian Pritz2-2/+258
2012-04-11Fix password verificationFlorian Pritz1-1/+9
2012-04-11Add filesize to history viewFlorian Pritz6-7/+65
2012-04-11Show confirmation after loginFlorian Pritz2-0/+7
2012-04-10Fix syntax error in migration 2Florian Pritz1-1/+1
2012-04-09Fix plaintext client viewFlorian Pritz1-3/+2
2012-04-09header: hide login box until hoverFlorian Pritz1-5/+10
2012-04-09muser: decrease cost parameter for cryptFlorian Pritz1-1/+1
2012-04-09Add invite link to headerFlorian Pritz1-1/+2