Age | Commit message (Expand) | Author | Files | Lines |
2015-08-18 | claim_id: Support multiple upload batches | Florian Pritz | 1 | -5/+13 |
2015-08-18 | Fix redirect URI when using multiple tabs | Florian Pritz | 4 | -21/+14 |
2015-08-10 | Increase thumbnail cache ttl | Florian Pritz | 2 | -1/+3 |
2015-08-09 | Improve performance of thumbnail history | Florian Pritz | 2 | -13/+17 |
2015-08-09 | Increase performance of thumbnail view | Florian Pritz | 1 | -1/+17 |
2015-08-04 | Add audio and video players to multipastes | Florian Pritz | 3 | -1/+24 |
2015-08-02 | Add PLS playlist support for multipastes | Florian Pritz | 2 | -0/+32 |
2015-07-18 | Display hash on file info page | Florian Pritz | 1 | -0/+4 |
2015-07-18 | Fix double path in exception handler | Florian Pritz | 1 | -1/+1 |
2015-07-10 | Make javascript baseUrl honor subdirs | Florian Pritz | 1 | -1/+1 |
2015-06-05 | Keep email reset keys after use | Florian Pritz | 1 | -2/+0 |
2015-06-05 | Allow users to change their email | Florian Pritz | 4 | -3/+135 |
2015-06-05 | Move public files to ./public_html | Florian Pritz | 4 | -6/+6 |
2015-06-04 | Refactor exception handling into dedicated class | Florian Pritz | 3 | -2/+156 |
2015-06-01 | Allow stderr for pygments | Florian Pritz | 1 | -1/+0 |
2015-05-31 | test: Add more \libraries\Image tests | Florian Pritz | 1 | -0/+30 |
2015-05-28 | JS: Use newest file time for cache buster0.9.2 | Florian Pritz | 1 | -2/+20 |
2015-05-28 | imagemagick: Use nested exception | Florian Pritz | 2 | -3/+3 |
2015-05-28 | Improve running of external commands | Florian Pritz | 4 | -27/+156 |
2015-05-28 | Execute scripts directly | Florian Pritz | 2 | -2/+2 |
2015-05-22 | Fix incorrect EXIF orientation on thumbnail history0.9.1 | Florian Pritz | 1 | -1/+1 |
2015-05-22 | Fix missing db prefix in migration0.9.0 | Florian Pritz | 2 | -12/+12 |
2015-05-22 | Forbid cli requests until database is updated | Florian Pritz | 1 | -1/+1 |
2015-05-22 | Remove unneeded duplicates in file_storage | Florian Pritz | 3 | -1/+80 |
2015-05-21 | migration 14: Fix error if file was already renamed | Florian Pritz | 1 | -1/+3 |
2015-05-21 | tests: Die early on db errors | Florian Pritz | 1 | -0/+1 |
2015-05-21 | Calc correct total size for history with duplicate hashes | Florian Pritz | 2 | -1/+22 |
2015-05-21 | \c\file::clean_stale_files: Increase robustness | Florian Pritz | 1 | -3/+7 |
2015-05-21 | Clarify variable usage in \c\tools->test | Florian Pritz | 1 | -1/+1 |
2015-05-21 | tests: Rework database handling | Florian Pritz | 2 | -2/+9 |
2015-05-21 | tests: Make prove --state work; Restructure tests | Florian Pritz | 7 | -13/+16 |
2015-05-21 | test: different files with same checksum | Florian Pritz | 2 | -8/+33 |
2015-05-21 | Support multiple files with the same hash | Florian Pritz | 8 | -131/+231 |
2015-05-05 | Set cache buster for js with urlArgs setting | Joakim Reinert | 2 | -5/+5 |
2015-05-05 | Add support for minified main.js | Joakim Reinert | 2 | -2/+15 |
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 |
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 | 6 | -34/+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 |
2015-05-03 | c/tools: Make non-cli request error public | Florian Pritz | 1 | -1/+1 |
2015-05-03 | test \libraries\Image::type_supported | Florian Pritz | 1 | -0/+38 |
2015-05-02 | Get supported image types from drivers | Florian Pritz | 2 | -2/+20 |
2015-05-02 | l\Image: Refactor best_driver/read | Florian Pritz | 1 | -12/+13 |
2015-05-02 | l\I\D\imagemagick: Only process images and pdfs | Florian Pritz | 1 | -1/+9 |