Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make the cloud logging a bit less verbose until we actually need it. | zotlabs | 2018-05-02 | 1 | -1/+1 |
| | |||||
* | add auth flag to share attributes so we can make a costly determination to ↵ | zotlabs | 2018-03-15 | 1 | -0/+4 |
| | | | | use zid at post submission time instead of making multiple calls to is_matrix_url() at render time | ||||
* | article feature | zotlabs | 2017-11-22 | 1 | -0/+85 |
| | |||||
* | card embed improved | zotlabs | 2017-09-04 | 1 | -2/+2 |
| | |||||
* | missing include | zotlabs | 2017-08-30 | 1 | -0/+2 |
| | |||||
* | oembed provider cleanup, add oembed to cards | zotlabs | 2017-08-23 | 1 | -2/+104 |
| | |||||
* | more work on oembed from /display | zotlabs | 2017-08-21 | 1 | -4/+4 |
| | |||||
* | stream_perms_xchans wasn't working which has effects in mod_display and ↵ | zotlabs | 2017-08-21 | 1 | -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. | zotlabs | 2017-08-20 | 1 | -10/+20 |
| | |||||
* | oembed: ensure that width and height are returned as type int and not float | zotlabs | 2017-06-03 | 1 | -2/+2 |
| | |||||
* | the rest of the schema updates - WARNING: some third party plugins may fail; ↵ | redmatrix | 2016-06-01 | 1 | -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 ↵ | redmatrix | 2016-05-22 | 1 | -2/+2 |
| | | | | (connections.php) | ||||
* | some much needed work on oembed security | redmatrix | 2016-05-01 | 1 | -1/+1 |
| | |||||
* | module updates | redmatrix | 2016-04-18 | 1 | -0/+403 |