Commit Graph

513 Commits

Author SHA1 Message Date
richard-dds
cf6c19b281 Only display checkmark if form section is complete 2018-08-10 13:18:06 -04:00
dandds
1c101a3c4f use Requests method to check in pending financial verification 2018-08-10 12:05:01 -04:00
dandds
239dcb90a1 autofill user data even if request does not exist yet 2018-08-10 11:16:27 -04:00
dandds
cd3be9c7c0 give preference to pre-existing user data on the request 2018-08-09 15:02:09 -04:00
dandds
4da814aaf4 move crl validator 2018-08-09 15:01:43 -04:00
dandds
efee79a566 update request autopopulate to rely on creator 2018-08-09 15:01:43 -04:00
dandds
07ce940650 create AuthenticationContext to consolidate auth logic 2018-08-09 15:01:43 -04:00
dandds
3a41d9f81c pass logger in to CRL validator 2018-08-09 15:01:06 -04:00
dandds
c25fa2f5d8 autopopulate the appropriate request form fields with current user info 2018-08-09 15:01:06 -04:00
dandds
05de0665d4 basic implementation of email parsing for CAC user login 2018-08-09 15:01:06 -04:00
dandds
5f9b589465 only show financial verification alert on requests index page if relevant 2018-08-09 14:10:17 -04:00
dandds
5e5b357c7e add mechanism for initial modal display; fix financial verification modal display 2018-08-09 13:48:07 -04:00
dandds
28665c32f9 Merge pull request #152 from dod-ccpo/log-errors
Log errors
2018-08-09 12:41:00 -04:00
dandds
3f01d455bb better name, text for unauthenticated page 2018-08-09 11:57:37 -04:00
dandds
fc436af134 log errors in error handlers 2018-08-09 11:48:33 -04:00
Patrick Smith
edcd8bb921 Require PE id to be defined in financial verification form 2018-08-09 10:52:27 -04:00
Patrick Smith
c0f3c0f8a6 Fix financial verification form submission 2018-08-09 10:52:27 -04:00
Patrick Smith
e1da908f93 Use helper method for allowing submission 2018-08-09 09:42:25 -04:00
Patrick Smith
115c84680c Fix link to financial verification page 2018-08-09 09:42:25 -04:00
richard-dds
d307a255b1 Fix some issues from a tricky merge 2018-08-08 15:46:16 -04:00
richard-dds
47957384fc Merge branch 'master' into request-creator-name 2018-08-08 15:28:36 -04:00
dandds
2b56ce6260 use existing Requests function for creator check 2018-08-08 14:11:54 -04:00
dandds
d5ed99089c raise exceptions, map to http error codes 2018-08-08 13:54:15 -04:00
dandds
7b8934e0cb add Flask error handlers 2018-08-08 13:54:15 -04:00
dandds
2cfc142417 simple implementation of request view authorization 2018-08-08 13:54:15 -04:00
richard-dds
5f59b9f24a Add emails to test users 2018-08-08 13:43:52 -04:00
richard-dds
0c378ba07c Declare helper properties on Request and RequestStatusEvent 2018-08-08 13:43:52 -04:00
richard-dds
47a4635edd Display Request's "Total Apps" 2018-08-08 13:43:52 -04:00
richard-dds
6dccf50e83 Title case request status name 2018-08-08 13:43:52 -04:00
richard-dds
fdb7c699ee Simplify dev user login 2018-08-08 13:43:52 -04:00
richard-dds
04b9ae9f53 Display creator's name and human-readable status 2018-08-08 13:43:52 -04:00
richard-dds
f80668c638 Add script/seed.py for convenience 2018-08-08 13:43:52 -04:00
richard-dds
e99ddd491a Create Request.creator relationship
- Rename creator_id to user_id
2018-08-08 13:43:52 -04:00
richard-dds
e9cf732798 Use full_name property of User 2018-08-06 16:26:47 -04:00
dandds
61270fbb40 use user factory for testing 2018-08-06 15:03:09 -04:00
dandds
2fd34194b3 fix some additional login handling bugs 2018-08-06 15:03:09 -04:00
richard-dds
6be3ce89bf Remove unused import 2018-08-06 15:02:16 -04:00
dandds
48dd606fe6 remove logger statement 2018-08-06 14:13:51 -04:00
dandds
d693db7dbb apply authentication to the whole app, track exceptions 2018-08-06 14:06:06 -04:00
dandds
e2e0868a83 fix bug in login-dev endpoint; set current_user on login 2018-08-06 11:37:25 -04:00
dandds
ac95bf371e implement CRL checking from authnid 2018-08-06 11:12:58 -04:00
dandds
be079a62dc apply auth requirement to virtually all endpoints 2018-08-06 10:45:33 -04:00
dandds
ea5c9732ba implement authentication redirect 2018-08-06 10:44:24 -04:00
dandds
9937b77c74 reimplement dev login 2018-08-06 10:44:24 -04:00
dandds
6dce89df1b 401 unauthorized page for bad logins 2018-08-06 10:44:24 -04:00
richard-dds
13146e9362 Implement log_in_user 2018-08-06 10:44:00 -04:00
dandds
8ec27cbb31 pylint fixes 2018-08-02 16:14:18 -04:00
dandds
45b47c41bf update tests for Flask 2018-08-02 16:03:54 -04:00
richard-dds
5987748898 Requests index rendering 2018-08-02 13:58:41 -04:00
richard-dds
f8cee60baa Formatting 2018-08-02 13:44:54 -04:00