aboutsummaryrefslogtreecommitdiffstats
path: root/include/oembed.php
Commit message (Collapse)AuthorAgeFilesLines
* Handling HTML entities via mbstring is deprecatedMario2024-01-141-2/+9
|
* fix max_oembed_size check if content length header is an array (e.g. after a ↵Mario2023-03-121-3/+8
| | | | redirect with code 301) - fix issue #1727
* oembed: implement a max oembed size which defaults to 1MB and do not try to ↵Mario2022-06-031-0/+19
| | | | oembed text previews
* php8 warningsMario2022-02-131-5/+7
|
* get devHilmar R2021-03-011-35/+46
|
* make inline pdf a security option, move thumbnail security to security ↵Mario2019-11-151-1/+1
| | | | | options from admin/site (cherry picked from commit de9a7f0fa909792656d26d369f2ff21c57fc1e4d)
* optimise oembed pdf processing so we do not actually load the content, which ↵Mario Vavti2019-05-131-15/+16
| | | | could cause performance issues. ported from zap.
* make pdf preview 100% width and 300px height to match it openstreetmaps previewMario Vavti2018-12-011-1/+5
|
* Update oembed.phpMax Kostikov2018-10-301-1/+5
|
* Beautiful embedding for Hubzilla linksMax Kostikov2018-10-301-1/+2
|
* pdf embedszotlabs2018-05-061-2/+18
|
* malformed embeds from gfycat hubzilla issue #1108zotlabs2018-04-251-2/+4
|
* add the social "party" permission rolezotlabs2018-03-201-0/+1
|
* regex was still brokenzotlabs2017-09-101-1/+1
|
* fix regexzotlabs2017-09-101-1/+1
|
* mastodon wraps oembed in an iframe - which we immediately purify our of ↵zotlabs2017-09-061-0/+11
| | | | existence and what we really want to purify is the content. So strip away the iframe, fetch the content and purify that instead.
* regression: allow position attributes in oembedable zcards by separating ↵zotlabs2017-07-091-2/+4
| | | | | | allow_position from the decision to allow zrls. Should probably turn the entire zcard into a gd image as other consumers of zcards are also likely to purify the position attributes.
* make authenticated oembeds optional, default to false.zotlabs2017-06-031-1/+1
|
* support reverse magic-auth in oembed requests.zotlabs2017-04-191-2/+9
|
* consolidate hubloc storagezotlabs2017-01-301-2/+0
|
* block well-known from oembedzotlabs2017-01-241-0/+3
|
* improve oembed cache securityzotlabs2016-12-191-10/+5
|
* Fix full screen for embedded videosJeroen van Riet Paap2016-12-031-1/+1
|
* remove more corporate code - https url conversion for youtube is now handled ↵zotlabs2016-10-201-11/+1
| | | | by std_embeds plugin
* issue #170redmatrix2016-09-291-1/+1
|
* convert oembed tools to use json arrays rather than json objectsredmatrix2016-09-241-30/+33
|
* increase timeout on oembed remote fetches. This is a balancing act. Too ↵redmatrix2016-08-301-3/+12
| | | | short and many sites won't show up. Too long and you could be watching a spinner anxiously waiting for the page to load even if your own site is blindingly fast.
* embed filter adjustmentsredmatrix2016-08-111-13/+17
|
* function order reversedredmatrix2016-08-091-2/+2
|
* fail oembed if it is attempted and less than 80% of the original content is ↵redmatrix2016-07-211-0/+11
| | | | left after html filtering. For the original poster, this will fall back to linkinfo results. If the embed gets through their site but is filtered downstream (with more than 20% of the content removed), it will result in just a link.
* media (e.g. video) files weren't being detected correctly in oembed, causing ↵redmatrix2016-06-251-9/+8
| | | | the stream to try and load large videos (and failing)
* relocate the cache classredmatrix2016-06-231-2/+4
|
* code cleanupredmatrix2016-05-241-1/+1
|
* more security stuffredmatrix2016-05-021-49/+35
|
* a bit more oembed security - and document the shortcomings of this approachredmatrix2016-05-021-16/+20
|
* some much needed work on oembed securityredmatrix2016-05-011-55/+122
|
* static Appredmatrix2016-03-311-5/+5
|
* deprecate $a->get_baseurl()redmatrix2016-03-301-1/+1
|
* remove bookmark identifier from embedded links since they aren't ↵redmatrix2016-02-211-1/+1
| | | | bookmarkable without an associated taxonomy entry.
* add system black/white list for embeds ahead of personal configredmatrix2016-02-041-0/+28
|
* some zcard cleanup - still eneds a lot more workredmatrix2016-02-021-3/+9
|
* minor tweaksredmatrix2016-02-011-3/+3
|
* slight formatting improvementsredmatrix2016-02-011-1/+1
|
* more oembed provider work - channel articlesredmatrix2016-02-011-1/+14
|
* add zid1.2redmatrix2016-01-311-0/+4
|
* add oembed provider for photosredmatrix2016-01-311-2/+5
|
* personal oembed black/white listredmatrix2015-08-041-0/+29
|
* Merge branch 'master' of https://github.com/redmatrix/redmatrixredmatrix2015-08-031-1/+2
| | | | | | Conflicts: view/it/messages.po view/it/strings.php
* make embeds bookmarkablefriendica2015-03-111-1/+1
|
* turn parse_url into the definitive url attaching mechanismfriendica2015-03-111-2/+14
|