- 03 Apr, 2015 1 commit
-
-
Adds an /xdomain_proxy.html endpoint that serves the proxy file from the xdomain library. This allows IE9 users to iframe in the proxy page to simulate a cross-domain request with cookies.
Will Daly committed
-
- 01 Apr, 2015 1 commit
-
-
Adds an /xdomain_proxy.html endpoint that serves the proxy file from the xdomain library. This allows IE9 users to iframe in the proxy page to simulate a cross-domain request with cookies.
Will Daly committed
-
- 23 Mar, 2015 2 commits
-
-
TNL-1256
muzaffaryousaf committed -
TNL-1268
Muhammad Ammar committed
-
- 20 Mar, 2015 1 commit
-
-
Automatically link edX account with social account in login mobile API path
Nimisha Asthagiri committed
-
- 19 Mar, 2015 1 commit
-
-
alawibaba committed
-
- 13 Mar, 2015 2 commits
-
-
Matt Drayer committed
-
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.
Clinton Blackburn committed
-
- 09 Mar, 2015 1 commit
-
-
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.
Greg Price committed
-
- 05 Mar, 2015 1 commit
-
-
cahrens committed
-
- 02 Mar, 2015 2 commits
-
-
TNL-1491 See the API design here: https://openedx.atlassian.net/wiki/display/TNL/User+API
Andy Armstrong committed -
Add the ability to generate "example" certificates to test that certificate generation is working correctly for a course. Add the ability to enable/disable self-generated certificates on a per-course basis.
Will Daly committed
-
- 27 Feb, 2015 2 commits
- 23 Feb, 2015 1 commit
-
-
The new "country access" implementation replaces the old implementation. Middleware and tests have been updated accordingly, but deprecated models are preserved for backwards compatibility.
Will Daly committed
-
- 20 Feb, 2015 2 commits
- 17 Feb, 2015 1 commit
-
-
Clinton Blackburn committed
-
- 16 Feb, 2015 1 commit
-
-
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
Xavier Antoviaque committed
-
- 03 Feb, 2015 1 commit
-
-
cahrens committed
-
- 02 Feb, 2015 1 commit
-
-
Will Daly committed
-
- 30 Jan, 2015 1 commit
-
-
Makes logistration available at /login and /register as well as /accounts/login/ and /accounts/register/. In addition: - Adds support for redirect URLs in third party auth for combined login/registration page - Adds support for external auth on the combined login/registration page - Removes old login and registration acceptance tests - Adds deprecation warnings to old login and register views - Moves third party auth util to student_account - Adds exception for microsites (theming)
Renzo Lucioni committed
-
- 29 Jan, 2015 1 commit
-
-
Davorin Sego committed
-
- 28 Jan, 2015 1 commit
-
- 27 Jan, 2015 1 commit
-
-
[second attempt which addresses bug building Studio]
Will Daly committed
-
- 21 Jan, 2015 1 commit
-
- 20 Jan, 2015 1 commit
-
-
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
Will Daly committed
-
- 15 Jan, 2015 2 commits
-
-
cahrens committed
-
TNL-651
Andy Armstrong committed
-
- 14 Jan, 2015 1 commit
-
-
Co-Authored-By: Jean-Michel Claus <jmc@edx.org> Co-Authored-By: Brian Talbot <btalbot@edx.org> Co-Authored-By: Tim Babych <tim@edx.org> Co-Authored-By: Oleg Marshev <oleg@edx.org> Co-Authored-By: Chris Rodriguez <crodriguez@edx.org>
polesye committed
-
- 07 Jan, 2015 1 commit
-
-
ECOM-248 Course Info API. Basic functionality implemented. ECOM-248 adding factory for about descriptor and test cases for course info api ECOM-248 adding test cases for couse info api. ECOM-248 re-factoring code. updating test cases. Tests for course_about data module ECOM-248 Adding test cases for the exceptions. ECOM-248 re-factoring code. fixing quality issues. ECOM-248 fixing test cases and moved parse video method into utils. added github username in authors ECOM-248 removed merging issue of test_data ECOM-248 removed unused files
stephensanchez committed
-
- 18 Dec, 2014 1 commit
-
-
Consolidate PUT and POST on the RESTful Layer. Change URLs for API Test cleanup. Adding a course details URL to the enrollment API. Change student to user Change to v1, remove feature flag from API URLs Updating student to user in tests Re-ordering redirect urls to be evaluated last. Adding pagination and testing. Adding Django REST settings for pagination. Revert "Re-ordering redirect urls to be evaluated last." This reverts commit 4c9502daa383e49b46f8abec5456c271e5e24ccb. Re-ordering redirect urls to be evaluated last. Conflicts: common/djangoapps/enrollment/urls.py Revert "Adding Django REST settings for pagination." This reverts commit 9f8a54c41f34caa24818c88f1e75ac59f6ce5259. Conflicts: common/djangoapps/enrollment/urls.py Revert "Adding pagination and testing." This reverts commit 0b2d46262abb78f5ad170700205e7fd28b6af942. Additional testing, logging, and error messages.
stephensanchez committed
-
- 05 Dec, 2014 3 commits
-
-
Revert "If feature flag is enabled, replace the old login/registration pages with the new combined login/registration page." This reverts commit f40447b3. Conflicts: lms/urls.py Revert "Add support for external auth on the combined login/registration page" This reverts commit 98875339. Conflicts: lms/templates/courseware/mktg_course_about.html lms/urls.py
Will Daly committed -
JIRA: TNL-710 IMPORTANT: this commit converts the course_groups package to using migrations. When deploying to an existing openedx instance, migration 0001 may fail with an error indicating that the CourseUserGroup table already exists. If this happens, running the 0001 migration first, with the --fake option, is recommended. After performing this step, remaining migrations should work as expected.
jsa committed -
TNL-649
Andy Armstrong committed
-
- 04 Dec, 2014 1 commit
-
-
Add support for redirect URLs in third party auth for combined login/registration page Remove old login/registration acceptance tests Add deprecation warnings to old login and register views Move third party auth util to student_account Add exception for microsites
Will Daly committed
-
- 03 Dec, 2014 1 commit
-
-
If feature flag is enabled, replace the old login/registration pages with the new combined login/registration page.
Will Daly committed
-
- 05 Nov, 2014 1 commit
-
-
Greg Price committed
-
- 04 Nov, 2014 1 commit
-
-
Sarina Canelake committed
-
- 03 Nov, 2014 1 commit
-
-
This PR addresses the following issues: 1) All requests return a 200 OK unless there is an authorization failure. This is deliberate in case the secret key is compromised. 2) Push all of the nasty logic necessary to generate compatible video events into the LMS instead of trying to do that mapping on the mobile devices. 3) Stop using the deprecated "action" field in the segment.io event. According to their support team this field should not be used anymore and is just around for backwards compatibility reasons. Fixes: AN-3818
Gabe Mulley committed
-