richard-dds
|
e40dd7ec01
|
Update README to reflect current state of the app
|
2018-08-06 17:03:09 -04:00 |
|
richard-dds
|
7b83804281
|
Fix some old tornado templates
|
2018-08-06 16:47:52 -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
|
83c1cc8584
|
Use url_for for requests form links
|
2018-08-06 16:21:55 -04:00 |
|
richard-dds
|
19a072d67e
|
Initialize CSRF protection
|
2018-08-06 16:21:43 -04:00 |
|
richard-dds
|
b6f14a6c73
|
Add console script with ipython setup
|
2018-08-06 16:14:20 -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 |
|
patricksmithdds
|
a6d7b7a45c
|
Merge pull request #128 from dod-ccpo/build-assets-in-server-script
Compile assets before starting server
|
2018-08-06 15:33:59 -04:00 |
|
dandds
|
8344672348
|
Merge pull request #129 from dod-ccpo/authnid
Authnid
|
2018-08-06 15:31:17 -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 |
|
richard-dds
|
fef66f335e
|
requests fixture no longer needed
|
2018-08-06 14:27:35 -04:00 |
|
dandds
|
b5559212f9
|
error pages should not show navigation
|
2018-08-06 14:14:27 -04:00 |
|
dandds
|
b89dd07fef
|
use DOD_SDN from mocks
|
2018-08-06 14:14:11 -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 |
|
richard-dds
|
0a754d72a3
|
Name unique constrains on User model
|
2018-08-06 13:27:42 -04:00 |
|
dandds
|
7ea3f682e0
|
better test name
|
2018-08-06 12:59:01 -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
|
4f7870aaff
|
fix workspace_members template
|
2018-08-06 10:44:24 -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 |
|
dandds
|
2ff5c604e1
|
fix session config (d'oh)
|
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 |
|
richard-dds
|
7b5d76e260
|
Install pytest-flask as a dev package
|
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
|
d9d4e493d9
|
Compile assets before starting server
|
2018-08-06 10:00:59 -04:00 |
|
patricksmithdds
|
5b8eb03f4e
|
Merge pull request #127 from dod-ccpo/fix-monolith-tests
Fix tests + docker on Travis
|
2018-08-06 09:52:53 -04:00 |
|
Patrick Smith
|
786c3589c8
|
Add redishost when running tests
|
2018-08-03 15:54:29 -04:00 |
|
Patrick Smith
|
6c01b614b9
|
Configure CI redis URI
|
2018-08-03 15:21:20 -04:00 |
|
Patrick Smith
|
17fd154c20
|
Startup redis similar to postgres
|
2018-08-03 15:20:17 -04:00 |
|
Patrick Smith
|
97d3fffc2c
|
Remove quotes from base config
|
2018-08-03 14:57:22 -04:00 |
|
Patrick Smith
|
e3e9a022f8
|
Remove unused import
|
2018-08-03 14:07:15 -04:00 |
|