Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-11 | Use phpass for password hashing | Florian Pritz | 2 | -2/+258 | |
The current implementation sometimes failed to generate valid hashes (had something to do with the random salt). Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-11 | Fix password verification | Florian Pritz | 1 | -1/+9 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-11 | Add filesize to history view | Florian Pritz | 6 | -7/+65 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-11 | Show confirmation after login | Florian Pritz | 2 | -0/+7 | |
Some users might expect confirmation emails, but we don't send those (yet?). Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-10 | Fix syntax error in migration 2 | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Fix plaintext client view | Florian Pritz | 1 | -3/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | header: hide login box until hover | Florian Pritz | 1 | -5/+10 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | muser: decrease cost parameter for crypt | Florian Pritz | 1 | -1/+1 | |
09 should take long enough and not waste too much time. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Add invite link to header | Florian Pritz | 1 | -1/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Fix HTML syntax error | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Add information about acceptable usage and accounts. | Florian Pritz | 2 | -1/+11 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | css: limit width of <p> and <li> to 800px | Florian Pritz | 7 | -7/+7 | |
Long lines streching across the entire screen are hard to read on wide screens. 800px should be a good compromise Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | user/register: restrict username to max 32 chars | Florian Pritz | 1 | -1/+1 | |
The db field is 32 chars long. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | user/register: restrict username to a-z0-9 | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | add register function | Florian Pritz | 3 | -1/+100 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | random_id() -> random_alphanum(); allow single argument | Florian Pritz | 3 | -5/+9 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Implement simple referral system | Florian Pritz | 4 | -1/+93 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Move is_cli_client() and random_id() to helper | Florian Pritz | 5 | -32/+32 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | c/file: Style changes | Florian Pritz | 1 | -1/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | c/file: remove old comment | Florian Pritz | 1 | -2/+0 | |
It doesn't really apply anymore. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | upload_form: Display everything but forms if not logged in. | Florian Pritz | 1 | -1/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Fix netrc information on client page. | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | add history link to header; fix indentation | Florian Pritz | 1 | -6/+7 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Redirect to / if log in successful | Florian Pritz | 2 | -5/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | upload_form(): don't require a user | Florian Pritz | 1 | -2/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Don't show delete button when not found | Florian Pritz | 1 | -25/+25 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | muser: fix handling of cli clients without account | Florian Pritz | 3 | -11/+18 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Improve handling of cli clients without account | Florian Pritz | 1 | -2/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | fix missing $username when including header from file_mod | Florian Pritz | 2 | -25/+28 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | declare used class variables | Florian Pritz | 1 | -0/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | do_upload(): fix errors if no file was uploaded | Florian Pritz | 1 | -1/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | remove password from text form | Florian Pritz | 1 | -2/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Revert "Disable paste box" | Florian Pritz | 2 | -23/+22 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | improve page titles | Florian Pritz | 2 | -5/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | more user changes | Florian Pritz | 4 | -56/+55 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | start working on users | Florian Pritz | 17 | -68/+280 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | add helper script to create split css files | Florian Pritz | 1 | -0/+26 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | improve start page for cli clients | Florian Pritz | 2 | -4/+20 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Set 404 if a paste doesn't exist | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Remove upload box on UI. | Florian Pritz | 1 | -0/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Fix HTML syntax error | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Disable paste box | Florian Pritz | 2 | -21/+22 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-05 | Disable search indexing | Florian Pritz | 1 | -0/+1 | |
All links will become invalid pretty soon so this just leads to lots of dead links in the bots search index. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-02 | Fix "Unknown ID" typo | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-03-28 | add scheme highlighting | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-03-09 | CSP: allow object-src | Florian Pritz | 1 | -1/+1 | |
Video files won't play without this. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-02-26 | fix handling of ocaml mimetype | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-02-19 | move stale file removal to it's own function | Florian Pritz | 1 | -5/+9 | |
This shouldn't be needed and it's also pretty slow. No need to run it with ever cronjob. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-02-19 | file/cron: make accessible via CLI only | Florian Pritz | 1 | -1/+6 | |
In production environments the cronjob might run quite some time and could be used to overload the server. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-02-19 | file/cron: close dir handles after use | Florian Pritz | 1 | -0/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> |