mastodon/spec
Eugen Rochko 555c4e11ba
Add validations to admin settings ()
* Add validations to admin settings

- Validate correct HTML markup
- Validate presence of contact username & e-mail
- Validate that all usernames are valid
- Validate that enums have expected values

* Fix code style issue

* Fix tests
..
controllers Add validations to admin settings ()
fabricators Add Keybase integration ()
features rubocop issues - Cleaning up ()
fixtures Fix undefined method error in sidekiq ()
helpers Add specs for action log helper ()
lib Add Keybase integration ()
mailers Improve e-mail digest ()
models Squish username before validation ()
policies Redesign admin instances area ()
presenters Admission-based registrations mode ()
requests Redesign landing page ()
routing Move create/destroy actions for api/v1/statuses to namespace ()
serializers/activitypub Improved remote thread fetching ()
services Set and store report URIs ()
support Remove empty strings ()
validators Add support for IPv6 only MXes in Email validation ()
views Redesign landing page ()
workers Improved remote thread fetching ()
rails_helper.rb Disable Same-Site cookie implementation to fix SSO issues on WebKit browsers ()
spec_helper.rb Disable simplecov on CircleCI ()