summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-02-03Rework error handling in upload validatorFlorian Pritz8-22/+49
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-16Don't leak error heading to HTML outputFlorian Pritz1-2/+2
2015-01-03Lazyload thumbnailsFlorian Pritz4-1/+251
2015-01-03Ignore exif_read_data warnings/errorsFlorian Pritz1-1/+1
2015-01-03Improve stacktrace generation (circular reference errors)Florian Pritz1-9/+39
2014-12-06Improve backtracesFlorian Pritz1-2/+13
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-08install.php: Check for exif.soFlorian Pritz1-0/+1
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 Pritz8-2/+262
2014-10-29Simplify creation of initial userFlorian Pritz2-7/+68
2014-10-29Make email sender configurableFlorian Pritz3-8/+5
2014-10-27install.php: Check for PHP modulesFlorian Pritz1-0/+17
2014-10-19Update NEWSFlorian Pritz1-0/+1
2014-10-19Merge postgresql supportFlorian Pritz19-366/+599
2014-10-19Clean up the postgres changesFlorian Pritz6-23/+21
2014-10-15add file/do_multipaste to CSRF exception listFlorian Pritz1-0/+1
2014-10-10Merge remote-tracking branch 'rafi/master' into rafiFlorian Pritz19-366/+601
2014-10-03Colorbox: Disable transition, start at 100% sizeFlorian Pritz1-0/+4
2014-10-03Only use colorbox if it's loadedFlorian Pritz1-18/+23
2014-10-03Support EXIF orientation in colorboxFlorian Pritz5-31/+131
2014-10-03Rework image manipulation classFlorian Pritz5-172/+297
2014-10-03Move thumbnail code to dedicated classFlorian Pritz3-176/+175
2014-10-03Add colorbox on thumnail pagesFlorian Pritz7-1/+1342
2014-09-28Merge branch 'pgsql_controllers'Rafael Bodill3-39/+35
2014-09-28file/cron: Protecting identifiersRafael Bodill1-1/+2
2014-09-20Update NEWSFlorian Pritz1-0/+3
2014-09-20thumbnails: Handle EXIF orientationFlorian Pritz1-0/+63
2014-09-20Improve handling of PHP errorsFlorian Pritz2-1/+59
2014-09-19Fixing multipaste delete queriesRafael Bodill2-38/+33
2014-09-19Merge branch 'pgsql_controllers'Rafael Bodill6-196/+210