edX requirements bot
89014ca68d
Updating Python Requirements
2021-04-02 15:46:49 +05:00
edx-pipeline-bot
48a9b042b8
Merge pull request #27225 from edx/private_to_public_2136cde
...
Mergeback PR from private to public.
2021-04-02 04:18:28 -04:00
Azan Bin Zahid
2136cde713
Merge pull request #226 from edx/im-security-13
...
Incident Management Security Fix 13
2021-04-02 12:30:04 +05:00
Nizar Mahmoud
4cb4be6afe
feat: associates user by email for oauth when tpa is required
...
This change associates users signing in using oauth providers when tpa is required, verifying that only a single database user is associated with the email.
For more information as to why this was added in a separate pipeline, check edx-platform#25935.
2021-04-02 11:32:58 +05:00
Matthew Piatetsky
16634f9cab
Merge pull request #27201 from edx/AA-727
...
[AA-727] Ensure that course staff can see course outline content when masquerading as a learner
2021-04-01 14:43:16 -04:00
M. Zulqarnain
072b6b8875
Revert "chore: Unpin python-dateutil ( #27196 )" ( #27217 )
...
This reverts commit 40878cd554 .
2021-04-01 23:32:51 +05:00
Bianca Severino
fcbe81a397
Merge pull request #27219 from edx/bseverino/proctoring-3.8.1
...
Upgrade edx-proctoring to 3.8.1
2021-04-01 13:11:19 -04:00
Bianca Severino
735fdabc39
fix: upgrade edx-proctoring to 3.8.1
2021-04-01 12:31:22 -04:00
Adeel Ehsan
84aca220b8
Merge pull request #27179 from edx/aehsan/van-401/tpa_auth_context_updated
...
skip hinted login field added in tpa context
2021-04-01 20:08:29 +05:00
Matthew Piatetsky
cbb84fef74
fix: ensure that course staff can see course outline content when masquerading as a learner
...
AA-727
2021-04-01 10:55:22 -04:00
M. Zulqarnain
40878cd554
chore: Unpin python-dateutil ( #27196 )
2021-04-01 19:53:02 +05:00
Binod Pant
ddbac9ea33
feat: upgrade enterprise for ENT-4222 part 1 ( #27215 )
2021-04-01 10:47:47 -04:00
Usama Sadiq
e9f9fcb17b
refactor: Ran pyupgrade on openedx/core/djangoapps/user_api
...
Co-authored-by: Muhammad Soban Javed <58461728+iamsobanjaved@users.noreply.github.com >
2021-04-01 19:34:01 +05:00
Usama Sadiq
24272e5caa
refactor: ran pyupgrade on openedx/core/djangoapps ( #26956 )
...
Ran pyupgrade on openedx/core/djangoapps/{system_wide_roles, theming}
2021-04-01 19:27:38 +05:00
Christie Rice
b8afc30079
refactor: Combine checks for allowlist and regular certificates ( #27204 )
...
MICROBA-1039
2021-04-01 10:00:56 -04:00
edX cache uploader bot
c4a905352a
Updating Bokchoy testing database cache ( #27214 )
2021-04-01 18:05:19 +05:00
Justin Hynes
e4206265cc
Merge pull request #27200 from edx/jhynes/microba-1100-cert-generation-mgmt-cmd
...
feat: Update `cert_generation` mgmt command to read arguments from config model
2021-04-01 08:23:49 -04:00
Justin Hynes
6b38debfeb
feat: Update cert_generation mgmt command with ability to read arguments from config model
...
[MICROBA-1100]
* Add CertificationGenerationCommandConfiguration model that will store the command arguments for the `cert_generation` mgmt command
* Add ability to add entries to the CertificationGenerationCommandConfiguration through Django admin
* Update mgmt command with ability to read arguments from the config model/database
* Fix failing test in `test_cert_generation.py`
* Add new test for missing `users` argument in `test_cert_generation.py`
2021-04-01 07:39:33 -04:00
Usama Sadiq
0223feb17b
refactor: ran pyupgrade on openedx/core/djangoapps ( #26955 )
...
ran pyupgrade on openedx/core/djangoapps/{schedules, self_paced, service_status}
2021-04-01 15:00:49 +05:00
Usama Sadiq
4b074c7d9b
refactor: Ran pyupgrade on openedx/core/djangoapps ( #26936 )
2021-04-01 15:00:26 +05:00
edX requirements bot
29fe817e57
Updating Python Requirements ( #27207 )
2021-04-01 13:26:51 +05:00
Awais Jibran
f898fc5d72
Short circuit, library import. ( #27195 )
2021-04-01 12:29:57 +05:00
adeelehsan
c329de3235
skip hinted login field added in tpa context
2021-04-01 01:16:54 +05:00
Sarina Canelake
db6036121b
Merge pull request #27162 from open-craft/raul/fal-249-dndv2-blockstore-translations
...
FAL-249: fixes the blockstore runtime to set the correct translator
2021-03-31 15:50:23 -04:00
Raul Gallegos
0d691623af
fix: setting correct i18n_service to blockstore runtime
...
xblock information was not being translated correctly when using the blockstore runtime. This makes the i18n_service block-specific so it can look for additional i18n files that can be installed with the XBlock
2021-03-31 14:19:01 -05:00
Bianca Severino
333591301d
Merge pull request #27203 from edx/bseverino/remove-proctoring-waffle-flags
...
[MST-678] Remove proctored exam resume waffle flag
2021-03-31 14:58:20 -04:00
Bianca Severino
73c5866678
fix: remove proctored exam resume waffle flag
2021-03-31 14:14:09 -04:00
Christie Rice
8f50edea6f
feat: Implement generation of regular V2 course certificates ( #27189 )
...
MICROBA-1039
2021-03-31 14:12:19 -04:00
Sameen Fatima
11b9a595eb
edx-enterprise-version-bump-3.20.4 ( #27194 )
2021-03-31 17:52:54 +05:00
Asad Iqbal
d5e13195b7
Fix: Find the submission history using learner's email address along with username ( #25642 )
...
Co-authored-by: asadiqbal <aiqbal@edx.org >
Co-authored-by: asadiqbal08 <asad.iqbal@arbisoft.com >
2021-03-31 08:46:55 -04:00
Awais Jibran
ad7f6019fe
Integrate "olxcleaner" with course import ( #27164 )
...
* Integrating olxcleaner in course import
* Adding toggle removal date and addressing pylint issues.
2021-03-31 13:26:14 +05:00
edX requirements bot
f3050a1dbd
Updating Python Requirements ( #27191 )
2021-03-31 12:16:28 +05:00
alangsto
58fc02c0af
Update edx-proctoring version ( #27190 )
2021-03-30 17:31:43 -04:00
jawad khan
5025a3ffd9
feat!: remove "Text Me the App" page from web app because of security concern
...
Someone at edx was able to quickly send a few texts to himself using the tool.
Each text came from a different number and there was no message about the ability to unsubscribe or stop.
This could potentially be used to spam users as well as potentially result in charges to edX for high volume.
page url https://courses.edx.org/text-me-the-app
LEARNER-8286
2021-03-30 23:38:24 +05:00
Adam Blackwell
dd69020de1
fix: Add space after comma in legacy unenroll message. ( #27177 )
2021-03-30 10:48:44 -04:00
Christie Rice
8198606138
feat: Refactor code to check both regular and allowlist V2 certs ( #27156 )
...
MICROBA-1039
2021-03-30 10:23:23 -04:00
Dillon Dumesnil
feb4c13608
Merge pull request #27154 from edx/ddumesnil/hidden-content-fix-aa-724-part-3
...
fix: AA-724: Updating the HiddenContentTransformer
2021-03-30 05:41:55 -07:00
alangsto
736e399cde
MST-643 prevent errors for escalation email if proctoring is disabled ( #27166 )
2021-03-30 08:33:48 -04:00
Ali Akbar
4a515e983c
Merge pull request #26918 from edx/aakbar/PROD-1136
...
[Support Tool] Update the Enrollments to take Entitlements into account
2021-03-30 13:05:07 +05:00
edX requirements bot
27883f61d3
Updating Python Requirements ( #27178 )
2021-03-30 12:30:59 +05:00
Kellie Selinka
d902d46e3e
Merge pull request #27176 from edx/kselinka_bump_edx_enterprise_down
...
bump edx-enterprise back down to 3.20.1
2021-03-29 17:13:30 -04:00
Michael Terry
5e3f97265e
Merge pull request #27175 from edx/mikix/bail-early-for-hierarchy
...
fix: don't count hierarchy blocks as complete for assignments
2021-03-29 16:35:20 -04:00
Kellie Selinka
5bf44a9420
bump edx-enterprise back down to 3.20.1
2021-03-29 16:27:09 -04:00
Michael Terry
5d9e7e9fe5
fix: don't count hierarchy blocks as complete for assignments
...
When considering whether a subsection is complete as an assignment,
skip any "hierarchy" types (sequential, vertical, etc) that don't
have children. If the user can't see the content, don't risk
marking it as complete.
AA-726
2021-03-29 16:06:11 -04:00
Fred Smith
6ed9f541c9
Merge pull request #27168 from edx/derf/feat-use-github-version-of-py2neo
...
fix: use github version of py2neo
2021-03-29 14:46:47 -04:00
Fred Smith
36fa6e9899
Merge pull request #27169 from edx/jenkins/upgrade-python-requirements-41b01c0
...
Python Requirements Update
2021-03-29 14:16:02 -04:00
edX requirements bot
5111a83be6
Updating Python Requirements
2021-03-29 14:14:48 -04:00
Fred Smith
41b01c07eb
fix: use github version of py2neo instead of PyPI
...
The version of Py2neo we depend on has been removed from PyPI. This is
a stop-gap until we can upgrade it
2021-03-29 14:09:29 -04:00
Kellie Selinka
4650301f6a
Merge pull request #27167 from edx/kselinka_bump_enterprise
...
bump edx-enterprise to 3.20.2
2021-03-29 13:17:21 -04:00
Kellie Selinka
00f4cb09f6
bump edx-enterprise to 3.20.2
2021-03-29 12:33:08 -04:00