Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-11-02 | view/client: Hardcode URLs | Florian Pritz | 1 | -3/+3 | |
Clients are only hosted on paste.xinu.at and everywhere else the links will point to missing files so they become useless. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-08-09 | Increase performance of thumbnail view | Florian Pritz | 1 | -1/+17 | |
site_url is rather slow and the improvement is noticeable when there are lots of thumbnails (thumbnail history). Also make the code more readable in the process by inserting some linebreaks. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-08-04 | Add audio and video players to multipastes | Florian Pritz | 2 | -0/+20 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-08-02 | Add PLS playlist support for multipastes | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-07-18 | Display hash on file info page | Florian Pritz | 1 | -0/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-05 | Set max upload size and file count in upload_form view only | Joakim Reinert | 1 | -2/+2 | |
2015-05-05 | Fix non-closing script tag in file/html_header | Joakim Reinert | 1 | -1/+1 | |
2015-05-05 | Use global appConfig js variable instead of passing it down | Joakim Reinert | 1 | -5/+2 | |
Initialize it in header | |||||
2015-05-05 | Refactor thumbnail view js | Joakim Reinert | 1 | -1/+1 | |
2015-05-05 | Refactor linewrap toggle | Joakim Reinert | 1 | -1/+1 | |
2015-05-05 | Refactor lexer input setup | Joakim Reinert | 2 | -3/+5 | |
2015-05-05 | Use require.js for javascript loading | Joakim Reinert | 3 | -5/+0 | |
2015-05-05 | Add functionality for choosing tab width in frontend | Joakim Reinert | 1 | -0/+8 | |
2015-05-03 | Expose /file/thumbnail/ on front page | Florian Pritz | 1 | -1/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-03-21 | Change gentoo overlay link to https | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-03-11 | Move upload button for small displays | Florian Pritz | 1 | -1/+1 | |
The uUpload button was not visible when using firefox in gnome on a laptop with 1366x768. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-03-09 | Update gentoo overlay URL | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-03-02 | Add imagemagick support | Florian Pritz | 2 | -2/+2 | |
Adds additional support for imagemagick if GD doesn't support a file type and extends the files displayed as thumbnails to all images and pdf files. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-02-23 | upload_form: Support multiple textareas/files at the same time | Florian Pritz | 1 | -47/+58 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-01-03 | Lazyload thumbnails | Florian Pritz | 1 | -1/+2 | |
Apparently there are users with >500 images and they view their thumbnail history on mobile phones. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-12-06 | add opensuse client repo | Florian Pritz | 1 | -1/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-11-02 | Add tarball support to multipastes | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-10-03 | Support EXIF orientation in colorbox | Florian Pritz | 1 | -1/+1 | |
This also reindents colorbox.css. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-10-03 | Add colorbox on thumnail pages | Florian Pritz | 1 | -1/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-08-29 | Document multipastes on the front page | Florian Pritz | 1 | -0/+7 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-08-29 | add multipaste support | Florian Pritz | 12 | -98/+154 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-08-29 | Add multiple file input boxes on upload form | Florian Pritz | 1 | -1/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-08-29 | Simplify sorting of history table | Florian Pritz | 1 | -3/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-07-22 | update gentoo overlay URL | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-07-11 | Reword invitation text on front page | Florian Pritz | 1 | -1/+2 | |
The new text is friendlier and less presumptuous and actually describes the reason why I introduced the invitation system. Not sure why I didn't write that in the first place. Thanks to <https://lobste.rs/about> for the idea. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
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> |