- 09 May, 2016 2 commits
-
-
Credit eligibility can be updated up to the point that the course is closed or the student submits a request for credit. Credit eligibility cannot be removed. ECOM-4379
Clinton Blackburn committed -
Removed a lot of duplicate code! ECOM-4379
Clinton Blackburn committed
-
- 06 May, 2016 2 commits
-
-
Credit eligibility can be updated up to the point that the course is closed or the student submits a request for credit. Credit eligibility cannot be removed. ECOM-4379
Clinton Blackburn committed -
Removed a lot of duplicate code! ECOM-4379
Clinton Blackburn committed
-
- 04 May, 2016 1 commit
-
-
By default, disable all caching in tests, to preserve test independence. In order to enable caching, inherit from CacheSetupMixin, and specify which cache configuration is needed. [EV-32]
Calen Pennington committed
-
- 30 Mar, 2016 1 commit
-
-
MA-1998 Install and configure django_oauth_toolkit to coexist with existing oauth libraries.
J. Cliff Dyer committed
-
- 29 Mar, 2016 1 commit
-
-
ECOM-2935
Tasawer committed
-
- 22 Mar, 2016 1 commit
-
-
ECOM-2931
Awais 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
-
- 08 Mar, 2016 1 commit
-
-
Ibrahim committed
-
- 11 Feb, 2016 1 commit
-
-
Hasnain 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
-
- 25 Nov, 2015 2 commits
-
-
ECOM-2972
Peter Fogg committed -
- 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
-
- 10 Nov, 2015 1 commit
-
-
Please note that this is a squshed commit and the work of: Symbolist, macdiesel, nedbat, doctoryes, muzaffaryousaf and muhammad-ammar
Usman Khalid committed
-
- 30 Oct, 2015 1 commit
-
-
Muhammad Shoaib committed
-
- 29 Oct, 2015 1 commit
-
-
TNL-3650
muzaffaryousaf committed
-
- 25 Oct, 2015 1 commit
-
-
The update (PUT) endpoint now supports creating new CreditCourse objects in addition to updating existing ones. This functionality greatly simplifies the logic needed by consumers (e.g. the Course Administration Tool) to create or update CreditCourse objects. ECOM-2524
Clinton Blackburn committed
-
- 21 Oct, 2015 1 commit
-
-
ECOM-2538
Tasawer committed
-
- 15 Oct, 2015 1 commit
-
-
ECOM-2551
Ahsan Ulhaq committed
-
- 06 Oct, 2015 1 commit
-
-
Given the time crunch this is the safest option for dealing with newlines. ECOM-2492
Clinton Blackburn committed
-
- 05 Oct, 2015 2 commits
-
-
ECOM-2433
Clinton Blackburn committed -
- Added support for Unicode characters when creating the signature - Using <textarea> for form data to support newline characters - Generating form with jQuery instead of relying on existing DOM element - Removed duplicated credit request code - Corrected spaing on dashboard - Enabled functionality by default Dashboard cleanup -- Cleaned styles -- Added wrapper class to use for hiding the actions -- Cleaned JS toggling of error container -- Corrected dashboard and receipt text ECOM-2172
Clinton Blackburn committed
-
- 01 Oct, 2015 1 commit
-
-
ECOM-2433
Clinton Blackburn committed
-
- 28 Sep, 2015 2 commits
-
-
Ben Patterson 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 1 commit
-
-
* 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
-
- 17 Sep, 2015 1 commit
-
-
Floating point values should be treated as strings to ensure values such as 1.0 are not converted to 1. Such conversion invalidates the signature generated for the credit request. Additionally, JSON has no concept of a floating point datatype. ECOM-2172
Clinton Blackburn committed
-
- 08 Sep, 2015 1 commit
-
-
ECOM-2118
Ahsan Ulhaq committed
-
- 01 Sep, 2015 1 commit
-
-
Fixed the issue when deleting a proctored exam attempt does not remove the record in the CreditRequirementStatus table
Muhammad Shoaib committed
-
- 31 Aug, 2015 1 commit
-
-
This test gives peace-of-mind and ensures that CSRF validation is enforced for session authentication. XCOM-524
Clinton Blackburn committed
-
- 22 Aug, 2015 1 commit
-
-
add ability to return the course name (optionally) when querying about credit requirement fulfillments
Chris Dodge committed
-
- 20 Aug, 2015 2 commits
-
-
Update credit services to gracefully handle operations on a course which is actually not credit enabled
Chris Dodge committed -
* Automatically create user partitions on course publish for each ICRV checkpoint. * Disable partitions for ICRV checkpoints that have been deleted. * Skip partitions that have been disabled when checking access. * Add verification access control UI to visibility settings. * Add verification access control UI to sequential and vertical settings. * Add partition scheme for verification partition groups. * Cache information used by verification partition scheme and invalidate the cache on update. * Add location parameter to UserPartition so the partition scheme can find the associated checkpoint. * Refactor GroupConfiguration to allow multiple user partitions. * Add special messaging to ICRV for students in the honor track. Authors: Zubair Arbi, Awais Qureshi, Aamir Khan, Will Daly
zubair-arbi committed
-
- 18 Aug, 2015 1 commit
-
-
Fix an exception that could occur if a user had completed the final grade credit requirement in > 1 course.
Will Daly committed
-
- 13 Aug, 2015 1 commit
-
-
Chris Dodge committed
-
- 11 Aug, 2015 1 commit
-
-
Endpoints support create, read, and list operations. NOTE: This commit also includes a retrofitted SimpleRouter that supports overriding the lookup regex. This retrofit is simpler to implement than updating edx-ora2 which is pinned to DRF 2.3.x. XCOM-524
Clinton Blackburn committed
-
- 28 Jul, 2015 2 commits
-
-
* Exclude orphaned XBlocks from requirements because they have been deleted. * Sort ICRV requirements by start date, then by display name.
Will Daly committed -
Chris Dodge committed
-
- 27 Jul, 2015 1 commit
-
-
Awais committed
-