summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2012-04-09c/file: Style changesFlorian Pritz1-1/+3
2012-04-09c/file: remove old commentFlorian Pritz1-2/+0
2012-04-09upload_form: Display everything but forms if not logged in.Florian Pritz1-1/+3
2012-04-09Fix netrc information on client page.Florian Pritz1-2/+2
2012-04-09add history link to header; fix indentationFlorian Pritz1-6/+7
2012-04-09Redirect to / if log in successfulFlorian Pritz2-5/+1
2012-04-09upload_form(): don't require a userFlorian Pritz1-2/+0
2012-04-09Don't show delete button when not foundFlorian Pritz1-25/+25
2012-04-09muser: fix handling of cli clients without accountFlorian Pritz3-11/+18
2012-04-09Improve handling of cli clients without accountFlorian Pritz1-2/+6
2012-04-09fix missing $username when including header from file_modFlorian Pritz2-25/+28
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-09remove password from text formFlorian Pritz2-3/+0
2012-04-09Revert "Disable paste box"Florian Pritz3-23/+86
2012-04-09improve page titlesFlorian Pritz2-5/+6
2012-04-09more user changesFlorian Pritz5-56/+60
2012-04-09start working on usersFlorian Pritz17-68/+280
2012-04-09add helper script to create split css filesFlorian Pritz1-0/+26
2012-04-09update geshi css filesFlorian Pritz59-18/+1161
2012-04-09improve start page for cli clientsFlorian Pritz2-4/+20
2012-04-09Set 404 if a paste doesn't existFlorian Pritz1-0/+1