Age | Commit message (Expand) | Author | Files | Lines |
2013-06-09 | update jquery and jquery.ui to 2.0.2 and 1.10.3 | Florian Pritz | 2 | -3/+3 |
2013-06-09 | update to bootstrap 2.3.2 | Florian Pritz | 2 | -3/+2 |
2013-06-09 | implement repasting (fills textarea with ID's content) | Florian Pritz | 2 | -1/+7 |
2013-05-24 | upload_history: improve display with small width | Florian Pritz | 1 | -1/+1 |
2013-05-24 | upload_history: remove hash | Florian Pritz | 1 | -2/+0 |
2013-05-24 | upload_history: Allow column sorting (jquery.tablesorter) | Florian Pritz | 1 | -2/+3 |
2013-05-23 | Rework javascript inclusion | Florian Pritz | 2 | -6/+5 |
2013-05-10 | Hide function not supported by auth driver | Florian Pritz | 2 | -4/+12 |
2013-02-28 | upload_form: Resize textarea using responsive css rather than js | Florian Pritz | 1 | -1/+1 |
2013-02-25 | automatically wrap lines | Florian Pritz | 2 | -4/+1 |
2013-02-23 | Rearrange upload form | Florian Pritz | 1 | -14/+14 |
2013-02-08 | Add a viewport meta tag to control the layout on mobile browsers | Markus Cisler | 1 | -0/+1 |
2013-02-04 | Add files to add localized html header and css | Florian Pritz | 1 | -0/+9 |
2013-01-24 | Use the alert-error class for some error message in views/user | Florian Pritz | 3 | -3/+3 |
2013-01-24 | Add password reset function/pages/links | Florian Pritz | 6 | -0/+40 |
2013-01-17 | Support multiple uploads in the same request | Florian Pritz | 4 | -7/+12 |
2012-11-09 | file/client: Add information about fb's config file | Florian Pritz | 1 | -5/+3 |
2012-11-09 | Rework file/client page | Florian Pritz | 1 | -13/+32 |
2012-10-31 | Fix "invite" link on upload_form | Florian Pritz | 1 | -1/+1 |
2012-10-29 | Add button to wrap long lines in code view | Florian Pritz | 1 | -0/+1 |
2012-10-26 | fix missing htmlspecialchars in html_header.php | Florian Pritz | 1 | -1/+1 |
2012-10-25 | Increase width of paste container | Florian Pritz | 1 | -2/+2 |
2012-10-23 | Prevent date wrapping on history page | Florian Pritz | 1 | -1/+1 |
2012-10-22 | Don't send a cli client unwanted HTML code | Florian Pritz | 4 | -3/+16 |
2012-10-22 | Merge upload_form.js into script.js | Florian Pritz | 1 | -1/+0 |
2012-10-22 | ID/info: add missing htmlspecialchars() | Florian Pritz | 1 | -1/+1 |
2012-10-22 | switch design to bootstrap; minor fixes along the way | Florian Pritz | 13 | -189/+280 |
2012-10-16 | Fall back to plain text if lexer is unknown/broken | Florian Pritz | 1 | -2/+0 |
2012-08-16 | html_header: fix indentation | Florian Pritz | 1 | -19/+19 |
2012-08-16 | Add Content-Type meta tag | Florian Pritz | 1 | -0/+1 |
2012-08-16 | switch to pygments | Florian Pritz | 1 | -2/+4 |
2012-07-12 | Improve design of general error page | Florian Pritz | 1 | -7/+9 |
2012-07-07 | Display total size uploaded by user on history page | Florian Pritz | 2 | -0/+4 |
2012-05-10 | Replace timeout (delete) link with info link | Florian Pritz | 1 | -1/+2 |
2012-05-05 | Rework file deletion; allow to delete multiple IDs at once | Florian Pritz | 5 | -63/+73 |
2012-05-03 | user/hash_password: add form to support normal browsers | Florian Pritz | 1 | -0/+26 |
2012-05-03 | document ID/info mode | Florian Pritz | 2 | -4/+10 |
2012-05-03 | add ID/info to display more information about a file | Florian Pritz | 1 | -1/+5 |
2012-05-01 | use function to generate links to css files | Florian Pritz | 3 | -4/+4 |
2012-05-01 | move file link generation from controller to view | Florian Pritz | 1 | -6/+6 |
2012-04-15 | upload_hstory: Initialize $lengths correctly | Florian Pritz | 1 | -6/+6 |
2012-04-14 | v/upload_form: Reword primary goal | Florian Pritz | 1 | -1/+1 |
2012-04-13 | Hide delete button if user doesn't own the id | Florian Pritz | 1 | -2/+6 |
2012-04-13 | Add do_paste() and remove ajax from upload_form | Florian Pritz | 1 | -10/+7 |
2012-04-11 | Display login boxes on upload_form | Florian Pritz | 2 | -10/+8 |
2012-04-11 | Add filesize to history view | Florian Pritz | 2 | -2/+6 |
2012-04-11 | Show confirmation after login | Florian Pritz | 1 | -0/+3 |
2012-04-09 | Fix plaintext client view | Florian Pritz | 1 | -3/+2 |
2012-04-09 | header: hide login box until hover | Florian Pritz | 1 | -5/+10 |
2012-04-09 | Add invite link to header | Florian Pritz | 1 | -1/+2 |