summaryrefslogtreecommitdiffstats
path: root/application/libraries
AgeCommit message (Expand)AuthorFilesLines
2018-07-23LDAP: Allow optional filtering of allowed usersRaphael Michel1-3/+10
2018-07-23LDAP: Allow optional binding/authenticationRaphael Michel1-0/+4
2018-06-28Fix order of c and cast extensionsFlorian Pritz1-1/+1
2018-06-28Add .go extension for goFlorian Pritz1-0/+1
2018-05-03Add .cast extension for asciinemaFlorian Pritz1-0/+1
2018-05-03Ddownload_php: Remove @ from fopen callFlorian Pritz1-1/+1
2018-02-09Highlight .rs as rustFlorian Pritz1-0/+1
2017-12-09Highlight .pm as perlFlorian Pritz1-0/+1
2017-09-18Fix download driver for CI3Florian Pritz1-1/+1
2017-09-18Fix customautoloader class nameFlorian Pritz1-1/+1
2017-09-09WIP: CI3 migrationFlorian Pritz1-1/+1
2017-09-09Merge tag '3.1.5' into dev-ci3Florian Pritz2-2/+3
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