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/app/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
..
activitypub Improve ActivityPub representations (#3844) 8 years ago
admin Improve UI of admin site settings (#4163) 9 years ago
api Improve ActivityPub representations (#3844) 8 years ago
auth Add overview of active sessions (#3929) 9 years ago
concerns HTTP signatures (#4146) 8 years ago
oauth Fix #1165 - before_action was called before protect_from_forgery 9 years ago
settings Add option to opt out of search engines on public profile/status pages (#4199) 8 years ago
well_known Ensure well_known controllers use WEB_DOMAIN by including RoutingHelper (#2388) 9 years ago
about_controller.rb Redesign the landing page, mount public timeline on it (#4122) 9 years ago
account_follow_controller.rb Restful refactor of accounts/ routes (#2133) 9 years ago
account_unfollow_controller.rb Restful refactor of accounts/ routes (#2133) 9 years ago
accounts_controller.rb Improve ActivityPub representations (#3844) 8 years ago
application_controller.rb Fix #4058 - Use a long-lived cookie to keep track of user-level sessions (#4091) 9 years ago
authorize_follows_controller.rb Remote following success page (#4129) 9 years ago
follower_accounts_controller.rb Improve ActivityPub representations (#3844) 8 years ago
following_accounts_controller.rb Improve ActivityPub representations (#3844) 8 years ago
home_controller.rb Web Push Notifications (#3243) 8 years ago
manifests_controller.rb Fix #3063 - Add dynamic app manifest (#3563) 9 years ago
media_controller.rb Extract authorization policy for viewing statuses (#3150) 9 years ago
remote_follow_controller.rb Conditional validations no longer accept strings for if/unless (#3124) 9 years ago
statuses_controller.rb Improve ActivityPub representations (#3844) 8 years ago
stream_entries_controller.rb HTTP signatures (#4146) 8 years ago
tags_controller.rb Improve ActivityPub representations (#3844) 8 years ago