aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Photo.php
Commit message (Expand)AuthorAgeFilesLines
...
* $data only contains the link to the image if the image is in os storage. The ...Mario Vavti2018-11-081-1/+2
* Disable image caching if personal or group permissions enabledMax Kostikov2018-11-071-6/+6
* Added `If-Modified-Since` header support for better image caching and fixed a...Max Kostikov2018-11-071-6/+14
* Revert "remove 'Expiries' HTTP header"Max Kostikov2018-11-071-1/+2
* remove 'Expiries' HTTP header Max Kostikov2018-11-061-2/+1
* Update Photo.phpMax Kostikov2018-11-061-2/+2
* Update Photo.phpMax Kostikov2018-11-061-4/+2
* Update Photo.phpMax Kostikov2018-11-061-2/+3
* 'Last-Modified' and 'Content-Length' HTTP headers added for better image cachingMax Kostikov2018-11-061-9/+18
* Update Photo.phpMax Kostikov2018-11-051-1/+1
* Use modern get_config() syntaxMax Kostikov2018-11-051-4/+2
* wrong default param for pubstream_incl (this checkin also picked up a few min...zotlabs2018-05-181-2/+3
* missing includeMario Vavti2018-05-161-0/+1
* provide function to fetch photo contents from urlzotlabs2018-05-151-7/+4
* we must now provide the full path to the profile image for the cavatar plugin...Mario Vavti2018-05-151-6/+6
* Back in the day there were good reasons for showing a permission denied photo...zotlabs2018-05-061-8/+9
* parent folder permissions weren't being checked back to the cloud root direct...zotlabs2018-04-301-49/+21
* errorzotlabs2017-05-081-1/+1
* cleanup of last checkinzotlabs2017-05-071-2/+4
* cover photo was unintentionally disabled when block_public in effectzotlabs2017-05-071-3/+4
* add get_photo hook to go along with get_profile_photo hook. This allows a plu...zotlabs2016-10-171-11/+12
* more backquotes - this should take care of most except for the array import q...zotlabs2016-10-091-1/+1
* fix wrong array key for profile photo resloutionMario Vavti2016-09-281-1/+1
* make the fetching of the default profile photo hookable, and document the hookredmatrix2016-09-271-17/+31
* only check permissions on normal photos and force cover photos as well as pro...redmatrix2016-08-301-0/+9
* stream large photos through buffered I/O if possibleredmatrix2016-06-291-3/+27
* db statement debuggingredmatrix2016-06-221-2/+2
* the rest of the schema updates - WARNING: some third party plugins may fail; ...redmatrix2016-06-011-9/+9
* module updatesredmatrix2016-04-181-0/+250