- Jan 20, 2021
-
-
edX requirements bot authored
-
- Jan 19, 2021
-
-
Matt Hughes authored
This will help us flip mysterious cases where proctored exams are marked inactive. JIRA:MST-609
-
Kyle McCormick authored
Pulls in: * Translation corrections (1.10.1) * Fix deprecated import, which is soon to be unsupported (1.10.2)
-
Diana Huang authored
Add edx_sga to our code_owners mappings.
-
David Ormsbee authored
[SE-3530] Adds Boto3 support for Import/Export functionality
-
David Ormsbee authored
[MCKIN-26432] [BB-3158] Add Unit to breadcrumbs navigation
-
Diana Huang authored
-
Kyle McCormick authored
Pulls in: * Degreed API endpoints (3.17.8) * Fix deprecated third_party_auth import (3.17.9)
-
Saad Yousaf authored
Revert "[TNL-7361] - Restrict Instructor Tab from masquerading user with student role."
-
edx-pipeline-bot authored
Mergeback PR from private to public.
-
Saad Yousaf authored
-
Usama Sadiq authored
remove markdown constraint
-
Ali Akbar authored
Incident Management Security Fixes 7
-
Usama Sadiq authored
Python Requirements Update
-
edX requirements bot authored
-
- Jan 18, 2021
-
-
Syed Muhammad Dawoud Sheraz Ali authored
* add last_login user and staff only field in user_api
-
edX requirements bot authored
-
usamasadiq authored
Use django-wiki version 1.0.0 Pin python3-saml<1.10.0
-
Awais Qureshi authored
Adding a common_constraints.txt
-
Awais Qureshi authored
-
Awais Qureshi authored
-
- Jan 15, 2021
-
-
Robert Raposa authored
fix cookie monitoring middleware
-
Régis Behmo authored
On missing sass directory, the following kind of warning was printed: Sass dir '[{'sass_source_dir': path('lms/static/sass'), 'css_destination_dir': Path('/openedx/themes/indigo/lms/static/css'), 'lookup_paths': [Path('/openedx/themes/indigo/lms/static/sas│.. s/partials'), path('lms/static/sass/partials'), path('lms/static/sass')]}, {'sass_source_dir': Path('/openedx/themes/indigo/lms/static/sass'), 'css_destination_dir': Path('/openedx/themes│. /indigo/lms/static/css'), 'lookup_paths': [Path('/openedx/themes/indigo/lms/static/sass/partials'), path('lms/static/sass/partials'), path('lms/static/sass')]}, {'sass_source_dir': Path('│ /openedx/themes/indigo/lms/static/certificates/sass'), 'css_destination_dir': Path('/openedx/themes/indigo/lms/static/certificates/css'), 'lookup_paths': [Path('/openedx/themes/indigo/lms│ /static/sass/partials'), Path('/openedx/themes/indigo/lms/static/sass')]}]' does not exists, skipping sass compilation for '/openedx/themes/indigo' Which was rather inconvenient. Instead, we now print the following warning: Sass dir '/openedx/themes/indigo/lms/static/certificates/sass' does not exists, skipping sass compilation for '/openedx/themes/indigo'
-
Robert Raposa authored
The cases of no cookies or no cookie groups found would cause an error. This was fixed and additional test coverage was added.
-
Ned Batchelder authored
Fix Markdown errors on discussions tab
-
Michael Terry authored
Bump edx-when to 1.3.2 (silences a warning)
-
Ned Batchelder authored
[ADD] /user_api endpoints in api-docs
-
Michael Terry authored
-
alangsto authored
-
Ahtisham Shahid authored
-
Usama Sadiq authored
Merge pull request #26081 from edx/testeng/bokchoy_auto_cache_update_fd891669ccb867a3adceb737f3d805c3c1993685 Bokchoy Testing DB Cache update
-
0x29a authored
Co-authored-by:
Shimul Chowdhury <shimul@opencraft.com>
-
edX cache uploader bot authored
-
alangsto authored
-
Shimul Chowdhury authored
hide links that has no url Hide sequence nav in nested pages Improve doc
-
Saad Yousaf authored
[TNL-7361] - Restrict Instructor Tab from masquerading user with student role.
-
Jayram authored
Added alias for /user_api endpoints FIX quality violations IMPROVED urls_common for readability Removed redundant URL entry from urls_common file
-
- Jan 14, 2021
-
-
Feanil Patel authored
Add more cookie logging code.
-
Feanil Patel authored
Update to the latest editorconfig from edx-lint.
-
Feanil Patel authored
Instead of adding new attributes for each cookie name we create consistent attribute names. This should prevent any issues where we have too many different unique attribute names because the cookie names are unique to the user. We added two new settings to make the number of cookies and groups capture configurable: - TOP_N_COOKIES_CAPTURED - TOP_N_COOKIE_GROUPS_CAPTURED
-