Dillon Dumesnil
0abb71ef62
Adding normalization to password reset
2018-10-17 10:50:11 -04:00
J Eskew
df6693b1cd
Merge pull request #19101 from edx/jeskew/upgrade_django
...
Upgrade Django to 1.11.16 - bug fix.
2018-10-15 19:37:34 -04:00
Calen Pennington
8d6b7ee7f3
Merge pull request #19093 from cpennington/org-to-site-config
...
Add a facility for getting the SiteConfiguration that an org belongs to
2018-10-15 14:08:59 -04:00
Michael Youngstrom
e2d5235697
Merge pull request #19102 from edx/youngstrom/cms-remove-ratelimit
...
Fix flaky TestUserPreferenceMiddleware tests for xdist
2018-10-15 13:56:20 -04:00
Calen Pennington
996eceb6f9
Add a facility for getting the SiteConfiguration that an org belongs to
2018-10-15 13:28:30 -04:00
Alex Dusenbery
f9d3d641cb
Use CursorPagination to paginate responses from grades views.
2018-10-15 11:38:45 -04:00
Nimisha Asthagiri
7ab5e7be63
Merge pull request #19103 from edx/arch/refactor-oauth-scopes-tests
...
Shared mixin for testing OAuth Scopes and various Auth
2018-10-15 11:32:12 -04:00
Michael Youngstrom
3da94170f5
Switch auth backends for cms as well
2018-10-15 11:14:25 -04:00
Douglas Hall
a824543e23
Merge pull request #19100 from edx/douglashall/login_refresh_csrf_exempt
...
Mark the refresh access token view as exempt from CSRF protection.
2018-10-15 10:25:55 -04:00
Douglas Hall
4817dd3f61
Mark the refresh access token view as exempt from CSRF protection.
2018-10-15 09:44:17 -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
Robert Raposa
f349c8d3be
Merge pull request #19096 from edx/robrap/ARCH-256-move-redirect-helpers
...
ARCH-256: Move and rename redirect helper.
2018-10-15 09:32:46 -04:00
noraiz-anwar
081267cc73
Load proctoring js files for authenticated users only
2018-10-15 10:20:09 +05:00
Nimisha Asthagiri
f844e765fb
Create shared test mixin for testing OAuth Scopes and various Auth.
...
ARCH-168
2018-10-13 16:21:01 -04:00
J Eskew
0e76d04819
Merge pull request #17682 from mitodl/fix_overrideing_due_date_issue
...
Fixed override due date by limiting scope to selected users
2018-10-12 17:37:32 -04:00
John Eskew
96d0df0f2f
Upgrade Django to 1.11.16 - bug fix.
2018-10-12 16:06:52 -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
Alex Dusenbery
e5473f5396
Add the read API for course gradebook data (single and multiple users).
2018-10-12 10:48:34 -04:00
Zia Fazal
5d2919644b
Merge pull request #19048 from edx/ziafazal/WL-1810
...
WL-1810: Do not send user info to sailthru when registered from white label site
2018-10-12 12:55:27 +05:00
Nimisha Asthagiri
afd0e488ce
Merge pull request #19085 from edx/arch/consistent-cookie-expiration
...
Consistent expiration for all login-related cookies
2018-10-11 13:15:57 -04:00
Dillon-Dumesnil
d6101a25a2
Merge pull request #19090 from edx/ddumesnil/password-reset-fix
...
Fixing location of automatic password reset email message
2018-10-11 12:56:48 -04:00
Dillon Dumesnil
b258f019b3
Fixing location of automatic password reset email
2018-10-11 12:09:41 -04:00
Michael Youngstrom
d97e7c737e
Merge pull request #19081 from edx/youngstrom/run-all-unittests
...
Fix sharding for unittests to avoid skipped tests
2018-10-11 11:32:38 -04:00
Michael Youngstrom
fa8e920fe1
Fix sharding for unittests to avoid skipped tests
2018-10-11 11:00:30 -04:00
mduboseedx
c82fa99a34
Merge pull request #18336 from mitodl/fixed_instructor_api
...
Fixed code duplication in task listing api on instructor dashboard
2018-10-11 10:02:12 -04:00
Calen Pennington
5af7fffced
Remove unnecessary mocking of CourseKey.from_string in tests
2018-10-11 09:54:12 -04:00
Calen Pennington
13c0dd580f
Make Student Dashboard course access error messages float to the right of the unenroll gear
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
3a7cff01e8
Allow AccessResponse objects to carry an HTML fragment targetted at the user
2018-10-11 09:54:12 -04:00
Calen Pennington
1d8fc40f29
Merge pull request #19064 from cpennington/courseware-absolute-import
...
Import courseware module from fully-qualified module name
2018-10-11 08:48:14 -04:00
Zia Fazal
9bfe4c3b6c
Do not send user info to sailthru when registered from white label site
...
Added tests to support changes
2018-10-11 17:26:02 +05:00
Amir Qayyum Khan
9db5e83032
Fixed code duplication in task listing api on instructor dashboard
2018-10-11 12:28:21 +05:00
Nimisha Asthagiri
2b8a9d5148
Consistent expiration for all login-related cookies
2018-10-10 22:13:28 -04:00
Douglas Hall
f93c9a9298
Merge pull request #19080 from edx/douglashall/upgrade_edx_drf_extensions_1_11_0
...
Install the CSRF app included in edx-drf-extensions.
2018-10-10 17:07:05 -04:00
Nimisha Asthagiri
16605fa9c2
Merge pull request #19074 from edx/arch/fix-expiration
...
Fix overriding of token expiration in DOT (ARCH-246)
2018-10-10 16:59:16 -04:00
Calen Pennington
c57170dc48
Add a deprecation warning for when courseware is imported incorrectly
2018-10-10 15:34:33 -04:00
Calen Pennington
72f556c1a9
Import courseware module from fully-qualified module name
2018-10-10 15:34:33 -04:00
Dillon-Dumesnil
3c3e6a90fb
Merge pull request #18941 from edx/ddumesnil/password
...
Switching to Django password validation format.
2018-10-10 14:29:14 -04:00
J Eskew
e145b9f8cc
Merge pull request #19067 from edx/jeskew/add_retirement_warning_text
...
Add user retirement warning text about email retirement.
2018-10-10 12:52:14 -04:00
Douglas Hall
61319bf2c0
Install the CSRF app included in edx-drf-extensions.
2018-10-10 11:19:23 -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
John Eskew
c8e640f88e
fixup! Add user retirement warning text about email retirement.
2018-10-10 10:43:57 -04:00
Rabia Iftikhar
40918f36d8
Merge pull request #19075 from edx/ri/EDUCATOR-3213-all-forum-posts-access-global-staff
...
EDUCATOR-3213 make Global EdX Staff able to view all forum posts
2018-10-10 18:44:05 +05: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