Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-05-05 | Refactor file uploader js | Joakim Reinert | 3 | -89/+135 | |
2015-05-05 | Use global appConfig js variable instead of passing it down | Joakim Reinert | 3 | -9/+8 | |
Initialize it in header | |||||
2015-05-05 | Refactor thumbnail view js | Joakim Reinert | 3 | -86/+135 | |
2015-05-05 | Refactor linewrap toggle | Joakim Reinert | 3 | -11/+18 | |
2015-05-05 | Do minor refactoring on app js | Joakim Reinert | 2 | -9/+21 | |
2015-05-05 | Use util function for focusing dropdown menu input | Joakim Reinert | 1 | -6/+3 | |
2015-05-05 | Refactor tab width input | Joakim Reinert | 4 | -36/+57 | |
2015-05-05 | Refactor lexer input setup | Joakim Reinert | 6 | -51/+1643 | |
2015-05-05 | Refactor line higlighting functionality | Joakim Reinert | 3 | -16/+51 | |
2015-05-05 | Use require.js for javascript loading | Joakim Reinert | 14 | -0/+78 | |
2015-05-05 | Add functionality for choosing tab width in frontend | Joakim Reinert | 1 | -1/+35 | |
2015-02-23 | upload_form: Support multiple textareas/files at the same time | Florian Pritz | 1 | -1/+38 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-01-03 | Lazyload thumbnails | Florian Pritz | 2 | -0/+245 | |
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-10-03 | Colorbox: Disable transition, start at 100% size | Florian Pritz | 1 | -0/+4 | |
No transitions makes it easier to compare images that are not the same size. Starting at 100% gets rid of the weird looking small box while loading a big image (only when opening, not when switching between images). Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-10-03 | Only use colorbox if it's loaded | Florian Pritz | 1 | -18/+23 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-10-03 | Support EXIF orientation in colorbox | Florian Pritz | 2 | -15/+111 | |
This also reindents colorbox.css. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-10-03 | Add colorbox on thumnail pages | Florian Pritz | 3 | -0/+1268 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-08-29 | add multipaste support | Florian Pritz | 1 | -13/+21 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-08-29 | Add multiple file input boxes on upload form | Florian Pritz | 1 | -5/+32 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-08-29 | Simplify sorting of history table | Florian Pritz | 2 | -23/+132 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | Fix jumpy buttons on highlight page caused by tooltip | Florian Pritz | 1 | -1/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | almost migrated to bootstrap3 | Markus Cisler | 2 | -7/+6 | |
2013-09-05 | Update jquery to 2.0.3 | Florian Pritz | 4 | -6/+8836 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-09 | Add delete support to thumbnail history | Florian Pritz | 1 | -0/+35 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-05 | Add history page with thumbnails of images | Florian Pritz | 1 | -0/+16 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-13 | Handle enter key in lexer dropdown's text input | Florian Pritz | 1 | -0/+6 | |
Before it would simply redirect to "base_url/ID/?", now if you enter "foo" in the text box and don't select any value below you will go to "base_url/ID/foo". Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-06-09 | update jquery and jquery.ui to 2.0.2 and 1.10.3 | Florian Pritz | 5 | -28/+12 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-06-09 | update to bootstrap 2.3.2 | Florian Pritz | 2 | -6/+7 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-05-24 | upload_history: Allow column sorting (jquery.tablesorter) | Florian Pritz | 2 | -2/+79 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-02-28 | upload_form: Resize textarea using responsive css rather than js | Florian Pritz | 1 | -15/+0 | |
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 | 1 | -11/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-02-23 | Rearrange upload form | Florian Pritz | 1 | -0/+15 | |
This allows the textarea to be wider without vanishing behind the file upload form. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-01-17 | Support multiple uploads in the same request | Florian Pritz | 1 | -9/+17 | |
This change *should* be backwards compatible. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-01-17 | Fix js TypeError on pages != upload_form | Florian Pritz | 1 | -1/+1 | |
The jquery code won't produce an error message if there is no element machting the search. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-29 | Add button to wrap long lines in code view | Florian Pritz | 1 | -0/+12 | |
Since wrapping would break the line numbers we hide them. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-26 | fix handling of special chars in lexer names | Florian Pritz | 1 | -1/+5 | |
xml+php would break twice because + isn't an allowed char and because urldecode() converts it to a space. We fix this by providing a proper urlencoded string. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-22 | Merge upload_form.js into script.js | Florian Pritz | 2 | -16/+15 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-10-22 | switch design to bootstrap; minor fixes along the way | Florian Pritz | 5 | -2/+87 | |
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-04-13 | Add do_paste() and remove ajax from upload_form | Florian Pritz | 1 | -47/+0 | |
If the session has timed out, javascript will get the login page and try to redirect to "base_url/$htmlcode" which will obviously fail. Instead of fixing the js code, reintroduce do_paste and use it. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | remove password from text form | Florian Pritz | 1 | -1/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Revert "Disable paste box" | Florian Pritz | 1 | -0/+64 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Disable paste box | Florian Pritz | 1 | -64/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-12-17 | remove php code from upload_from.js | Florian Pritz | 1 | -3/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-12-17 | move JS of upload_form to separate file | Florian Pritz | 1 | -0/+65 | |
The code hardly changes so it should be cached by the browser. This won't work if it's inlined. Signed-off-by: Florian Pritz <bluewind@xinu.at> |