summaryrefslogtreecommitdiffstats
path: root/application/models
AgeCommit message (Expand)AuthorFilesLines
2015-05-21Support multiple files with the same hashFlorian Pritz1-45/+38
2015-04-08Cache filedataFlorian Pritz1-12/+15
2015-04-01Refactor lexer code into dedicated classFlorian Pritz1-183/+0
2015-03-21Highlight application/postscriptFlorian Pritz1-0/+1
2015-03-19Make user/get_action/invalid-action exception publicFlorian Pritz1-1/+1
2015-03-16Map .pp files to puppet lexerFlorian Pritz1-0/+1
2015-03-08Unify file/cron and mfile->valid_idFlorian Pritz1-25/+18
2015-03-02Add imagemagick supportFlorian Pritz1-9/+1
2015-02-19Add claiming of multipastesFlorian Pritz2-0/+13
2015-02-06fixup! Support database table prefixesFlorian Pritz1-8/+8
2015-02-05fixup! Support database table prefixesFlorian Pritz1-6/+6
2015-02-03Use exceptions instead of show_errorFlorian Pritz3-5/+5
2015-02-03use function instead of variableFlorian Pritz1-2/+2
2015-02-03generalize authentication handlingFlorian Pritz1-12/+10
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-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 Pritz1-0/+9
2014-10-19Clean up the postgres changesFlorian Pritz1-6/+10
2014-10-10Merge remote-tracking branch 'rafi/master' into rafiFlorian Pritz3-71/+77
2014-10-03Move thumbnail code to dedicated classFlorian Pritz1-172/+0
2014-09-20thumbnails: Handle EXIF orientationFlorian Pritz1-0/+63
2014-09-19Fixing multipaste delete queriesRafael Bodill2-38/+33
2014-09-19Fix user/register mistaken query handlingRafael Bodill1-1/+1
2014-09-19WIP: Cascading deleteRafael Bodill2-20/+40
2014-09-18Integrating query builder in modelsRafael Bodill2-51/+42
2014-09-11Fix black background in thumbnails with transparencyFlorian Pritz1-0/+6
2014-08-29add multipaste supportFlorian Pritz2-32/+246
2014-02-21Implement multiple access levels for api keysFlorian Pritz1-7/+12
2014-01-21Disable automatic code display for SVG filesFlorian Pritz1-1/+0
2014-01-10let GD itself determine what it can readFlorian Pritz1-14/+5
2013-11-09use cache_function() everywhereFlorian Pritz1-6/+3
2013-09-22Add some more file extension -> lexer mappingsFlorian Pritz1-0/+18
2013-09-16Remove executable bitsFlorian Pritz1-0/+0
2013-09-15Add default get_email to Duser_DriverFlorian Pritz1-4/+0
2013-09-04Replace is_cli_client() with stateful_client where applicableFlorian Pritz1-2/+1
2013-09-04Set login session data in one goFlorian Pritz1-4/+6
2013-09-04Only renew uri flashdata when needed.Florian Pritz1-1/+1
2013-09-02mfile/delete_id: Remove require_access callFlorian Pritz1-1/+0
2013-09-02muser: always verify api credentials; improve error messagesFlorian Pritz1-17/+18
2013-08-22Add comment about ID blacklistFlorian Pritz1-0/+2
2013-08-15Switch to CI's caching classFlorian Pritz1-3/+3
2013-08-13Coding style fixesFlorian Pritz1-4/+4
2013-08-11Remove api keys dependency on usernameFlorian Pritz1-5/+2
2013-08-11Add API key supportFlorian Pritz2-10/+59
2013-08-05Add history page with thumbnails of imagesFlorian Pritz1-0/+112
2013-07-16Fix handling of upload_max_age = 0Florian Pritz1-0/+3
2013-07-15Rework auto login for cli clientsFlorian Pritz1-32/+41