zubair-arbi
96d4a895f0
add 'get_attempts' method for 'ReverificationService'
2015-04-30 15:50:12 +05:00
zubair-arbi
da94aca522
add location_id field for the Reverification XBlock in VerificationStatus model
...
ECOM-1477
2015-04-29 18:41:30 +05:00
Awais
860467e7d2
ECOM-1441 additional methods for skip re-verification links.
2015-04-29 12:17:15 +05:00
Awais
ff8b6be86b
ECOM-1439 adding new model and migration.
2015-04-17 20:55:39 +05:00
zubair-arbi
2c10eeb3aa
update track selection page, use only min price for course modes
...
ECOM-1228
2015-04-10 11:53:31 +05:00
aamir-khan
917ca595cc
ECOM-1289: added the re-verification service to implement the re-verification xblock
2015-04-07 18:09:53 +05:00
Awais
1d8b0e3e89
ECOM-1205-adding models and tests
2015-04-02 14:55:41 +05:00
stv
181eed241f
Silence unrelated warnings
2015-03-14 13:35:18 -07:00
stv
6c06f8ce5d
Fix Pylint: C1001(old-style-class)
2015-03-13 20:20:04 -07:00
Diana Huang
134d2f57b2
Show an error when a student needs to reverify
...
due to expiration.
2015-01-20 14:51:08 -05:00
Will Daly
01814c3983
Hide verification messaging if the user has an active verification
2014-12-31 13:01:56 -05:00
stephensanchez
33f62685a8
Adding a number of logging messages for verification process.
2014-12-19 20:43:49 +00:00
Will Daly
84301e7698
Merge pull request #6070 from edx/will/verified-messaging-per-course
...
Student verification status
2014-12-02 16:08:25 -05:00
Will Daly
464dfcfabc
Show student verification status on the dashboard.
2014-12-02 09:42:24 -05:00
Sarina Canelake
5f723e8d3c
s/pylint: disable=W0703/pylint: disable=broad-except/
2014-12-01 11:22:11 -05:00
Sarina Canelake
b127d2844b
s/pylint: disable=C0103/pylint: disable=invalid-name/
2014-12-01 11:22:09 -05:00
stv
fb9f324f2f
Fix PEP8: E303 too many blank lines
2014-11-10 11:00:14 -08:00
Ned Batchelder
1bd213beba
Remove unused imports.
2014-02-10 14:07:50 -05:00
Julia Hansbrough
a0efe6e0de
Make receipt-ids actually generate UUIDs
...
LMS-2192
2014-02-05 20:41:30 +00:00
Julia Hansbrough
69b5b033fd
Midcourse reverifications: dismissal banner
...
Added a banner that students can use to dismiss the "you have failed reverification" message. Also, removed unused code, wired up the sidebar for design
2014-01-31 22:20:32 +00:00
Julia Hansbrough
0b7594178b
Moved reverification windows into common
...
Added verification sidebar, banner for major courseware sections, quality & test improvements
2014-01-31 22:08:08 +00:00
Julia Hansbrough
bf210398e6
Tests and cleanup
...
Improved tests, fixed javascript for photocapture, removed extraneous photocapture code, added time & course numbers to templates for design
2014-01-31 21:48:36 +00:00
Frances Botsford
6c7d715e0e
re-verification dashboard styles
2014-01-31 21:48:35 +00:00
Julia Hansbrough
85030467ed
Skeleton for follow-on verification behavior
...
Quick-and-dirty end-to-end flow, functional for at least the case of one course in need of re-verification.
Ready for design to start taking a look; still needs tests and code cleanup
2014-01-31 21:08:24 +00:00
David Baumgold
f3f4af8087
settings.MITX_FEATURES => settings.FEATURES
2013-12-03 15:34:55 -05:00
Diana Huang
17610edf77
Code cleanup due to review comments
...
* make `user_status` more intelligent
* remove some logic from the templates
* rename `parse_error_msg` to `parsed_error_msg`
* fix up and add more tests
LMS-1387
2013-10-31 15:01:39 -04:00
Diana Huang
5389d6b7cf
Remove DAYS_GOOD_FOR from being a class variable.
...
LMS-1387
2013-10-31 15:01:39 -04:00
Victor Shnayder
d939a61e93
Update error messages and copy for re-verification flow
2013-10-31 15:01:39 -04:00
Diana Huang
78bbaa02b8
Add in human-readable text for error messages.
...
LMS-1133
2013-10-29 15:21:14 -04:00
Diana Huang
d3a4747b06
Add new user_status functionality to PhotoVerification.
2013-10-29 15:13:45 -04:00
David Ormsbee
02fc6a40db
Add model tests to verify_student flow.
2013-10-07 15:56:38 -04:00
David Ormsbee
634da27347
Add AUTOMATIC_VERIFY_STUDENT_IDENTITY_FOR_TESTING flag so that acceptance tests can run through certificate identity verification flow.
2013-10-02 18:09:00 -04:00
Diana Huang
4ee9ef61cf
Clean up some old pep8/pylint violations
...
Also, deletes some unused code.
2013-09-24 17:12:31 -04:00
David Ormsbee
4245c229d8
Don't verify SSL cert when submitting to Software Secure (they're using self-signed cert for the moment).
2013-09-16 14:21:03 -04:00
David Ormsbee
ab6018a0e5
Replace signature validation with access-key and add logging around Software Secure callbacks.
2013-09-16 10:07:07 -04:00
David Ormsbee
3b44ec11e0
Convert JSON dumps output to UTF-8 before sending to Software Secure
2013-09-16 10:07:07 -04:00
David Ormsbee
8c056f383e
Make sure our JSON messages output unescaped UTF-8 text, to match Software Secure expectations.
2013-09-13 15:20:08 -04:00
David Ormsbee
b6a863fb0e
Make sure we use the name that was frozen at time of verification when sending to Software Secure.
2013-09-13 11:48:44 -04:00
David Ormsbee
e3895b7856
Force a save of the model when we're uploading a photo ID so our generated key is always saved.
2013-09-12 10:33:24 -04:00
David Ormsbee
8278357c74
Hook up interface to Software Secure for identity validation.
2013-09-11 23:59:37 -04:00
Diana Huang
fc52fab231
Go skip verification step if student is already verified.
2013-08-29 17:07:53 -04:00
David Ormsbee
0dd5819683
basic flow from enroll mode selection to verify screen
2013-08-22 13:56:23 -04:00
David Ormsbee
775ae010a2
Shorted names of models in verify_student
2013-08-21 16:21:52 -04:00
David Ormsbee
8f572e537e
Flesh out the Software Secure model and add SS-specific encryption functions
2013-08-21 16:21:52 -04:00
David Ormsbee
0db7884354
Basic first commit of Photo ID Verification model and test code
2013-08-21 16:21:52 -04:00