aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Photo.php
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵redmatrix2016-08-301-0/+9
| | | | profile photos to be public. As a side effect 'thing' photos will also be considered public.
* 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
| | | | e.g. embedphotos and chess. $item['object'] is now $item['obj'] and $photo['type'] is $photo['mimetype'], $photo['scale'] is $photo['imgscale'] and $photo['data'] is now $photo['content']. There are a number of other changes, but these are the ones noted to cause issues with third-party plugins. The project plugins have been updated. Please note any new issues as this effort touched a lot of code in a lot of files.
* module updatesredmatrix2016-04-181-0/+250