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
Adam Copp 7d00e4edbd Make custom emoji domains case insensitive #9351 (#9474)
* Make custom emoji domains case sensitive #9351

* Fixup style in downcase_domain to comply with codeclimate.

* switch if! to unless

* Don't use transactions, operate in batches.

Also revert spurious schema change.
6 years ago
..
controllers Add specs for activitypub collections controller (#9484) 6 years ago
fabricators Add profile directory (#9427) 6 years ago
features rubocop issues - Cleaning up (#8912) 6 years ago
fixtures
helpers Add specs for Admin::AccountModerationNotesHelper (#9455) 6 years ago
lib Fix connect timeout not being enforced (#9329) 6 years ago
mailers
models Make custom emoji domains case insensitive #9351 (#9474) 6 years ago
policies
presenters
requests
routing
services Ensure replied-to is a status not a boost (#9129) 6 years ago
support
validators Improve e-mail MX validator and add tests (#9489) 6 years ago
views
workers
rails_helper.rb rubocop issues - Cleaning up (#8912) 6 years ago
spec_helper.rb