summaryrefslogtreecommitdiffstats
path: root/application
AgeCommit message (Expand)AuthorFilesLines
2015-02-08tests: Fix php dev server being slowFlorian Pritz1-0/+1
2015-02-08Add more testsFlorian Pritz1-0/+36
2015-02-08Improve testcasesFlorian Pritz1-48/+189
2015-02-08run-tests.sh: Clean up old database before running testsFlorian Pritz1-0/+4
2015-02-06Add more testsFlorian Pritz2-2/+56
2015-02-06service/files::delete: Fix incorrect error when wrong ownerFlorian Pritz1-3/+4
2015-02-06fixup! Support database table prefixesFlorian Pritz1-8/+8
2015-02-05service/files::history: Fix total_size if no resultsFlorian Pritz1-1/+1
2015-02-05Add simple testsuiteFlorian Pritz4-1/+258
2015-02-05fixup! Support database table prefixesFlorian Pritz2-7/+7
2015-02-05Improve error line information in Test-MoreFlorian Pritz1-4/+8
2015-02-05Make Test-More useable for our usecaseFlorian Pritz2-5/+6
2015-02-05Add Test-MoreFlorian Pritz35-0/+1250
2015-02-03Support database table prefixesFlorian Pritz14-120/+212
2015-02-03lib/Image->get: check if ob_get_clean workedFlorian Pritz2-6/+1
2015-02-03Use exceptions instead of show_errorFlorian Pritz17-34/+65
2015-02-03use function instead of variableFlorian Pritz1-2/+2
2015-02-03generalize authentication handlingFlorian Pritz5-12/+47
2015-02-03api: implement file/create_multipasteFlorian Pritz5-47/+90
2015-02-03api: implement file/deleteFlorian Pritz3-49/+68
2015-02-03Remove unstable json apiFlorian Pritz4-67/+2
2015-02-03Improve general exception handlingFlorian Pritz1-0/+3
2015-02-03api: handle json reply in api controllerFlorian Pritz3-9/+9
2015-02-03implement api/user/create_apikeyFlorian Pritz2-3/+19
2015-02-03Rework error handling in upload validatorFlorian Pritz7-21/+44
2015-02-02Rework api error handlingFlorian Pritz5-33/+77
2015-01-16add some TODOsFlorian Pritz3-1/+8
2015-01-16fix multipaste in service/historyFlorian Pritz2-2/+6
2015-01-16refactor service/file/historyFlorian Pritz1-24/+28
2015-01-16add initial user apiFlorian Pritz3-39/+102
2015-01-16add max_files_per_request to api/file/get_configFlorian Pritz1-0/+1
2015-01-16improve api errorsFlorian Pritz3-8/+9
2015-01-16Fix error in file/upload_historyFlorian Pritz1-1/+1
2015-01-16Improve history api for multipastesFlorian Pritz2-11/+37
2015-01-16add missing filesFlorian Pritz2-0/+88
2015-01-16miscFlorian Pritz4-93/+27
2015-01-16first go at reworking; needs to be redesignedFlorian Pritz7-76/+285
2015-01-03Lazyload thumbnailsFlorian Pritz1-1/+2
2015-01-03Ignore exif_read_data warnings/errorsFlorian Pritz1-1/+1
2014-12-06libraries\Image::get_exif: Fix undefined index errorFlorian Pritz1-1/+1
2014-12-06add opensuse client repoFlorian Pritz1-1/+2
2014-11-08Fix handling of images with XMP instead of EXIF dataFlorian Pritz1-13/+19
2014-11-08mfile->delete_id: Forgive if a dir doesn't existFlorian Pritz1-2/+4
2014-11-03mfile->delete_id: Check for file before trying to unlinkFlorian Pritz1-1/+3
2014-11-03Ignore special dir in clean_stale_filesFlorian Pritz1-1/+1
2014-11-03Simplify mfile->delete_hashFlorian Pritz1-31/+3
2014-11-03Properly delete multipastes when deleting a single pasteFlorian Pritz1-4/+4
2014-11-03Fix deletion of multipaste tarball when deleting a multipasteFlorian Pritz1-1/+1
2014-11-02Add tarball support to multipastesFlorian Pritz5-0/+254
2014-10-29Simplify creation of initial userFlorian Pritz1-0/+67