Commit Graph

55590 Commits

Author SHA1 Message Date
Pierre Mailhot
36db87e734 fixing language issue for original activation email on sites using more than one language
https://openedx.atlassian.net/browse/CRI-217
https://discuss.openedx.org/t/activation-email-in-multiple-languages/2808
2020-08-27 03:37:05 -04:00
Simon Chen
e2069f97a2 MST-348 Add the API to provide detailed ID Verification information (#24846) 2020-08-26 17:23:04 -04:00
edX Transifex Bot
a96b30d2e2 geoip2: update maxmind geolite country database 2020-08-26 17:03:40 -04:00
Matt Tuchfarber
25d305fce0 Merge pull request #24791 from edx/tuchfarber/refactor_get_programs_by_type
Refactor program type enrollment checks
2020-08-26 15:10:46 -04:00
Matt Tuchfarber
c4cf0b9bb7 Refactor program type enrollment checks
Checking if a user was enrolled in a program type was using the `name`
field which is subject to be translated. This change allows for us to check by
the type's slug which will be constant. This also includes the addition
of api.py files for the course_modes, catalog, and programs apps.
2020-08-26 14:29:39 -04:00
Alexander J Sheehan
535ee90d7d Merge pull request #24847 from edx/alex-sheehan-edx/bumping-enterprise-3.6.8
Bumping enterprise to 3.6.8
2020-08-26 14:20:36 -04:00
stvn
8f5e098ce1 Merge PR #24340 open-craft/taniwha/bb-2596
* Commits:
  Convert InvalidKeyError exception to NotFound
2020-08-26 09:57:19 -07:00
David Ormsbee
dfa9755f86 Merge pull request #24538 from edx/ormsbee/adr-role-of-xblock
ADR for the role of XBlock
2020-08-26 12:12:20 -04:00
Alexander Sheehan
377b4521f4 Bumping enterprise to 3.6.8 2020-08-26 11:40:14 -04:00
David Ormsbee
607400c403 ADR for the role of XBlock
Architecture Decision Record detailing the history of XBlock and
where we're going with it in the platform.
2020-08-26 10:37:37 -04:00
Troy Sankey
6e8a114b96 Merge pull request #24823 from edx/pwnage101/cleanup-unused-config-root
Cleanup unused CONFIG_ROOT variable and dead code.
2020-08-26 10:20:55 -04:00
M. Zulqarnain
a184c219fd Use pytest-xdist[psutil] (#24845) 2020-08-26 18:29:05 +05:00
Aarif
459accca1d Updating Python Requirements (#24842) 2020-08-26 14:43:49 +05:00
edX requirements bot
f3862385a1 Updating Python Requirements 2020-08-26 01:28:02 -04:00
Ali Akbar
8484866fdd Merge pull request #24837 from edx/aakbar/data-download-logs
Add logs in get_problem_responses
2020-08-25 17:50:27 +05:00
Ali-D-Akbar
ace525dd0c add logs in get_problem_responses 2020-08-25 17:19:19 +05:00
M. Zulqarnain
1df072d037 Merge pull request #24839 from edx/jenkins/upgrade-python-requirements-072a429
Python Requirements Update
2020-08-25 11:26:40 +05:00
edX requirements bot
9b3418bb70 Updating Python Requirements 2020-08-25 01:26:11 -04:00
stvn
072a42915e Merge PR #24572 fix/none/library-content
* Commits:
  Log and skip empty children when rendering library_content
2020-08-24 12:46:50 -07:00
stvn
3da9362ac8 Log and skip empty children when rendering library_content
instead of throwing an exception on None-access.
2020-08-24 10:04:25 -07:00
David Ormsbee
63567122fd Merge pull request #24149 from open-craft/mtyaka/video-transcript-cookies
Fix issues with video transcript panel
2020-08-24 12:37:07 -04:00
Sid Verma
4198eba6c1 Add schema version in library indexes, improve reindexing command 2020-08-24 10:45:01 -04:00
Sid Verma
b56f3d601a Add tests for the case when indexing is disabled 2020-08-24 10:45:01 -04:00
Sid Verma
7a3930efe7 Fail to limited metadata if elastic is not available 2020-08-24 10:45:01 -04:00
Sid Verma
1d2fbcc4cc Optimize and paginate list_libraries API, add num_blocks and last_published fields 2020-08-24 10:45:01 -04:00
Sid Verma
8d33a5a3e1 Add indexing support for blockstore content libraries 2020-08-24 10:45:01 -04:00
Dave St.Germain
34d1e46d25 Merge pull request #24541 from open-craft/0x29a/bb2651/ora_zipped_data
[BD-05] [TNL-7308] Add ORA Zipped File Download for Submission Text + Attached Files
2020-08-24 09:51:26 -04:00
Bill Currie
d06d933c95 Convert InvalidKeyError exception to NotFound
This fixes the execption in lms when accessing a blank course via the
front-end-learning MFE.
2020-08-24 17:39:09 +06:00
Waheed Ahmed
13b3764f20 Allow entitlements to be used past course has ended.
Allow entitlements to be used past the course has ended but
upgrade deadline is still in future for already enrolled
learners.

PROD-1497
2020-08-24 13:20:11 +05:00
Aarif
3a3d3a8766 Updating Python Requirements (#24836) 2020-08-24 12:37:25 +05:00
Ali Akbar
3e85e1fc8e Merge pull request #24828 from edx/aakbar/PROD-1599
disable xsslint on program_header_view
2020-08-24 11:31:42 +05:00
edX requirements bot
b92079ed35 Updating Python Requirements 2020-08-24 00:52:52 -04:00
edX Transifex Bot
21edb9f2b4 fix(i18n): update translations 2020-08-23 17:38:59 -04:00
Matjaz Gregoric
68eddcee38 Fix issues with video transcript panel
This fixes a bug where the video transcripts panel would be open on
page load even when no transcripts were present. It also cleans up the
code a bit to remove unused cookies and tries to reduce flickering of
the transcript panel.
2020-08-22 09:56:24 +02:00
Aarif
ed5d592af0 removed obsolete elements from openedx.yaml (#24833) 2020-08-22 12:38:08 +05:00
0x29a
921875b70b Add endpoint and background task for downloading of submission files 2020-08-22 01:38:25 +02:00
edX requirements bot
e0166f8214 This pull request was generated by the cleanup-python-code Jenkins job, which ran
python -m edx_repo_tools.modernize_openedx_yaml --path=openedx.yaml
The following packages were installed: git+https://github.com/edx/repo-tools.git@4ac2ffde02b6df4bf633f7b88966137d71233bb1.
2020-08-21 17:06:40 -04:00
Nathan Sprenkle
3a4e3170e9 Bump ORA to 2.9.3 (#24830) 2020-08-21 15:45:13 -04:00
Binod Pant
ebdd60ff70 Bump enterprise version to 3.6.4: canvas release (#24822) 2020-08-21 09:54:08 -04:00
Uzair Rasheed
ea69e0d4b6 Merge pull request #24664 from edx/ratelimit-registration-api
Ratelimit the registration endpoint
2020-08-21 17:39:46 +05:00
Ali-D-Akbar
3c5f827405 disable xsslint on program_header_view 2020-08-21 17:09:05 +05:00
M. Zulqarnain
dbda026dad Merge pull request #24824 from edx/jenkins/upgrade-python-requirements-7813850
Python Requirements Update
2020-08-21 13:37:00 +05:00
Syed Muhammad Dawoud Sheraz Ali
0ed780d657 Merge pull request #24825 from edx/dsheraz/TNL-7338-update-val
update edxval
2020-08-21 11:07:41 +05:00
DawoudSheraz
5d4e6c62ea update edxval 2020-08-21 09:50:23 +05:00
edX requirements bot
c455d8ade0 Updating Python Requirements 2020-08-21 00:46:21 -04:00
Troy Sankey
3b6b066c72 Cleanup unused CONFIG_ROOT variable and dead code.
From what I've gleaned, CONFIG_FILE (and LMS_CFG and STUDIO_CFG
environment variables) supercedes CONFIG_ROOT.  There's no code anymore
that reads the value of the CONFIG_ROOT django setting, and in turn the
CONFIG_ROOT environment variable.

Tangentially related to DENG-369
2020-08-20 16:30:33 -04:00
Felipe Montoya
7813850bc6 Merge pull request #24779 from msegado/master
Fix double-wrapped exception in capa/inputtypes.py
2020-08-20 14:48:23 -05:00
David Ormsbee
a23cfda6f4 Merge pull request #21402 from open-craft/paulo/disable_discussion_cache
Disable caching in forum home
2020-08-20 13:07:43 -04:00
Kyle McCormick
926a40def0 Enable ORGANIZATIONS_APP for devstack Studio (#24820)
It is already enabled in devstack LMS, stage LMS/Studio,
and prod LMS/Studio.

However, it is currently disabled in edge LMS/Studio,
and as far as I know, sandbox LMS/Studio as well as the
default Open edX LMS/Studio.

We would like to move towards enabling it globally by
default, and enabling it in devstack Studio would be
a first step towards that.
2020-08-20 12:19:39 -04:00
Dillon Dumesnil
d75fbde9e7 Merge pull request #24813 from edx/ddumesnil/xml-import-lcm-disable
Disable updating Library Content children during import
2020-08-20 09:10:42 -07:00