Age | Commit message (Expand) | Author | Files | Lines |
2012-04-10 | Fix syntax error in migration 2 | Florian Pritz | 1 | -1/+1 |
2012-04-09 | Fix plaintext client view | Florian Pritz | 1 | -3/+2 |
2012-04-09 | header: hide login box until hover | Florian Pritz | 2 | -5/+26 |
2012-04-09 | muser: decrease cost parameter for crypt | Florian Pritz | 1 | -1/+1 |
2012-04-09 | Add invite link to header | Florian Pritz | 1 | -1/+2 |
2012-04-09 | Fix HTML syntax error | Florian Pritz | 1 | -1/+1 |
2012-04-09 | Add information about acceptable usage and accounts. | Florian Pritz | 2 | -1/+11 |
2012-04-09 | css: limit width of <p> and <li> to 800px | Florian Pritz | 8 | -7/+19 |
2012-04-09 | user/register: restrict username to max 32 chars | Florian Pritz | 1 | -1/+1 |
2012-04-09 | user/register: restrict username to a-z0-9 | Florian Pritz | 1 | -2/+2 |
2012-04-09 | add register function | Florian Pritz | 3 | -1/+100 |
2012-04-09 | random_id() -> random_alphanum(); allow single argument | Florian Pritz | 3 | -5/+9 |
2012-04-09 | Implement simple referral system | Florian Pritz | 4 | -1/+93 |
2012-04-09 | Move is_cli_client() and random_id() to helper | Florian Pritz | 5 | -32/+32 |
2012-04-09 | c/file: Style changes | Florian Pritz | 1 | -1/+3 |
2012-04-09 | c/file: remove old comment | Florian Pritz | 1 | -2/+0 |
2012-04-09 | upload_form: Display everything but forms if not logged in. | Florian Pritz | 1 | -1/+3 |
2012-04-09 | Fix netrc information on client page. | Florian Pritz | 1 | -2/+2 |
2012-04-09 | add history link to header; fix indentation | Florian Pritz | 1 | -6/+7 |
2012-04-09 | Redirect to / if log in successful | Florian Pritz | 2 | -5/+1 |
2012-04-09 | upload_form(): don't require a user | Florian Pritz | 1 | -2/+0 |
2012-04-09 | Don't show delete button when not found | Florian Pritz | 1 | -25/+25 |
2012-04-09 | muser: fix handling of cli clients without account | Florian Pritz | 3 | -11/+18 |
2012-04-09 | Improve handling of cli clients without account | Florian Pritz | 1 | -2/+6 |
2012-04-09 | fix missing $username when including header from file_mod | Florian Pritz | 2 | -25/+28 |
2012-04-09 | declare used class variables | Florian Pritz | 1 | -0/+3 |
2012-04-09 | do_upload(): fix errors if no file was uploaded | Florian Pritz | 1 | -1/+6 |
2012-04-09 | remove password from text form | Florian Pritz | 2 | -3/+0 |
2012-04-09 | Revert "Disable paste box" | Florian Pritz | 3 | -23/+86 |
2012-04-09 | improve page titles | Florian Pritz | 2 | -5/+6 |
2012-04-09 | more user changes | Florian Pritz | 5 | -56/+60 |
2012-04-09 | start working on users | Florian Pritz | 17 | -68/+280 |
2012-04-09 | add helper script to create split css files | Florian Pritz | 1 | -0/+26 |
2012-04-09 | update geshi css files | Florian Pritz | 59 | -18/+1161 |
2012-04-09 | improve start page for cli clients | Florian Pritz | 2 | -4/+20 |
2012-04-09 | Set 404 if a paste doesn't exist | Florian Pritz | 1 | -0/+1 |
2012-04-09 | Remove upload box on UI. | Florian Pritz | 1 | -0/+2 |
2012-04-09 | Fix HTML syntax error | Florian Pritz | 1 | -1/+1 |
2012-04-09 | Disable paste box | Florian Pritz | 3 | -85/+22 |
2012-04-05 | Disable search indexing | Florian Pritz | 2 | -0/+3 |
2012-04-02 | Fix "Unknown ID" typo | Florian Pritz | 1 | -1/+1 |
2012-03-28 | add scheme highlighting | Florian Pritz | 1 | -0/+1 |
2012-03-09 | CSP: allow object-src | Florian Pritz | 1 | -1/+1 |
2012-02-26 | fix handling of ocaml mimetype | Florian Pritz | 1 | -0/+1 |
2012-02-19 | move stale file removal to it's own function | Florian Pritz | 1 | -5/+9 |
2012-02-19 | file/cron: make accessible via CLI only | Florian Pritz | 1 | -1/+6 |
2012-02-19 | file/cron: close dir handles after use | Florian Pritz | 1 | -0/+3 |
2012-02-19 | file/cron: clean up stale files | Florian Pritz | 1 | -0/+33 |
2012-02-19 | Implement CSP for direct file downloads | Florian Pritz | 1 | -0/+3 |
2012-02-19 | encode special chars in some places | Florian Pritz | 2 | -3/+3 |