mastodon/app
ThibG 62bafa20a1 Hide blocking accounts from blocked users (#10442)
* Revert "Add indication that you have been blocked in web UI (#10420)"

This reverts commit bd02ec6daa.

* Revert "Add `blocked_by` relationship to the REST API (#10373)"

This reverts commit 9745de883b.

* Hide blocking accounts from search results

* Filter blocking accouts from account followers

* Filter blocking accouts from account's following accounts

* Filter blocking accounts from “reblogged by” and “favourited by” lists

* Remove blocking account from URL search

* Return 410 on trying to fetch user data from a user who blocked us

* Return 410 in /api/v1/account/statuses for suspended or blocking accounts

* Fix status filtering when performing URL search

* Restore some React improvements

Restore some cleanup from bd02ec6daa

* Refactor by adding `without_blocking` scope
2019-04-01 20:06:13 +02:00
..
chewy Add type, limit, offset, min_id, max_id, account_id to search API (#10091) 2019-02-26 15:21:36 +01:00
controllers Hide blocking accounts from blocked users (#10442) 2019-04-01 20:06:13 +02:00
helpers Rename :poll to :preloadable_poll and :owned_poll to :poll on Status (#10401) 2019-03-28 04:44:59 +01:00
javascript Hide blocking accounts from blocked users (#10442) 2019-04-01 20:06:13 +02:00
lib Add ActivityPub representation for identity proofs (#10414) 2019-03-30 02:12:06 +01:00
mailers Fix error in AdminMailer#new_pending_account (#10264) 2019-03-14 14:20:22 +01:00
models Hide blocking accounts from blocked users (#10442) 2019-04-01 20:06:13 +02:00
policies Admission-based registrations mode (#10250) 2019-03-14 05:28:30 +01:00
presenters Hide blocking accounts from blocked users (#10442) 2019-04-01 20:06:13 +02:00
serializers Hide blocking accounts from blocked users (#10442) 2019-04-01 20:06:13 +02:00
services Hide blocking accounts from blocked users (#10442) 2019-04-01 20:06:13 +02:00
validators Fix HTML validation (#10354) 2019-03-26 17:33:26 +01:00
views squashed identity proof updates (#10375) 2019-03-28 18:01:09 +01:00
workers Rename :poll to :preloadable_poll and :owned_poll to :poll on Status (#10401) 2019-03-28 04:44:59 +01:00