Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-04-27 | \l\Image->best_driver: Always ignore < 0 priority | Florian Pritz | 1 | -1/+1 |
2015-04-25 | test: test_callPrivateEndpointsWithoutApikey add user/delete_apikey | Florian Pritz | 1 | -0/+1 |
2015-04-25 | test: Call more endpoints without enough permissions | Florian Pritz | 1 | -15/+28 |
2015-04-25 | API 1.3.0: Allow multipaste creation for basic access | Florian Pritz | 4 | -7/+7 |
2015-04-18 | s/files:get_multipaste_history: Remove multipastes without items | Florian Pritz | 1 | -0/+8 |
2015-04-18 | Added config option max_invitation_keys | Alexander Finkhäuser | 2 | -1/+4 |
2015-04-11 | Fix missing lexers in get_lexers | Florian Pritz | 1 | -2/+2 |
2015-04-09 | Fix mime2lexer failing when using pygments info | Florian Pritz | 2 | -2/+6 |
2015-04-09 | Document how to clean file cache if used | Florian Pritz | 1 | -0/+2 |
2015-04-09 | Improve title for multipastes | Florian Pritz | 1 | -1/+36 |
2015-04-08 | Cache filedata | Florian Pritz | 2 | -13/+33 |