discourse/lib/site_settings
Robin Ward ba6d4b2a8d FIX: Better handling for toggling must_approve_users
If you turn it on now, default all users to approved since they were
previously. Also support approving a user that doesn't have a reviewable
record (it will be created first.)

This also includes a refactor to move class method calls to
`DiscourseEvent` into an initializer. Otherwise the load order of
classes makes a difference in the test environment and some settings
might be triggered and others not, randomly.
2019-04-16 15:56:35 -04:00
..
db_provider.rb DEV: remove all calls to SqlBuilder use DB.build instead 2018-06-20 17:53:49 +10:00
defaults_provider.rb FIX: "false" didn't work as locale_default 2018-09-11 13:42:10 +02:00
deprecated_settings.rb REFACTOR: Rename site settings to make them less confusing 2019-03-14 13:40:14 +01:00
local_process_provider.rb FIX: Better handling for toggling must_approve_users 2019-04-16 15:56:35 -04:00
type_supervisor.rb FEATURE: Allow categories to be prioritized/deprioritized in search. (#7209) 2019-03-25 10:59:55 +08:00
validations.rb FIX: don't raise error if s3 set via global setting 2019-02-01 14:17:10 +05:30
yaml_loader.rb FEATURE: Upload Site Settings. (#6573) 2018-11-14 15:03:02 +08:00