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 9b50a9dd83 Fix some ActivityPub JSON bugs (#4796)
- Fix assumption that `url` is always a string. Handle it if it's an
  array of strings, array of objects, object, or string, both for
  accounts and for objects
- `sharedInbox` is actually supposed to be under `endpoints`, handle
  both cases and adjust the serializer
7 years ago
..
activitypub Fix some ActivityPub JSON bugs (#4796) 7 years ago
ostatus Convert OStatus tag to ActivityPub id on in_reply_to resolution (#4756) 7 years ago
settings
application_extension.rb
emoji.rb
exceptions.rb
extractor.rb
feed_manager.rb
formatter.rb Don't normalize invalid domain names (#4499) 7 years ago
hash_object.rb
inline_renderer.rb
language_detector.rb
provider_discovery.rb
request.rb Add Digest header to requests with body, handle acct and URI keyId (#4565) 7 years ago
sanitize_config.rb
status_filter.rb
status_finder.rb Raise an error for remote url in StatusFinder (#4776) 7 years ago
tag_manager.rb
user_settings_decorator.rb
webfinger_resource.rb