Calen Pennington
d8cd6135a6
Revert "Improve the performance of access checking for a specific user in CourseViewList by prefetching data"
...
This reverts commit a2a340bcd0 .
2019-03-14 10:31:24 -04:00
Cali Stenson
01828034c4
Update enrollment course_price to verified price.
2019-03-13 14:52:33 -04:00
Matthew Piatetsky
d5c50533e1
Merge pull request #19968 from edx/PROD-58
...
handle incorrectly set schedules
2019-03-12 12:16:03 -04:00
Waheed Ahmed
458e8482ea
Fix change enrollment command for credit.
...
Get provider id from ecommerce upon changing enrollment to credit
instead of setting course_key org.
LEARNER-6643
2019-03-12 15:30:48 +05:00
Matthew Piatetsky
dac0eec385
handle incorrectly set schedules
2019-03-11 16:46:29 -04:00
Calen Pennington
a2a340bcd0
Improve the performance of access checking for a specific user in CourseViewList by prefetching data
2019-03-11 10:37:53 -04:00
Cali Stenson
7e6147f714
Add price information to enrollments and create dashboard_metadata
...
for experiments.
REVEM-174
2019-03-05 16:55:04 -05:00
Mike Dikan
2fc27a9caa
Merge pull request #19693 from edx/mdikan/hackathon-21
...
Removal of deprecated external auth.
2019-03-04 13:48:57 -05:00
Waheed Ahmed
dbad75467e
Return credit status error if no provider info found.
...
Return credit status error if no provider info found in provider info by
id dict. Also add logs to get an idea what is in this dict.
LEARNER-6643
2019-03-04 15:59:55 +05:00
Mike Dikan
2c149ca6be
Removing the Deprecated the 'external_auth' package in favor of 'third_party_auth' which is the current recommendation.
2019-03-02 16:06:46 -05:00
Shadi Naif
1b83f24d3c
Convert the (Email Change Confirmation) message to use edx-ACE
...
Basically, this was done by:
1. Adding new class type in [common/djangoapps/student/message_types.py]
2. Adding new files for the ace template in a new directory named
[common/templates/student/edx_ace/emailchangeconfirmation]
3. Removing old template files
[confirm_email_change.txt] and [email_change_subject.txt]
from the directories:
[lms/templates/emails] and
[common/test/test_sites/test_site/templates/emails]
4. Converting the [confirm_email_change] code to use [ace.send()]
2019-02-27 16:22:16 +02:00
Matt Tuchfarber
89c36ad65a
Merge pull request #19858 from edx/bessiesteinberg/ent-1591
...
ENT-1591: Validate Recovery Email a Primary Email
2019-02-26 12:37:51 -05:00
Bessie Steinberg
16ceb8103c
ENT-1591: Validate Recovery Email a Primary Email
...
- On the accounts page validate that a recovery email is not any of the
existing primary emails or one that has been retired.
2019-02-22 13:27:10 -05:00
Emma Green
57b7150b09
add course to program caching
2019-02-22 13:18:23 -05:00
emma-green
cbf3f78325
Revert "WIP:Cache course runs to programs"
2019-02-20 12:03:07 -05:00
Emma Green
f2139bbe2f
add courses to programs to cache
2019-02-19 15:17:23 -05:00
Julia Eskew
368f221f0a
Initial start on annotations.
2019-02-19 11:24:21 -05:00
Bessie Steinberg
1a94a69560
ENT-1512: Make Recovery Email Retireable
2019-02-15 14:21:32 -05:00
Saleem Latif
00b0baabbb
Updating recovery email address from an already verified email address auto verifies the new address
2019-02-15 11:48:11 +05:00
Michael Youngstrom
4bbd1dee0b
Remove shards from commonlib-unit tests
2019-02-12 14:28:35 -05:00
Saleem Latif
ecc86f9827
Update final copy recovery feature copy
2019-02-07 15:55:42 +05:00
Saleem Latif
63f8074402
Update dashboard alert link and account settings page styling
2019-02-07 14:00:27 +05:00
Matthew Piatetsky
9681ca36b8
fix unicode strings in common/
2019-02-05 10:57:00 -05:00
bmedx
43e1bf8e3c
Use correct language code in retirement emails
2019-01-28 13:33:39 -05:00
Julia Eskew
48073300e7
Merge pull request #19106 from open-craft/clemente/fix-courseenrollment-admin-querydict
...
Fix error when saving CourseEnrollment in admin
2019-01-28 11:14:04 -05:00
Daniel Clemente Laboreo
e0b0c375be
Fix error when saving CourseEnrollment in admin
2019-01-28 14:42:41 +02:00
Zubir Afzal
c3aa5149f1
ENT-1438 Update wording in account recovery flow
2019-01-24 13:39:56 +05:00
Saleem Latif
46d97caa47
Consolidate recovery assistance forms
2019-01-22 15:09:11 +05:00
Ned Batchelder
48ac13e73e
Merge pull request #19591 from cclauss/print_function
...
Use print() function in both Python 2 and Python 3
2019-01-16 17:59:11 -05:00
adeelehsan
2390966e9b
Added logs
...
added username log if unable to authenticate
newly created user for 1st time while its
account is still inactive.
Purpose of log is to find specific useranme
inorder to investigagte LERANER-6026
2019-01-15 18:31:53 +05:00
cclauss
8fca11b85c
Use print() function in both Python 2 and Python 3
2019-01-13 17:16:37 +01:00
Matthew Piatetsky
e1fd793e86
Merge pull request #19560 from edx/REVMI-2
...
add informational banners when masquerading as user who would not have access due to start date
2019-01-10 13:48:29 -05:00
Matthew Piatetsky
5bb56fe45f
add informational banners when masquerading as user who would not have access due to start date
2019-01-10 11:06:30 -05:00
asadiqbal
4823981599
ENT-1419 changes
2019-01-10 15:57:01 +05:00
Saleem Latif
2c9021e480
Make sure only active AccountRecovery records are used
2019-01-09 16:33:12 +05:00
Julia Eskew
39accc0ae9
Make hash generation method private.
2019-01-08 15:08:59 -05:00
Julia Eskew
ad2cdb8c90
Fix the special case of same username/diff case and add test.
2019-01-08 15:08:59 -05:00
Calen Pennington
dc8aa9dae4
Merge pull request #19547 from cpennington/add-test-for-fbe-banner
...
Add a test of the FBE Upgrade banner
2019-01-07 14:26:20 -05:00
Calen Pennington
8b014e1fef
Add a test of the FBE Upgrade banner
...
REV-656
2019-01-07 13:11:35 -05:00
Brian Beggs
bd76eee0bf
Merge pull request #19474 from edx/amannan/DE-1172
...
Add email in course enrollment event
2019-01-04 15:14:36 -05:00
Dave St.Germain
a6ff120f8f
Merge pull request #19366 from edx/dahlia/proctoring-master
...
Upgrade edx-proctoring to version 1.5
2019-01-02 11:37:55 -05:00
Asad Iqbal
987192332a
Merge pull request #19475 from edx/asadiqbal08/ENT-1359
...
asadiqbal08/ENT-1359 Verification by email of recovery address.
2019-01-01 15:20:57 +05:00
Abdul Mannan
ecfb18bf08
Add email in course enrollment event
2018-12-31 16:49:54 +05:00
Saleem Latif
eaf93d5978
Update sign in email address for continued access
2018-12-31 11:34:05 +05:00
asadiqbal
e21477c224
Verification by email of recovery address.
2018-12-27 18:51:55 +05:00
Zia Fazal
ae34212528
Fixed bug which stopped new user link with All edX Users sailthru list
2018-12-21 12:11:20 -05:00
Michael Roytman
880a06b981
do not show Create Zendesk Tickets For Suspicious Proctored Exam Attempts Studio Advanced Setting field if user is not edX staff
2018-12-21 11:16:28 -05:00
Nimisha Asthagiri
3a45bee3ea
Merge pull request #19453 from edx/arch/cleanup-login
...
Studio login/registration redirects to LMS
2018-12-19 11:52:45 -05:00
Michael Terry
bd6743d96e
Remove PasswordHistory model
...
This completes the work to deprecate PasswordHistory.
DEPR-7
2018-12-19 09:45:53 -05:00
Michael Terry
e8555de4b4
Merge pull request #19423 from edx/mikix/password-history-removal
...
Remove PasswordHistory
2018-12-19 09:22:39 -05:00