- Mar 04, 2021
-
-
Simon Chen authored
-
Felipe Montoya authored
[TSD] add annotaions for ENABLE_COOKIE_CONSENT feature flag
-
Jawayria authored
BOM-2352: Removed unused imports from lms/djangoapps/{certificates, c…
-
Jawayria authored
BOM-2352: Removed unused imports from lms/djangoapps/{badges, brandin…
-
Jawayria authored
BOM-2351: Removed unused imports from common/lib/xmodule
-
Carla Duarte authored
AA-517: fix duplicate IDs in MessageBannerView
-
Christie Rice authored
MICROBA-1033 Remove temporary id verification code. Require users to have a current id verification. (#26834)
-
adeel khan authored
Change email shadow box color
-
adeel khan authored
Reduce top padding by half for emails
-
Adeel Khan authored
VAN-178
-
Adeel Khan authored
VAN-177
-
Usama Sadiq authored
ran pyupgrade on bulk_enroll & ccx apps.
-
Awais Jibran authored
-
M. Zulqarnain authored
* pyupgrade on cms api,contentstore and cms_user_tasks apps
-
Usama Sadiq authored
-
M. Zulqarnain authored
* pyupgrade on contentstore/tests
-
M. Zulqarnain authored
* pyupgrade on contentstore/management
-
adeel khan authored
Make button style primary
-
Adeel Khan authored
VAN-274
-
- Mar 03, 2021
-
-
Carla Duarte authored
-
Simon Chen authored
MST-669 bump up the version of edx-proctoring for new 'other_course_approved' proctoring status on Student Onboarding Status panel (#26839)
-
Justin Hynes authored
MB-1023 | Fix defect when removing allowlist entry on instructor dashboard
-
Awais Qureshi authored
Fix running tests in common/lib.
-
Justin Hynes authored
[MB-1023] - Fix issue from recent refactor. Verify certificate is not none before attempting to invalidate the certificate. - Add more logging
-
Aarif authored
-
Matt Tuchfarber authored
Add credentials service username to common cms
-
Matt Tuchfarber authored
We're now calling programs-related code from CMS so we need to have the username for the credentials service available in CMS
-
Christie Rice authored
-
Sarina Canelake authored
Remove the "role of users being enrolled" field from Instructor Dashboard
-
Usman Khalid authored
-
Usman Khalid authored
https://github.com/edx/edx-platform/pull/26530 updated the tests to use pytest assertions instead of unittest assertionss. However, some tests depended on custom equality functions being set up in the test classes. These tests have been updated to explicitly do the needed comparisons.
-
jawad khan authored
Added BearerAuthenticationAllowInactiveUser in courseware view
-
Justin Hynes authored
MICROBA-1024 | Move checks to certificates app
-
Usman Khalid authored
-
Azan Bin Zahid authored
add user id (staff only) field in user_api
-
Jawayria authored
-
azanbinzahid authored
-
jawad khan authored
LEARNER-8158 Fixed descendants typo and added tests
-
Awais Jibran authored
* refactor: use q objects when fetching user using an identifier #26683 * Nit
-
Michael Roytman authored
* The original use of user.has_perm('can_take_proctored_exam') in the get_active_enrollments_for_course method had very poor performance when used for multiple learners. The permission is not designed for use in bulk operations. It was being called for each user in a loop by edx-proctoring, resulting in many queries to the database. This lead to timeouts on the client. This change exposes a new service endpoint that performs this permission checking in the database, resulting in one single query to the necessary LMS SQL tables and many fewer queries to the modulestore. * bump version of edx-proctoring to 3.7.3
-