Add endpoints to set user notification preference - #459
Merged
Conversation
added 2 commits
July 22, 2013 11:50
Two endpoints are intended to be used by AJAX calls from the web UI with an authenticated user. When enabled, the value of the preference is an encryption of the username, to be used as a token for one-click unsubscribe links. The third endpoint is the target of unsubscribe links, which displays a page with an appropriate message to the user.
Contributor
|
So in general, I'd prefer to have one time random tokens for this kind of thing than crypto, but given the usage isn't really scary, this gets a 👍 from me. |
|
lgtm 👍 |
gwprice
pushed a commit
that referenced
this pull request
Jul 22, 2013
Add endpoints to set user notification preference
chrisrossi
pushed a commit
to jazkarta/edx-platform
that referenced
this pull request
Mar 31, 2014
Fix broken dependency updates for wiki
e-kolpakov
referenced
this pull request
in open-craft/openedx-platform
Aug 4, 2015
Update hash: Added Group Project V2 to list of required XBlocks
yokose-ks
added a commit
to nttks/edx-platform
that referenced
this pull request
Nov 16, 2015
yokose-ks
added a commit
to nttks/edx-platform
that referenced
this pull request
Nov 16, 2015
…nslation-for-accout-creation-and-enrollment-email Fix translation for register_and_enroll_students email (openedx#459)
diegomillan
pushed a commit
to eduNEXT/edx-platform
that referenced
this pull request
Sep 14, 2016
…extresponse-update-sha Update SHA for xblock-free-text-response
xavierchan
added a commit
to xavierchan/edx-platform-1
that referenced
this pull request
Jun 4, 2019
style(split program/_program.scss): Added Style File
yoann-mroz
pushed a commit
to weuplearning/edx-platform
that referenced
this pull request
Nov 30, 2020
andrey-canon
pushed a commit
to eduNEXT/edx-platform
that referenced
this pull request
Jan 19, 2021
ju/ednx/BC-19_P7: Fix lti-consumer versions and duplicates
Sujeet1379
pushed a commit
to chandrudev/edx-platform
that referenced
this pull request
Nov 17, 2022
Nulls can provide undesired behavior so we want to switch to empty strings
Danyal-Faheem
pushed a commit
to Danyal-Faheem/edx-platform
that referenced
this pull request
Jul 15, 2025
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: ahmed-arb <ahmed-arb@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@ormsbee @jimabramson
I had created #338 with gprice/user-pref-service as the base, and I apparently have to create a new one with master as the base. This now includes all changes requested from the prior PR.