aboutsummaryrefslogtreecommitdiffstats
path: root/include/oembed.php
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* recognise opus as an audio filefriendica2015-01-251-1/+1
|
* oembed issuesfriendica2014-10-081-7/+6
|
* soundcloud using a slightly different oembed mechanism - react accordinglyfriendica2014-10-081-0/+9
|
* remove some code duplicationfriendica2014-07-141-12/+4
|
* this is a mess and makes a complicated security model that one can probably ↵friendica2014-03-311-1/+4
| | | | drive a truck through. It will have to be fixed. It does make youtubes work again.
* revise the sandboxfriendica2014-03-301-1/+1
|
* little fixes of hopefully nil significancefriendica2014-03-161-1/+1
|
* dang - you really have to bludgeon this thing to get youtube to use httpsfriendica2014-02-281-1/+10
|
* try to fix youtube mixed content warningsfriendica2014-02-281-0/+2
|
* add zid to audio/video (again)friendica2014-01-231-6/+6
|
* zidify audio/video linksfriendica2014-01-201-7/+14
|
* get rid of fetch_url - post_url will be a bit harder as several plugins need ↵friendica2013-12-011-1/+2
| | | | to be updated
* looks more structured this waymarijus2013-11-111-0/+1
|
* move oohembed service to addonfriendica2013-06-031-5/+10
|
* initial docofriendica2013-02-261-1/+1
|
* route oembed through z_fetch_urlfriendica2013-02-251-2/+8
|
* start formatting for Doxygenfriendica2013-02-251-1/+1
|
* the dynamic "show more" sort of works - but with a nagging delay. But I need ↵friendica2012-08-061-4/+6
| | | | to move on to bigger things. We'll leave it for now.
* New function to convert bbcode to markdown.Michael Vogel2012-06-171-1/+2
|