discourse/app/jobs
Penar Musaraj 9334d2f4f7
FEATURE: add more granular user option levels for email notifications (#7143)
Migrates email user options to a new data structure, where `email_always`, `email_direct` and `email_private_messages` are replace by

* `email_messages_level`, with options: `always`, `only_when_away` and `never` (defaults to `always`)
* `email_level`, with options: `always`, `only_when_away` and `never` (defaults to `only_when_away`)
2019-03-15 10:55:11 -04:00
..
concerns PERF: Restrict number of skipped email log for Jobs::UserEmail. 2018-08-21 11:14:43 +08:00
onceoff FIX: Add onceoff job to remove double quotes from s3 etags 2019-02-14 05:19:41 +05:30
regular FEATURE: add more granular user option levels for email notifications (#7143) 2019-03-15 10:55:11 -04:00
scheduled FEATURE: Add IgnoredUsersSummary daily job (#7144) 2019-03-14 22:51:43 +00:00
base.rb REFACTOR: Move queue_jobs out of SiteSetting 2019-03-14 10:47:38 -04:00
onceoff.rb Prefer create over create! when not checking for response. 2018-09-19 18:22:54 +08:00