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
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
7 years ago
..
activitypub Improve ActivityPub representations (#3844) 7 years ago
settings
application_extension.rb
atom_serializer.rb Remove redundant code in AtomSerializer and spec (#3528) 7 years ago
exceptions.rb
extractor.rb
feed_manager.rb Fix subsequent replies to unresolved status not being filtered from home (#4190) 7 years ago
formatter.rb Remove some arguments of Formatter.instance.format and spec (#3541) 7 years ago
hash_object.rb
inline_renderer.rb Refactor JSON templates to be generated with ActiveModelSerializers instead of Rabl (#4090) 7 years ago
language_detector.rb Language detection defaults to nil (#3666) 7 years ago
provider_discovery.rb HTTP signatures (#4146) 7 years ago
request.rb HTTP signatures (#4146) 7 years ago
sanitize_config.rb Whitelist allowed classes for federated statuses (#3810) 7 years ago
status_filter.rb Fix regression from #3490 - filter out hidden statuses from ancestors/descendants even if the viewer is anonymous (#3752) 7 years ago
stream_entry_finder.rb
tag_manager.rb Optimize uri normalization (#4212) 7 years ago
user_settings_decorator.rb Add option to opt out of search engines on public profile/status pages (#4199) 7 years ago
webfinger_resource.rb