J Eskew
ed8359b84b
Merge pull request #18196 from edx/jeskew/add_model_for_retired_user_requests
...
Add migrations missing from previous PR.
2018-05-14 17:31:52 -04:00
John Eskew
3529e0779f
Add migrations missing from previous PR.
2018-05-14 16:40:17 -04:00
Gabe Mulley
dec2dfa0fe
Merge pull request #17754 from edx/mulby/email-send-noninteraction
...
mark email sent events as non-interactions
2018-05-14 16:15:37 -04:00
Brittney Exline
5dc13d067d
Merge pull request #18191 from edx/bexline/fix_cert_generation
...
LEARNER-5185 Fix bug in cert generation for passing users who become approved
2018-05-14 12:06:06 -06:00
Alex Dusenbery
ef477ee2a4
LEARNER-5123 | Cache VisibleBlocks per course AND user, only fetch the ones the user needs for subsection scoring.
2018-05-14 13:44:56 -04:00
Gabe Mulley
83b24e0453
fix broken test
2018-05-14 13:21:49 -04:00
J Eskew
62865599c7
Merge pull request #18154 from edx/jeskew/add_model_for_retired_users
...
Refuse password reset for retired users.
2018-05-14 13:02:53 -04:00
John Eskew
2ef404b83e
Fix two deprecation warnings.
2018-05-14 12:24:36 -04:00
John Eskew
fee875f2a9
PLAT-2115: Refuse password reset for retired user.
2018-05-14 12:24:36 -04:00
Adam Stankiewicz
083fed964f
Fix failing test by passing string to expected_verification_status
2018-05-14 11:52:43 -04:00
Brittney Exline
8d825fc977
LEARNER-5185 Fix bug in cert generation for passing users who become approved
...
Because of the way async tasks pass arguments, we were passing in a string of a dictionary
that contained the id verification status but checking it against a dictionary in the
task's function, which was causing errors for generating certificates for passing users
whose id verification status changes to approved after they are passing.
2018-05-14 11:04:28 -04:00
Régis Behmo
52c15d4637
Fix disabled login/register buttons after failed attempt
...
In the login window, when the user enter a wrong email or password, the
"Log into my ... account" button used to remain disabled, which was very
confusing for users.
Steps to reproduce:
- Go to /login
- Type wrong email/password combination
- Press "Log into..." button
Similarly, users could not click the "register button after a failed
register attempt. For example, this occurred to users with an invalid
email address, such as "fooatgmaildotcom".
2018-05-14 08:55:56 -04:00
edX Transifex Bot
19a991f78e
Update translations
2018-05-13 17:18:41 -04:00
Michael Terry
6833823ccc
Update student records buttons
...
Updates the look and feel of the two (experimental and disabled by
default) links to student records.
Also converts the 'student_records' waffle switch to a waffle flag
named 'credentials.student_records.
LEARNER-5246
2018-05-11 16:38:16 -04:00
Matthew Piatetsky
b96037f35e
Merge pull request #18178 from edx/mark_units_graded
...
mark units as graded if subsection is graded
2018-05-11 16:04:44 -04:00
Jae Bradley
318fe50099
Merge pull request #18186 from edx/update-cookie-policy-banner-to-1.1.7
...
update cookie policy banner package to 1.1.7
2018-05-11 15:14:09 -04:00
Jae Bradley
695a975678
Merge pull request #18180 from edx/fix-fetch-ie-11
...
LEARNER-5278: Fix Delete My Account for IE 11
2018-05-11 15:05:59 -04:00
jaebradley
b2bd5cad19
update cookie policy banner package to 1.1.7
2018-05-11 14:15:18 -04:00
Simon Chen
0571df77d2
Merge pull request #18184 from edx/schen/EDUCATOR-2648
...
Create the retire_user method on ApiAccessRequest model
2018-05-11 13:50:59 -04:00
sanfordstudent
7ab64270a5
Merge pull request #18185 from edx/sstudent/EDUCATOR-2870
...
EDUCAOTR-2870: move oauth token retirement to deactivation endpoint
2018-05-11 13:48:35 -04:00
Gabe Mulley
669f61b2ea
mark email sent events as non-interactions
2018-05-11 13:24:55 -04:00
Sanford Student
6bb2d9dcc7
EDUCAOTR-2870: move oauth token retirement to dea deactivation endpoint
2018-05-11 13:05:04 -04:00
Brian Mesick
c3ca67781a
Merge pull request #18183 from edx/bmedx/PLAT-2123
...
Fix PLAT-2123- Bug with retiring user's original_email being hashed
2018-05-11 12:55:42 -04:00
jaebradley
eba6b8cff0
fix ie11 account deletion
2018-05-11 12:32:22 -04:00
Simon Chen
7ffaaebd05
Create the retire_user method on ApiAccessRequest model
2018-05-11 12:18:28 -04:00
bmedx
fd84e3f52a
Fix PLAT-2123- Bug with retiring user's original_email being hashed
2018-05-11 11:13:50 -04:00
Awais Jibran
a84884fff9
Merge pull request #18157 from edx/aj/fix-courseware-title-error
...
Fix Courseware IndexError
2018-05-11 11:00:37 +05:00
Alex Dusenbery
2d4dd3750b
LEARNER-5123 | Hotfix - don't regrade everything for a user in a course with too many visible blocks.
2018-05-10 14:49:15 -04:00
Brian Mesick
4170b5d294
Merge pull request #18175 from edx/bmedx/sailthru_retirement_fixes
...
Fix issues with Sailthru retirement
2018-05-10 14:01:19 -04:00
Gabe Mulley
b97874f74a
Merge pull request #18177 from edx/revert-16545-omar/fmo/multipart-email
...
Revert "Use edx-ace for the password reset email"
2018-05-10 13:45:30 -04:00
Matthew Piatetsky
a394f23c12
mark units as graded if subsection is graded
2018-05-10 13:32:53 -04:00
bmedx
1e6c6fca5c
Fix issues with Sailthru retirement
2018-05-10 13:31:34 -04:00
Gabe Mulley
5fa6c51368
Revert "Use edx-ace for the password reset email"
2018-05-10 13:06:52 -04:00
Christopher Lee
55bcb0fa73
Merge pull request #18176 from edx/clee/throttlefix
...
Clee/throttlefix
2018-05-10 13:01:48 -04:00
christopher lee
3d27ff8d66
Fix incorrect rate limit settings
2018-05-10 12:04:34 -04:00
christopher lee
3a15df4e77
Revert "Clean up enrollment rate limit waffles"
...
This reverts commit 813d59d091 .
2018-05-10 12:01:04 -04:00
Michael Youngstrom
4bc417dcd0
Merge pull request #18171 from edx/youngstrom/bump-lettuce
...
Upgrade lettuce fork
2018-05-10 11:31:59 -04:00
Gabe Mulley
7a5cecf3e9
Merge pull request #16545 from appsembler/omar/fmo/multipart-email
...
Use edx-ace for the password reset email
2018-05-10 11:31:43 -04:00
Sofiya Semenova
cb767d5bb2
Merge pull request #18169 from edx/sofiya/gdpr-testing
...
Create GDPR test user management command fix for optional arguments
2018-05-10 11:23:42 -04:00
Alex Dusenbery
08a961d60f
EDUCATOR-2618 | Add more function_trace() to inline discussion view.
2018-05-10 10:14:38 -04:00
Michael Youngstrom
20d0626cb5
Upgrade lettuce and other dependencies
2018-05-10 09:48:00 -04:00
Nimisha Asthagiri
246ebc14c2
Merge pull request #18139 from edx/arch/update-oauth-scopes-doc
...
Update OAuth decision 7: including organizations in tokens
2018-05-10 09:29:58 -04:00
Albert (AJ) St. Aubin
1c3eee27e4
Merge pull request #18173 from edx/aj/LEARNER-5123_2
...
Correction for incorrect conditional error logic and wrong channel
2018-05-10 08:57:40 -04:00
Albert St. Aubin
fade1fb3f1
Correction for incorrect conditional error logic and wrong channel
...
[LEARNER-5123]
2018-05-10 07:51:48 -04:00
Uman Shahzad
bfe62d4871
Merge pull request #18165 from edx/uman/update-requirements
...
[ENT-872] Update requirements.
2018-05-10 14:27:32 +05:00
Uman Shahzad
251454d846
Update requirements.
2018-05-10 13:52:46 +05:00
Nimisha Asthagiri
e43f6370f7
Update OAuth decision 7: including organizations in tokens
2018-05-09 21:03:26 -04:00
Sofiya Semenova
5dcd77ff93
Create GDPR test user management command fix for optional arguments
2018-05-09 16:53:05 -04:00
Alex Dusenbery
ea4d43e175
Remove flaky test_progress_page_has_view_certificate_button test.
2018-05-09 16:00:37 -04:00
Christopher Lee
b272a2b588
Merge pull request #18163 from edx/clee/LEARNER-5038-cleanup
...
Clean up enrollment rate limit waffles
2018-05-09 15:47:51 -04:00