Commit Graph

56933 Commits

Author SHA1 Message Date
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
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
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
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
Kyle McCormick
599d663779 Add option to backfill org data as inactive
Add an `--inactive` option to the
`bulk_add_orgs_and_org_courses` management
command, which causes the backfill to set
`active=False` on all rows created in the
Organization and OrganizationCourse tables.

This will lower the potential data
integrity risk to production systems
such as courses.edx.org.

Upgrade edx-organizations to 6.6.0

TNL-7774
2021-01-06 16:00:41 -05:00
Carla Duarte
492ce7f217 Merge pull request #25975 from edx/ciduarte/AA-545
AA-545: Include has_scheduled_content in StartDateTransformer
2021-01-06 15:09:48 -05:00
edX cache uploader bot
830ca33564 Updating Bokchoy testing database cache (#25996) 2021-01-07 00:19:47 +05:00
Kyle McCormick
70f910935c Improve backfill_orgs_and_org_courses output formatting (#25880)
The output was previously surfaced via `log.info` calls.
Given that the command is reporting on thousands of records,
that ended up being very difficult to parse.
Instead, print one organization or org-course linkage
per line.

Add example run of command with output to command
class docstring.

TNL-7774
2021-01-06 13:23:19 -05:00
Awais Qureshi
6adbbd2240 Merge pull request #25990 from edx/awais786/axios-ssrf
Upgrading axios to latest
2021-01-06 20:10:52 +05:00
Zachary Hancock
777c4f94fe proctoring version bump (#25995) 2021-01-06 09:59:05 -05:00
Dillon Dumesnil
6e2da06e46 Merge pull request #25986 from edx/ddumesnil/aa-501
AA-501: Use hidden blocks to determine past due status
2021-01-06 06:49:32 -08:00
Dillon Dumesnil
e17e691d54 AA-501: Use hidden blocks to determine past due status
Blocks that were hidden by access checks would not be used when
calculating past due status for a unit. This adds in a check to
still look at those blocks, but will maintain not rendering them
when being accessed via the MFE
2021-01-06 14:11:03 +00:00
Peter Pinch
285ec771bf fix: Remove CAS settings (#25330)
part of DEPR-6
2021-01-06 08:15:35 -05:00
irfanuddinahmad
b59f0c9dab Merge pull request #25993 from edx/iahmad/ENT-3688-2
ENT-3688: Updated requirements for edx-enterprise
2021-01-06 15:48:42 +05:00
irfanuddinahmad
c4954d42ec Updated requirements for edx-enterprise 2021-01-06 15:20:56 +05:00
Usama Sadiq
3626c3b91f Merge pull request #25989 from edx/jenkins/upgrade-python-requirements-44d97d7
Python Requirements Update
2021-01-06 13:05:49 +05:00
Awais Qureshi
1277a05864 ARCHBOM-1657
Fixing axios SSRF vulnerability in edx-platform.
2021-01-06 11:39:25 +05:00
Ali-D-Akbar
a5982c7e09 PROD-2160 2021-01-06 11:36:36 +05:00
Ali-D-Akbar
4a54aa8054 PROD-2157 2021-01-06 11:36:36 +05:00
azanbinzahid
cd1d07b081 PROD-2210 2021-01-06 11:36:36 +05:00
azanbinzahid
6c514eb9dc PROD-2200 2021-01-06 11:36:36 +05:00
azanbinzahid
6d7752b5c1 PROD-2212 2021-01-06 11:36:36 +05:00
azanbinzahid
3ed0f7d8ea PROD-2196 2021-01-06 11:36:36 +05:00
azanbinzahid
bee77a2c7f PROD-2190 2021-01-06 11:36:36 +05:00