mastodon/app/lib
ThibG 05cd37097c Optimize uri normalization (#4212)
* Add dependency on idn-ruby to speed up URI normalization

* Use normalized_host instead of normalize.host when applicable

When we are only interested in the normalized host, calling normalized_host
avoids normalizing the other components of the URI as well as creating a
new object
2017-07-15 17:24:35 +02:00
..
activitypub Improve ActivityPub representations (#3844) 2017-07-15 03:01:39 +02:00
settings
application_extension.rb
atom_serializer.rb
exceptions.rb
extractor.rb
feed_manager.rb Fix subsequent replies to unresolved status not being filtered from home (#4190) 2017-07-14 22:31:38 +02:00
formatter.rb
hash_object.rb
inline_renderer.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl (#4090) 2017-07-07 04:02:06 +02:00
language_detector.rb
provider_discovery.rb HTTP signatures (#4146) 2017-07-14 20:41:49 +02:00
request.rb HTTP signatures (#4146) 2017-07-14 20:41:49 +02:00
sanitize_config.rb
status_filter.rb
stream_entry_finder.rb
tag_manager.rb Optimize uri normalization (#4212) 2017-07-15 17:24:35 +02:00
user_settings_decorator.rb Add option to opt out of search engines on public profile/status pages (#4199) 2017-07-14 16:41:02 +02:00
webfinger_resource.rb