- 11 Dec, 2017 1 commit
-
-
Tasawer Nawaz committed
-
- 08 Dec, 2017 5 commits
-
-
Dillon Dumesnil committed
-
Eric Fischer committed
-
Fixing correctness text so it doesn't match 'correct' in the word 'correctness' causing my tests to fail. This should be improved soon
Dillon Dumesnil committed -
Diana Huang committed
-
'Full Name' field in the signup form is allowing HTML as an input which makes spoofing easily.To avoid it, validation is added that will ensure 'Full Name' field does not allow HTML. LEARNER-3385
uzairr committed
-
- 07 Dec, 2017 6 commits
-
-
Eric Fischer committed
-
McKenzie Welter committed
-
Tyler Hallada committed
-
Also add try/except that prevents enroll failure caused by Schedule creation exception in the future. Address PR comments Split one-line docstrings on their own line Add period to the end of docstring summaries Use kwargs.get to be more defensive Disable pylint unused-argument about sender param
Tyler Hallada committed -
The user can now enroll in a session, unenroll from a session or change session from a new course enrollment card on the course dashboard.
Albert St. Aubin committed -
[LEARNER-3136] This commit containts the logic and API endpoint for a user to Enroll, Unenroll, and switch-session on a Course Entitlement.
Albert St. Aubin committed
-
- 06 Dec, 2017 3 commits
-
-
This change creates a new lms/cms endpoint which accepts unauthenticated requests to securely create zendesk tickets. This allows javascript code to create tickets without exposing ZENDESK_OAUTH_ACCESS_TOKEN EDUCATOR-1889
Eric Fischer committed -
Jeremy Bowman committed
-
This reverts commit 8b652ad3, reversing changes made to b212af24.
Nimisha Asthagiri committed
-
- 05 Dec, 2017 8 commits
-
-
Jeremy Bowman committed
-
Jeremy Bowman committed
-
Nimisha Asthagiri committed
-
Nimisha Asthagiri committed
-
Nimisha Asthagiri committed
-
Jeremy Bowman committed
-
'Full Name' field in the student account settings is allowing HTML as an input which makes spoofing easily.To avoid it, validation is added that ensures 'Full Name' field does not allow HTML as input. LEARNER-3337
uzairr committed -
The client-specific JWT doesn't really make any sense and only causes issues due to needing to configure both. This change updates LMS to use the standard issuer. LEARNER-3441
Clinton Blackburn committed
-
- 04 Dec, 2017 8 commits
-
-
Tyler Hallada committed
-
Nimisha Asthagiri committed
-
sandroroux committed
-
asadiqbal committed
-
Prevents repeated memcached lookups on functions whose values should remain static for the lifetime of a request. EDUCATOR-1731
Eric Fischer committed -
Added new mobile css entry in css pipline and removed dates heading for mobile view. LEARNER-3206
Waheed Ahmed committed -
Nimisha Asthagiri committed
-
Tyler Hallada committed
-
- 01 Dec, 2017 2 commits
-
-
Jeremy Bowman committed
-
Jeremy Bowman committed
-
- 30 Nov, 2017 7 commits
-
-
Jesse Zoldak committed
-
remove explicit middleware from resolver task Address Gabe's comment Add TODO to define middleware_classes in settings
Tyler Hallada committed -
Anthony Mangano committed
-
Updating version number after responding to Nimisha's comments in edx/xblock-review and updated header text in xblock
Dillon Dumesnil committed -
Dillon Dumesnil committed
-
Improving performance of tests by creating everything but the review section prior to running tests and then creating the review section, unit, and XBlock with each test
Dillon Dumesnil committed -
Dillon Dumesnil committed
-