Age | Commit message (Expand) | Author | Files | Lines |
2015-02-05 | Improve error line information in Test-More | Florian Pritz | 1 | -4/+8 |
2015-02-05 | Make Test-More useable for our usecase | Florian Pritz | 2 | -5/+6 |
2015-02-05 | Add Test-More | Florian Pritz | 35 | -0/+1250 |
2015-02-03 | Support database table prefixes | Florian Pritz | 14 | -120/+212 |
2015-02-03 | lib/Image->get: check if ob_get_clean worked | Florian Pritz | 2 | -6/+1 |
2015-02-03 | Use exceptions instead of show_error | Florian Pritz | 18 | -35/+66 |
2015-02-03 | use function instead of variable | Florian Pritz | 1 | -2/+2 |
2015-02-03 | generalize authentication handling | Florian Pritz | 6 | -13/+50 |
2015-02-03 | api: implement file/create_multipaste | Florian Pritz | 5 | -47/+90 |
2015-02-03 | api: implement file/delete | Florian Pritz | 3 | -49/+68 |
2015-02-03 | Remove unstable json api | Florian Pritz | 4 | -67/+2 |
2015-02-03 | Improve general exception handling | Florian Pritz | 2 | -4/+13 |
2015-02-03 | api: handle json reply in api controller | Florian Pritz | 3 | -9/+9 |
2015-02-03 | implement api/user/create_apikey | Florian Pritz | 2 | -3/+19 |
2015-02-03 | Rework error handling in upload validator | Florian Pritz | 8 | -22/+49 |
2015-02-02 | Rework api error handling | Florian Pritz | 5 | -33/+77 |
2015-01-16 | add some TODOs | Florian Pritz | 3 | -1/+8 |
2015-01-16 | fix multipaste in service/history | Florian Pritz | 2 | -2/+6 |
2015-01-16 | refactor service/file/history | Florian Pritz | 1 | -24/+28 |
2015-01-16 | add initial user api | Florian Pritz | 3 | -39/+102 |
2015-01-16 | add max_files_per_request to api/file/get_config | Florian Pritz | 1 | -0/+1 |
2015-01-16 | improve api errors | Florian Pritz | 3 | -8/+9 |
2015-01-16 | Fix error in file/upload_history | Florian Pritz | 1 | -1/+1 |
2015-01-16 | Improve history api for multipastes | Florian Pritz | 2 | -11/+37 |
2015-01-16 | add missing files | Florian Pritz | 2 | -0/+88 |
2015-01-16 | misc | Florian Pritz | 4 | -93/+27 |
2015-01-16 | first go at reworking; needs to be redesigned | Florian Pritz | 7 | -76/+285 |
2015-01-16 | Don't leak error heading to HTML output | Florian Pritz | 1 | -2/+2 |
2015-01-03 | Lazyload thumbnails | Florian Pritz | 4 | -1/+251 |
2015-01-03 | Ignore exif_read_data warnings/errors | Florian Pritz | 1 | -1/+1 |
2015-01-03 | Improve stacktrace generation (circular reference errors) | Florian Pritz | 1 | -9/+39 |
2014-12-06 | Improve backtraces | Florian Pritz | 1 | -2/+13 |
2014-12-06 | libraries\Image::get_exif: Fix undefined index error | Florian Pritz | 1 | -1/+1 |
2014-12-06 | add opensuse client repo | Florian Pritz | 1 | -1/+2 |
2014-11-08 | Fix handling of images with XMP instead of EXIF data | Florian Pritz | 1 | -13/+19 |
2014-11-08 | mfile->delete_id: Forgive if a dir doesn't exist | Florian Pritz | 1 | -2/+4 |
2014-11-08 | install.php: Check for exif.so | Florian Pritz | 1 | -0/+1 |
2014-11-03 | mfile->delete_id: Check for file before trying to unlink | Florian Pritz | 1 | -1/+3 |
2014-11-03 | Ignore special dir in clean_stale_files | Florian Pritz | 1 | -1/+1 |
2014-11-03 | Simplify mfile->delete_hash | Florian Pritz | 1 | -31/+3 |
2014-11-03 | Properly delete multipastes when deleting a single paste | Florian Pritz | 1 | -4/+4 |
2014-11-03 | Fix deletion of multipaste tarball when deleting a multipaste | Florian Pritz | 1 | -1/+1 |
2014-11-02 | Add tarball support to multipastes | Florian Pritz | 8 | -2/+262 |
2014-10-29 | Simplify creation of initial user | Florian Pritz | 2 | -7/+68 |
2014-10-29 | Make email sender configurable | Florian Pritz | 3 | -8/+5 |
2014-10-27 | install.php: Check for PHP modules | Florian Pritz | 1 | -0/+17 |
2014-10-19 | Update NEWS | Florian Pritz | 1 | -0/+1 |
2014-10-19 | Merge postgresql support | Florian Pritz | 19 | -366/+599 |
2014-10-19 | Clean up the postgres changes | Florian Pritz | 6 | -23/+21 |
2014-10-15 | add file/do_multipaste to CSRF exception list | Florian Pritz | 1 | -0/+1 |