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/controllers
utam0k b3af3f9f8c Implement EmailBlackList (#5109)
* Implement BlacklistedEmailDomain

* Use Faker::Internet.domain_name

* Remove note column

* Add frozen_string_literal comment

* Delete unnecessary codes

* Sort alphabetically

* Change of wording

* Rename BlacklistedEmailDomain to EmailDomainBlock
7 years ago
..
activitypub
admin Implement EmailBlackList (#5109) 7 years ago
api Fix HTTP responses for salmon and ActivityPub inbox processing (#5200) 7 years ago
auth Default follows for new users (#4871) 8 years ago
concerns
oauth
settings Separate notifications preferences from general preferences (#4447) 7 years ago
well_known
about_controller_spec.rb
account_follow_controller_spec.rb
account_unfollow_controller_spec.rb
accounts_controller_spec.rb Show pinned statuses only in the top of the profile page (#4803) 8 years ago
application_controller_spec.rb
authorize_follows_controller_spec.rb
follower_accounts_controller_spec.rb
following_accounts_controller_spec.rb
home_controller_spec.rb When web UI URL used while logged out, redirect to static page (#4954) 8 years ago
manifests_controller_spec.rb Make Chrome splash screen same color as web UI's background color (#5169) 7 years ago
media_controller_spec.rb
remote_follow_controller_spec.rb rescue HTTP::ConnectionError in RemoteFollowController#create (#4726) 8 years ago
statuses_controller_spec.rb Fetch reblogs as Announce activity instead of Note object (#4672) 8 years ago
stream_entries_controller_spec.rb Update status embeds (#4742) 8 years ago
tags_controller_spec.rb