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 |
|
richard-dds
|
9b3bedeb8f
|
Fix styleguide route and template
|
2018-08-02 13:34:05 -04:00 |
|
richard-dds
|
177ae84e8a
|
Split requests routes into multiple files
|
2018-08-02 13:20:03 -04:00 |
|
richard-dds
|
c2dd07eb11
|
Actually fix request form flow
|
2018-08-02 13:20:03 -04:00 |
|
richard-dds
|
d6b099c684
|
Formatting
|
2018-08-02 13:20:03 -04:00 |
|
richard-dds
|
7de7b62ef1
|
Move requests routes into subfolder
|
2018-08-02 13:20:03 -04:00 |
|
richard-dds
|
4ffbbb3471
|
Request flow seems to be working
|
2018-08-02 13:20:03 -04:00 |
|
richard-dds
|
ed0893b4a0
|
Converted all form pages. Flow still not working
|
2018-08-02 13:20:03 -04:00 |
|
richard-dds
|
6f0ff79904
|
First page of request form rendering, but flow is still WIP
|
2018-08-02 13:20:03 -04:00 |
|
richard-dds
|
5d7dde3561
|
Financial verification form rendering
|
2018-08-02 13:20:02 -04:00 |
|
richard-dds
|
4ee662665e
|
Requests index rendering
|
2018-08-02 13:20:02 -04:00 |
|
dandds
|
3a53fc122d
|
switch workspace routes and templates to Flask and Jinja
|
2018-08-02 13:18:44 -04:00 |
|
richard-dds
|
29c68151de
|
Convert ui methods into Flask globals
|
2018-08-02 13:18:44 -04:00 |
|
richard-dds
|
6a5d3d57cf
|
Flask setup
|
2018-08-02 13:18:44 -04:00 |
|