- Feb 16, 2021
-
-
Alexander J Sheehan authored
bumping enterprise version to 3.17.30
-
Carla Duarte authored
AA-664: add JwtAuthentication to course home api
-
Alexander Sheehan authored
-
Carla Duarte authored
-
Feanil Patel authored
refactor Replace django-ratelimit-backend with django-ratelimit
-
Ahtisham Shahid authored
-
Usman Khalid authored
-
Ahtisham Shahid authored
-
edX cache uploader bot authored
-
Zaman Afzal authored
-
Saad Yousaf authored
[TNL-7729] - Add check to discussion endpoints to secure API when discussions are blacked out.
-
Aarif authored
-
Awais Qureshi authored
9 tests are failing in this file in local devstack environments
-
Usama Sadiq authored
Remove Vulture constraint
-
SaadYousaf authored
-
usamasadiq authored
-
edX requirements bot authored
-
Awais Qureshi authored
Fixing tests which were failing on running alone. Main root cause was the mongodb client connection error. On running all tests this mongodb connection establishes by some other test.
-
- Feb 15, 2021
-
-
edX requirements bot authored
-
- Feb 12, 2021
-
-
Robert Raposa authored
The mobile app is getting unexpected 403s from /oauth2/exchange_access_token/, but we have been unable to pinpoint from where they are coming. This commit introduces a temporary exception handler to provide stack info for 403s on this endpoint to try to track down the source. Requires the ENABLE_403_MONITORING setting to be set to True to enable the logging. ARCHBOM-1667
-
Felipe Montoya authored
[TSD] add annotations for login failure settings and feature flags
-
Matt Tuchfarber authored
fix: Correct logging message to match function
-
Felipe Montoya authored
[TSD] add annotation for the header & footer language selector
-
Matt Tuchfarber authored
The logging text was duplicated from a different function
-
Braden MacDonald authored
[TSD] Annotate schedules debugging toggle
-
Olivia Ruiz-Knott authored
feat: allow notify_credentials to take a list of usernames
-
Felipe Montoya authored
[TSD] Annotate comprehensive theming settings
-
Manjinder Singh authored
-
Feanil Patel authored
We use django-ratelimit to limit per IP login attempts, and then we use django-ratelimit-backend to limit per username login attempts. This change replaces the usage of django-ratelimit-backend with another instance of django-ratelimit so that both limits can be managed by one library. This is the first step in being able to fully excise django-ratelimit-backend from edx-platform. Note that we're still using the `RateLimitMixin` in openedx/core/djangoapps/oauth_dispatch/dot_overrides/backends.py because studio and the admin UI still relies on that for rate limiting. Those login paths will have to be updated before we can remove the mixin from our auth backend.
-
Carla Duarte authored
AA-511: update dashboard certificate button styling
-
Jayram authored
docs: added related settings description for login attempts
-
Sofiane Bebert authored
-
Usama Sadiq authored
Python Requirements Update
-
Aarif authored
-
edX requirements bot authored
-
- Feb 11, 2021
-
-
Michael Roytman authored
Bump version of edx-proctoring library to 3.4.0 to add interstitial for ready to resume state.
-
Michael Roytman authored
This release adds an interstitial in the proctored exam experience for learners with exam attempts in the ready_to_resume state, impacting Learners.
-
Bianca Severino authored
[MST-572] Add onboarding status view to instructor dashboard
-
Bianca Severino authored
-
Felipe Montoya authored
[TSD] add annotations for ENABLE_HTML_XBLOCK_STUDENT_VIEW_DATA feature flag
-