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/spec/lib
Eugen Rochko dd7ef0dc41 Add ActivityPub inbox (#4216)
* Add ActivityPub inbox

* Handle ActivityPub deletes

* Handle ActivityPub creates

* Handle ActivityPub announces

* Stubs for handling all activities that need to be handled

* Add ActivityPub actor resolving

* Handle conversation URI passing in ActivityPub

* Handle content language in ActivityPub

* Send accept header when fetching actor, handle JSON parse errors

* Test for ActivityPub::FetchRemoteAccountService

* Handle public key and icon/image when embedded/as array/as resolvable URI

* Implement ActivityPub::FetchRemoteStatusService

* Add stubs for more interactions

* Undo activities implemented

* Handle out of order activities

* Hook up ActivityPub to ResolveRemoteAccountService, handle
Update Account activities

* Add fragment IDs to all transient activity serializers

* Add tests and fixes

* Add stubs for missing tests

* Add more tests

* Add more tests
8 years ago
..
activitypub Add ActivityPub inbox (#4216) 8 years ago
ostatus Correct OStatus inflection (Ostatus -> OStatus) (#4255) 8 years ago
emoji_spec.rb Use the same emoji data on the frontend and backend (#4284) 8 years ago
extractor_spec.rb
feed_manager_spec.rb Fix subsequent replies to unresolved status not being filtered from home (#4190) 8 years ago
formatter_spec.rb
hash_object_spec.rb
language_detector_spec.rb
provider_discovery_spec.rb
request_spec.rb HTTP signatures (#4146) 8 years ago
status_filter_spec.rb
stream_entry_finder_spec.rb
tag_manager_spec.rb
user_settings_decorator_spec.rb Add unfollow modal (optional) (#4246) 8 years ago
webfinger_resource_spec.rb