]> cat aescling's git repositories - mastodon.git/commit
Add federation support for the "hide network" preference (#11673)
authorThibG <thib@sitedethib.com>
Sun, 8 Mar 2020 23:10:29 +0000 (00:10 +0100)
committerGitHub <noreply@github.com>
Sun, 8 Mar 2020 23:10:29 +0000 (00:10 +0100)
commitb154428e14861f5cdc7ba6e5f8e582dbf7d0a1c0
treece3ebad6225a4bf7ed466251c4c3d46b1c0d3ba6
parent9660aa4543deff41c60d131e081137f84e771499
Add federation support for the "hide network" preference (#11673)

* Change ActivityPub follower/following collections to not link first page

* Add support for hiding followers and following of remote users

* Switch to using a single `hide_collections` column

* Address code style remarks
app/controllers/api/v1/accounts/follower_accounts_controller.rb
app/controllers/api/v1/accounts/following_accounts_controller.rb
app/controllers/follower_accounts_controller.rb
app/controllers/following_accounts_controller.rb
app/models/account.rb
app/services/activitypub/process_account_service.rb
db/migrate/20191212163405_add_hide_collections_to_accounts.rb [new file with mode: 0644]
db/schema.rb