Zainab Amir
66b780d693
LEARNER-7136 populate expiry date and add mechanism for new verification
...
Method approve() is overridden to accommodate new users that will have their verification approved in the future.
The approve() method is called from software secure results callback every time a Software Secure Photo Verification
is approved.The method overridden now updates expiry_date and then calls super to perform task it was performing
before this change.The expiry_date set is the same as the one sent in verification approval email.
In results_callback for sspv the expiry_date and expiry_email_date for the most recent previous verification if exists
are also updated to NULL.
2019-03-06 18:41:30 +05:00
Simon Chen
1f491b4190
Revert "LEARNER-6945 Populate software secure photo verification"
...
This reverts commit 019f6c4dcf .
2019-02-26 14:13:58 -05:00
Zainab Amir
019f6c4dcf
LEARNER-6945 Populate software secure photo verification
2019-02-22 11:01:57 +05:00
Julia Eskew
368f221f0a
Initial start on annotations.
2019-02-19 11:24:21 -05:00
Matthew Piatetsky
764319d3e0
fix unicode strings in lms/ part 2
2019-02-13 10:35:56 -05:00
Zainab Amir
b61df3af40
LEARNER-6944 Add new fields to SoftwareSecurePhotoVerification
2019-01-10 15:18:06 +05:00
Ned Batchelder
3353e7425e
Remove unused imports
2018-11-03 16:07:05 -04:00
irfanuddinahmad
a46a28e983
incorporated manual verification
2018-06-25 12:08:54 +05:00
Tyler Hallada
1f42d1b384
Merge pull request #18316 from edx/thallada/PLAT-1524-on-delete
...
PLAT-1524: Add on_delete kwarg to ForeignKey & OneToOneFields
2018-06-06 10:38:15 -04:00
Tyler Hallada
1540f9ec72
Add on_delete kwarg to ForeignKey & OneToOneFields
...
Django 2.0 will make this field required for `ForeignKey` and `OneToOneFields`.
In previous versions the option defaulted to `models.CASCADE` when not
specified. This change should make the deprecation warnings in the current
Django version go away.
The migrations where also modified, but the changes should not cause a change in
the database schema since `models.CASCADE` was already the old default.
2018-06-05 17:05:12 -04:00
Eric Fischer
247bb50ed2
s/django.core.urlresolvers/django.urls/g
...
Django 1.10 deprecation fix for Hackathon XIX
Addresses PLAT-1397
2018-06-05 13:59:09 -04:00
Brittney Exline
5b19309691
Merge pull request #18070 from edx/bexline/sso_id_verification2
...
ENT-945 Using SSOVerifications in ID Verification flow
2018-04-30 14:14:03 -06:00
Brittney Exline
91e63ed8e0
ENT-945 Using SSOVerifications in ID Verification flow
...
This reworks what was done #17930 , since it had to be reverted from the IDVerificationAggregate migration.
We decided to abandon that model and directly read from both id verification models.
2018-04-30 11:57:59 -04:00
Gregory Martin
16a5555c7e
Update models to 'Retire' not delete data
...
EDUCATOR-2700
2018-04-30 10:45:08 -04:00
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
Adam Stankiewicz
d0585be144
ENT-943 refactor PhotoVerification model
2018-04-11 11:21:28 -04:00
Brittney Exline
d31d9bd684
ENT-942 Implement an abstraction layer for SoftwareSecurePhotoVerification class methods
2018-04-05 15:48:59 -04: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
Jeremy Bowman
bf86b3da98
PLAT-1942 Handle xmodule_django field deprecations
2018-02-05 15:05:54 -05:00
Jeremy Bowman
43a11af735
PLAT-1199 Stop using pycrypto
2017-11-21 11:25:48 -05:00
John Eskew
737ebccb74
Remove django-simple-history and all HistoricalRecords.
2017-10-11 11:36:06 -04:00
Gregory Martin
16f06bf651
Generate eligible certificates on learner track change
2017-07-07 16:04:05 -04: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
jagonzalr
e58e295ca0
fix valid signature
2017-06-09 09:31:07 +02:00
Nimisha Asthagiri
adb88e21f3
Bulk-reads and Request caching in Course Grade Report
...
This reverts commit 5388d5d1fc .
2017-05-10 17:14:29 -04:00
Sanford Student
5388d5d1fc
Revert "Bulk-reads and Request caching in Course Grade Report"
...
This reverts commit 16e9636513 .
2017-05-09 16:25:46 -04:00
Nimisha Asthagiri
16e9636513
Bulk-reads and Request caching in Course Grade Report
2017-05-09 08:58:49 -04:00
Eric Fischer
5c26acc115
Re-kill ICRV block
...
This reverts commit 1224e341de . I've also added
NotImplementedPartitionScheme, which allows deprecated partition types to have
a valid entry point despite being unusable.
TNL-6675
2017-04-19 15:55:13 -04:00
Nimisha Asthagiri
1224e341de
Revert "Merge pull request #14588 from edx/efischer/kill_stuff"
...
This reverts commit 83f2be4929 , reversing
changes made to 01ed17426f .
2017-03-08 13:10:48 -05:00
Eric Fischer
7b85c0ea00
Remove in-course reverification
...
This is unused, and will no longer be supported on edx.org. Also adds a
DeprecatedModel utility class.
TNL-6126
2017-03-01 10:46:29 -05:00
Noraiz
067ca02196
Logging improved for case exception raised during submission to SoftwareSecure.
2016-10-28 06:22:27 +00:00
Tasawer
1ac94921c3
Show verification expiration message on learner dashboard and allow them to reverify if expiration is X days away.
...
ECOM-2979
2016-10-08 11:32:02 +05:00
John Eskew
3614eb2800
Move xmodule_django app to openedx.core.djangoapps
2016-10-06 14:50:40 -04:00
Saleem Latif
8ae92901ef
1. Merge microsites into Comprehensive Theming
...
2. Add site configuration overrides to theming/helpers.py
3. Move microsite.get_value from theming/helpers to site_configuration/helpers
4. Move microsite_configuration.microsite.get_value usages to site_configuration.helpers.values
2016-07-27 13:55:14 +05:00
Omar Khan
2faab97eea
Add OpenStack Swift support
...
Refactor all S3 code to use the django storage API and add swift
settings for openstack deployments
2016-07-05 17:31:59 +03:00
Ned Batchelder
2e1238b83e
Remove unused imports
2016-04-08 11:23:05 -04:00
Bill DeRusha
beacf3c93a
Only return unexpired initial verifications.
2016-02-23 13:38:48 -05:00
chrisndodge
ac1ee17e44
Merge pull request #10555 from edx/cdodge/microsites-id-verification-status
...
Add support for microsite overrides (template & configuration) for th…
2015-12-14 10:34:21 -05:00
Bill DeRusha
522095e112
Auto setting of verification deadlines with manual overrides
2015-12-09 11:59:55 -05:00
Bill DeRusha
78896c60b5
Initial migrations for verified deadlines for self paced
2015-11-30 10:30:23 -05:00
Ned Batchelder
f5d0f3ff55
Remove useless pylint suppressions
2015-11-22 07:41:19 -05:00
Chris Dodge
39295f1941
Add support for microsite overrides (template & configuration) for the ID Verification Status display on the dashboard
2015-11-19 15:53:26 -05:00
Usman Khalid
6cb62f2697
Rebase upgrade Django to v1.8.5
...
Please note that this is a squshed commit and the work of:
Symbolist, macdiesel, nedbat, doctoryes, muzaffaryousaf and muhammad-ammar
2015-11-10 15:00:19 -05:00
Tasawer
982c9a2667
Added photo_id_key while AUTOMATIC_VERIFY_STUDENT_IDENTITY_FOR_TESTING is True
...
ECOM-2547
2015-10-28 10:58:44 +00:00
Ned Batchelder
322ca34b20
Remove pylint pragmas from "class Meta"
...
Also remove useless docstrings where they were added to keep pylint
quiet.
2015-10-21 07:37:00 -04:00
Tasawer
d2535bd02e
New Model added for Configuration of ICRV status emails.
...
ECOM-2552
2015-10-20 15:39:16 +00:00