aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Share.php
Commit message (Collapse)AuthorAgeFilesLines
* add auth flag to share attributes so we can make a costly determination to ↵zotlabs2018-03-151-7/+14
| | | | use zid at post submission time instead of making multiple calls to is_matrix_url() at render time
* turn shares into activities - make certain to pull addons or JSON-LD will ↵zotlabs2018-02-131-0/+4
| | | | chuck a wobbly
* oopsyzotlabs2017-06-211-1/+1
|
* the rest of the schema updates - WARNING: some third party plugins may fail; ↵redmatrix2016-06-011-1/+1
| | | | 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/+93