This repository was archived by the owner on Feb 26, 2024. It is now read-only.
Xblock external UI - Server-side integration - #6
Merged
Conversation
Included commits: * xblock-external-ui: Include CSRF token in the API answer * xblock-external-ui: Adds support for CORS headers (cross-domain request) * xblock-external-ui: Include full path when building local_url
|
👍 |
There was a problem hiding this comment.
I'm not sure that I understand why this is here - I believe what's in ams.py (above) will set it anyway with the correct information; but I trust you! It all seems to work with this in place 😸
Author
There was a problem hiding this comment.
Yes, aws.py will set it correctly if it's used - but some people still don't use devstack for development, so aws.py is not always loaded for configuration, while common.py is.
|
+1 👍 |
antoviaque
added a commit
that referenced
this pull request
Apr 11, 2014
Xblock external UI - Server-side integration
jareers
pushed a commit
that referenced
this pull request
Dec 28, 2015
jareers
pushed a commit
that referenced
this pull request
Dec 30, 2015
jareers
pushed a commit
that referenced
this pull request
Dec 30, 2015
…dback-update-7 Hash Update #6: Diagnostic-Feedback [Bug Fixes]
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
@martynjames @fredsmith This is the PR for the LMS integration of XBlocks we discussed yesterday.