summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-17Use tabs for indentingAlexander Hofstede1-1/+1
2012-05-17Revert "Use tab for indent"Alexander Hofstede3-16/+1
2012-05-17Use tab for indentAlexander Hofstede3-1/+16
2012-05-17Check cookie against md5 regex.Alexander Hofstede2-1/+2
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-07Added a return false if an image doesn't pass XSS cleaning to prevent file_ge...Wes Baker1-0/+4
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-23Merge pull request #1274 from Repox/2.1-stablePhil Sturgeon1-1/+1
2012-04-23Corrected the migration_missing_down_method language stringRepox1-1/+1
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 Pritz3-62/+46
2012-04-12CSP: add unsafe-inline to style-srcFlorian Pritz1-1/+1
2012-04-11Display login boxes on upload_formFlorian Pritz3-26/+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 Pritz2-5/+26
2012-04-09muser: decrease cost parameter for cryptFlorian Pritz1-1/+1
2012-04-09Add invite link to headerFlorian Pritz1-1/+2
2012-04-09Fix HTML syntax errorFlorian Pritz1-1/+1
2012-04-09Add information about acceptable usage and accounts.Florian Pritz2-1/+11
2012-04-09css: limit width of <p> and <li> to 800pxFlorian Pritz8-7/+19
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 Pritz3-1/+100
2012-04-09random_id() -> random_alphanum(); allow single argumentFlorian Pritz3-5/+9
2012-04-09Implement simple referral systemFlorian Pritz4-1/+93
2012-04-09Move is_cli_client() and random_id() to helperFlorian Pritz5-32/+32