Commit Graph

59161 Commits

Author SHA1 Message Date
Christie Rice
7817c47df1 MICROBA-885 Check whitelisted, even if a grade exists (#26011) 2021-01-11 10:19:16 -05:00
Matthew Piatetsky
53ccf9bd84 Merge pull request #25988 from edx/AA-488
[AA-488] Remove uses of the active field on the schedule model in the code.
2021-01-11 09:34:00 -05:00
Ahtisham Shahid
33fb1e6b4a added logs in oauth exchange (#26005) 2021-01-11 19:05:28 +05:00
Michael Terry
1c322bbe67 Merge pull request #26008 from edx/mikix/timezone-alerts
Show discount deadline in a timezone-aware way
2021-01-11 08:00:43 -05:00
Usama Sadiq
eaecaec510 Merge pull request #26025 from edx/jenkins/upgrade-python-requirements-53dcec6
Python Requirements Update
2021-01-11 17:38:00 +05:00
usamasadiq
0d7fb1e2c9 Pin social-auth-core<4.0.2 2021-01-11 17:09:46 +05:00
Ali Akbar
e89127bfcc Merge pull request #26030 from edx/IM/security-fixes-4-thresholds
update thresholds after IM security fixes 4
2021-01-11 16:36:44 +05:00
edX requirements bot
5e0f34cb17 Updating Python Requirements 2021-01-11 16:00:34 +05:00
Awais Qureshi
6d8f356c01 Merge pull request #26015 from edx/awais786/drf-upgrade
Upgrade drf version.
2021-01-11 15:33:41 +05:00
Ali-D-Akbar
aa6da77c4e update thresholds after IM security fixes 4 2021-01-11 15:02:29 +05:00
SaadYousaf
c6a661820f [TNL-7820] - remove important rule for links on hover. 2021-01-11 14:35:53 +05:00
Ali-D-Akbar
ea227a18a9 PROD-2247 2021-01-11 14:32:50 +05:00
Ali-D-Akbar
1cd5e06294 PROD-2216 2021-01-11 14:32:50 +05:00
azanbinzahid
469dc71f6d PROD-2003 2021-01-11 14:32:50 +05:00
azanbinzahid
3f1985361c PROD-1996 2021-01-11 14:32:50 +05:00
azanbinzahid
6e56d6e63c PROD-1994 2021-01-11 14:32:50 +05:00
azanbinzahid
98561cbae1 PROD-1937 2021-01-11 14:32:50 +05:00
azanbinzahid
39c0d96b14 PROD-1936 2021-01-11 14:32:50 +05:00
azanbinzahid
73a7ce0416 PROD-1935 2021-01-11 14:32:50 +05:00
azanbinzahid
96836802b0 PROD-2083 2021-01-11 14:32:49 +05:00
azanbinzahid
170872feec PROD-2082 2021-01-11 14:32:49 +05:00
edx-pipeline-bot
d303f7afd8 Merge pull request #26026 from edx/private_to_public_0e2d12f
Mergeback PR from private to public.
2021-01-11 03:35:21 -05:00
Ali-D-Akbar
71a3f0d68d disable xsslint 2021-01-09 01:28:32 +05:00
Michael Roytman
53dcec616e Merge pull request #26006 from edx/mroytman/update-edx-proctoring-version-2.5.6
update version of edx-proctoring library to 2.5.6
2021-01-08 14:57:41 -05:00
Awais Qureshi
aa06846141 Upgrade drf version. 2021-01-09 00:53:21 +05:00
Awais Qureshi
14b5e48653 Merge pull request #26018 from edx/awais786/pin-bulk-grades
pinned edx-bulk-grades to avoid migration error.
2021-01-09 00:46:25 +05:00
Awais Qureshi
e92fa1cccd latest edx-bulk-grades==0.8.5 is giving migration error. 2021-01-08 23:59:14 +05:00
Michael Terry
1482755bbd Show discount deadline in a timezone-aware way
Also, fix it and the access expiration deadline to not hardcode
the date presentation in an American way.
2021-01-08 13:56:18 -05:00
Ali Akbar
0e2d12fc7c Merge pull request #213 from edx/IM/security-fixes-4
Incident Management Security Fixes 4
2021-01-08 21:46:05 +05:00
Alex Dusenbery
180227d6b1 bump edx-enterprise to 3.17.0 Listen for student.CourseEnrollment unenrollment signal and delete associated EnterpriseCourseEnrollment record if one exists (we will have a historical record of the deletion). 2021-01-08 11:18:05 -05:00
Usama Sadiq
378e25f8e0 Merge pull request #25701 from edx/awais786/upgrade-drf
Upgrading drf version
2021-01-08 17:16:27 +05:00
Awais Qureshi
47f874f350 BOM-2130
Upgrade the django-rest framework.
2021-01-08 16:13:24 +05:00
edX requirements bot
c711fcf2af Updating Python Requirements (#26012) 2021-01-08 14:40:22 +05:00
Saad Yousaf
ba7602476b Merge pull request #26002 from edx/saad/TNL-7877
[TNL-7877] - Cleanup branding app.
2021-01-08 13:58:49 +05:00
Adam Stankiewicz
f217c6d90b upgrade edx-enterprise to 3.16.11 (#26010) 2021-01-07 17:17:10 -05:00
alangsto
2a10406924 added logging messages in case of decryption exception (#26007) 2021-01-07 15:12:00 -05:00
Michael Roytman
da1d61e34e update version of edx-proctoring library to 2.5.6 2021-01-07 12:54:34 -05:00
Usman Khalid
9e38b17202 Convert ErrorModule and NonStaffErrorModule to XBlocks. (#25570) 2021-01-07 10:51:33 -05:00
Tobias Macey
50bb70298c Added a configuration flag to force third party auth (#24789)
This adds a toggle to allow operators to prevent user registration and login via username/password authentication, forcing the platform to only support login and registration using third-party auth such as SAML.

Co-authored-by: Umar Asghar <mrumarasghar@gmail.com>
2021-01-07 09:55:27 -05:00
Muhammad Soban Javed
f62b1c417b replaced task decorator with shared_task decorator (#25925) 2021-01-07 19:46:34 +05:00
alangsto
e9dc5baf79 added two endpoints for IDV decryption on stage (#25939)
simplified public keys

made migration

fixes for quality

added pylint fixes

fixed for pylint

added endpoint to retrieve user's receipt_ids

added tests for 404 with decryption error

fixed for quality

fixed for quality

updates for feedback

removed unnecessary method

fixed quality issue

updated tests
2021-01-07 09:05:33 -05:00
alangsto
40cf6ba413 updated endpoint for verifications to include receipt id (#25999) 2021-01-07 08:34:03 -05:00
Ali Akbar
c6497d8879 Merge pull request #26004 from edx/aakbar/PROD-1995
disable xsslint
2021-01-07 18:09:49 +05:00
Zainab Amir
aa3119e4d7 Add new relic metrics (#26003) 2021-01-07 18:08:09 +05:00
Ali-D-Akbar
8f4ac5c112 disable xsslint 2021-01-07 16:40:10 +05:00
SaadYousaf
d0d3dc84be cleanup branding app. 2021-01-07 15:01:44 +05:00
Awais Qureshi
d9174fc0db Merge pull request #26000 from edx/jenkins/upgrade-python-requirements-3d79b8a
Python Requirements Update
2021-01-07 12:16:34 +05:00
edX requirements bot
b84d7794e5 Updating Python Requirements 2021-01-06 23:58:19 -05:00
edX Transifex Bot
3d79b8ab95 geoip2: update maxmind geolite country database 2021-01-06 16:04:06 -05:00
Kyle McCormick
7d2f8de03b Add type annotations to backfill_orgs_and_org_courses 2021-01-06 16:00:41 -05:00