discourse/app/jobs
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
..
concerns PERF: Restrict number of skipped email log for Jobs::UserEmail. 2018-08-21 11:14:43 +08:00
onceoff FEATURE: Multiple SCSS file support for themes (#7351) 2019-04-12 11:36:08 +01:00
regular FIX: Better handling for toggling must_approve_users 2019-04-16 15:56:35 -04:00
scheduled FIX: Prevent exception in rescue block. 2019-04-16 01:27:39 +03:00
base.rb FEATURE: New 'Reviewable' model to make reviewable items generic 2019-03-28 12:45:10 -04:00
onceoff.rb Prefer create over create! when not checking for response. 2018-09-19 18:22:54 +08:00