Age | Commit message (Expand) | Author | Files | Lines |
2015-05-21 | Fix missing 2nd tab when repasting | Florian Pritz | 1 | -0/+1 |
2015-05-10 | Fix missing tooltips in thumbnail view | Joakim Reinert | 1 | -1/+2 |
2015-05-06 | Fix upload_form file inputs in firefox | Florian Pritz | 1 | -1/+1 |
2015-05-05 | Fix colorbox not being loaded | Florian Pritz | 1 | -3/+1 |
2015-05-05 | Explicitly load vendor js in modules that need them | Joakim Reinert | 6 | -23/+9 |
2015-05-05 | Move lazyloading js code to application.js | Joakim Reinert | 2 | -8/+11 |
2015-05-05 | Extract tablesorter js and encapsulate | Joakim Reinert | 3 | -64/+93 |
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 |
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 |
2015-01-03 | Lazyload thumbnails | Florian Pritz | 2 | -0/+245 |
2014-10-03 | Colorbox: Disable transition, start at 100% size | Florian Pritz | 1 | -0/+4 |
2014-10-03 | Only use colorbox if it's loaded | Florian Pritz | 1 | -18/+23 |
2014-10-03 | Support EXIF orientation in colorbox | Florian Pritz | 2 | -15/+111 |
2014-10-03 | Add colorbox on thumnail pages | Florian Pritz | 3 | -0/+1268 |
2014-08-29 | add multipaste support | Florian Pritz | 1 | -13/+21 |
2014-08-29 | Add multiple file input boxes on upload form | Florian Pritz | 1 | -5/+32 |
2014-08-29 | Simplify sorting of history table | Florian Pritz | 2 | -23/+132 |
2013-09-22 | Fix jumpy buttons on highlight page caused by tooltip | Florian Pritz | 1 | -1/+2 |
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 |
2013-08-09 | Add delete support to thumbnail history | Florian Pritz | 1 | -0/+35 |
2013-08-05 | Add history page with thumbnails of images | Florian Pritz | 1 | -0/+16 |
2013-07-13 | Handle enter key in lexer dropdown's text input | Florian Pritz | 1 | -0/+6 |
2013-06-09 | update jquery and jquery.ui to 2.0.2 and 1.10.3 | Florian Pritz | 5 | -28/+12 |
2013-06-09 | update to bootstrap 2.3.2 | Florian Pritz | 2 | -6/+7 |
2013-05-24 | upload_history: Allow column sorting (jquery.tablesorter) | Florian Pritz | 2 | -2/+79 |
2013-02-28 | upload_form: Resize textarea using responsive css rather than js | Florian Pritz | 1 | -15/+0 |
2013-02-25 | automatically wrap lines | Florian Pritz | 1 | -11/+6 |
2013-02-23 | Rearrange upload form | Florian Pritz | 1 | -0/+15 |
2013-01-17 | Support multiple uploads in the same request | Florian Pritz | 1 | -9/+17 |
2013-01-17 | Fix js TypeError on pages != upload_form | Florian Pritz | 1 | -1/+1 |
2012-10-29 | Add button to wrap long lines in code view | Florian Pritz | 1 | -0/+12 |
2012-10-26 | fix handling of special chars in lexer names | Florian Pritz | 1 | -1/+5 |
2012-10-22 | Merge upload_form.js into script.js | Florian Pritz | 2 | -16/+15 |
2012-10-22 | switch design to bootstrap; minor fixes along the way | Florian Pritz | 5 | -2/+87 |
2012-04-13 | Add do_paste() and remove ajax from upload_form | Florian Pritz | 1 | -47/+0 |
2012-04-09 | remove password from text form | Florian Pritz | 1 | -1/+0 |
2012-04-09 | Revert "Disable paste box" | Florian Pritz | 1 | -0/+64 |
2012-04-09 | Disable paste box | Florian Pritz | 1 | -64/+0 |
2011-12-17 | remove php code from upload_from.js | Florian Pritz | 1 | -3/+2 |