mastodon/spec
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
..
controllers Support min_id-based pagination for bookmarks (#12381) 2019-11-17 17:09:41 +01:00
fabricators
features
fixtures
helpers
lib
mailers
models
policies
presenters
requests
routing
serializers/activitypub
services Add cache for OEmbed endpoints to avoid extra HTTP requests (#12403) 2019-11-17 18:40:33 +01:00
support
validators
views
workers
rails_helper.rb
spec_helper.rb