Commit Graph

58900 Commits

Author SHA1 Message Date
Bianca Severino
0ca0a45e7b Merge pull request #27665 from edx/bseverino/proctoring-3.9.3
chore: update edx-proctoring to 3.9.3
2021-05-18 10:35:55 -04:00
Bianca Severino
4cb73ae61c chore: update edx-proctoring to 3.9.3 2021-05-18 09:38:58 -04:00
Bianca Severino
e9fd0a0667 Merge pull request #27658 from edx/bseverino/drop-expiry-date-migration
[MST-785] Drop expiry_date column from SoftwareSecurePhotoVerification
2021-05-18 09:33:56 -04:00
edX cache uploader bot
6cc3515fa0 Updating Bokchoy testing database cache (#27663) 2021-05-18 14:10:56 +05:00
irfanuddinahmad
6b48fb6500 Merge pull request #27654 from edx/iahmad/ENT-4522-3
ENT-4522: Added util method for course access verification
2021-05-18 12:56:03 +05:00
Zaman Afzal
a5878e785e ENT4249- Bump Edx-Enterprise Version (#27662) 2021-05-18 12:37:44 +05:00
edX requirements bot
35caf786b4 chore: Updating Python Requirements (#27660) 2021-05-18 11:52:53 +05:00
Simon Chen
ce6087f546 [Chore]:MST-677 Cleanup the waffle flag to roll out Proctoring Improvements (#27657) 2021-05-17 20:46:24 -04:00
David Ormsbee
2376b3d124 Revert "refactor: upgrade django=2.2.23. Fileupload issue fixed." 2021-05-17 17:22:41 -04:00
Simon Chen
2d8057f07d [Chore]:MST-677 Roll out the onboarding status panel for Proctoring (#27655) 2021-05-17 15:05:37 -04:00
Awais Qureshi
61be2b554b Merge pull request #27638 from edx/awais786/upgrade-django
refactor: upgrade django=2.2.23. Fileupload issue fixed.
2021-05-17 22:47:51 +05:00
Bianca Severino
51f014a515 feat: migration to drop expiry_date column 2021-05-17 13:36:15 -04:00
Bianca Severino
8523ffda91 Merge pull request #27651 from edx/bseverino/drop-expiry-date
[MST-785] Remove expiry_date from SoftwareSecurePhotoVerification
2021-05-17 13:34:24 -04:00
irfanuddinahmad
19f79a7165 Added util method for course access verification 2021-05-17 22:22:12 +05:00
Simon Chen
edef37b51b [chore] Update the edx-proctoring library to 3.9.1 (#27648)
With this update, the student exam attempts have a new attribute called . The flag, when set to true, allows the exam attempt to be resumed by user
2021-05-17 13:08:39 -04:00
Justin Hynes
e0cfae745f Merge pull request #27646 from edx/jhynes/microba-1209_function-cleanup
refactor: consolidate (mostly) duplicated function
2021-05-17 12:59:42 -04:00
Bianca Severino
bba7ea5d37 fix: remove expiry_date from SoftwareSecurePhotoVerification 2021-05-17 12:56:28 -04:00
Justin Hynes
563a762625 Merge pull request #27643 from edx/jhynes/microba-1238_cleanup-external
refactor: update function calls outside of certificates app for updated `generate_user_certificates` and `regenerate_user_certificates` functions
2021-05-17 12:34:45 -04:00
Dillon Dumesnil
35d62ff365 Merge pull request #27602 from edx/ddumesnil/improve-course-goals-aa-768
feat: AA-768: Add history to Course Goals model and update events
2021-05-17 09:29:39 -07:00
Dillon Dumesnil
d46f6369ea feat: AA-768: Add history to Course Goals model and update events
Also removes the remove_course_goal method as it is no longer
used anywhere and removes the functionality of deleting course goals
if a user unenrolls. Adds in fields for eventing to make them more
useful.
2021-05-17 11:55:27 -04:00
Zachary Hancock
01baa9ab9c update edx-proctoring (#27645) 2021-05-17 10:34:59 -04:00
Sarina Canelake
d6a00019f0 Merge pull request #27605 from OmarIthawi/patch-2
Remove "edX" from the logout popup message
2021-05-17 10:33:08 -04:00
Awais Qureshi
bd90545afe refactor: upgrade django=2.2.23. Fileupload issue fixed. 2021-05-17 19:29:31 +05:00
Awais Qureshi
5c73e5dd86 refactor: upgrade django=2.2.23. Fileupload issue fixed. 2021-05-17 19:27:46 +05:00
Awais Qureshi
b62d7d45fa refactor: upgrade django=2.2.23. Fileupload issue fixed. 2021-05-17 19:27:46 +05:00
Justin Lapierre
58c57342ab Merge pull request #27218 from open-craft/0x29a/bb3611/improve_zip_file_content_structure
[BD-05][TNL-7915][BB-3611] Improve ZIP File content structure
2021-05-17 10:01:56 -04:00
Bianca Severino
f72054eee0 Merge pull request #27614 from edx/bseverino/remove-expiry-date
[MST-785] Remove references to expiry_date in IDV
2021-05-17 09:56:38 -04:00
Justin Hynes
d4f3e11092 refactor: consolidate (mostly) duplicated functions
[MICROBA-1209]
Part of the modulestore cleanup/removal in the certificates app. The function `list_with_level_from_course_overview` was temporary. Cleaning this up. Modifying the original `list_with_level` to accept a course-id/course-key as it doesn't actually need the entire course object.
* Update `list_with_level` function to accept a course run id/course-key
* Remove `list_with_level_from_course_key` function (and update any functions using it to use `list_with_level` again)
2021-05-17 09:50:39 -04:00
Justin Hynes
313a295c95 refactor: update function calls outside of certificates app for updated generate_user_certificates and regenerate_user_certificates functions
[MICROBA-1238]
* remove unused `course` argument from `generate_user_certificates` function in the certificates app
* remove unused `course` argument from `regenerate_user_certificates` functioni n the certificates app
* remove `course` argument if passed in edx-platform apps outside of the certificates app
2021-05-17 09:39:36 -04:00
Justin Hynes
ae750fb9d2 Merge pull request #27626 from edx/jhynes/microba-1238_cleanup
refactor: remove unused `course` arguments from certificate generation functions
2021-05-17 09:38:29 -04:00
0x29a
6aa70b764d feat: remove course_id argument and upgrade ora2 dependency 2021-05-17 15:21:03 +02:00
Dillon Dumesnil
e885733881 Merge pull request #27622 from edx/ddumesnil/update-completion-aa-802
feat: AA-802: Update the BlockCompletionTransformer
2021-05-17 06:05:29 -07:00
Awais Qureshi
ba69657b29 Merge pull request #27635 from edx/fixing-upgrade-jobs-
chore: Fixing upgrade job. Due to some recent packages released upgra…
2021-05-17 16:43:40 +05:00
Awais Qureshi
94068b1ede chore: Fixing upgrade job. Due to some recent packages released upgrade job was failing. 2021-05-17 12:57:36 +05:00
Awais Qureshi
f218f16120 Merge pull request #27636 from edx/jenkins/upgrade-python-requirements-b135d8e
Python Requirements Update
2021-05-17 12:16:37 +05:00
edX requirements bot
acb106c913 chore: Updating Python Requirements 2021-05-17 03:15:59 -04:00
Awais Qureshi
b135d8e224 chore: Fixing upgrade job. Due to some recent packages released upgrade job was failing. 2021-05-17 12:10:47 +05:00
jawad khan
17906d6770 feat: Add multi device support for mobile in word cloud (#27386)
Enable mobile support on word cloud xblock

LEARNER-8319
2021-05-17 07:49:33 +05:00
Simon Chen
286dd8d03c [Fix]: Fix a bug where the email template's comments are written out as HTML text (#27627) 2021-05-14 20:51:12 -04:00
Justin Hynes
70810879e0 refactor: remove unused course arguments from certificate generation functions
[MICROBA-1238]
- Remove unused `course` arguments from certificate generation functions

Part of our cleanup after removing use of the modulestore from the Certificates app.
2021-05-14 15:38:43 -04:00
Dillon Dumesnil
6f773d1eca feat: AA-802: Update the BlockCompletionTransformer
We discovered a subsection that contained a unit without any content
inside, but because of our logic requiring children, it would never be
marked complete (meaning the subsection, section, and course could thus
never be marked complete). This fixes that by removing the children
check from setting completion, but first gating that code path on the
xblock being an aggregator (to prevent leaves from marking as true
simply because there are no children).

Test fixes include adding a test for the empty aggregator case as
well as some changes to not have an entire course marked complete
because they are all empty aggregators.
2021-05-14 11:22:07 -04:00
Michael Terry
96562cca89 Merge pull request #27625 from edx/mikix/fix-conditional
fix: make 'conditional' xblocks work again after being broken
2021-05-14 10:58:32 -04:00
Michael Terry
71a8a9fb56 fix: make 'conditional' xblocks work again after being broken
I accidentally broke them in commit b90039b2 by passing in an
extra argument to display.js constructors.

TNL-8318
2021-05-14 10:09:27 -04:00
Justin Hynes
7edaf8aae3 Merge pull request #27612 from edx/jhynes/microba-1208_consolidate-functions
refactor: consolidate duplicate utility functions in certificates app
2021-05-14 07:34:11 -04:00
Robert Raposa
63bdb4dbb7 Merge pull request #27518 from eduNEXT/eric/enable_account_mfe_globally
refactor: Using Waffle flag to enable Account MFE globally.
2021-05-13 16:09:37 -04:00
Carla Duarte
2d2ceb8728 Merge pull request #27601 from edx/ciduarte/AA-790
fix: handle unenrolled users in course home APIs (AA-790)
2021-05-13 14:44:52 -04:00
Carla Duarte
2f8572d540 fix: handle unenrolled users in course home APIs (AA-790) 2021-05-13 14:08:44 -04:00
Bianca Severino
534854d8a7 Merge pull request #27609 from edx/bseverino/integrity-signature-post
[MST-782] POST endpoint for integrity signature
2021-05-13 13:07:34 -04:00
Eric Herrera
353153666d refactor!: Enable Account MFE globally.
This commit refactors the way the Account MFE is activated in the
platform. The main objective is to control the global
activation/deactivation of the MFE through the
account.redirect_to_microfrontend waffle flag and use the Site
Configurations to control MFE activation/deactivation with per-site
granularity. Notice that the Site Configuration object will have
precedence over the waffle flag value.

Since the classic Account Django view will be most likely supported
during Lilac, the expiration of this temporary waffle flag was
extended till the end of 2021

With this commit:

- There's no need to create a Site Configuration object to get the MFE
activated. Setting the waffle flag to True is enough.
- It helps multisite installations to better handling granular
per-site activation/deactivation.

BREAKING CHANGE:

For operators of multisite installations, the activation of the waffle
flag will now activate the MFE for all sites, unless explicitly
disabled on a per-site basis.

Otherwise, this is a backwards-compatible change, since the MFE will
remain activated for installations where this is already enabled.
2021-05-13 11:47:34 -05:00
Justin Lapierre
117c86463c Merge pull request #27032 from open-craft/giovanni/3721-waiting-step-details
[BD-05][TNL-7946]: Add changes to support ORA "Waiting Step Details" view
2021-05-13 11:46:00 -04:00