Commit Graph

1579 Commits

Author SHA1 Message Date
patricksmithdds
a05d226401 Merge pull request #391 from dod-ccpo/csrf-error
Redirect to login page when CSRF error occurs
2018-10-17 10:12:01 -04:00
montana-mil
10d90a0e6b Merge pull request #390 from dod-ccpo/add-copy
Add description to Environment Roles Modal
2018-10-17 09:47:54 -04:00
Patrick Smith
783ce58991 Formatting fix 2018-10-16 21:30:35 -04:00
Patrick Smith
c7d5015942 Redirect to login page when CSRF error occurs 2018-10-16 17:23:09 -04:00
Montana
f9d910efd7 Fix new lines 2018-10-16 16:45:13 -04:00
dandds
d60b798af0 fix optional and required validations in user forms 2018-10-16 16:32:49 -04:00
dandds
a7ef93dad4 date range validator should not try to evaluate empty dates 2018-10-16 16:31:50 -04:00
dandds
dab5fe83fc create dictionary of base user form fields 2018-10-16 15:14:23 -04:00
Montana
77b88b0b3c Add a description to env roles modal 2018-10-16 14:44:38 -04:00
Patrick Smith
9be83a83d3 Raise unhandled exception in debug mode 2018-10-16 14:27:44 -04:00
Andrew Croce
82d765122a formatting 2018-10-16 14:18:00 -04:00
richard-dds
c3f6740083 Formatting 2018-10-16 14:10:15 -04:00
richard-dds
c893a06f37 host is a local var 2018-10-16 14:09:26 -04:00
richard-dds
79c3394e2c Use mail sender as username 2018-10-16 14:09:02 -04:00
dandds
65bc05d214 display success alert when user updates profile info 2018-10-16 13:33:39 -04:00
dandds
84d091fcf1 only CAC fields should be required for editing user profile 2018-10-16 13:21:41 -04:00
richard-dds
408fe5dc54 Construct MailConnection 2018-10-16 13:21:11 -04:00
richard-dds
b930c85c3f Idea for using composition rather than inheritance 2018-10-16 13:04:30 -04:00
Andrew Croce
80849a3207 add list of workspaces to all workspace routes 2018-10-16 11:59:39 -04:00
dandds
8af23fda36 make unpermitted attribute handling in Users.update more specific 2018-10-16 09:37:59 -04:00
dandds
ab42245797 display DOD ID on user update page 2018-10-16 09:18:13 -04:00
dandds
f3c3332127 user can update profile 2018-10-16 09:18:13 -04:00
dandds
ec7504fb20 add update method to Users repo 2018-10-16 09:18:13 -04:00
dandds
30318b68bb add additional user fields 2018-10-16 09:18:13 -04:00
dandds
e7a117be33 move user edit routes into their own module and blueprint 2018-10-16 09:18:13 -04:00
dandds
8a207b3bc6 restore environment-based queue names 2018-10-15 16:11:14 -04:00
Patrick Smith
e5f588e032 WIP of a queue 2018-10-15 15:59:42 -04:00
Patrick Smith
d4cd4003c3 Catch flask's NotFound error and return 404 2018-10-15 15:48:46 -04:00
dandds
40317a06a4 use default queue for now 2018-10-15 11:38:34 -04:00
dandds
95ad71605d set default task queue name based on ATAT environment 2018-10-15 11:38:34 -04:00
dandds
4b8c017d49 do not use SSL for email if using TLS 2018-10-15 11:38:34 -04:00
dandds
ae7c644d91 update README, adjust email config function name 2018-10-15 11:38:34 -04:00
dandds
f7d8783349 implement mailer with task queue 2018-10-15 11:37:06 -04:00
dandds
0d9f1cd7e0 update mailer, add tests 2018-10-15 11:35:20 -04:00
dandds
18bb5b24fd basic mailer implementation 2018-10-15 11:35:20 -04:00
dandds
9fcb016f86 formatting 2018-10-15 10:30:54 -04:00
dandds
e514aa9a94 disable coverage for acceptance tests 2018-10-15 10:19:48 -04:00
dandds
f16b227ece catch 500 errors and remove unnecessary acceptance test fixture 2018-10-15 10:03:13 -04:00
dandds
c4b7fdc015 Merge pull request #350 from dod-ccpo/coverage-#160694116
Coverage #160694116
2018-10-15 09:04:47 -04:00
dandds
ffa317a3eb Merge pull request #374 from dod-ccpo/finver-refactor
financial verification routes refactor
2018-10-12 11:19:05 -04:00
dandds
1329cd8206 pass request directly to FinancialVerification class 2018-10-09 11:11:48 -04:00
richard-dds
76854acf81 Merge pull request #376 from dod-ccpo/auth-patterns
Standardize auth patterns
2018-10-09 11:06:22 -04:00
dandds
12307769d4 rerun formatter for pretty 3.6.6 numbers 2018-10-09 10:55:21 -04:00
richard-dds
72f65cac9b Merge pull request #379 from dod-ccpo/logged-in-redirect
Root url should redirect if user is already logged in
2018-10-09 10:41:51 -04:00
richard-dds
a118812661 Move logged-in redirect to beginning of view 2018-10-09 10:27:54 -04:00
montana-mil
4e24666f16 Merge pull request #377 from dod-ccpo/email-not-unique
Handle AlreadyExistsError on user creation with non-unique email
2018-10-09 10:24:24 -04:00
dandds
ef75c15b99 small tweaks and test setup for FinancialVerification 2018-10-09 09:34:35 -04:00
dandds
a206fafe0a fix bug in fin ver service object 2018-10-09 09:34:35 -04:00
dandds
3384738f5d use financial verification service class for all routes 2018-10-09 09:34:35 -04:00
dandds
6419d96bbe WIP refactor fin ver routes 2018-10-09 09:32:16 -04:00