| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix new Imagemagick object | Max Kostikov | 2021-02-05 | 1 | -1/+1 |
* | fix getting mimetype via getimagesize() and do not default to image/jpeg yet... | Mario | 2021-02-01 | 1 | -3/+4 |
* | Better profile photo fetch processing | Max Kostikov | 2021-02-01 | 1 | -25/+34 |
* | Add support filesystem storage for xchan profile photos | Max Kostikov | 2021-01-24 | 1 | -25/+18 |
* | Variable typo | Max Kostikov | 2021-01-23 | 1 | -1/+1 |
* | Do not store multiple profile images thumbnails | Max Kostikov | 2021-01-23 | 1 | -1/+10 |
* | Implement Imagemagick resources consumption limiting | Max Kostikov | 2020-12-26 | 1 | -0/+4 |
* | Support remote host cache directives on profile photo fetching | Max Kostikov | 2020-09-13 | 1 | -41/+85 |
* | Add .webp image format support | Max Kostikov | 2019-12-07 | 1 | -0/+2 |
* | Refactor photo_driver to use namespaces. | Klaus Weidenbach | 2019-02-14 | 3 | -833/+12 |
* | Clean up and documentation in photo_drive. | Klaus Weidenbach | 2019-02-14 | 1 | -242/+271 |
* | missing closing parenthesis | Mario Vavti | 2019-01-03 | 1 | -1/+1 |
* | fix content type check | Mario Vavti | 2019-01-03 | 1 | -5/+8 |
* | Revert "Merge branch 'check_content_type' into 'dev'" | Max Kostikov | 2019-01-03 | 1 | -7/+4 |
* | check suppported type if we get content type from header | Mario Vavti | 2019-01-02 | 1 | -4/+7 |
* | return on readImageBlob() exception | Mario Vavti | 2018-12-11 | 1 | -0/+1 |
* | catch exception if readImageBlob() receives bogus data | Mario Vavti | 2018-12-03 | 1 | -3/+7 |
* | Add Expires field support | Max Kostikov | 2018-12-03 | 1 | -11/+16 |
* | Add flag to allow to save image without validation | Max Kostikov | 2018-12-02 | 1 | -2/+2 |
* | strlen($this->imageString()) does not return the correct size when dealing wi... | Mario Vavti | 2018-11-16 | 1 | -2/+2 |
* | Update photo_driver.php | Max Kostikov | 2018-11-10 | 1 | -1/+1 |
* | Fixed wrong value assign on compare with 0 | Max Kostikov | 2018-11-10 | 1 | -1/+1 |
* | Preserve received image modification date on caching | Max Kostikov | 2018-11-09 | 1 | -11/+16 |
* | remove image type double guess by checking HTTP headers | Max Kostikov | 2018-11-08 | 1 | -23/+7 |
* | Return image modification date using HTTP 'Last-Modified' and '304 Not Modifi... | Max Kostikov | 2018-11-08 | 1 | -115/+159 |
* | imagemagick preserves exif when scaling. GD does not. We do not want to prese... | zotlabs | 2018-04-22 | 3 | -0/+19 |
* | use original exif_read_data() parameters which were lost in a regression; uns... | zotlabs | 2018-03-14 | 1 | -1/+1 |
* | somewhere along the line the output of exif_read_data() changed and it no lon... | zotlabs | 2018-03-13 | 1 | -2/+2 |
* | allow toggle to 'SMBC' scaling mode. 'SMBC' mode is named thusly for Saturday... | zotlabs | 2017-11-21 | 1 | -3/+10 |
* | text thumbnails in cloud tile mode | zotlabs | 2017-11-19 | 1 | -47/+62 |
* | sort out a few more large image upload issues | zotlabs | 2017-11-14 | 1 | -4/+12 |
* | ensure we have an observer hash | zotlabs | 2017-10-03 | 1 | -1/+1 |
* | hubzilla issue #868 | zotlabs | 2017-10-03 | 1 | -0/+21 |
* | provide default photo mimetype | zotlabs | 2017-09-20 | 1 | -0/+1 |
* | provide a hook for importing a channel photo at channel creation time | zotlabs | 2017-09-14 | 1 | -0/+30 |
* | some doco fixes and other real minor stuff to improve logreading ability | zotlabs | 2017-08-09 | 1 | -2/+2 |
* | guess_image_type - ignore scheme when checking for urls | zotlabs | 2017-06-25 | 1 | -1/+1 |
* | mastodon reshares can be either posts or comments; silence warning from guess... | zotlabs | 2017-06-25 | 1 | -1/+11 |
* | whitespace | zotlabs | 2017-06-05 | 1 | -3/+5 |
* | cleanup only | zotlabs | 2017-05-31 | 1 | -3/+2 |
* | photo size-0 issue | zotlabs | 2017-04-07 | 1 | -0/+1 |
* | add os_path and display_path to photos, fix some issues with multiple path se... | zotlabs | 2017-03-14 | 1 | -86/+2 |
* | do not choke if photo_factory() returns null | Mario Vavti | 2017-01-15 | 1 | -1/+3 |
* | correct encoding | zotlabs | 2016-10-23 | 1 | -2/+2 |
* | remove the rest of the backticks from sql queries; replace with TQUOT const w... | zotlabs | 2016-10-12 | 1 | -50/+50 |
* | issue #526 | redmatrix | 2016-09-22 | 1 | -2/+9 |
* | issue #519 | redmatrix | 2016-09-20 | 1 | -2/+5 |
* | the rest of the schema updates - WARNING: some third party plugins may fail; ... | redmatrix | 2016-06-01 | 1 | -25/+25 |
* | code cleanup | redmatrix | 2016-05-24 | 1 | -5/+1 |
* | deprecate $a->get_baseurl() | redmatrix | 2016-03-30 | 1 | -6/+6 |