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
Eugen Rochko c417e8c198
Filter incoming Announce activities by relation to local activity (#10041)
* Filter incoming Announce activities by relation to local activity

Reject if announcer is not followed by local accounts, and is not
from an enabled relay, and the object is not a local status

Follow-up to #10005

* Fix tests
6 years ago
..
controllers Redesign public hashtag page to use a masonry layout (#9822) 6 years ago
fabricators Add featured hashtags to profiles (#9755) 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 pending specs for jsonld helper (#9750) 6 years ago
lib Filter incoming Announce activities by relation to local activity (#10041) 6 years ago
mailers Improve e-mail digest (#9689) 6 years ago
models Add featured hashtags to profiles (#9755) 6 years ago
policies Redesign admin instances area (#9645) 6 years ago
presenters Add specs for InstancePresenter (#9596) 6 years ago
requests
routing
services Prevent posting toots with media attachments from someone else (#9921) 6 years ago
support
validators Add support for IPv6 only MXes in Email validation (#10009) 6 years ago
views Replace SVG asset with Custom mascot (#8766) 6 years ago
workers Add scheduled statuses (#9706) 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