discourse/app
David Taylor a9d5ffbe3d FIX: Prevent critical emails bypassing disable, and improve email test logic
- The test_email job is removed, because it was always being run synchronously (not in sidekiq)
- 34b29f62 added a bypass for critical emails, to match the spec. This removes the bypass, and removes the spec.
- This adapts the specs for 72ffabf6, so that they check for emails being sent
- This reimplements c2797921, allowing test emails to be sent even when emails are disabled
2019-03-22 17:28:43 +08:00
..
assets FEATURE: Improve avatar education link (#7240) 2019-03-22 02:20:48 -07:00
controllers FIX: Prevent critical emails bypassing disable, and improve email test logic 2019-03-22 17:28:43 +08:00
helpers FIX: Properly support defaults for upload site settings. 2019-03-13 16:36:57 +08:00
jobs FIX: Prevent critical emails bypassing disable, and improve email test logic 2019-03-22 17:28:43 +08:00
mailers FIX: Keep original subject in emails to staged users 2019-01-18 11:07:54 +01:00
models FIX: Destroy `OptimizedImage` record even if `Upload` record is invalid. 2019-03-22 16:47:06 +08:00
serializers UX: show if webhook is disabled (#7217) 2019-03-21 16:13:09 +01:00
services UX: show if webhook is disabled (#7217) 2019-03-21 16:13:09 +01:00
views FEATURE: Allow users to fetch a customized manifest on PWA install 2019-03-15 17:10:05 -03:00