discourse/spec/components/validators
Robin Ward 6ebadaed2c FIX: Do not allow `invite_only` and `enable_sso` at the same time
This functionality was never supported but before the new review queue
it didn't have any errors. Now the combination of settings is prevented
and existing sites with sso enabled will be migrated to remove invite
only.
2019-04-02 10:26:27 -04:00
..
allowed_ip_address_validator_spec.rb
category_searrch_priority_weights_validator_spec.rb FEATURE: Allow categories to be prioritized/deprioritized in search. (#7209) 2019-03-25 10:59:55 +08:00
email_setting_validator_spec.rb
email_validator_spec.rb
enable_invite_only_validator_spec.rb FIX: Do not allow `invite_only` and `enable_sso` at the same time 2019-04-02 10:26:27 -04:00
enable_local_logins_via_email_validator_spec.rb
enable_sso_validator_spec.rb FIX: Do not allow `invite_only` and `enable_sso` at the same time 2019-04-02 10:26:27 -04:00
group_setting_validator_spec.rb FEATURE: Add site contact group. (#7152) 2019-03-13 11:34:47 +01:00
integer_setting_validator_spec.rb
ip_address_format_validator_spec.rb
max_emojis_validator_spec.rb FIX: Fixed custom emoji circumventing "max emojis in topic title" set… (#7116) 2019-03-06 12:49:17 +01:00
max_username_length_validator_spec.rb UX: Improve error messages for minimum and maximum username lengths. 2018-10-02 13:10:20 +08:00
min_username_length_validator_spec.rb UX: Improve error messages for minimum and maximum username lengths. 2018-10-02 13:10:20 +08:00
password_validator_spec.rb
post_validator_spec.rb DEV: Improve specs for validating a unique post. 2019-03-14 10:39:51 +08:00
quality_title_validator_spec.rb
regex_presence_validator_spec.rb
regex_setting_validator_spec.rb
reply_by_email_address_validator_spec.rb
reply_by_email_enabled_validator_spec.rb
sso_overrides_email_validator_spec.rb
string_setting_validator_spec.rb
topic_title_length_validator_spec.rb
upload_validator_spec.rb FEATURE: Upload Site Settings. (#6573) 2018-11-14 15:03:02 +08:00
url_validator_spec.rb
user_full_name_validator_spec.rb
username_setting_validator_spec.rb