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/app/lib
Eugen Rochko 88725d6ce8 OEmbed support for PreviewCard (#2337)
* OEmbed support for PreviewCard

* Improve ProviderDiscovery code failure treatment

* Do not crawl links if there is a content warning, since those
don't display a link card anyway

* Reset db schema

* Fresh migrate

* Fix rubocop style issues
Fix #1681 - return existing access token when applicable instead of creating new

* Fix test

* Extract http client to helper

* Improve oembed controller
8 years ago
..
settings Add extended about page stub 8 years ago
application_extension.rb Fix tests, add applications to eager loading/cache for statuses, fix 8 years ago
atom_serializer.rb Improve bio compatibility (#2278) 8 years ago
exceptions.rb Add check for visibility.nil? even though it can't ever be, to check for race conditions 8 years ago
feed_manager.rb Remove order prior to .find_in_batches (#1470) 8 years ago
formatter.rb OEmbed support for PreviewCard (#2337) 8 years ago
hash_object.rb Migrate from ledermann/rails-settings to rails-settings-cached which allows global settings 8 years ago
inline_rabl_scope.rb Optimize filter methods in FeedManager a bit, use redis pipelining on merge/unmerge feed methods, 8 years ago
inline_renderer.rb Replace calls to FeedManager#inline_render and #broadcast 8 years ago
language_detector.rb [WIP] Html lang on statuses (#2297) 8 years ago
provider_discovery.rb OEmbed support for PreviewCard (#2337) 8 years ago
sanitize_config.rb OEmbed support for PreviewCard (#2337) 8 years ago
tag_manager.rb Punycode URI normalization (#2370) 8 years ago
user_settings_decorator.rb Clean up settings/preferences controller (#2237) 8 years ago
webfinger_resource.rb Allow webfinger controller to reply to user@WEB_DOMAIN in addition to user@LOCAL_DOMAIN (#2351) 8 years ago