mastodon/app/controllers/api/v1/accounts
Eugen Rochko 1e02dc8715
Add preference to hide following/followers lists (#7532)
* Add preference to hide following/followers lists

- Public pages
- ActivityPub collections (does not return pages but does give total)
- REST API (unless it's your own) (does not federate)

Fix #6901

* Add preference

* Add delegation

* Fix issue

* Fix issue
2018-05-18 02:26:51 +02:00
..
credentials_controller.rb Bot nameplates (#7391) 2018-05-07 09:31:07 +02:00
follower_accounts_controller.rb Add preference to hide following/followers lists (#7532) 2018-05-18 02:26:51 +02:00
following_accounts_controller.rb Add preference to hide following/followers lists (#7532) 2018-05-18 02:26:51 +02:00
lists_controller.rb Fix #5953 - Add GET /api/v1/accounts/:id/lists (#5983) 2017-12-12 03:55:39 +01:00
relationships_controller.rb Fix bug in relationships API introduced by #6482 (#6527) 2018-02-21 23:22:12 +01:00
search_controller.rb Ensure that boolean params in the API are parsed for truthiness (#6575) 2018-03-01 02:47:59 +01:00
statuses_controller.rb Do not use permitted_for scope when querying pinned statuses (#7510) 2018-05-16 12:30:14 +02:00