Age | Commit message (Expand) | Author | Files | Lines |
2017-04-06 | Add filename extensions for some SQL dialects | Florian Pritz | 1 | -0/+5 |
2016-08-21 | muser: Add delete_user() | Florian Pritz | 1 | -0/+1 |
2016-08-20 | Duser: Add function to test if login credentials are valid | Florian Pritz | 1 | -0/+11 |
2016-08-20 | Decouple output_cache from CI for easier testing | Florian Pritz | 1 | -1/+3 |
2016-08-20 | l/Image/Driver/GD: Drop unused get_exif_orientation() | Florian Pritz | 1 | -9/+0 |
2016-08-17 | pygments: Add .yml extension | Florian Pritz | 1 | -0/+1 |
2016-08-12 | pygments: Add .haml extension | Florian Pritz | 1 | -0/+1 |
2016-07-21 | Add special *.asciinema.json filename0.9.18 | Florian Pritz | 1 | -0/+8 |
2016-07-12 | Add asciinema support | Florian Pritz | 1 | -0/+1 |
2016-06-09 | Use PHP library for QR codes | Florian Pritz | 1 | -0/+3 |
2016-06-09 | Autoloader: Support PSR-4 style namespace/directory mapping | Florian Pritz | 1 | -8/+15 |
2016-04-01 | Support rehashing of passwords not conforming to config | Florian Pritz | 1 | -0/+1 |
2016-03-29 | Use PHP's password_hash function | Florian Pritz | 1 | -1/+1 |
2015-11-23 | l/Pygments: Fix exception for filenames ending with a dot | Florian Pritz | 1 | -0/+3 |
2015-11-02 | l/Image/D/imagemagick: Allow output on stderr | Florian Pritz | 1 | -1/+1 |
2015-09-20 | l/Image::type_supported: improve performance | Florian Pritz | 1 | -3/+10 |
2015-07-18 | Fix double path in exception handler | Florian Pritz | 1 | -1/+1 |
2015-06-05 | Allow users to change their email | Florian Pritz | 2 | -0/+2 |
2015-06-04 | Refactor exception handling into dedicated class | Florian Pritz | 1 | -0/+154 |
2015-05-28 | imagemagick: Use nested exception | Florian Pritz | 1 | -1/+1 |
2015-05-28 | Improve running of external commands | Florian Pritz | 3 | -16/+140 |
2015-05-28 | Execute scripts directly | Florian Pritz | 1 | -1/+1 |
2015-05-21 | Support multiple files with the same hash | Florian Pritz | 1 | -0/+31 |
2015-05-02 | Get supported image types from drivers | Florian Pritz | 1 | -0/+19 |
2015-05-02 | l\Image: Refactor best_driver/read | Florian Pritz | 1 | -12/+13 |
2015-05-02 | l\I\D\imagemagick: Only process images and pdfs | Florian Pritz | 1 | -1/+9 |
2015-04-27 | \l\Image->best_driver: Always ignore < 0 priority | Florian Pritz | 1 | -1/+1 |
2015-04-11 | Fix missing lexers in get_lexers | Florian Pritz | 1 | -2/+2 |
2015-04-09 | Fix mime2lexer failing when using pygments info | Florian Pritz | 1 | -2/+2 |
2015-04-02 | Pygments: Add .lhs extension | Florian Pritz | 1 | -0/+1 |
2015-04-02 | Improve performance of pygments->mime2lexer | Florian Pritz | 1 | -5/+3 |
2015-04-02 | Pygments::get_pygments_info: cache in memory | Florian Pritz | 1 | -1/+1 |
2015-04-02 | Fix automatic highlight of svg files | Florian Pritz | 1 | -7/+7 |
2015-04-01 | Get supported mimetypes from pygments itself | Florian Pritz | 1 | -0/+9 |
2015-04-01 | Refactor \libraries\Pygments::get_lexers | Florian Pritz | 1 | -4/+13 |
2015-04-01 | Refactor lexer code into dedicated class | Florian Pritz | 1 | -0/+206 |
2015-03-08 | Add mockery | Florian Pritz | 1 | -0/+1 |
2015-03-08 | autoloader: support multiple search paths | Florian Pritz | 1 | -5/+10 |
2015-03-02 | Add imagemagick support | Florian Pritz | 4 | -169/+489 |
2015-02-03 | lib/Image->get: check if ob_get_clean worked | Florian Pritz | 1 | -1/+1 |
2015-02-03 | Use exceptions instead of show_error | Florian Pritz | 6 | -7/+7 |
2015-01-03 | Ignore exif_read_data warnings/errors | Florian Pritz | 1 | -1/+1 |
2014-12-06 | libraries\Image::get_exif: Fix undefined index error | Florian Pritz | 1 | -1/+1 |
2014-11-08 | Fix handling of images with XMP instead of EXIF data | Florian Pritz | 1 | -13/+19 |
2014-10-10 | Merge remote-tracking branch 'rafi/master' into rafi | Florian Pritz | 1 | -15/+12 |
2014-10-03 | Rework image manipulation class | Florian Pritz | 3 | -169/+293 |
2014-10-03 | Move thumbnail code to dedicated class | Florian Pritz | 1 | -0/+169 |
2014-09-18 | Query builder in user login and controller | Rafael Bodill | 1 | -15/+12 |
2014-08-29 | add multipaste support | Florian Pritz | 1 | -0/+80 |
2013-09-23 | Remove unneeded return statements after show_error | Florian Pritz | 2 | -2/+0 |