Files
edx-platform/lms/templates
Taranjeet Singh 00653433a5 Adds optional "unsubscribe" link and api support to let users opt out of email updates.
Scheduled emails show "unsubscribe" link if waffle switch
`schedules.course_update_show_unsubscribe` is enabled, and
settings.ACE_ENABLED_POLICIES respects `bulk_email_optout`.

API endpoint allows GET/POST requests, which:

* GET asks for confirmation of opt-out
* POST accepts "unsubscribe" or "cancel", where "unsubscribe" creates the
  Optout entry, and "cancel" does nothing.

Fixes flaky tests:

* The resolvers handle users in "bins", which are groups that depend on the user ID.
* The test user ID varies depending on the test order.
* This change ensures that the bin requested matches the user for the test.
2019-12-09 22:49:57 +10:30
..
2019-06-05 15:46:16 -04:00
2019-07-10 13:31:02 +05:00
2019-09-16 16:04:32 +05:00
2019-07-25 10:44:37 +05:00
2019-08-20 18:02:30 -04:00
2019-09-05 13:35:43 -04:00
2019-07-25 12:51:05 +05:00
2019-02-21 20:29:08 -04:00
2019-05-30 07:40:23 -07:00
2019-07-25 10:44:37 +05:00
2017-10-20 16:24:31 -04:00
2019-09-24 10:53:10 +05:00
2019-07-25 10:44:37 +05:00
2019-11-07 09:13:00 -05:00
2019-07-05 12:39:58 +05:00
2019-09-26 10:53:55 -04:00