dandds
|
1a5800cbc5
|
Requests domain module can determine if user can view request
|
2018-08-08 13:53:35 -04:00 |
|
richard-dds
|
5f59b9f24a
|
Add emails to test users
|
2018-08-08 13:43:52 -04:00 |
|
richard-dds
|
cb45db291e
|
Rollback transaction if user creation fails
|
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
|
2030b4d318
|
Merge pull request #139 from dod-ccpo/request-status-names
Update request status names to reflect document
|
2018-08-08 13:43:29 -04:00 |
|
richard-dds
|
1f41b717bf
|
Add expired and deleted statuses
|
2018-08-08 13:05:03 -04:00 |
|
richard-dds
|
4d3889c144
|
Hardcode enum values instead of using auto()
|
2018-08-08 13:04:40 -04:00 |
|
richard-dds
|
fc7ef59e9b
|
Remove unused Request.set_status
|
2018-08-08 11:18:18 -04:00 |
|
dandds
|
cf9fc7efbc
|
use "prod" for production environment
|
2018-08-08 09:41:42 -04:00 |
|
richard-dds
|
e437b0d6ba
|
str -> RequestStatus coercion is no longer necessary
|
2018-08-07 17:07:25 -04:00 |
|
richard-dds
|
49b9fca793
|
Use Enum for request statuses
|
2018-08-07 16:41:47 -04:00 |
|
richard-dds
|
0c9005aaf6
|
Fix and refactor action_required_by
|
2018-08-07 16:22:24 -04:00 |
|
richard-dds
|
52bd76e6ee
|
Use proper status names for requests
|
2018-08-07 15:32:24 -04:00 |
|
richard-dds
|
8494744801
|
Disable CSRF checking in test and CI
|
2018-08-06 16:36:49 -04:00 |
|
richard-dds
|
e9cf732798
|
Use full_name property of User
|
2018-08-06 16:26:47 -04:00 |
|
richard-dds
|
19a072d67e
|
Initialize CSRF protection
|
2018-08-06 16:21:43 -04:00 |
|
richard-dds
|
0260feadad
|
Remove atst.home
|
2018-08-06 15:42:23 -04:00 |
|
richard-dds
|
488419f389
|
Remove old session manager
|
2018-08-06 15:41:39 -04:00 |
|
richard-dds
|
d5ced09646
|
Remove ui_methods and ui_modules
|
2018-08-06 15:41:05 -04:00 |
|
dandds
|
b9f4a4be71
|
remove all references to tornado
|
2018-08-06 15:39:30 -04:00 |
|
dandds
|
2234812019
|
remove tornado handlers
|
2018-08-06 15:36:59 -04:00 |
|
dandds
|
94223e1869
|
add session expiration config
|
2018-08-06 15:03:09 -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 |
|
dandds
|
6c4e27655d
|
do not apply auth to static endpoints
|
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
|
ad1e1e771b
|
extract get_current_user, fix tests
|
2018-08-06 10:44:24 -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 |
|
richard-dds
|
df0b4e64c0
|
Add Users.get_by_dod_id
|
2018-08-06 10:44:00 -04:00 |
|
richard-dds
|
c6af29f213
|
Simplify method signatures in Users
|
2018-08-06 10:44:00 -04:00 |
|
richard-dds
|
b72a16569f
|
Convert Users, Roles, WorkspaceUsers, TaskOrders to use classmethods
|
2018-08-06 10:44:00 -04:00 |
|
dandds
|
4f8c0b81a0
|
import authnid sdn utils
|
2018-08-06 10:44:00 -04:00 |
|
dandds
|
f0a7bfcd0e
|
add CRL functionality from authnid
|
2018-08-06 10:44:00 -04:00 |
|
dandds
|
0f8e303afa
|
import user model changes from authnid
|
2018-08-06 10:44:00 -04:00 |
|
Patrick Smith
|
e3e9a022f8
|
Remove unused import
|
2018-08-03 14:07:15 -04:00 |
|
patricksmithdds
|
89ab7dd4c3
|
Merge pull request #125 from dod-ccpo/vue
Add Parcel front end stuff
|
2018-08-03 14:05:05 -04:00 |
|