Age | Commit message (Expand) | Author | Files | Lines |
2012-05-17 | improve is_cli_client() and use everywhere | Florian Pritz | 1 | -1/+1 |
2012-05-15 | Ignore etags when displaying HTML pages | Florian Pritz | 1 | -1/+3 |
2012-05-12 | fix missing object initialization and properly declare class variables | Florian Pritz | 1 | -1/+1 |
2012-05-03 | add ID/info to display more information about a file | Florian Pritz | 1 | -10/+37 |
2012-05-01 | move file link generation from controller to view | Florian Pritz | 1 | -6/+1 |
2012-05-01 | move etag handling into handle_etag() | Florian Pritz | 1 | -27/+23 |
2012-04-14 | Make sure we keep the uri flashdata | Florian Pritz | 1 | -0/+1 |
2012-04-14 | Allow to keep and reclaim uploads without being logged in | Florian Pritz | 2 | -3/+38 |
2012-04-13 | Hide delete button if user doesn't own the id | Florian Pritz | 1 | -1/+1 |
2012-04-12 | CSP: add unsafe-inline to style-src | Florian Pritz | 1 | -1/+1 |
2012-04-11 | Use phpass for password hashing | Florian Pritz | 1 | -2/+5 |
2012-04-11 | Fix password verification | Florian Pritz | 1 | -1/+9 |
2012-04-11 | Add filesize to history view | Florian Pritz | 1 | -3/+4 |
2012-04-09 | muser: decrease cost parameter for crypt | Florian Pritz | 1 | -1/+1 |
2012-04-09 | random_id() -> random_alphanum(); allow single argument | Florian Pritz | 1 | -1/+1 |
2012-04-09 | Move is_cli_client() and random_id() to helper | Florian Pritz | 2 | -30/+3 |
2012-04-09 | muser: fix handling of cli clients without account | Florian Pritz | 2 | -2/+16 |
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 | 1 | -24/+27 |
2012-04-09 | improve page titles | Florian Pritz | 1 | -1/+1 |
2012-04-09 | more user changes | Florian Pritz | 1 | -0/+1 |
2012-04-09 | start working on users | Florian Pritz | 2 | -27/+81 |
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 | Implement CSP for direct file downloads | Florian Pritz | 1 | -0/+3 |
2012-02-19 | encode special chars in some places | Florian Pritz | 1 | -2/+2 |
2012-02-14 | bump geshi to 1.0.8.10 | Florian Pritz | 1 | -1/+1 |
2011-12-18 | remove superfluous space | Florian Pritz | 1 | -1/+1 |
2011-12-18 | fix left over mime2extension call and comments | Florian Pritz | 1 | -4/+4 |
2011-12-18 | factorise mode detection | Florian Pritz | 1 | -8/+36 |
2011-12-18 | improve readability of download() | Florian Pritz | 1 | -13/+17 |
2011-12-18 | use the same date for if-modified-since everywhere | Florian Pritz | 1 | -2/+1 |
2011-12-17 | use perl from PATH and copy markdown.pl to scripts/ | Florian Pritz | 1 | -6/+5 |
2011-11-18 | use full path to perl executable when calling mimetype | Florian Pritz | 1 | -1/+1 |
2011-11-05 | fix position of comment | Florian Pritz | 1 | -1/+3 |
2011-09-15 | valid_id: bail early if we can't get the file data | Florian Pritz | 1 | -0/+3 |
2011-09-15 | remove unneeded call to filename2extension | Florian Pritz | 1 | -1/+0 |
2011-09-08 | fix markdown.pl path | Florian Pritz | 1 | -1/+1 |
2011-08-15 | rewrite scripts/mimetype to support ascii with color codes | Florian Pritz | 1 | -1/+2 |
2011-08-15 | export sane $PATH | Florian Pritz | 1 | -0/+1 |
2011-07-01 | add ascii highlighting with escape color support | Florian Pritz | 1 | -4/+10 |
2011-06-23 | fix copyright year | Florian Pritz | 1 | -1/+1 |
2011-06-23 | remove compatibility mimetype generation | Florian Pritz | 1 | -2/+2 |
2011-06-11 | support simple request ranges for direct downloads | Florian Pritz | 1 | -10/+2 |
2011-06-11 | file_mod->download() remove useless check | Florian Pritz | 1 | -1/+1 |
2011-06-04 | fix status code for redirect in show_url | Florian Pritz | 1 | -1/+1 |
2011-06-01 | support .sml | Florian Pritz | 1 | -0/+1 |
2011-05-28 | .slax -> text | Florian Pritz | 1 | -0/+1 |
2011-05-18 | add .xsl -> xml | Florian Pritz | 1 | -0/+1 |