discourse/app
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
..
assets FEATURE: add more granular user option levels for email notifications (#7143) 2019-03-15 10:55:11 -04:00
controllers FEATURE: add more granular user option levels for email notifications (#7143) 2019-03-15 10:55:11 -04:00
helpers FIX: Properly support defaults for upload site settings. 2019-03-13 16:36:57 +08:00
jobs FEATURE: add more granular user option levels for email notifications (#7143) 2019-03-15 10:55:11 -04:00
mailers FIX: Keep original subject in emails to staged users 2019-01-18 11:07:54 +01:00
models FEATURE: add more granular user option levels for email notifications (#7143) 2019-03-15 10:55:11 -04:00
serializers FEATURE: add more granular user option levels for email notifications (#7143) 2019-03-15 10:55:11 -04:00
services FEATURE: add more granular user option levels for email notifications (#7143) 2019-03-15 10:55:11 -04:00
views FEATURE: Add plugin html hook to insert html before any other scripts 2019-03-05 10:41:16 -08:00