- Mar 13, 2015
-
-
Matt Drayer authored
-
Clinton Blackburn authored
This new endpoint is intended to replace enrollment API call used on the login+registration page. Instead of directly enrolling students, the view will contact the external e-commerce API (Oscar) to create a new order. Oscar will be responsible for completing the order and enrolling the student. This behavior will only apply to course modes with associated SKUs. All other course mode enrollments will be processed directly by LMS.
-
- Mar 11, 2015
-
-
alawibaba authored
Fixed ID bug in China CDN experiment, added default, changed graphite metric name, and exposed CDN monitoring ENVs.
-
Will Daly authored
When configured, set an additional cookie with the CSRF token for use by subdomains. The cookie can have a different name than the default CSRF cookie, preventing conflicts between cookies from different domains (e.g. ".edx.org", "courses.edx.org", and "edge.edx.org"). The new cookie is included only on the enrollment API views so that the scope of this change is limited to the end-points that require cross-domain POST requests.
-
- Mar 09, 2015
-
-
Greg Price authored
This allows the holder of a third-party access token (e.g. from Google or Facebook) to get a first-party access token for the edX account linked to the given access token.
-
Will Daly authored
When configured, set an additional cookie with the CSRF token for use by subdomains. The cookie can have a different name than the default CSRF cookie, preventing conflicts between cookies from different domains (e.g. ".edx.org", "courses.edx.org", and "edge.edx.org"). The new cookie is included only on the enrollment API views so that the scope of this change is limited to the end-points that require cross-domain POST requests.
-
- Mar 06, 2015
-
-
Will Daly authored
Allow global staff to generate example certificates on the instructor dashboard. Allow global staff to enable/disable self-generated certificates for a course.
-
- Mar 05, 2015
- Mar 04, 2015
-
-
Carson Gee authored
-
- Mar 03, 2015
-
-
Andy Armstrong authored
-
Lee Newton authored
-
- Mar 02, 2015
-
-
Andy Armstrong authored
TNL-1491 See the API design here: https://openedx.atlassian.net/wiki/display/TNL/User+API
-
Adam Palay authored
-
- Feb 26, 2015
-
-
cahrens authored
-
- Feb 24, 2015
-
-
Will Daly authored
-
- Feb 23, 2015
-
-
Will Daly authored
The new "country access" implementation replaces the old implementation. Middleware and tests have been updated accordingly, but deprecated models are preserved for backwards compatibility.
-
- Feb 20, 2015
-
-
Awais authored
ECOM-1046 minor change in code. rename file name.
-
- Feb 19, 2015
-
-
Alan Boudreault authored
Add ENABLE_DISCUSSION_EMAIL_DIGEST feature, to enable discussion emails digest by default for all users
-
- Feb 18, 2015
-
-
Will Daly authored
Add support for HTML Media Capture (file input) so that iOS users can use the camera.
-
- Feb 17, 2015
-
-
Clinton Blackburn authored
-
Xavier Antoviaque authored
xblock-external-ui: Alternate referer check for CORS requests xblock-external-ui: Allow to disable httponly on session cookies xblock-external-ui: Add a unit test for CorsCSRFMiddleware
-
- Feb 16, 2015
-
-
Xavier Antoviaque authored
xblock-external-ui: Include CSRF token in the API answer xblock-external-ui: Include full path when building local_url xblock-external-ui: Fix TestHandleXBlockCallback & bok_choy, add tests xblock-external-ui: Only return `instance` in `_invoke_xblock_handler()` xblock-external-ui: Group resources by hash tag to avoid duplicate loads xblock-external-ui: PEP8 xblock-external-ui: Fail early if the XBlock view is called anonymously We used to serve anonymous requests, but most XBlocks assume that the user is logged in, which can generate a lot of errors when the user is accessed or when an XBlock ajax callback is queried. Fail early to only get one error per page load, and prevent displaying the XBlock altogether when the LMS doesn't find an active user session. xblock-external-ui: Add request params in view render context xblock-external-ui: HTTP error status when file is too large for handler xblock-external-ui: Fix unicode encodings in XBlock rendering xblock-external-ui: Feature flag for API call ENABLE_XBLOCK_VIEW_ENDPOINT
-
- Feb 13, 2015
-
-
Sarina Canelake authored
various pylint fixes
-
- Feb 11, 2015
-
-
David Ormsbee authored
-
- Feb 09, 2015
-
-
cahrens authored
-
- Feb 03, 2015
-
-
Giulio Gratta authored
- Price field added to Advanced Settings - Function that decides which price to display - Test added to check that the function outputs correct price - Added feature flag and conditional to decide whether to display course price or not - Feature Flag to show or hide course price on Course About page sidebar when not using shopping cart
-
Ben Patterson authored
-
- Feb 02, 2015
-
-
Will Daly authored
-
- Jan 30, 2015
-
-
Martyn James authored
-
- Jan 29, 2015
-
-
Renzo Lucioni authored
Removes old payment and verification endpoints, views, templates, and tests, making the new split flow the default. The SEPARATE_VERIFICATION_FROM_PAYMENT feature flag is also removed.
-
Davorin Sego authored
-
- Jan 28, 2015
-
-
Chris Rodriguez authored
- Jan 27, 2015
-
-
Giulio Gratta authored
- Price field added to Advanced Settings - Function that decides which price to display - Test added to check that the function outputs correct price - Added feature flag and conditional to decide whether to display course price or not - Feature Flag to show or hide course price on Course About page sidebar when not using shopping cart
-
Will Daly authored
[second attempt which addresses bug building Studio]
-
- Jan 22, 2015
-
-
stephensanchez authored
-
- Jan 21, 2015
-
- Jan 20, 2015
-
-
Will Daly authored
Respond to review comments: - Rename build and config files for consistency between lms/studio. - Fix merge conflicts with lms require config. - Devstack uses optimized pipeline to skip require JS optimizer step - Add tests for render_require_js_path_overrides
-
- Jan 16, 2015
-
-
polesye authored
-