Age | Commit message (Expand) | Author | Files | Lines |
2013-01-09 | Fix some indentation issues | Florian Pritz | 2 | -6/+6 |
2013-01-09 | Fix copyright information | Florian Pritz | 2 | -1/+8 |
2012-12-16 | c/user: register() prevent DB error if username is non-ascii | Florian Pritz | 1 | -4/+4 |
2012-11-09 | Rework file/client page | Florian Pritz | 1 | -0/+6 |
2012-10-22 | switch design to bootstrap; minor fixes along the way | Florian Pritz | 2 | -55/+57 |
2012-10-16 | Fall back to plain text if lexer is unknown/broken | Florian Pritz | 1 | -13/+46 |
2012-10-10 | Accept authentication via post parameters | Florian Pritz | 1 | -5/+18 |
2012-10-09 | Rename $mode to $lexer | Florian Pritz | 1 | -26/+26 |
2012-10-07 | c/file/download: display an error if highlighting fails | Florian Pritz | 1 | -5/+9 |
2012-10-07 | c/file/download: remove useless return statement | Florian Pritz | 1 | -2/+0 |
2012-10-07 | c/file/download: stop working around CI's output class | Florian Pritz | 1 | -3/+4 |
2012-09-26 | c/file/_download: urldecode mode to fix lexers with spaces | Florian Pritz | 1 | -1/+1 |
2012-09-11 | file/cron: always remove stale files | Florian Pritz | 1 | -0/+3 |
2012-09-10 | Let pygments guess input encoding | Florian Pritz | 1 | -1/+1 |
2012-08-31 | Fix missing require_session call | Florian Pritz | 1 | -0/+1 |
2012-08-28 | Only create new sessions when the are really needed | Florian Pritz | 1 | -0/+1 |
2012-08-16 | Add help message when running file controller via CLI | Florian Pritz | 1 | -0/+12 |
2012-08-16 | remove 'class="no"' from highlit html | Florian Pritz | 1 | -1/+1 |
2012-08-16 | switch to pygments | Florian Pritz | 1 | -3/+1 |
2012-08-09 | rename file_mod to mfile | Florian Pritz | 1 | -32/+32 |
2012-07-22 | display header on client page when using browser | Florian Pritz | 1 | -2/+2 |
2012-07-22 | fix call to _non_existent() typos | Florian Pritz | 1 | -2/+2 |
2012-07-12 | Add cron function for user controller | Florian Pritz | 1 | -0/+14 |
2012-07-12 | c/user: improve error messages | Florian Pritz | 1 | -6/+2 |
2012-07-12 | u/register: improve error message for invalid username | Florian Pritz | 1 | -1/+1 |
2012-07-12 | Explicitly select fields in db queries | Florian Pritz | 1 | -1/+1 |
2012-07-12 | Display nice error message if username exists already | Florian Pritz | 1 | -0/+4 |
2012-07-07 | Display total size uploaded by user on history page | Florian Pritz | 1 | -0/+11 |
2012-06-12 | fix missing negation in delete | Florian Pritz | 1 | -1/+1 |
2012-05-17 | Move some functions from file_mod to file controller | Florian Pritz | 1 | -5/+181 |
2012-05-17 | improve is_cli_client() and use everywhere | Florian Pritz | 1 | -9/+6 |
2012-05-12 | fix missing object initialization and properly declare class variables | Florian Pritz | 2 | -2/+10 |
2012-05-10 | Prevent browsers from deleting files | Florian Pritz | 1 | -0/+5 |
2012-05-05 | Rework file deletion; allow to delete multiple IDs at once | Florian Pritz | 1 | -19/+46 |
2012-05-03 | user/hash_password: add form to support normal browsers | Florian Pritz | 1 | -2/+16 |
2012-05-03 | add ID/info to display more information about a file | Florian Pritz | 1 | -10/+3 |
2012-04-21 | Disable cache for upload_history for now. | Florian Pritz | 1 | -1/+3 |
2012-04-15 | upload_hstory: Initialize $lengths correctly | Florian Pritz | 1 | -5/+16 |
2012-04-14 | claim_id: Fix wrong variable name | Florian Pritz | 1 | -1/+1 |
2012-04-14 | cron: Remove expired, unowned files | Florian Pritz | 1 | -4/+10 |
2012-04-14 | Allow to keep and reclaim uploads without being logged in | Florian Pritz | 1 | -5/+21 |
2012-04-13 | Hide delete button if user doesn't own the id | Florian Pritz | 1 | -0/+2 |
2012-04-13 | Add nuke_id() command | Florian Pritz | 1 | -0/+26 |
2012-04-13 | Add do_paste() and remove ajax from upload_form | Florian Pritz | 1 | -5/+39 |
2012-04-11 | Add filesize to history view | Florian Pritz | 1 | -1/+32 |
2012-04-11 | Show confirmation after login | Florian Pritz | 1 | -0/+4 |
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 | 1 | -0/+73 |
2012-04-09 | random_id() -> random_alphanum(); allow single argument | Florian Pritz | 1 | -1/+1 |