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
unarist af2d22f88c Fallback from perform_via_activitypub on private posts (#4758)
Currently, private / direct posts via OStatus from AP compatible instance will be dropped due to failing to fetch AP version.

So this fallbacks to OStatus handling:

* when failed to fetch ActivityPub version
* when status is neither :public nor :unlisted
7 years ago
..
activitypub Remove identity context from output of LinkedDataSignature (#4753) 7 years ago
ostatus Fallback from perform_via_activitypub on private posts (#4758) 7 years ago
settings Refactor Setting (#3302) 8 years ago
application_extension.rb Conditional validations no longer accept strings for if/unless (#3124) 8 years ago
emoji.rb Change RuboCop rules to loose (#4464) 7 years ago
exceptions.rb Add callback_url/acct information for Sidekiq PuSH workers Exception. (#4281) 7 years ago
extractor.rb Skip formatting for cashtag in status text (#3275) 8 years ago
feed_manager.rb Fix subsequent replies to unresolved status not being filtered from home (#4190) 7 years ago
formatter.rb Don't normalize invalid domain names (#4499) 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 Fix length validator counting things that look like URIs like URLs (#4462) 7 years ago
provider_discovery.rb HTTP signatures (#4146) 7 years ago
request.rb Add Digest header to requests with body, handle acct and URI keyId (#4565) 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
status_finder.rb Update status embeds (#4742) 7 years ago
tag_manager.rb Optimize uri normalization (#4212) 7 years ago
user_settings_decorator.rb Add unfollow modal (optional) (#4246) 7 years ago
webfinger_resource.rb