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
Ali-D-Akbar
6cdcfb9f72
Merge branch 'master' into private_to_public_d93abb8
2021-01-05 11:43:25 +05:00
Ali Akbar
278e66e34c
disable xsslint ( #25951 )
...
* disable xsslint
* fix quality errors
* disable xsslint
2021-01-04 22:48:22 +05:00
Ali-D-Akbar
c754f20dac
PROD-2199
2020-12-18 20:48:05 +05:00
azanbinzahid
7c2d28530b
PROD-2208
2020-12-18 20:48:05 +05:00
Ali-D-Akbar
fe72df1e5e
PROD-2213
2020-12-16 17:44:01 +05:00
azanbinzahid
cd06c74d2c
PROD-2181
2020-12-16 17:44:00 +05:00
azanbinzahid
0b7ed973e7
PROD-2162
2020-12-16 17:44:00 +05:00
Ali Akbar
e209d892c1
Merge pull request #210 from edx/IM/security-fixes-2
...
Incident Management security fixes 2
2020-12-10 14:26:25 +05:00
Ned Batchelder
2dd618e3a2
Merge pull request #25756 from edx/nedbat/settable-support-link
...
New LOGIN_ISSUE_SUPPORT_LINK setting
2020-12-08 15:07:13 -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
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
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
Ali Akbar
4fed713ce9
Merge pull request #208 from edx/IM/security-fixes
...
IM security fixes
2020-12-07 15:39:20 +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
Christie Rice
2ca9b6c4e8
MICROBA-734 Add class ( #25744 )
2020-12-03 11:54:05 -05:00
azanbinzahid
f4261cee46
PROD-2227
2020-11-30 17:20:36 +05:00
azanbinzahid
c6e36c4fa2
PROD-2229
2020-11-30 17:20:36 +05:00
azanbinzahid
c04fa4b92d
PROD-2230
2020-11-30 17:20:36 +05:00
azanbinzahid
478570793f
PROD-2246
2020-11-30 17:20:36 +05:00
azanbinzahid
e091313c72
PROD-2249
2020-11-30 17:20:36 +05:00
azanbinzahid
7d42bd225c
PROD-2244
2020-11-30 17:20:36 +05:00
azanbinzahid
09f55b8db6
PROD-2231
2020-11-30 17:20:36 +05:00
azanbinzahid
6e53cb99f8
PROD-2232
2020-11-30 17:20:36 +05:00
root
f1f6c291ab
PROD-2250
2020-11-30 17:20:36 +05:00
azanbinzahid
a760f19824
PROD-2233
2020-11-30 17:10:26 +05:00
Ali-D-Akbar
49f86c004f
PROD-2236
2020-11-30 16:05:40 +05:00
Christie Rice
d80a7786e1
MICROBA-734 Rename specific color ( #25671 )
2020-11-24 10:13:00 -05:00
Albert (AJ) St. Aubin
9e5071e0c3
[MICROBA-746] Improve this code to check for the availability of banner_images
2020-11-18 08:11:44 -05:00
Thomas Tracy
44187fb4d2
Fix courserun_key name to properly be picked up by snowflake ( #25605 )
2020-11-17 10:18:07 -05:00
edX Transifex Bot
1ca41a7861
fix(i18n): update translations
2020-11-15 16:34:09 -05:00
Kyle McCormick
151bd13666
Use full names for common.djangoapps imports; warn when using old style ( #25477 )
...
* Generate common/djangoapps import shims for LMS
* Generate common/djangoapps import shims for Studio
* Stop appending project root to sys.path
* Stop appending common/djangoapps to sys.path
* Import from common.djangoapps.course_action_state instead of course_action_state
* Import from common.djangoapps.course_modes instead of course_modes
* Import from common.djangoapps.database_fixups instead of database_fixups
* Import from common.djangoapps.edxmako instead of edxmako
* Import from common.djangoapps.entitlements instead of entitlements
* Import from common.djangoapps.pipline_mako instead of pipeline_mako
* Import from common.djangoapps.static_replace instead of static_replace
* Import from common.djangoapps.student instead of student
* Import from common.djangoapps.terrain instead of terrain
* Import from common.djangoapps.third_party_auth instead of third_party_auth
* Import from common.djangoapps.track instead of track
* Import from common.djangoapps.util instead of util
* Import from common.djangoapps.xblock_django instead of xblock_django
* Add empty common/djangoapps/__init__.py to fix pytest collection
* Fix pylint formatting violations
* Exclude import_shims/ directory tree from linting
2020-11-10 07:02:01 -05:00
Thomas Tracy
ead2825b14
Re-add course key to segment unenroll tracker ( #25516 )
2020-11-03 15:51:48 -05:00
edX Transifex Bot
a62843e764
fix(i18n): update translations
2020-10-20 12:27:28 -04:00
Jeremy Bowman
d19368525b
DEPR-43 Remove most of the shoppingcart app ( #24692 )
...
Removed most of the deprecated shoppingcart app, leaving just enough to allow us to cleanly remove the related database tables later. Also removed the relevant Django settings that weren't in use elsewhere.
2020-10-14 14:24:52 -04:00
adeelehsan
a50215031e
Merge pull request #25227 from edx/aehsan/van-81/suppressed_email_for_forgot_password
...
suppressed email in forgot password banner
2020-10-06 14:41:27 +05:00
Thomas Tracy
6d88ad96cb
Ttracy/mb 618 modal fast follow ( #25217 )
...
* Fix ref on multiselect button to prevent if from staying open
2020-10-05 10:05:41 -04:00
adeelehsan
0f96e595ee
suppressed email in forgot password banner
...
VAN-81
2020-10-05 17:34:38 +05:00
edX Transifex Bot
b7cd41f100
fix(i18n): update translations
2020-10-04 17:40:16 -04:00
Thomas Tracy
f605ce3763
Fix aria-hidden on info icon ( #25167 )
...
* Fix aria-hidden on info icon
* caps
2020-09-30 12:26:56 -04:00
Diana Huang
657da20c6e
DEPR-43 - Remove JS that refers to shoppingcart receipt page. ( #24890 )
...
https://openedx.atlassian.net/browse/DEPR-43
Co-authored-by: Jeremy Bowman <jbowman@edx.org >
2020-09-29 16:08:42 -04:00
Thomas Tracy
bf0de81c57
Ttracy/demographics bugs 19 20 ( #25148 )
...
* Focus first input when loading a wizard page
* Add aria-hidden to info icon:
2020-09-29 13:37:19 -04:00
Justin Hynes
77d63c57f0
Merge pull request #25138 from edx/jhynes/MB-600_demographics-link-new-tab
...
MB-600 | Open demographics modal link in new tab
2020-09-29 10:21:04 -04:00
Thomas Tracy
b1ed288915
Fix form auto-filling "prefer not to respond" ( #25126 )
...
An issue with 2 options having the same react child key. This makes the
keys more unique.
2020-09-29 09:42:13 -04:00
Justin Hynes
66821bb1e1
MB-600 | Open demographics modal link in new tab
...
[MB-600]
- Update demographics modal to open embedded link in new tab
2020-09-29 09:33:21 -04:00
Justin Hynes
e200215421
MICROBA-596 | Adjust style of MultiSelect dropdown in demographics modal
...
[MICROBA-596]
- Add space between checkbox and label
- Adjust spacing between end of MultiSelect dropdown choices and next question
2020-09-28 16:03:39 -04:00