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/controllers
Eugen Rochko 8c45cd0e36 Improve ActivityPub representations (#3844)
* Improve webfinger templates and make tests more flexible

* Clean up AS2 representation of actor

* Refactor outbox

* Create activities representation

* Add representations of followers/following collections, do not redirect /users/:username route if format is empty

* Remove unused translations

* ActivityPub endpoint for single statuses, add ActivityPub::TagManager for better
URL/URI generation

* Add ActivityPub::TagManager#to

* Represent all attachments as Document instead of Image/Video specifically
(Because for remote ones we may not know for sure)

Add mentions and hashtags representation to AP notes

* Add AP-resolvable hashtag URIs

* Use ActiveModelSerializers for ActivityPub

* Clean up unused translations

* Separate route for object and activity

* Adjust cc/to matrices

* Add to/cc to activities, ensure announce activity embeds target status and
not the wrapper status, add "id" to all collections
8 years ago
..
admin Improve UI of admin site settings (#4163) 8 years ago
api Improve ActivityPub representations (#3844) 8 years ago
auth Cover Auth::RegistrationsController more (#3353) 8 years ago
concerns HTTP signatures (#4146) 8 years ago
oauth Cover Oauth::AuthorizedApplicationsController (#3359) 8 years ago
settings Fix #3910 - Require OTP authentication to disable 2FA (#3935) 8 years ago
well_known Improve ActivityPub representations (#3844) 8 years ago
about_controller_spec.rb Cover AboutController more in spec (#3226) 8 years ago
account_follow_controller_spec.rb Cover AccountFollowController more in spec (#3227) 8 years ago
account_unfollow_controller_spec.rb Cover AccountUnfollowController more in spec (#3228) 8 years ago
accounts_controller_spec.rb Improve ActivityPub representations (#3844) 8 years ago
application_controller_spec.rb Use "match_array" only for order independent assertions (#3626) 8 years ago
authorize_follows_controller_spec.rb Remote following success page (#4129) 8 years ago
follower_accounts_controller_spec.rb Introduce recent to Follow (#3247) 8 years ago
following_accounts_controller_spec.rb Introduce recent to Follow (#3247) 8 years ago
home_controller_spec.rb Replace OEmbed and initial state Rabl templates with serializers (#4110) 8 years ago
manifests_controller_spec.rb Add controller spec for manifests controller (#4003) 8 years ago
media_controller_spec.rb Extract authorization policy for viewing statuses (#3150) 8 years ago
remote_follow_controller_spec.rb Fix #2027 - Accept own ID for remote follow with and without preceding @ (#2991) 8 years ago
statuses_controller_spec.rb Use "match_array" only for order independent assertions (#3626) 8 years ago
stream_entries_controller_spec.rb Use "match_array" only for order independent assertions (#3626) 8 years ago
tags_controller_spec.rb Cover TagsController more (#3306) 8 years ago