mastodon/app/services/activitypub
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
2017-09-04 18:26:33 +02:00
..
fetch_remote_account_service.rb Hook up URL-based resource look-up to ActivityPub (#4589) 2017-08-14 02:29:36 +02:00
fetch_remote_key_service.rb Support more variations of ActivityPub keyId in signature (#4630) 2017-08-21 22:57:34 +02:00
fetch_remote_status_service.rb Define missing JSON-LD properties (#4767) 2017-09-02 14:01:23 +02:00
process_account_service.rb Fix some ActivityPub JSON bugs (#4796) 2017-09-04 18:26:33 +02:00
process_collection_service.rb Don't process ActivityPub payload if signature is invalid (#4752) 2017-08-31 17:18:49 +02:00