aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Oep.php
Commit message (Collapse)AuthorAgeFilesLines
* fix issues in mod oepMario2023-06-191-17/+35
|
* fix typo in variable nameMario2022-11-101-0/+1
|
* php warningsMario2022-11-021-18/+18
|
* more unpack_link_id()Mario2021-09-041-2/+5
|
* more deprecate legacy zotMario2021-06-281-22/+22
|
* possible minor performance improvementMario2021-05-051-131/+131
|
* add zot6 to the authenticatable options and fix array key in reshare headerMario2020-10-091-4/+4
|
* mod_oep: photos/album/xxxxx is no longer hex2bin/bin2hex but the album hash ↵zotlabs2019-03-041-1/+1
| | | | and is throwing php warnings when trying to decode
* cleanup logging and return if query returns empty resultMario Vavti2019-02-031-3/+6
|
* do not overwrite $sql_extraMario Vavti2019-02-031-2/+4
|
* make the cloud logging a bit less verbose until we actually need it.zotlabs2018-05-021-1/+1
|
* add auth flag to share attributes so we can make a costly determination to ↵zotlabs2018-03-151-0/+4
| | | | use zid at post submission time instead of making multiple calls to is_matrix_url() at render time
* 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