Commit Graph

47543 Commits

Author SHA1 Message Date
Daniel Clemente Laboreo
e0b0c375be Fix error when saving CourseEnrollment in admin 2019-01-28 14:42:41 +02:00
noraiz-anwar
081267cc73 Load proctoring js files for authenticated users only 2018-10-15 10:20:09 +05: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
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
Emma Green
5af901e016 fix-bundle-info 2018-10-09 09:27:15 -04:00
Nimisha Asthagiri
13d4091a1a Fix overriding of token expiration in DOT (ARCH-246) 2018-10-08 17:43:25 -04:00
Omar Al-Ithawi
ceacfc8a75 edX-ACE support for email change messages 2018-10-08 20:43:09 +03:00
Troy Sankey
f9488a8502 Merge pull request #19043 from edx/pwnage101/also-prevent-retired-email-reuse-via-account-settings-PLAT-2334
Prevent retired email reuse via account settings
2018-10-05 13:59:20 -04:00
Simon Chen
8293c17086 Merge pull request #19069 from edx/schen/LEARNER-3500
Default the ENFORCE_FREEZE_GRADE_AFTER_COURSE_END  waffle flag to be on
2018-10-05 13:36:14 -04:00
Michael Terry
c90edab169 Bundle an SQL query for performance
We were doing many individual SQL queries for certificates when
awarding program certs. It's possible this was contributing to
high SQL load. Instead, let's bundle those queries up into a larger
one.

LEARNER-6490
2018-10-05 12:43:47 -04:00
John Eskew
e493781996 Add user retirement warning text about email retirement. 2018-10-05 11:56:39 -04:00
Simon Chen
929ca61e6c Default the waffle flag to be on 2018-10-05 11:54:04 -04:00
Diana Huang
1f506fb09f Merge pull request #19050 from edx/diana/password-reset-email
Send password reset email after password compliance failure.
2018-10-05 09:37:07 -04:00
Troy Sankey
5b9bb005bd Prevent retired email reuse via account settings
PLAT-2334
2018-10-04 15:38:03 -04:00
Diana Huang
02c15bf563 Refactor password reset email and send after failure. 2018-10-04 15:22:24 -04:00
Robert Raposa
79b2992fe1 Merge pull request #19055 from edx/robrap/ARCH-233-jwt-auth-middleware
ARCH-233: Add JWT Auth Middleware.
2018-10-04 10:38:52 -04:00
Michael Youngstrom
b6f223ef80 Merge pull request #19057 from edx/youngstrom/fix-xdist-flaky-query-counts
Cache WaffleSwitch data to avoid query count failures with pytest-xdist
2018-10-04 10:36:22 -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
Simon Chen
4132eb3fcd Merge pull request #19026 from edx/naa/freeze-grades
Stop-gap implementation to freeze grades 30 days after course end
2018-10-04 08:55:01 -04:00