Brittney Exline
292f9ca831
Partial revert of "ENT-945 Update IDVerification interfaces to accountfor SSOVerification"
...
This partially reverts commit ee1c3a4548 .
The migration files introduced by the commit have been kept since they have been run
already on several enviornments.
2018-04-25 16:01:15 -04:00
Gregory Martin
9b6a15619e
Unlink SoftwareSecure PII for GDPR
2018-04-24 15:58:59 -04:00
Brittney Exline
ee1c3a4548
ENT-945 Update IDVerification interfaces to accountfor SSOVerification
2018-04-23 10:48:12 -04:00
Brittney Exline
f41bf2f409
ENT-944 Create SSOVerifications for users in tpa pipeline based on provider's settings
2018-04-23 10:10:26 -04:00
uzairr
c6a951796a
Send email for the failed verification status
...
Support Team need to handle bulk of tickets every month
about the verification status of learners.To avoid it,
suitable changes have done to send verification email
to the learner.
LEARNER-1488
2018-04-20 13:12:56 +05:00
Uzair Rasheed
e0d20be11d
Merge pull request #17912 from edx/LEARNER-1487/send_successfull_verification_email
...
Send verification email status
2018-04-18 12:09:42 +05:00
uzairr
ad7fb01883
Edit email acknowledging photo-submission
...
To add more context,content of the acknowledging
email of photo-submission is updated so that a learner aware of
the whole process.
LEARNER-4048
2018-04-12 13:48:52 +05:00
uzairr
d85dc4532e
Send verification email status
...
Support Team need to handle bulk of tickets every month about the
verification status of learners.To avoid it,suitable changes have
done to send verification email to the learner.
LEARNER-1487
2018-04-12 11:47:49 +05:00
Adam Stankiewicz
d0585be144
ENT-943 refactor PhotoVerification model
2018-04-11 11:21:28 -04:00
Ahsan Ulhaq
400d99a90d
fix failing test
2018-04-07 01:12:00 +05:00
Ahsan Ulhaq
0ed84584bf
Revert "Send email to learners to inform verification status"
...
This reverts commit 0865e52c32 .
2018-04-07 00:23:11 +05:00
Brittney Exline
d31d9bd684
ENT-942 Implement an abstraction layer for SoftwareSecurePhotoVerification class methods
2018-04-05 15:48:59 -04:00
uzairr
0865e52c32
Send email to learners to inform verification status
...
Support Team need to handle bulk of tickets every month about
the verification status of learners.To avoid it,suitable changes
have done to send verification email to the learner.
LEARNER-1487
2018-04-05 15:17:49 +05:00
Brittney Exline
956b627501
ENT-934 Remove deprecated models in verify_student
...
These models say they are to be fully removed in Hawthorn, so let's make it happen!
2018-03-26 14:48:34 -04:00
Tasawer Nawaz
4912888168
stop using deprecated single item basket view
...
LEARNER-4428
2018-03-14 20:29:51 +05:00
Jeremy Bowman
bf86b3da98
PLAT-1942 Handle xmodule_django field deprecations
2018-02-05 15:05:54 -05:00
Jeremy Bowman
b00b6b89a8
Add more ssencrypt tests
2017-11-22 17:59:02 -05:00
edx-pipeline-bot
c23b0fce1a
Merge pull request #16659 from edx/release-mergeback-to-master
...
Merge release back to master
2017-11-22 15:26:40 -05:00
Jeremy Bowman
4ba29b4707
Convert unicode to bytes for RSA encryption
2017-11-22 11:55:44 -05:00
Ned Batchelder
a2e2aace82
Merge pull request #16650 from edx/nedbat/fix-unused-imports
...
Fix a number of unused-import pylint violations
2017-11-22 11:17:07 -05:00
Ned Batchelder
e23e3a0486
Fix a number of unused-import pylint violations
2017-11-21 19:57:06 -05:00
Jeremy Bowman
43a11af735
PLAT-1199 Stop using pycrypto
2017-11-21 11:25:48 -05:00
John Eskew
80d70f6ecb
Run all touched files through isort.
2017-11-09 09:25:19 -05:00
John Eskew
6672f64188
Add commerce AppConfig and use to register signals. Move imports.
...
Add explicit 'lms.djangoapps' prefix to all commerce imports, as another
commerce Django app exists at openedx.core.djangoapps.commerce
2017-11-09 09:24:37 -05:00
bmedx
bebdc069a7
LMS urls cleanup for Django 1.11
...
- Remove usage of django.urls.patterns
- Change urls tuples to lists
- Make all string view names callables
- This is the third urls update for LMS
2017-11-07 14:17:54 -05:00
Troy Sankey
3be0fa81b8
Move verify_student signal registration to ready()
2017-10-26 13:57:52 -04:00
John Eskew
41aaaab584
Fixes to mgmt cmds which delete django-simple-history data.
2017-10-18 09:15:37 -04:00
John Eskew
eb99657770
Merge pull request #16220 from edx/jeskew/delete_historical_data
...
Mgmt commands to clear data from historical tables.
2017-10-18 09:00:21 -04:00
John Eskew
f3e089bd3f
Mgmt commands to clear data from historical tables.
2017-10-17 15:27:59 -04:00
John Eskew
194413cdf9
Add migrations which remove HistoricalRecord tables.
2017-10-12 11:20:25 -04:00
John Eskew
737ebccb74
Remove django-simple-history and all HistoricalRecords.
2017-10-11 11:36:06 -04:00
Jeremy Bowman
fd6af6b05e
ddt usage cleanup
2017-09-05 17:25:51 -04:00
Brian Mesick
7f32e03dd2
Merge pull request #15766 from edx/bmedx/ratelimit_upgrade_PLAT-1633
...
Upgrade django-ratelimit-backend to Django 1.11
2017-08-09 10:59:24 -04:00
bmedx
48e6e552f2
PLAT-1633: Upgrade django-ratelimit-backend to 1.1.1
2017-08-07 15:34:21 -04:00
cahrens
6f71706b17
Remove SlashSeparatedCourseKey from tests.
2017-08-07 14:49:30 -04:00
Matthew Piatetsky
ab2dd4613f
Removed waffle flag and added test for utm params on redirect
...
LEARNER-2016
2017-08-01 14:44:28 -04:00
Matthew Piatetsky
7be1f310db
Add utm params to url redirect
...
LEARNER-2016
2017-07-25 16:33:34 -04:00
Gregory Martin
16f06bf651
Generate eligible certificates on learner track change
2017-07-07 16:04:05 -04:00
Brian Mesick
af43d08b22
Revert "Upgrade django-ratelimit-backend to 1.1.1"
2017-07-06 16:18:02 -04:00
bmedx
705a68b212
Upgrade django-ratelimit-backend to 1.1.1
2017-07-05 10:14:59 -04:00
Marko Jevtic
75531b2fef
[LEARNER-437] Reflect discount on the Program About Page (WL)
2017-06-23 17:34:06 +02:00
Clinton Blackburn
dd1f834697
Displaying verification denial reasons on dashboard
...
Learners now see (on the dashboard) a list of reasons why their verifications were denied.
LEARNER-1486
2017-06-20 17:44:13 -04:00
Simon Chen
4ce1222e99
Revert "fix valid signature"
...
This reverts commit e58e295ca0 .
This is to fix learner-1464
2017-06-14 16:46:54 -04:00
Andy Armstrong
79acb5c5be
Reorder LMS imports using isort
2017-06-11 21:48:06 -04:00
Simon Chen
e31590e528
Merge pull request #13850 from proversity-org/proversity/fix-valid-signature
...
Fix valid signature
2017-06-09 08:53:17 -04:00
Marko Jevtic
2422728671
LEARNER-1366 EcommerceService should be able to provide a link to the basket page that contains multiple products
2017-06-09 12:29:29 +02:00
jagonzalr
e58e295ca0
fix valid signature
2017-06-09 09:31:07 +02:00
Matt Drayer
a7f6e6a56b
Consider waffle switch when selecting ecommerce workflow
2017-05-22 12:25:05 -04:00
Matt Drayer
b455bd8a98
mattdrayer: Add flag to disable account activation requirement for onboarding
2017-05-09 17:37:25 -04:00
Nimisha Asthagiri
16e9636513
Bulk-reads and Request caching in Course Grade Report
2017-05-09 08:58:49 -04:00