- Mar 14, 2019
-
-
Felipe Montoya authored
-
- Mar 11, 2019
-
-
Felipe Montoya authored
-
Felipe Montoya authored
-
Felipe Montoya authored
-
Calen Pennington authored
Sort in python and add an index to improve StackedConfigModel.current…
-
Stu Young authored
remove flaky account settings page test
-
Stu Young authored
use edx crowdsourcehinter fork
-
Matthew Piatetsky authored
[REVMI-21] Remove CONTENT_TYPE_GATING flag and FEATURE_BASED_ENROLLMENT_GLOBAL_KILL_FLAG flag
-
Calen Pennington authored
Improve the performance of access checking for a specific user in CourseViewList by prefetching data
-
Stu Young authored
Merge pull request #19966 from edx/testeng/bokchoy_auto_cache_update_57f631ad1d9b1523d1e35b51c2f8f17b926fd050 Bokchoy db cache update
-
DawoudSheraz authored
Add aria-label toggling for play/pause and fill browser buttons
-
DawoudSheraz authored
-
- Mar 10, 2019
-
-
edX Transifex Bot authored
-
- Mar 08, 2019
-
-
Stuart Young authored
-
Stuart Young authored
-
edx-cache-uploader-bot authored
-
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
-
Calen Pennington authored
-
Zainab Amir authored
-
Zainab Amir authored
-
- Mar 07, 2019
-
-
Matthew Piatetsky authored
-
Matthew Piatetsky authored
-
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.
-