Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-04-11 | Copy filename when repasting file | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2021-04-11 | Add links to new android client | Florian Pritz | 1 | -0/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2020-01-15 | Link to OpenSUSE client repository by Moritz Wilhelmy | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2019-06-14 | Update Gentoo overlay info link | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-06-01 | Fix overflow of text in upload_form | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-06-01 | Mention .cast extension on upload_form | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2018-01-31 | Proper display of expiration duration for less than a day | Hrvoje Hodak | 1 | -1/+1 | |
2017-10-16 | Remove link to android app in playstore | Florian Pritz | 1 | -1/+0 | |
Playstore is no longer updated, use fdroid instead. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-04-18 | Unify look of client installation instructions | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-04-18 | Add FreeBSD client installation instructions | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2017-03-24 | Allow alternative colors in alert template | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-05 | Drop plain text header/footer | Florian Pritz | 2 | -2/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-01 | upload_history: Drop duplicate buttons from bottom | Florian Pritz | 1 | -2/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-01 | Fix broken multipaste button on history page | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-01 | Support creation of multipaste from upload thumbnail history | Florian Pritz | 1 | -3/+4 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-01 | Allow creation of multipastes from upload history | Florian Pritz | 1 | -2/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-11-01 | Add multipaste queue | Florian Pritz | 1 | -0/+32 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-09-19 | Add missing space on front page | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-26 | Improve wording and code layout on start page | Florian Pritz | 1 | -5/+24 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-25 | Move client documentation to fron page | Florian Pritz | 2 | -17/+20 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-25 | Increase readability of HTML code | Florian Pritz | 1 | -0/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-25 | Document special filenames | Florian Pritz | 1 | -0/+5 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-25 | Switch client git repo link to HTTPS | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-25 | Drop links to outdated clients | Florian Pritz | 1 | -7/+0 | |
These all build fb-client <2.0 and therefore use the deprecated API. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-08-25 | Remove documentation for deprecated API | Florian Pritz | 1 | -29/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-07-21 | history: Disable lazy loading for the first 42 thumbnails | Florian Pritz | 1 | -4/+14 | |
This speeds up the initial rendering of the page. For a long history (> ~1000 items) the lazyloading JS creates a noticeable delay (>500ms) depending on the cpu power of the machine. Disable lazy loading for the first items so that these are loaded normally by the browser parallel to the scripts execution. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-07-12 | Fix incorrect width of thumbnail list | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-07-12 | Link single paste to autodetection in video/audio/asciinema fragemnts | Florian Pritz | 3 | -3/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-07-12 | Add asciinema support | Florian Pritz | 1 | -0/+8 | |
This bypasses require.js for asciinema because apparently require.js can't deal with the embedded React library. The result is that React is not loaded properly and the asciinema player is unable to find it. Just load it like upstream tells you to. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-07-10 | Make delete button fixed on upload history page | Florian Pritz | 3 | -9/+18 | |
Also make the navigation fixed because otherwise this looks hideous and the space is already occupied anyway. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-07-10 | Fix display issue on paste page | Florian Pritz | 1 | -1/+1 | |
Proper fix this time. container is not necessary here. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2016-07-10 | Revert "Fix display issues with new bootstrap" | Florian Pritz | 5 | -5/+5 | |
This reverts commit f0d3b633f04c9afa2237b1dad83ad8240da68b38. That commit causes breakage on the history page due to missing padding. | |||||
2016-07-04 | Harden XSS escaping | Florian Pritz | 2 | -3/+3 | |
This could lead to XSS if the html attribute values weren't quoted with double quotes. By default htmlentities only encodes double quotes and not single quotes. If the quotes are ever changed this could lead to exploitable XSS. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
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> | |||||
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> |