1941 Commits

Author SHA1 Message Date
richard-dds
b26cd3ffae Allow user to download a previously uploaded pdf 2019-08-29 16:00:25 -04:00
richard-dds
e8234dcf34 Allow user to download files on TO upload page 2019-08-29 11:28:49 -04:00
richard-dds
b182307174 Azure file downloads 2019-08-29 10:12:02 -04:00
richard-dds
11c1c37d7f Remove unnecessary macro and Vue props 2019-08-28 15:56:55 -04:00
richard-dds
67a4bb602d Require portfolio id in upload-token
It's necessary for the authz decorator
2019-08-28 15:56:55 -04:00
richard-dds
7d1dfa1d0e Get presigned upload token via ajax request 2019-08-28 15:06:13 -04:00
dandds
cc689a7e39 Fix Vue bug in CCPO new user confirmation.
The submit button for the page contained a Vue directive, but the button
is not nested in an appropriate Vue component. The directive and
associated behavior are unnecessary in this case, so I removed the
directive.
2019-08-21 13:04:35 -04:00
richard-dds
a6f925e080
Merge pull request #1030 from dod-ccpo/file-upload-fixes
File upload fixes
2019-08-19 10:36:10 -04:00
leigh-mil
666f237002 Update text input vue component so that it only shows the validation icon on mount when the form is not a form that is inset into a page 2019-08-19 10:28:20 -04:00
leigh-mil
75ab8436b0
Merge pull request #1027 from dod-ccpo/ie11-fix-add-ccpo-user
Render new CCPO user form in IE11
2019-08-19 09:44:34 -04:00
leigh-mil
725a45aea7
Merge pull request #1026 from dod-ccpo/team-settings-styling
Styling Bugs
2019-08-19 09:44:14 -04:00
richard-dds
db73a12e95 Limit size of uploaded files 2019-08-16 13:30:03 -04:00
leigh-mil
afb35b9b22 SaveButton on forms should stay disabled until the form is valid 2019-08-16 08:51:43 -04:00
leigh-mil
2fd148eda8 Use SaveButton macro and base-form vue component on app settings page
Use common translations for save button
2019-08-16 08:34:45 -04:00
leigh-mil
a942b5f172 Use base-form and SaveButton 2019-08-15 15:41:07 -04:00
leigh-mil
3026b41c4e Move app name and description to their own line 2019-08-15 14:16:19 -04:00
dandds
16c9b826b3
Merge pull request #1019 from dod-ccpo/upload-error-handling
Add validations and error states for TO upload form
2019-08-14 14:30:46 -04:00
richard-dds
a7417b4f39 Add upload errors to translations file 2019-08-14 11:35:07 -04:00
leigh-mil
e59e3b959c Add listener to User model to record permission set updates and update user audit log template 2019-08-13 16:36:38 -04:00
leigh-mil
852046a3e7 Change variable name from data to user_info because it was more descriptive 2019-08-13 16:23:11 -04:00
leigh-mil
87b173b035 Use tuple instead of a dict for the user data and form 2019-08-13 14:09:53 -04:00
richard-dds
3ecb2cf84f Update copy for file upload failure 2019-08-13 10:51:09 -04:00
richard-dds
8d7c4672b0 Display file upload errors in form 2019-08-13 10:51:09 -04:00
leigh-mil
8b23173fef Only show disable link if user has delete ccpo user perms 2019-08-13 10:32:26 -04:00
leigh-mil
14978142b1 Use DeleteConfirmation macro 2019-08-13 10:32:26 -04:00
leigh-mil
7c65783d08 Add csrf token to remove ccpo user form 2019-08-13 10:32:26 -04:00
leigh-mil
0745539853 Move text into translations 2019-08-13 10:32:26 -04:00
leigh-mil
54239a520e Add revoke access button and modal, sketch out route function for removing cppo perms from a user 2019-08-13 10:17:24 -04:00
leigh-mil
14327e9a8b Use common translations for table headings, remove unnecessary class 2019-08-09 11:08:23 -04:00
leigh-mil
fa83dfe6bd When user not found, redirect to users page and show flash message 2019-08-09 11:08:23 -04:00
leigh-mil
43855c5495 Remove alert from confirm ccpo user page 2019-08-09 11:08:23 -04:00
leigh-mil
864e11ea11 Remove redundant 'ccpo' from ccpo route function names 2019-08-09 11:08:23 -04:00
leigh-mil
1b86147ab6 Move text into translations file 2019-08-09 11:08:23 -04:00
leigh-mil
a6eb89ffb8 Add tests for route functions 2019-08-09 11:08:22 -04:00
leigh-mil
1f8337485f Move ccpo routes into their own file 2019-08-09 11:08:22 -04:00
leigh-mil
6b15b41d56 Formatting and styling of form 2019-08-09 10:50:34 -04:00
leigh-mil
9f54501df4 Add in alert for when user isn't found 2019-08-09 10:50:34 -04:00
leigh-mil
811a498bf4 Finish route for confirming CCPO user, add function to update user's ccpo perms, and add success flash message to template 2019-08-09 10:50:34 -04:00
leigh-mil
01ba73ef42 Add in templates for ccpo user form and sketch out route functions 2019-08-09 10:50:34 -04:00
leigh-mil
8420a78392 Add CREATE_CCPO_USER permission, create context processor for ATAT so user_can and permissions can be used in the template, add placeholder button for adding new CCPO user 2019-08-09 10:50:34 -04:00
richard-dds
736e2aa21d
Merge pull request #994 from dod-ccpo/cloud-pdf-uploads
CSP PDF uploads
2019-08-08 11:17:07 -04:00
leigh-mil
4029c2b8cb
Merge pull request #1003 from dod-ccpo/bug-fixes
More styling fixes
2019-08-06 16:56:01 -04:00
leigh-mil
86b66e5685
Merge pull request #999 from dod-ccpo/ccpo-user-list
Page for CCPO users list
2019-08-06 13:18:57 -04:00
leigh-mil
f259024509
Merge pull request #1001 from dod-ccpo/styling-fixes
Styling fixes
2019-08-06 12:07:48 -04:00
leigh-mil
7ac8912d05
Merge pull request #1002 from dod-ccpo/csp-disclaimer
CSP disclaimer
2019-08-06 12:00:32 -04:00
leigh-mil
53943a30c3 Adjust columns widths and padding to fit large numbers 2019-08-06 11:59:23 -04:00
leigh-mil
5049b8262d Add alert to log in page with csp disclaimer 2019-08-06 10:33:28 -04:00
leigh-mil
71e72bcbcf If there are 0 envs, do not show the toggle arrow and disable the link 2019-08-06 10:19:54 -04:00
richard-dds
0bc5ccdb95
Merge pull request #988 from dod-ccpo/task-order-cancel
Save draft TO on cancel
2019-08-06 09:50:50 -04:00
leigh-mil
083896a689 Update template to show table of CCPO users 2019-08-05 16:11:24 -04:00