summaryrefslogtreecommitdiffstats
path: root/application/controllers
AgeCommit message (Expand)AuthorFilesLines
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 Pritz1-1/+1
2012-07-12Display nice error message if username exists alreadyFlorian Pritz1-0/+4
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 Pritz2-2/+10
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-03user/hash_password: add form to support normal browsersFlorian Pritz1-2/+16
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
2012-04-13Add nuke_id() commandFlorian Pritz1-0/+26
2012-04-13Add do_paste() and remove ajax from upload_formFlorian Pritz1-5/+39
2012-04-11Add filesize to history viewFlorian Pritz1-1/+32
2012-04-11Show confirmation after loginFlorian Pritz1-0/+4
2012-04-09user/register: restrict username to max 32 charsFlorian Pritz1-1/+1
2012-04-09user/register: restrict username to a-z0-9Florian Pritz1-2/+2
2012-04-09add register functionFlorian Pritz1-0/+73
2012-04-09random_id() -> random_alphanum(); allow single argumentFlorian Pritz1-1/+1
2012-04-09Implement simple referral systemFlorian Pritz1-0/+49
2012-04-09Move is_cli_client() and random_id() to helperFlorian Pritz2-2/+2
2012-04-09c/file: Style changesFlorian Pritz1-1/+3
2012-04-09c/file: remove old commentFlorian Pritz1-2/+0
2012-04-09Redirect to / if log in successfulFlorian Pritz1-4/+1
2012-04-09upload_form(): don't require a userFlorian Pritz1-2/+0
2012-04-09muser: fix handling of cli clients without accountFlorian Pritz1-9/+2
2012-04-09declare used class variablesFlorian Pritz1-0/+3
2012-04-09do_upload(): fix errors if no file was uploadedFlorian Pritz1-1/+6
2012-04-09Revert "Disable paste box"Florian Pritz1-1/+2
2012-04-09improve page titlesFlorian Pritz1-4/+5
2012-04-09more user changesFlorian Pritz2-47/+43
2012-04-09start working on usersFlorian Pritz2-18/+113
2012-04-09Set 404 if a paste doesn't existFlorian Pritz1-0/+1
2012-04-09Disable paste boxFlorian Pritz1-2/+1
2012-04-02Fix "Unknown ID" typoFlorian Pritz1-1/+1
2012-02-19move stale file removal to it's own functionFlorian Pritz1-5/+9
2012-02-19file/cron: make accessible via CLI onlyFlorian Pritz1-1/+6
2012-02-19file/cron: close dir handles after useFlorian Pritz1-0/+3
2012-02-19file/cron: clean up stale filesFlorian Pritz1-0/+33
2012-01-25strip base64 decoded file of special charsFlorian Pritz1-1/+1
2012-01-25allow client to overwrite filenameFlorian Pritz1-1/+12
2011-12-18only calculate field lengths for cli clientsFlorian Pritz1-5/+7