aboutsummaryrefslogtreecommitdiffstats
path: root/include/photo
Commit message (Expand)AuthorAgeFilesLines
* handle imagick readImageBlob() exceptionMario2024-03-011-1/+8
* fix php warningMario2023-04-161-1/+1
* fix php warningsMario2022-10-201-0/+1
* php8: warning fixesMario2022-09-141-5/+12
* php8: fix warningsMario2022-09-111-0/+8
* add an optional force flag to actor_store()Mario2021-08-301-1/+0
* Revalidate imported profile photo on each request (patch provided by Max)Mario2021-03-241-1/+2
* get devHilmar R2021-03-011-52/+64
* Implement Imagemagick resources consumption limitingMax Kostikov2020-12-301-0/+4
* Support remote host cache directives on profile photo fetchingMax Kostikov2020-09-131-41/+85
* Add .webp image format supportMax Kostikov2019-12-071-0/+2
* Refactor photo_driver to use namespaces.Klaus Weidenbach2019-02-143-833/+12
* Clean up and documentation in photo_drive.Klaus Weidenbach2019-02-141-242/+271
* missing closing parenthesisMario Vavti2019-01-031-1/+1
* fix content type checkMario Vavti2019-01-031-5/+8
* Revert "Merge branch 'check_content_type' into 'dev'"Max Kostikov2019-01-031-7/+4
* check suppported type if we get content type from headerMario Vavti2019-01-021-4/+7
* return on readImageBlob() exceptionMario Vavti2018-12-111-0/+1
* catch exception if readImageBlob() receives bogus dataMario Vavti2018-12-031-3/+7
* Add Expires field supportMax Kostikov2018-12-031-11/+16
* Add flag to allow to save image without validationMax Kostikov2018-12-021-2/+2
* strlen($this->imageString()) does not return the correct size when dealing wi...Mario Vavti2018-11-161-2/+2
* Update photo_driver.phpMax Kostikov2018-11-101-1/+1
* Fixed wrong value assign on compare with 0Max Kostikov2018-11-101-1/+1
* Preserve received image modification date on cachingMax Kostikov2018-11-091-11/+16
* remove image type double guess by checking HTTP headersMax Kostikov2018-11-081-23/+7
* Return image modification date using HTTP 'Last-Modified' and '304 Not Modifi...Max Kostikov2018-11-081-115/+159
* imagemagick preserves exif when scaling. GD does not. We do not want to prese...zotlabs2018-04-223-0/+19
* use original exif_read_data() parameters which were lost in a regression; uns...zotlabs2018-03-141-1/+1
* somewhere along the line the output of exif_read_data() changed and it no lon...zotlabs2018-03-131-2/+2
* allow toggle to 'SMBC' scaling mode. 'SMBC' mode is named thusly for Saturday...zotlabs2017-11-211-3/+10
* text thumbnails in cloud tile modezotlabs2017-11-191-47/+62
* sort out a few more large image upload issueszotlabs2017-11-141-4/+12
* ensure we have an observer hashzotlabs2017-10-031-1/+1
* hubzilla issue #868zotlabs2017-10-031-0/+21
* provide default photo mimetypezotlabs2017-09-201-0/+1
* provide a hook for importing a channel photo at channel creation timezotlabs2017-09-141-0/+30
* some doco fixes and other real minor stuff to improve logreading abilityzotlabs2017-08-091-2/+2
* guess_image_type - ignore scheme when checking for urlszotlabs2017-06-251-1/+1
* mastodon reshares can be either posts or comments; silence warning from guess...zotlabs2017-06-251-1/+11
* whitespacezotlabs2017-06-051-3/+5
* cleanup onlyzotlabs2017-05-311-3/+2
* photo size-0 issuezotlabs2017-04-071-0/+1
* add os_path and display_path to photos, fix some issues with multiple path se...zotlabs2017-03-141-86/+2
* do not choke if photo_factory() returns nullMario Vavti2017-01-151-1/+3
* correct encodingzotlabs2016-10-231-2/+2
* remove the rest of the backticks from sql queries; replace with TQUOT const w...zotlabs2016-10-121-50/+50
* issue #526redmatrix2016-09-221-2/+9
* issue #519redmatrix2016-09-201-2/+5
* the rest of the schema updates - WARNING: some third party plugins may fail; ...redmatrix2016-06-011-25/+25