Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-05 | Move public files to ./public_html | Florian Pritz | 55 | -14069/+5 | |
./data/local is not moved because it contains likely untracked files and moving it would throw an error when updating. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-31 | test: Add more \libraries\Image tests | Florian Pritz | 2 | -0/+0 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-21 | test: different files with same checksum | Florian Pritz | 2 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-21 | Fix missing 2nd tab when repasting | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
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 | |
Selecting a file creates a new file input, but in firefox that new input will contains the same files as the one that was cloned so when the user hit upload the file will be uploaded twice. This does not affect chromium. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-05 | data/.htaccess: Make svg cacheable | Florian Pritz | 1 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-05 | Fix colorbox not being loaded | Florian Pritz | 1 | -3/+1 | |
Since it is also now always loaded we no longer need to check for it Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
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 | |
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 | 2 | -1/+42 | |
2015-03-08 | Fix background of lightbox for transparent images | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
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-02-05 | Add simple testsuite | Florian Pritz | 1 | -0/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-01-03 | Lazyload thumbnails | Florian Pritz | 3 | -0/+249 | |
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 | 3 | -30/+128 | |
This also reindents colorbox.css. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-10-03 | Add colorbox on thumnail pages | Florian Pritz | 5 | -0/+1339 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-08-29 | Increase padding for anchors | Florian Pritz | 1 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-08-29 | add multipaste support | Florian Pritz | 2 | -27/+51 | |
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-25 | Align the brand image correctly | Markus Cisler | 1 | -0/+4 | |
2013-09-25 | Change upload form layout | Markus Cisler | 1 | -4/+0 | |
2013-09-22 | Fix autoresizing of textarea on upload_form | Florian Pritz | 1 | -3/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | fix paste view on mobile devices | Markus Cisler | 1 | -0/+20 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | Fix footer height | Florian Pritz | 1 | -2/+3 | |
Automatic calculation would be nice here... 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 | Fix navigation and footer css; css cleanup | Florian Pritz | 1 | -19/+21 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | almost migrated to bootstrap3 | Markus Cisler | 10 | -887/+283 | |
2013-09-05 | Update jquery to 2.0.3 | Florian Pritz | 4 | -6/+8836 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-14 | Use python-ansi2html instead of cpan module | Florian Pritz | 1 | -0/+502 | |
Way, way, way, way faster. Did I mention it is faster? Also we now have line numbers because we can. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-11 | data/local: add missing examples and gitignore | Florian Pritz | 3 | -0/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-09 | Add delete support to thumbnail history | Florian Pritz | 2 | -0/+43 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-07 | Add favicon support | Florian Pritz | 2 | -0/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-05 | Add history page with thumbnails of images | Florian Pritz | 2 | -0/+37 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-16 | Decrease size of footer | Florian Pritz | 1 | -4/+12 | |
Before it seemed a bit too prominent on pages with short content. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-15 | Fix typo in example | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> |