mastodon/app
Eugen Rochko d14e74eff5
Add cache for OEmbed endpoints to avoid extra HTTP requests (#12403)
* add youtube oembed endpoint

* add check for oembed endpoint

* change unless for a more readable if

* clear blank lines

* endpoint via https

* Fix string literal in condition

* use cache for endpoints

* use cache for endpoints

* clean up and adding check

* clean up and remove redundant return

* add html check

* add false to return

* use double quotes

* use double quotes

* Clean up
2019-11-17 18:40:33 +01:00
..
chewy
controllers Support min_id-based pagination for bookmarks (#12381) 2019-11-17 17:09:41 +01:00
helpers Add kn, mr, ur to available locales (#12379) 2019-11-13 23:36:41 +01:00
javascript
lib
mailers
models
policies
presenters
serializers
services Add cache for OEmbed endpoints to avoid extra HTTP requests (#12403) 2019-11-17 18:40:33 +01:00
validators
views
workers