aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Oep.php
Commit message (Collapse)AuthorAgeFilesLines
* article featurezotlabs2017-11-221-0/+85
|
* card embed improvedzotlabs2017-09-041-2/+2
|
* missing includezotlabs2017-08-301-0/+2
|
* oembed provider cleanup, add oembed to cardszotlabs2017-08-231-2/+104
|
* more work on oembed from /displayzotlabs2017-08-211-4/+4
|
* stream_perms_xchans wasn't working which has effects in mod_display and ↵zotlabs2017-08-211-21/+43
| | | | there are also issues with the oembed provider for mod_display. This is a first cut for the second but hasn't yet been tested
* issue with oembed of a shared item, which wraps in another share.zotlabs2017-08-201-10/+20
|
* oembed: ensure that width and height are returned as type int and not floatzotlabs2017-06-031-2/+2
|
* the rest of the schema updates - WARNING: some third party plugins may fail; ↵redmatrix2016-06-011-8/+8
| | | | 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.
* renamed include files identity.php (channel.php) and Contact.php ↵redmatrix2016-05-221-2/+2
| | | | (connections.php)
* some much needed work on oembed securityredmatrix2016-05-011-1/+1
|
* module updatesredmatrix2016-04-181-0/+403