Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-01-24 | client: add gentoo overlay | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-25 | Remove whitespaces from upload form textarea | Pierre Schmitz | 1 | -4/+4 | |
2013-09-25 | Change upload form layout | Markus Cisler | 1 | -31/+45 | |
2013-09-25 | Fix indentation on upload form | Markus Cisler | 1 | -13/+13 | |
2013-09-25 | Make tables responsive | Markus Cisler | 2 | -48/+52 | |
2013-09-22 | Move user_logged_in check to controller constructor | Florian Pritz | 1 | -1/+1 | |
TL;DR: Allows us to show a proper error page if encryption_key is missing from the config. muser->logged_in() can load the session class which will die if encryption_key is not set in the config causing an error to be displayed. Because the header is also loaded when we display an error loading the class will be tried again. CI maintains an array with information which classes have been tried to be loaded and will simply return true without loading again. muser->logged_in() will then try to access $this->session which doesn't exist. Since all of this happens when we are already in the header the error message appears in the navigation being hard to read. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | Fix autoresizing of textarea on upload_form | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | fix paste view on mobile devices | Markus Cisler | 2 | -89/+87 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | Fix display issues on upload_form for smaller displays | Florian Pritz | 1 | -4/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | Revert upload_history tabs to tabs instead of pills | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | Fix modal not showing up | Florian Pritz | 1 | -68/+72 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | Make lexer errors full with again | Florian Pritz | 1 | -3/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | almost migrated to bootstrap3 | Markus Cisler | 4 | -31/+33 | |
2013-09-02 | Autofocus username text box on upload_form | Tillmann Karras | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-02 | Add CSRF protection | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-02 | Provide json output for api functions | Florian Pritz | 3 | -15/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-11 | Document API keys on client page | Florian Pritz | 1 | -0/+8 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-11 | Remove api keys dependency on username | Florian Pritz | 1 | -1/+1 | |
We don't need it and getting the user name from the user drivers is way more complicated. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-09 | Add delete support to thumbnail history | Florian Pritz | 1 | -2/+11 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-08 | Add delete button to info popup on paste page | Florian Pritz | 1 | -0/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-05 | Add history page with thumbnails of images | Florian Pritz | 3 | -0/+38 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-02 | Add os x install instructions for client | Florian Pritz | 1 | -2/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-19 | Alternate message for a delete-timeout of 0 (never delete) | Thore Bödecker | 1 | -3/+7 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-15 | Add footer; move contact info to footer | Florian Pritz | 1 | -3/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-06-09 | implement repasting (fills textarea with ID's content) | Florian Pritz | 2 | -1/+7 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-05-24 | upload_history: improve display with small width | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-05-24 | upload_history: remove hash | Florian Pritz | 1 | -2/+0 | |
It uses a rather large amount of space and doesn't really help people much. We'll leave it for the plaintext version so you can still use it in the client if you want to. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-05-24 | upload_history: Allow column sorting (jquery.tablesorter) | Florian Pritz | 1 | -2/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-05-10 | Hide function not supported by auth driver | Florian Pritz | 1 | -2/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-02-28 | upload_form: Resize textarea using responsive css rather than js | Florian Pritz | 1 | -1/+1 | |
This no longer resizes the textarea after the user change the size themself. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-02-25 | automatically wrap lines | Florian Pritz | 2 | -4/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-02-23 | Rearrange upload form | Florian Pritz | 1 | -14/+14 | |
This allows the textarea to be wider without vanishing behind the file upload form. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-01-24 | Add password reset function/pages/links | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-01-17 | Support multiple uploads in the same request | Florian Pritz | 2 | -6/+9 | |
This change *should* be backwards compatible. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-11-09 | file/client: Add information about fb's config file | Florian Pritz | 1 | -5/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-11-09 | Rework file/client page | Florian Pritz | 1 | -13/+32 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-31 | Fix "invite" link on upload_form | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-29 | Add button to wrap long lines in code view | Florian Pritz | 1 | -0/+1 | |
Since wrapping would break the line numbers we hide them. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-26 | fix missing htmlspecialchars in html_header.php | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-25 | Increase width of paste container | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-23 | Prevent date wrapping on history page | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-22 | Don't send a cli client unwanted HTML code | Florian Pritz | 2 | -2/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-22 | Merge upload_form.js into script.js | Florian Pritz | 1 | -1/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-22 | ID/info: add missing htmlspecialchars() | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-22 | switch design to bootstrap; minor fixes along the way | Florian Pritz | 6 | -170/+182 | |
Initial-work-by: Oliver Mader <b52@reaktor42.de> Additional-work-by: Markus Cisler <mrkscslr@gmail.com> Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-16 | Fall back to plain text if lexer is unknown/broken | Florian Pritz | 1 | -2/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-08-16 | html_header: fix indentation | Florian Pritz | 1 | -19/+19 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-08-16 | Add Content-Type meta tag | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-08-16 | switch to pygments | Florian Pritz | 1 | -2/+4 | |
- faster than geshi - easier to modify the css because there is only one - geshi upstream seems pretty dead Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-07-12 | Improve design of general error page | Florian Pritz | 1 | -7/+9 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> |