- 13 May, 2014 4 commits
-
-
Further changes based on Matt's feedback
Zia Fazal committed -
Changes base on Matt's Feedback
Zia Fazal committed -
Added new API to get enrolled and not enrolled users in Course Content Group: MCKIN-1027
Zia Fazal committed -
Mattdrayer/api modulesgroups
Matt Drayer committed
-
- 12 May, 2014 5 commits
-
-
Matt Drayer committed
-
Xavier Antoviaque committed
-
Filippo Valsorda committed
-
This updates the XBlock dependency to edX/XBlock@*** and add the newly introduced enforce_type methods
Filippo Valsorda committed -
This reverts commit e08b9898.
Xavier Antoviaque committed
-
- 09 May, 2014 5 commits
-
-
chrisndodge committed
-
Mattdrayer/api timestampedmodels
Matt Drayer committed -
Apply group type fiter 1013
chrisndodge committed -
Fields need visible updatable via api 761
chrisndodge committed -
apply_group_type_fiter_1013 added request parameter in delete function of UserCoursesDetail https://github.com/edx-solutions/edx-platform/pull/43
Muhammad Shoaib committed
-
- 08 May, 2014 3 commits
-
-
Xavier Antoviaque committed
-
Xavier Antoviaque committed
-
asadiqbal08 committed
-
- 07 May, 2014 3 commits
-
-
Matt Drayer committed
-
Mattdrayer/api-quality
Matt Drayer committed -
Matt Drayer committed
-
- 06 May, 2014 2 commits
-
-
Edit User
Matt Drayer committed -
Matt Drayer committed
-
- 05 May, 2014 6 commits
-
-
Xavier Antoviaque committed
-
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 * 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: Alternate referer check for CORS requests
Xavier Antoviaque committed -
Includes: * Initial API implementation * API_KEY header fix * Fixed indentation error * move api from common to lms * Course-Group Relationships * wip * add parsing of overview content blob * initial implementation * get course updates API method * get course static tabs API methods * add unit tests * fix some merge conflicts and remove some extra print statements picked up in rebase * better constrain some of the course url regexs to expect a triple for courseId * add ability to enroll users into courses * wip * add queryable group lists * add a GET endpoint to /api/groups/{groupid}/courses to get the list of courses associated with the group (program) * return the display names when listing all courses in a group (program) * create optimized course tree query API endpoint * make sure group profile data is properly serialized and deserialized. There appears to be a difference between how the Django test client handles things. Disabling unit test for now to unblock UI devs * null guard * fix broken unit test * add GET endpoint to group/user relationships * Added Security to session api as requested in #785 * Storing passoword history of user and validation for user's email and username * Moved security tests to lms also * add two FEATURE flag overrides to enable the security features * remove unnecessary settings overrides (because they are 'feature flags') * Adding ratelimiting on login api * Migrated from Function-Based Views to Class-Based-Views * Create new Account/Login Audit Log * The API should provide for an audit log when a user creates a new account or logs into the system. * UserList.post() now creates UserProfile, UserPreference records * Group Profile fix * Filter group subgroups by group type * Application reorganization * Name is now required during group creation * Added null check for profile name * User must reset password functionality added * User must reset password dunctionality added * Added user password reset functionality * Add password reset api and implemented Password history * Remove unused imports, password reset message textMatt Drayer committed -
This updates the XBlock dependency to edX/XBlock@cba8d788f0c16802b4cc468ccb6dc765b62e55e8 and add the newly introduced enforce_type methods
Filippo Valsorda committed -
make GA account code configurable as well as allow GA to appear on courseware. Also, make the GA account ID configurable rather than hard coded in the Mako template Conflicts: lms/envs/aws.py lms/envs/common.py
Chris Dodge committed -
UX-623
Frances Botsford committed
-
- 02 May, 2014 1 commit
-
-
puts GA id in quotes
Adam committed
-
- 01 May, 2014 1 commit
-
-
Adam Palay committed
-
- 29 Apr, 2014 4 commits
-
-
factor out google analytics ids (LMS-2555)
Adam committed -
Fixed advanced editor not working due to cheatsheet undefined.
Waheed Ahmed committed -
STUD-1514
Waheed Ahmed committed -
This reverts commit d2b8b4f0.
zubair-arbi committed
-
- 28 Apr, 2014 6 commits
-
-
Adam Palay committed
-
Conflicts: CHANGELOG.rst
David Baumgold committed -
Fix i18n of video transcript
Sarina Canelake committed -
Fixed transform_url function in WikiAccessMiddleware.
Adam committed -
Sarina Canelake committed
-
In the current implementation if the path prefix contains the wiki_path value it gets deleted. For example if the prefix is '/courses/edx/math101/2014' and wiki_path is '101/' the final prefix becomes '/courses/edx/math2014'. LMS-2556
Usman Khalid committed
-