This repository has been archived on 2019-05-14. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon/app/lib/activitypub/activity
Eugen Rochko 9b50a9dd83 Fix some ActivityPub JSON bugs ()
- 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
..
accept.rb Support more variations of ActivityPub keyId in signature () 2017-08-21 22:57:34 +02:00
announce.rb Handle duplicate ActivityPub activities () 2017-08-20 16:53:47 +02:00
block.rb Handle duplicate ActivityPub activities () 2017-08-20 16:53:47 +02:00
create.rb Fix some ActivityPub JSON bugs () 2017-09-04 18:26:33 +02:00
delete.rb Define missing JSON-LD properties () 2017-09-02 14:01:23 +02:00
follow.rb Handle duplicate ActivityPub activities () 2017-08-20 16:53:47 +02:00
like.rb Handle duplicate ActivityPub activities () 2017-08-20 16:53:47 +02:00
reject.rb Support more variations of ActivityPub keyId in signature () 2017-08-21 22:57:34 +02:00
undo.rb Make "unfollow" undo pending outgoing follow request too () 2017-09-02 20:44:41 +02:00
update.rb Add ActivityPub inbox () 2017-08-08 21:52:15 +02:00