- Mar 08, 2019
-
-
Jason Myatt authored
Filter out certificates for nonexistent courses
-
Douglas Hall authored
ARCH-452: Filter certificate list API based on user profile visibility preference.
-
Brittney Exline authored
ENT-1555 updating edx-enterprise to introduce system wide roles
-
Jason Myatt authored
LEARNER-7086. Uses a new model manager for GeneratedCertificate that excludes certificates whose course_id does not correspond to a valid CourseOverview
-
Douglas Hall authored
-
Brittney Exline authored
-
Zainab Amir authored
-
Zainab Amir authored
-
- Mar 07, 2019
-
-
Christie Rice authored
REVEM-219 Handle invalid course run key
-
Christie Rice authored
-
Stu Young authored
Merge pull request #19954 from edx/testeng/bokchoy_auto_cache_update_224fa696472c3fd35f4920ce2f428d351c3a948f Bokchoy db cache update
-
edx-cache-uploader-bot authored
-
zrana authored
Remove flaky studio settings test
-
zrana authored
Remove flaky lms instructor dashboard test
-
Matthew Piatetsky authored
REVMI-67 update description to describe datetime as user local time
-
AsadAzam authored
Fixed download txt transcript 500
-
noraiz-anwar authored
-
Zainab Amir authored
LEARNER-6946 management command to send verification expiry email Template for email added (email/verification_expiry_email) The management command filters the SoftwareSecurePhotoVerification model on the basis of following criteria : -- the verification is approved -- the start_date < expiry_date < today or specified days have passed to resend email After the basic filtering batches are created to send email. For each verification in a batch email is sent and email_expiry_date is set to 15 days from today (default days are 15, it can be changed too) Between each batch there is a delay of sleep_time seconds
-
Zainab Amir authored
Template for email added (email/verification_expiry_email) The management command filters the SoftwareSecurePhotoVerification model on the basis of following criteria : -- the verification is approved -- the start_date < expiry_date < today or specified days have passed to resend email After the basic filtering batches are created to send email. For each verification in a batch email is sent and email_expiry_date is set to 15 days from today (default days are 15, it can be changed too) Between each batch there is a delay of sleep_time seconds
-
Uzair Rasheed authored
Improve 403 error handling
-
Zainab Amir authored
LEARNER-7136 populate expiry date and add mechanism for new verification Method approve() is overridden to accommodate new users that will have their verification approved in the future. The approve() method is called from software secure results callback every time a Software Secure Photo Verification is approved.The method overridden now updates expiry_date and then calls super to perform task it was performing before this change.The expiry_date set is the same as the one sent in verification approval email. In results_callback for sspv the expiry_date and expiry_email_date for the most recent previous verification if exists are also updated to NULL.
-
- Mar 06, 2019
-
-
Robert Raposa authored
ARCH-472: Add user_id for username in event data.
-
Robert Raposa authored
In certain use cases, a caller may have the username and not the user_id. In these cases, we add the user_id since events have standardized on using the user_id as the unique id of a user. ARCH-472
-
Michael Roytman authored
allow configurability of the minimum price for a course mode
-
Cali authored
Delete flaky bokchoy tests.
-
Michael Roytman authored
-
Cali Stenson authored
EDUCATOR-4164, EDUCATOR-4165, EDUCATOR-4166
-
Matt Hughes authored
Merge pull request #19937 from edx/matthugs/shore-up-whitespace-on-proctoring-instructions-page-for-PSI-exams Shore up whitespace on proctoring instructions page for PSI exams
-
Calen Pennington authored
REVMI-95: Cale/fbe access expiry reminder
-
Calen Pennington authored
-
Calen Pennington authored
-
Calen Pennington authored
-
Matt Hughes authored
JIRA:EDUCATOR-4105
-
Cali authored
Add price information to enrollments and create dashboard_metadata
-
Troy Sankey authored
Remove one-off management commands to rehash retired emails/usernames
-
Matthew Piatetsky authored
-
uzairr authored
Currently, ajax calls in courseware is handling 403 like 401. In this PR, proper modifications have been done to make it coherent with its intended behaviour. LEARNER-7131
-
Stu Young authored
remove flaky bokchoy test
-
Christie Rice authored
REVEM-219 Get program info even if user isn't yet enrolled in the course
-
adeelehsan authored
Caching full response
-