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/spec
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
6 years ago
..
controllers Hide blocking accounts from blocked users (#10442) 6 years ago
fabricators Improvements to image upload validation and creation (#10431) 6 years ago
features rubocop issues - Cleaning up (#8912) 6 years ago
fixtures Fix undefined method error in sidekiq (#9807) 6 years ago
helpers Add specs for action log helper (#9605) 6 years ago
lib Rename :poll to :preloadable_poll and :owned_poll to :poll on Status (#10401) 6 years ago
mailers Improve e-mail digest (#9689) 6 years ago
models Squish username before validation (#10239) 6 years ago
policies Redesign admin instances area (#9645) 6 years ago
presenters Admission-based registrations mode (#10250) 6 years ago
requests Redesign landing page (#10232) 6 years ago
routing Move create/destroy actions for api/v1/statuses to namespace (#3678) 8 years ago
serializers/activitypub Improved remote thread fetching (#10106) 6 years ago
services Hide blocking accounts from blocked users (#10442) 6 years ago
support Remove empty strings (#5732) 7 years ago
validators Add support for IPv6 only MXes in Email validation (#10009) 6 years ago
views Redesign landing page (#10232) 6 years ago
workers Improved remote thread fetching (#10106) 6 years ago
rails_helper.rb Disable Same-Site cookie implementation to fix SSO issues on WebKit browsers (#9819) 6 years ago
spec_helper.rb Disable simplecov on CircleCI (#7416) 7 years ago