Commit Graph

22621 Commits

Author SHA1 Message Date
Bianca Severino
9172935ca5 Merge pull request #25792 from edx/bseverino/idv-course-key
Fix query string being passed into IDV flow
2020-12-08 09:39:53 -05:00
Michael Terry
639d043675 Merge pull request #25765 from edx/mikix/upgrade-sidebar
AA-383: add verified mode info to course_home outline API
2020-12-08 08:43:38 -05:00
Awais Jibran
0cbfbd5272 Merge pull request #25798 from edx/aj/update-edge-logo-height
Update Edge footer logo height
2020-12-08 14:35:59 +05:00
Awais Jibran
f146ca0600 Edge logo height 2020-12-08 13:44:36 +05:00
Adeel Khan
099e9eeb95 Make optional checkbox text small. 2020-12-08 03:14:31 +05:00
Bianca Severino
8805914b52 Fix query string being passed into IDV flow 2020-12-07 16:21:44 -05:00
Awais Jibran
685e061d6c Merge pull request #25768 from edx/aj/branding/progress-page
Update progress page headings
2020-12-08 00:00:26 +05:00
edx-pipeline-bot
fe3cdb1209 Merge pull request #25786 from edx/private_to_public_4fed713
Mergeback PR from private to public.
2020-12-07 20:30:23 +05:00
Bianca Severino
49bbb771c5 Merge pull request #25764 from edx/bseverino/idv-log
Provide better logging for 400 errors on IDV photo submission
2020-12-07 09:19:20 -05:00
Manjinder Singh
28e6a3e43d ARCHBOM-1536: Adding edx/event-routing-backed to requriments and eventtracking app to installed_apps (#25706)
* ARCHBOM-1536: Adding edx/event-routing-backed library in requirements

* Adding eventtracking app to INSTALLED_APPS
2020-12-07 09:05:30 -05:00
Zainab Amir
2d3c6c05e1 Update page title to H1 (#25783)
Rebrand related work for:
- VAN-160
- VAN-186
2020-12-07 18:41:55 +05:00
Ali-D-Akbar
73eabe9521 PROD-2221 2020-12-07 16:24:27 +05:00
azanbinzahid
67395683af PROD-2127 2020-12-07 16:24:27 +05:00
Ali-D-Akbar
82e10388ce PROD-2225 2020-12-07 16:24:26 +05:00
Ali-D-Akbar
b50184d4ae PROD-2226 2020-12-07 16:24:26 +05:00
Ali-D-Akbar
0ce0a9f427 PROD-2228 2020-12-07 16:24:26 +05:00
Ali-D-Akbar
85b06f5285 PROD-2251 2020-12-07 16:24:26 +05:00
adeel khan
bca0b5e2fb Merge pull request #25775 from edx/adeel/van_168_vertically_center_align_labels
Center align vertically label fields.
2020-12-07 15:52:42 +05:00
adeel khan
bea629d9d7 Merge pull request #25773 from edx/adeel/van_170_reduce_tos_and_honorcode_fontsize
Reduce tos/honorcode font size
2020-12-07 15:52:21 +05:00
Ali Akbar
4fed713ce9 Merge pull request #208 from edx/IM/security-fixes
IM security fixes
2020-12-07 15:39:20 +05:00
Awais Jibran
b1bf227286 Update progress page headings. 2020-12-07 13:14:39 +05:00
Adeel Khan
4144ae2dc9 Center align vertically label fields.
VAN-168
2020-12-06 22:33:32 +05:00
Adeel Khan
acdf8d7511 Update page title to h1
VAN-179
2020-12-06 21:54:48 +05:00
Adeel Khan
68d869dc09 Reduce tos/honorcode font size
VAN-170
2020-12-06 21:35:03 +05:00
Ned Batchelder
761306114d New LOGIN_ISSUE_SUPPORT_LINK setting
The login page had a hard-coded support.edx.org URL.  This changes it to
a configurable setting. BTR-32.
2020-12-04 14:55:27 -05:00
Michael Terry
ae561256cb AA-383: add verified mode info to course_home outline API
Adds can_show_course_sock and verified_mode values to the outline
API serialization. And adds a utility method to generate the
verified_mode dictionary, shared with the courseware API.
2020-12-04 14:26:38 -05:00
Bianca Severino
d9bd1c3f0b Add logging for 400 errors when submitting IDV photos 2020-12-04 13:57:02 -05:00
David Ormsbee
d930d10065 Revert "ARCHBOM-1636: upgrade supercsv" 2020-12-04 10:37:56 -05:00
Christie Rice
2ca9b6c4e8 MICROBA-734 Add class (#25744) 2020-12-03 11:54:05 -05:00
Régis Behmo
216b99264a Upgrade waffle classes to the new edx-toggles API
Waffle classes no longer have namespaces. All features are moved to the
WaffleFlag/WaffleSwitch classes.

Here we use the edx_toggles.toggles.__future__ API, which is available
in 1.2.0. This means that we don't have to upgrade edx-toggles. We
should remove the __future__ imports as soon as we upgrade to 2.0.0.
2020-12-03 16:40:43 +01:00
Régis Behmo
d13a1fb5f5 Upgrade completion
This is required because edx-platform uses the waffle API from
completion, which itself depends on edx-toggles. So if we change
edx-toggles import paths, we also need to upgrade our usage of
completion here.
2020-12-03 16:06:15 +01:00
Régis Behmo
a16cd71046 Start waffle namespace deprecation
By explicitly importing the legacy namespace classes, we make it clear
that we are using soon-to-be-deprecated classes. We will then be able to
start removing the legacy classes, one module at a time.
2020-12-03 16:06:14 +01:00
Robert Raposa
4344da80a1 Merge pull request #25722 from edx/robrap/ARCHBOM-1636-upgrade-supercsv
ARCHBOM-1636: upgrade supercsv
2020-12-03 09:59:56 -05:00
Awais Jibran
64e26407f2 Logo Swap & Config for serving assets from cdn.
1. Header Logo
2. Footer Logo
3. Favicon
2020-12-03 17:30:13 +05:00
Robert Raposa
8809c73395 upgrade supercsv
Includes additional monitoring of celery tasks
in supercsv.

ARCHBOM-1636
2020-12-02 16:51:41 -05:00
Kyle McCormick
4dda73d797 [BD-14] Migrate all environments to use database-backed organizations (#25153)
* Install `organizations` app into LMS and Studio non-optionally.
* Add toggle `ORGANIZATIONS_AUTOCREATE` to Studio.
* Remove the `FEATURES["ORGANIZATIONS_APP"]` toggle.
* Use the new `organizations.api.ensure_organization` function to
  either validate or get-or-create organizations, depending
  on the value of `ORGANIZATIONS_AUTOCREATE`,
  when creating course runs and V2 content libraries.
  We'll soon use it for V1 content libraries as well.
* Remove the `util.organizations_helpers` wrapper layer
  that had to exist because `organizations` was an optional app.
* Add `.get_library_keys()` method to the Split modulestore.
* Add Studio management command for backfilling organizations tables
  (`backfill_orgs_and_org_courses`).

For full details, see
https://github.com/edx/edx-organizations/blob/master/docs/decisions/0001-phase-in-db-backed-organizations-to-all.rst

TNL-7646
2020-12-02 13:58:40 -05:00
David Ormsbee
f096f5d685 Merge pull request #25618 from open-craft/symbolist/convert-annotatable-xmodule-to-xblock
[BD-4] Convert Annotatable XModule to XBlock. [SE-3640]
2020-12-02 13:37:20 -05:00
Feanil Patel
ded0767534 Merge pull request #25735 from edx/feanil/drop_shoppingcart_tables
Remove all models related to shoppingcart.
2020-12-02 13:18:25 -05:00
Feanil Patel
e90c6ae5a2 Remove all models related to shoppingcart.
DEPR-43 - Removal of Shoppingcart.

All models have been removed and the change has been deployed to production
so this should be safe to do.

It's strange that the ORM decided to drop certain fields before dropping the
whole models but decided to leave it all as the ORM generated it rather than
trying to manually change it.

Also turn the check back on to make sure people don't actually check in code
without the relevant migration files.
2020-12-02 11:36:07 -05:00
Awais Jibran
b901be8a25 Brand Update for Course Dates 2020-12-02 17:38:17 +05:00
Awais Jibran
c0d1f68ee7 Merge pull request #25692 from edx/branding/aj/update-masquerading-learner-theme-color
Update Masquerade text color for specific learner
2020-12-02 13:21:45 +05:00
Awais Jibran
e4f4face95 Merge pull request #25693 from edx/aj/branding/not-sure-link
Course Updates "Not sure" link
2020-12-02 01:22:29 +05:00
Awais Jibran
f43c6732d1 Merge pull request #25623 from edx/branding/aj/course-dates-links
Update Course Date Links
2020-12-02 01:21:14 +05:00
Alex Dusenbery
6d3a3d5ee2 ENT-3732 | Add enterprise_channel_worker to the list of all enterprise service users, in hopes that this will lessen the occurrence of rate-limit error responses for requests made by this user. 2020-12-01 11:27:43 -05:00
Feanil Patel
0b2143816a Merge pull request #25707 from edx/robrap/add-code-owner-rest_framework.routers
add code_owner for rest_framework
2020-12-01 11:24:51 -05:00
Michael Terry
181cb70149 Merge pull request #25670 from edx/mikix/as-user-timezone
AA-459: Respect user's timezone in access-expiration message
2020-12-01 09:13:45 -05:00
Simon Chen
00ad36839d MST-542 Roll out Accounts MFE IDV workflow (#25613)
* MST-542 remove the IDV redirect to Account MFE waffle flag to permanently redirect learners to new IDV workflow. This completes the rollout process on edx-platform
2020-12-01 09:08:12 -05:00
Robert Raposa
93029169d1 add code_owner for rest_framework
Add code_owner for `rest_framework.routers`
and other `rest_framework` apps.
2020-11-30 16:52:40 -05:00
azanbinzahid
39e97da2f8 PROD-2126 2020-11-30 17:20:36 +05:00
azanbinzahid
f4261cee46 PROD-2227 2020-11-30 17:20:36 +05:00