Simon Chen
95ea9d065e
Remove the current_grades column that is not supported by backend
2018-10-25 14:53:26 -04:00
Dillon-Dumesnil
fbb5e6c99c
Merge pull request #19139 from edx/ddumesnil/entitlements-email-opt-in
...
Adding email opt in to create entitlement
2018-10-24 09:50:12 -04:00
Attiya Ishaque
cc1898d189
Merge pull request #19144 from edx/ai/EDUCATOR-3581-discussion-loading-profile
...
Fix that discussions are loading in the profile view.
2018-10-24 17:28:13 +05:00
Dillon Dumesnil
ac43d5faac
Adding email opt in to create entitlement
2018-10-23 17:33:30 -04:00
Matthew Piatetsky
073df570fa
Merge pull request #19095 from edx/expired_dashboard_message
...
Add course duration limit and dashboard expiration code
2018-10-23 12:17:58 -04:00
attiyaishaque
fca88da078
Fix that discussions are loading in the profile view.
2018-10-23 12:40:58 +05:00
Matthew Piatetsky
9037999bd2
add content gating waffle flag
2018-10-22 20:49:08 -04:00
George Babey
f39cd81a31
Merge pull request #18545 from open-craft/kshitij/stylelint-fixes
...
Bulk stylelint fixes
2018-10-22 14:59:11 -04:00
Saleem Latif
ec2a36b4a4
Third Party Authentication (SSO): Default values for SAML attributes
2018-10-22 11:03:01 +05:00
Michael Youngstrom
49e287b703
Merge pull request #19131 from edx/youngstrom/mongo-tweaks
...
Use uuid instead of randint for db names in Mongo builders
2018-10-19 15:57:00 -04:00
Michael Youngstrom
cc1d389f21
Replace randint in db name with pid
2018-10-19 14:24:27 -04:00
Simon Chen
fc24371b18
Merge pull request #19091 from edx/rir/masters-gradebook
...
Add extesion engine gradebook ui in under the mastersGradebook route
2018-10-19 13:37:32 -04:00
Rick Reilly
0c8d66bb2a
Add extesion engine gradebook ui in under the mastersGradebook route
2018-10-19 12:56:16 -04:00
Dillon Dumesnil
a5f3f1cbee
Ensuring password to be normalized is unicode
2018-10-19 12:41:51 -04:00
Cory Lee
78c7359563
Merge pull request #19127 from edx/coryleeio/reduce_logging_volume
...
Removing unnecessary log statements
2018-10-19 09:49:20 -04:00
J. Cliff Dyer
b3521e0f88
Add endpoint to get SAML providers for a user.
...
View is combined with user SSO views.
Includes a new version of the view that takes explicit "username" or "email".
OC-4285
2018-10-18 14:02:12 -04:00
Cory Lee
305167cd86
Removing unnecessary log statements
2018-10-18 11:08:54 -04:00
Nimisha Asthagiri
75a739e252
Merge pull request #19123 from edx/arch/email-profile-scopes
...
Add email and profile scopes in JWT Cookies
2018-10-18 09:35:41 -04:00
Nimisha Asthagiri
45dadca18b
Add email and profile scopes in JWT Cookies
2018-10-18 08:11:04 -04:00
Matthew Piatetsky
3c47d19a52
add redirect behavior when accessing expired course and add tests
2018-10-17 21:37:28 -04:00
Dillon-Dumesnil
b8a041d09b
Merge pull request #19114 from edx/ddumesnil/unicode_fix
...
Adding normalization to password reset
2018-10-17 11:23:39 -04:00
Dillon Dumesnil
0abb71ef62
Adding normalization to password reset
2018-10-17 10:50:11 -04:00
Nimisha Asthagiri
dc56a63e03
Remove deprecated JwtBuilder
...
ARCH-248
2018-10-17 07:43:59 -04:00
Robert Raposa
fbc59231fc
Update edx-drf-extensions to 2.0.0.
...
Note: this version update is backward incompatible.
ARCH-255
2018-10-17 01:00:34 -04:00
Dillon-Dumesnil
4d37779f58
Merge pull request #19051 from edx/cstenson/unicode_normalization
...
Add unicode normalization to passwords.
2018-10-15 09:41:20 -04:00
Cali Stenson
9c57cd1770
Add unicode normalization to passwords.
...
LEARNER-4283
2018-10-12 15:47:15 -04:00
Robert Raposa
863f86c411
Move and rename redirect helper.
...
- Rename is_safe_redirect to is_safe_login_or_logout_redirect.
- Moved is_safe_login_or_logout_redirect to user_authn.
ARCH-256
2018-10-12 13:33:09 -04:00
Calen Pennington
969728874b
Merge pull request #19065 from cpennington/access-control-messaging
...
Access control messaging
2018-10-12 11:21:34 -04:00
Calen Pennington
5af7fffced
Remove unnecessary mocking of CourseKey.from_string in tests
2018-10-11 09:54:12 -04:00
Calen Pennington
ae41ac446e
Allow AccessResponse messages to appear on the student dashboard
2018-10-11 09:54:12 -04:00
Calen Pennington
2ce5417e0c
Allow UserPartitions to specify a text or html message when a user is denied access because of their partition membership
2018-10-11 09:54:12 -04:00
Calen Pennington
72f556c1a9
Import courseware module from fully-qualified module name
2018-10-10 15:34:33 -04:00
Dillon Dumesnil
deb758c808
Added in tests for the new password validation. Fixed old tests that
...
relied on the old configuration values and old way of validating
passwords. Also improved registration page by always showing error
messages rather than hiding them on leaving the field.
2018-10-10 11:06:30 -04:00
Dillon Dumesnil
4fa27f98dc
Implementing django password validators for edX. This involves removing
...
the old validate password method and configuration values in favor of
AUTH_PASSWORD_VALIDATORS, a list of validators to use to check a
password. These include some that come straight from Django and some
that were written according to Django's specifications. This work also
included maintaining the current messaging as instruction text and
passing along restrictions for the password field.
2018-10-10 10:58:21 -04:00
rabiaiftikhar
aac430da34
EDUCATOR-3213 make Global EdX Staff able to view all forum posts
2018-10-10 12:01:23 +05:00
Ned Batchelder
6be27ed08d
Merge pull request #18882 from appsembler/omar/ace-for-email-change
...
edX-ACE support for email change messages
2018-10-09 13:53:54 -04:00
emma-green
143a01915d
Merge pull request #19066 from edx/emma.green/rev-bundling-fix-bundle-info
...
fix-bundle-info
2018-10-09 12:34:26 -04:00
Emma Green
5af901e016
fix-bundle-info
2018-10-09 09:27:15 -04:00
Omar Al-Ithawi
ceacfc8a75
edX-ACE support for email change messages
2018-10-08 20:43:09 +03:00
Diana Huang
02c15bf563
Refactor password reset email and send after failure.
2018-10-04 15:22:24 -04:00
emma-green
53adc395b5
Merge pull request #19053 from edx/emma-green/bundle-discount-adding-type-and-title
...
rev-bundle-discount
2018-10-04 09:44:31 -04:00
Emma Green
fcc1b55496
rev-bundle-discount
2018-10-03 17:20:43 -04:00
Robert Raposa
eca340d2e1
Merge pull request #18989 from edx/robrap/ARCH-241-logout-redirect
...
ARCH-241: Add ability to redirect to subdomain for logout.
2018-10-03 15:06:11 -04:00
J Eskew
d447c6c9b5
Merge pull request #19045 from edx/jeskew/PLAT_2146_again_add_username_retirement_check
...
Check for retired usernames as well as existing ones in validation.
2018-10-03 14:57:50 -04:00
Farhanah Sheets
0daf16852d
Merge pull request #19040 from edx/fsheets/bump-sfe
...
bump studio-frontend to 1.16.12
2018-10-03 14:28:42 -04:00
Robert Raposa
027c53e61e
Add ability to redirect to subdomain for logout.
...
ARCH-241
2018-10-03 12:13:14 -04:00
Farhanah Sheets
e009d5e4db
bump studio-frontend to 1.16.12 and update bokchoy tests
2018-10-03 09:36:55 -04:00
John Eskew
aacdce17d4
Check for retired usernames as well as existing ones in validation.
2018-10-02 17:23:11 -04:00
Robert Raposa
4a0bda7690
Merge pull request #18988 from edx/robrap/ARCH-238-login-redirect
...
ARCH-238: Add ability to redirect to subdomain for login.
2018-10-02 16:34:13 -04:00
Robert Raposa
23b9cfd76c
Add whitelist for login redirect.
...
Use LOGIN_REDIRECT_WHITELIST to provide a whitelist of
additional domains to which login will now redirect.
ARCH-238
2018-10-02 16:00:55 -04:00