Commit Graph

7 Commits (fe90cb2cb40f25d7bd1b8304dd36fc70dd6c90e1)

Author SHA1 Message Date
Eugen Rochko 38be9af436 Add support for reversible suspensions through ActivityPub () 2020-11-08 00:28:39 +01:00
ThibG f0cca7a79f Hide blocked users from more places ()
* Hide blocked, muted, and blocked-by users from toot favourite lists

* Hide blocked, muted, and blocked-by users from toot reblog lists

* Hide blocked, muted, and blocked-by users from followers/following (API)

* Fix tests

* Hide blocked, muted, and blocked-by users from followers/following on public pages
2019-12-31 00:55:32 +01:00
Shuhei Kitagawa 31cf3094fd Add tests for followers_accounts_controller () 2018-06-13 10:28:39 +09:00
Yamagishi Kazutoshi 7da649efb4 Use raw status code on have_http_status () 2018-04-21 21:35:07 +02:00
Akihiko Odaki 4f023cb001 Introduce recent to Follow ()
Introduce recent to Follow, as Account and other models have.
This change also adds specs for the scope and the dependents.
2017-05-23 13:12:19 +02:00
Matt Jankowski 442d4cfb4a More controller specs ()
* Add render_views in more places

* Delegate methods from account to user with allow nil true, so that admin accounts show view renders when missing a user

* Use actual account instances in authorize follow controller spec
2017-04-28 15:12:37 +02:00
Matt Jankowski 9a8134cea6 Restful refactor of accounts/ routes ()
* Add routing specs for accounts followers and following actions

* Use more restful route naming for public account follow pages

Moves two actions:
- accounts#followers to accounts/follower_accounts#index
- accounts#following to accounts/following_accounts#index

Adds routing spec to ensure prior URLs are preserved.
2017-04-19 13:52:37 +02:00