Age | Commit message (Expand) | Author | Files | Lines |
2012-04-09 | muser: fix handling of cli clients without account | Florian Pritz | 1 | -9/+2 |
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 | Revert "Disable paste box" | Florian Pritz | 1 | -1/+2 |
2012-04-09 | improve page titles | Florian Pritz | 1 | -4/+5 |
2012-04-09 | more user changes | Florian Pritz | 1 | -47/+41 |
2012-04-09 | start working on users | Florian Pritz | 1 | -18/+39 |
2012-04-09 | Set 404 if a paste doesn't exist | Florian Pritz | 1 | -0/+1 |
2012-04-09 | Disable paste box | Florian Pritz | 1 | -2/+1 |
2012-04-02 | Fix "Unknown ID" typo | Florian Pritz | 1 | -1/+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-01-25 | strip base64 decoded file of special chars | Florian Pritz | 1 | -1/+1 |
2012-01-25 | allow client to overwrite filename | Florian Pritz | 1 | -1/+12 |
2011-12-18 | only calculate field lengths for cli clients | Florian Pritz | 1 | -5/+7 |
2011-12-18 | remove parameter of client() | Florian Pritz | 1 | -4/+4 |
2011-12-18 | display more information on delete_form | Florian Pritz | 1 | -0/+6 |
2011-12-17 | use perl from PATH and copy markdown.pl to scripts/ | Florian Pritz | 1 | -0/+3 |
2011-12-17 | use migrations; automatically set up the database | Florian Pritz | 1 | -0/+6 |
2011-11-18 | don't display "latest client" link if there is no client | Florian Pritz | 1 | -1/+1 |
2011-09-15 | remove leftover code | Florian Pritz | 1 | -2/+0 |
2011-09-13 | fix undefined variables in upload_form when using a cli client | Florian Pritz | 1 | -4/+11 |
2011-09-11 | properly initialize $lengths array | Florian Pritz | 1 | -5/+6 |
2011-09-11 | add upload_history page | Florian Pritz | 1 | -0/+48 |
2011-08-19 | hide "Latest release" on client page if there is none | Florian Pritz | 1 | -1/+3 |
2011-08-19 | move inclusion of file_plaintext/client view to controller | Florian Pritz | 1 | -2/+3 |
2011-08-19 | make "contact me" on the main page optional | Florian Pritz | 1 | -0/+1 |
2011-08-19 | fix warning if data/client/latest doen't exist | Florian Pritz | 1 | -1/+3 |
2011-06-23 | delete: return correct error if ID doesn't exist | Florian Pritz | 1 | -4/+3 |
2011-06-23 | fix copyright year | Florian Pritz | 1 | -1/+1 |
2011-06-12 | upload_error: print more precise error message | Florian Pritz | 1 | -1/+10 |
2011-06-06 | remove do_paste() | Florian Pritz | 1 | -42/+0 |
2011-06-06 | use javascript to allow text pastes | Florian Pritz | 1 | -0/+6 |
2011-06-04 | refactor cli client check | Florian Pritz | 1 | -4/+6 |
2011-06-04 | simplify do_paste and return correct status codes | Florian Pritz | 1 | -7/+4 |
2011-05-28 | display configured age limit on front page | Florian Pritz | 1 | -0/+1 |
2011-03-21 | remove file_mod->check_client_version() | Florian Pritz | 1 | -3/+0 |
2011-02-15 | add missing message to delete() | Florian Pritz | 1 | -0/+3 |
2011-02-15 | fix missing urls in upload_form | Florian Pritz | 1 | -0/+2 |
2011-02-15 | rework cli_client support | Florian Pritz | 1 | -39/+32 |
2011-02-02 | fix bug when using client to download | Florian Pritz | 1 | -4/+4 |
2011-01-28 | update to CI 2.0 | Florian Pritz | 1 | -0/+232 |