mastodon/app/controllers
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
2017-08-08 21:52:15 +02:00
..
activitypub Add ActivityPub inbox (#4216) 2017-08-08 21:52:15 +02:00
admin Add button to re-subscribe to all accounts from a domain (#4285) 2017-07-20 23:07:13 +02:00
api Merge queries in Api::V1::FavouritesController (#4359) 2017-07-25 16:01:03 +02:00
auth Redirect to PasswordController#new when reset_password_token is invalid (#4506) 2017-08-03 17:45:45 +02:00
concerns
oauth
settings Fix #4026 - Accept backup codes for disabling 2FA (#4382) 2017-07-26 23:36:33 +02:00
well_known
about_controller.rb
account_follow_controller.rb
account_unfollow_controller.rb
accounts_controller.rb Correct OStatus inflection (Ostatus -> OStatus) (#4255) 2017-07-19 01:37:26 +02:00
application_controller.rb Add "signed in as" header to some pages (#4523) 2017-08-05 04:24:58 +02:00
authorize_follows_controller.rb Add "signed in as" header to some pages (#4523) 2017-08-05 04:24:58 +02:00
follower_accounts_controller.rb
following_accounts_controller.rb
home_controller.rb
manifests_controller.rb
media_controller.rb
remote_follow_controller.rb Add "signed in as" header to some pages (#4523) 2017-08-05 04:24:58 +02:00
statuses_controller.rb
stream_entries_controller.rb Correct OStatus inflection (Ostatus -> OStatus) (#4255) 2017-07-19 01:37:26 +02:00
tags_controller.rb