You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
5 years ago
..
controllers Support min_id-based pagination for bookmarks (#12381) 5 years ago
fabricators Add bookmarks (#7107) 5 years ago
features
fixtures
helpers
lib
mailers
models
policies
presenters
requests Fix localization test failing due to order of locale definitions (#12393) 5 years ago
routing
serializers/activitypub
services Add cache for OEmbed endpoints to avoid extra HTTP requests (#12403) 5 years ago
support
validators
views
workers Fix various issues with account migration (#12301) 5 years ago
rails_helper.rb
spec_helper.rb