summaryrefslogtreecommitdiffstats
path: root/application/libraries
AgeCommit message (Expand)AuthorFilesLines
2017-04-06Add filename extensions for some SQL dialectsFlorian Pritz1-0/+5
2016-08-21muser: Add delete_user()Florian Pritz1-0/+1
2016-08-20Duser: Add function to test if login credentials are validFlorian Pritz1-0/+11
2016-08-20Decouple output_cache from CI for easier testingFlorian Pritz1-1/+3
2016-08-20l/Image/Driver/GD: Drop unused get_exif_orientation()Florian Pritz1-9/+0
2016-08-17pygments: Add .yml extensionFlorian Pritz1-0/+1
2016-08-12pygments: Add .haml extensionFlorian Pritz1-0/+1
2016-07-21Add special *.asciinema.json filename0.9.18Florian Pritz1-0/+8
2016-07-12Add asciinema supportFlorian Pritz1-0/+1
2016-06-09Use PHP library for QR codesFlorian Pritz1-0/+3
2016-06-09Autoloader: Support PSR-4 style namespace/directory mappingFlorian Pritz1-8/+15
2016-04-01Support rehashing of passwords not conforming to configFlorian Pritz1-0/+1
2016-03-29Use PHP's password_hash functionFlorian Pritz1-1/+1
2015-11-23l/Pygments: Fix exception for filenames ending with a dotFlorian Pritz1-0/+3
2015-11-02l/Image/D/imagemagick: Allow output on stderrFlorian Pritz1-1/+1
2015-09-20l/Image::type_supported: improve performanceFlorian Pritz1-3/+10
2015-07-18Fix double path in exception handlerFlorian Pritz1-1/+1
2015-06-05Allow users to change their emailFlorian Pritz2-0/+2
2015-06-04Refactor exception handling into dedicated classFlorian Pritz1-0/+154
2015-05-28imagemagick: Use nested exceptionFlorian Pritz1-1/+1
2015-05-28Improve running of external commandsFlorian Pritz3-16/+140
2015-05-28Execute scripts directlyFlorian Pritz1-1/+1
2015-05-21Support multiple files with the same hashFlorian Pritz1-0/+31
2015-05-02Get supported image types from driversFlorian Pritz1-0/+19
2015-05-02l\Image: Refactor best_driver/readFlorian Pritz1-12/+13
2015-05-02l\I\D\imagemagick: Only process images and pdfsFlorian Pritz1-1/+9
2015-04-27\l\Image->best_driver: Always ignore < 0 priorityFlorian Pritz1-1/+1
2015-04-11Fix missing lexers in get_lexersFlorian Pritz1-2/+2
2015-04-09Fix mime2lexer failing when using pygments infoFlorian Pritz1-2/+2
2015-04-02Pygments: Add .lhs extensionFlorian Pritz1-0/+1
2015-04-02Improve performance of pygments->mime2lexerFlorian Pritz1-5/+3
2015-04-02Pygments::get_pygments_info: cache in memoryFlorian Pritz1-1/+1
2015-04-02Fix automatic highlight of svg filesFlorian Pritz1-7/+7
2015-04-01Get supported mimetypes from pygments itselfFlorian Pritz1-0/+9
2015-04-01Refactor \libraries\Pygments::get_lexersFlorian Pritz1-4/+13
2015-04-01Refactor lexer code into dedicated classFlorian Pritz1-0/+206
2015-03-08Add mockeryFlorian Pritz1-0/+1
2015-03-08autoloader: support multiple search pathsFlorian Pritz1-5/+10
2015-03-02Add imagemagick supportFlorian Pritz4-169/+489
2015-02-03lib/Image->get: check if ob_get_clean workedFlorian Pritz1-1/+1
2015-02-03Use exceptions instead of show_errorFlorian Pritz6-7/+7
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-11-08Fix handling of images with XMP instead of EXIF dataFlorian Pritz1-13/+19
2014-10-10Merge remote-tracking branch 'rafi/master' into rafiFlorian Pritz1-15/+12
2014-10-03Rework image manipulation classFlorian Pritz3-169/+293
2014-10-03Move thumbnail code to dedicated classFlorian Pritz1-0/+169
2014-09-18Query builder in user login and controllerRafael Bodill1-15/+12
2014-08-29add multipaste supportFlorian Pritz1-0/+80
2013-09-23Remove unneeded return statements after show_errorFlorian Pritz2-2/+0