- 01 Apr, 2016 1 commit
-
-
ECOM-4013
Clinton Blackburn committed
-
- 17 Mar, 2016 1 commit
-
-
This will leverage the nose attrib plugin to allow us to break tests apart on our build system to run in parallel on separate nodes.
Ben Patterson committed
-
- 24 Feb, 2016 1 commit
-
-
Modified how the per object permissions are enforced in the CCX REST APIs
Giovanni Di Milia committed
-
- 19 Feb, 2016 1 commit
-
-
zubair-arbi committed
-
- 28 Jan, 2016 1 commit
-
-
ECOM-3419
Ahsan Ulhaq committed
-
- 27 Jan, 2016 1 commit
-
-
CCX REST APIs OAUTH2 authorization for CCX APIs - oauth2 authorization required for ccx list. - Course-instructor permission for ccx api endpoint - Protection for detail view too. Tests for CCX REST APIs and OAUTH2 authorization
Giovanni Di Milia committed
-
- 25 Jan, 2016 1 commit
-
-
This reverts commit 46df4545, reversing changes made to 039e6cdf.
Adam Palay committed
-
- 22 Jan, 2016 2 commits
-
-
ECOM-3384
Awais Jibran committed -
ECOM-3419
Ahsan Ulhaq committed
-
- 19 Jan, 2016 1 commit
-
-
Ehtesham committed
-
- 13 Jan, 2016 1 commit
-
-
Format responses as a JSON dict containing an error_code and a developer_message. user_message is not necessary, as these are API level errors, not seen by end users. MA-1900
J. Cliff Dyer committed
-
- 23 Dec, 2015 1 commit
-
-
Nimisha Asthagiri committed
-
- 17 Dec, 2015 1 commit
-
-
Usman Khalid committed
-
- 16 Dec, 2015 1 commit
-
-
wajeeha-khalid committed
-
- 11 Dec, 2015 1 commit
-
-
The permissions class now supports non-GET requests. ECOM-2893
Clinton Blackburn committed
-
- 04 Dec, 2015 1 commit
-
-
- The permission now checks the correct request attribute (GET instead of data). - The Credit API view test has been updated to check for the positive access instead of just denial. ECOM-3096
Clinton Blackburn committed
-
- 01 Dec, 2015 1 commit
-
-
* Catalog results are now paginated * Implements the new namespaced pagination described at https://openedx.atlassian.net/wiki/pages/viewpage.action?pageId=47481813 * API level code returns pythonic business objects * View layer performs serialize at the view layer * Convert views to use DRF generic views * Removes an unintentional authentication decorator that caused the detail endpoint to return a 401 for anonymous users MA-1724
J. Cliff Dyer committed
-
- 25 Nov, 2015 1 commit
-
-
- API built atop Django REST Framework - Added support for OAuth 2.0 and session authentication - Added permissions around eligibility data ECOM-2609
Clinton Blackburn committed
-
- 22 Nov, 2015 1 commit
-
-
Ned Batchelder committed
-
- 05 Nov, 2015 1 commit
-
-
Nimisha Asthagiri committed
-
- 21 Oct, 2015 1 commit
-
-
Also remove useless docstrings where they were added to keep pylint quiet.
Ned Batchelder committed
-
- 20 Oct, 2015 1 commit
-
-
MA-1416 Created a TypedFileUploadParser that validates the mimetype and then takes the content and puts it on request.FILES['file']. Subclasses the existing FileUploadParser. Use namedtuple in IMAGE_TYPES as per style guide: https://github.com/edx/edx-platform/wiki/Python-Guidelines#classes-vs-dictionaries
J. Cliff Dyer committed
-
- 19 Oct, 2015 1 commit
-
-
* Fix paver violations to stablize edx-lint update * Parens, Line2Long * Fix missing docstrings * Fix PEP8 issues * Address PR feedback (thanks @nedbat!)
Matt Drayer committed
-
- 30 Sep, 2015 1 commit
-
-
TNL-3442
muzaffaryousaf committed
-
- 29 Sep, 2015 1 commit
-
-
Ned Batchelder committed
-
- 28 Sep, 2015 3 commits
-
-
Ben Patterson committed
-
Brian Beggs committed
-
* Upgrade edx-submissions * Upgrade edx-ora2 * Upgrade edx-val * Upgrade edx-proctoring * Update all edx-platform code that depends on DRF, including: - auth_exchange - cors_csrf - embargo - enrollment - util - commerce - course_structure - discussion_api - mobile_api - notifier_api - teams - credit - profile_images - user_api - lib/api (OAuth2 and pagination)
Will Daly committed
-
- 25 Sep, 2015 2 commits
-
-
Brian Beggs committed
-
* Upgrade edx-submissions * Upgrade edx-ora2 * Upgrade edx-val * Upgrade edx-proctoring * Update all edx-platform code that depends on DRF, including: - auth_exchange - cors_csrf - embargo - enrollment - util - commerce - course_structure - discussion_api - mobile_api - notifier_api - teams - credit - profile_images - user_api - lib/api (OAuth2 and pagination)
Will Daly committed
-
- 15 Sep, 2015 1 commit
-
-
TNL-3281
Peter Fogg committed
-
- 11 Sep, 2015 1 commit
-
-
TNL-3202
Peter Fogg committed
-
- 25 Aug, 2015 1 commit
-
-
Bill DeRusha committed
-
- 24 Aug, 2015 1 commit
-
-
TNL-3014 Add tests for search Add text_search to TeamsListView Add reindex command line tool for course teams Add Search Pagination and update comments Move paginate_search_results to common library
Bill DeRusha committed
-
- 06 Aug, 2015 1 commit
-
-
Adds a read-only mode to the discussion module which disables any controls for updating the discussion (votes, follows, replies, etc). This mode is enabled for users who are not a member of the team, and are also not moderators, admins, or community TAs.
Peter Fogg committed
-
- 03 Aug, 2015 1 commit
-
-
Ned Batchelder committed
-
- 31 Jul, 2015 1 commit
-
-
tlindaliu committed
-
- 06 Jul, 2015 1 commit
-
-
Authors: - Daniel Friedman - Ben McMorran - Peter Fogg TNL-1892
Ben McMorran committed
-
- 19 Jun, 2015 1 commit
-
-
The comments service rejects whitespace-only content for certain strings, so the discussion API should also reject such content.
Greg Price committed
-
- 10 Jun, 2015 1 commit
-
-
IsAuthenticatedOrDebug hides potential issues with API client code that is run in local environments and later deployed to production where authentication fails. XCOM-193
Clinton Blackburn committed
-