Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-07-04 | file/history: Add support to display preview of entries on hover | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-07-04 | Fix display issues with new bootstrap | Florian Pritz | 5 | -5/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-06-05 | Fix redirect on login after registering new account | Florian Pritz | 1 | -1/+1 | |
Previously the login box in the navigation would redirect to the current page, but this page will throw an error in the case of the registration page since that's the page with the invition key and that key is no longer valid. Fix this by redirecting to the $redirect_uri and ensure that this value is set for all requests. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-02-19 | view/user/profile: Fix typo | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-11-02 | view/client: Hardcode URLs | Florian Pritz | 2 | -4/+4 | |
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-09-30 | Bring a/views/file_plaintext in line with a/v/file | Florian Pritz | 8 | -4/+30 | |
- Add missing files - Fix paths missing FCPATH - Remove left over header/footer Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-08-18 | Fix redirect URI when using multiple tabs | Florian Pritz | 2 | -2/+2 | |
If we store only the last called URI in the session we can't support multiple browser tabs that all need to log in again. Fix this by storing the URI in the URL. Also change a trim() to ltrim() so that the URI string we store keeps it's trailing slash. 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-07-10 | Make javascript baseUrl honor subdirs | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-06-05 | Allow users to change their email | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-05 | Set cache buster for js with urlArgs setting | Joakim Reinert | 1 | -1/+2 | |
No more need for timestamp in filename of minified main js | |||||
2015-05-05 | Add support for minified main.js | Joakim Reinert | 1 | -2/+8 | |
2015-05-05 | Set max upload size and file count in upload_form view only | Joakim Reinert | 2 | -6/+3 | |
2015-05-05 | Fix non-closing script tag in file/html_header | Joakim Reinert | 1 | -1/+1 | |
2015-05-05 | Refactor file uploader js | Joakim Reinert | 1 | -1/+4 | |
2015-05-05 | Use global appConfig js variable instead of passing it down | Joakim Reinert | 2 | -6/+6 | |
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 | 5 | -10/+4 | |
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 | 2 | -1/+3 | |
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 | Fix code renders for cli clients | Florian Pritz | 2 | -0/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-08-29 | add multipaste support | Florian Pritz | 14 | -102/+158 | |
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-02-21 | Implement multiple access levels for api keys | Florian Pritz | 1 | -2/+24 | |
This allows to use an api key to write a completly standalone client. 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-10-31 | Fix alignment of date column in plain text view | Florian Pritz | 1 | -1/+3 | |
This got broken by 2a6a1c63cb21015009fe4fd13f62cdac64e1fe36 and 05a4d686b578794c180ddfaf4945a9d7443f330e. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-25 | Align the brand image correctly | Markus Cisler | 1 | -1/+1 | |
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 | 4 | -91/+99 | |