aboutsummaryrefslogtreecommitdiffstats
path: root/include/oembed.php
Commit message (Expand)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
* oembed: implement a max oembed size which defaults to 1MB and do not try to o...Mario2022-06-031-0/+19
* php8 warningsMario2022-02-131-5/+7
* get devHilmar R2021-03-011-35/+46
* make inline pdf a security option, move thumbnail security to security option...Mario2019-11-151-1/+1
* optimise oembed pdf processing so we do not actually load the content, which ...Mario Vavti2019-05-131-15/+16
* 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 exist...zotlabs2017-09-061-0/+11
* regression: allow position attributes in oembedable zcards by separating allo...zotlabs2017-07-091-2/+4
* 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
* 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 short...redmatrix2016-08-301-3/+12
* 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 l...redmatrix2016-07-211-0/+11
* media (e.g. video) files weren't being detected correctly in oembed, causing ...redmatrix2016-06-251-9/+8
* 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 bookmarkable...redmatrix2016-02-211-1/+1
* 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
* make embeds bookmarkablefriendica2015-03-111-1/+1
* turn parse_url into the definitive url attaching mechanismfriendica2015-03-111-2/+14