Commit Graph

120 Commits

Author SHA1 Message Date
leigh-mil
385878e1ab Resend workspace invitations to email submitted in new member form. 2018-11-27 16:59:20 -05:00
leigh-mil
3c154f445c Send workspace invite email to email submitted in add new member form. 2018-11-27 16:59:20 -05:00
richard-dds
78e34d4ddd Display an alert when invitations are resent 2018-11-13 14:39:45 -05:00
richard-dds
248df9e184 Formatting 2018-11-13 14:39:45 -05:00
richard-dds
016116c9cc Send an email 2018-11-13 14:39:45 -05:00
richard-dds
a725310535 Resend a workspace member's invite 2018-11-13 14:39:44 -05:00
richard-dds
024c695f66 Simplify Invitations.create signature 2018-11-13 14:39:44 -05:00
Patrick Smith
990c24b802 Allow filtering by all member statuses in member list view 2018-11-12 17:13:40 -05:00
Patrick Smith
947106a5b1 Rename "choices" var to "role_choices" for clarity 2018-11-12 16:48:57 -05:00
dandds
42ecdaa275 Merge pull request #436 from dod-ccpo/revoke-invitation-#160300315
Revoke invitation #160300315
2018-11-08 10:23:22 -05:00
dandds
50888f9e9f push authz into the workspace domain for revoking tokens 2018-11-07 12:56:22 -05:00
dandds
4849a89125 working implementation of revoke invitation 2018-11-07 12:41:00 -05:00
dandds
b9529d5c4e endpoint for revoking invitations 2018-11-06 16:35:25 -05:00
Patrick Smith
ea24c65e4a Fix displaying workspace role selection on edit member page 2018-11-06 16:33:11 -05:00
richard-dds
3765a73dc1 Consolidate WorkspaceUser into WorkspaceRole 2018-11-05 14:20:07 -05:00
dandds
43eeba2f96 remove TODO for checking user against invitation 2018-10-31 14:53:52 -04:00
dandds
b3cd08a64f invitation can only be accepted by user with matching DOD ID 2018-10-31 14:53:51 -04:00
Montana
64861d94c2 Formatting 2018-10-31 14:11:20 -04:00
Montana
b051e2a955 Use url_for for redirect link 2018-10-31 14:03:56 -04:00
Montana
3e1c813ceb Iterate over workspace roles to display available role filters 2018-10-31 14:03:56 -04:00
Montana
45d29977e1 Delete unused module 2018-10-31 14:03:56 -04:00
Montana
d3726d4ecc Display nice role names 2018-10-31 14:03:56 -04:00
Montana
c5856c539d Use Vue for template rendering 2018-10-31 14:03:56 -04:00
Montana
3de1e55440 Basic Vue function for search 2018-10-31 14:03:55 -04:00
dandds
848bbf9c12 Updates to workspace role permissions, invitations 2018-10-31 10:21:48 -04:00
dandds
151d5be5ea use invite token instead of id for invitation url 2018-10-31 10:21:48 -04:00
dandds
b81a831c85 remove accepted column from workspace_roles 2018-10-31 10:21:48 -04:00
dandds
6125041a93 record inviter on invitation 2018-10-31 10:21:48 -04:00
dandds
5c2d466049 workspace users who have not accepted invite should not have permissions 2018-10-31 10:21:48 -04:00
dandds
3e19c75c80 workspace role marked as accepted when user accepts invitation 2018-10-31 10:21:48 -04:00
leigh-mil
370b037d99 Create route for accepting an invite 2018-10-31 10:21:48 -04:00
leigh-mil
1c444c726c When new member is added, an invite is sent to the new member 2018-10-31 10:21:48 -04:00
leigh-mil
3d4e8f4088 Add conditional logic to show Edit Account link 2018-10-26 15:33:19 -04:00
richard-dds
0f6fee9909 Add test for removing env role in update_environment_roles 2018-10-24 11:17:44 -04:00
richard-dds
c138df2b0f Allow user to select 'No Access' 2018-10-24 11:17:44 -04:00
leigh-mil
86cf568e5b Formatting 2018-10-23 13:43:13 -04:00
leigh-mil
ff88c5c34a Update edit_project route to use ProjectForm and removed environments from being passed to form 2018-10-23 13:43:13 -04:00
leigh-mil
25b84a4df6 Add ProjectForm class that does not include environments for edit project form 2018-10-23 13:41:20 -04:00
leigh-mil
bc76ef633e Add route and function to update Project details 2018-10-23 13:41:20 -04:00
andrewdds
c4fcd9540c Merge pull request #389 from dod-ccpo/workspaces-dropdown
Workspaces dropdown
2018-10-17 16:17:05 -04:00
Montana
77b88b0b3c Add a description to env roles modal 2018-10-16 14:44:38 -04:00
Andrew Croce
82d765122a formatting 2018-10-16 14:18:00 -04:00
Andrew Croce
80849a3207 add list of workspaces to all workspace routes 2018-10-16 11:59:39 -04:00
Montana
3c95063293 Handle AlreadyExistsError on user creation with non-unique email 2018-10-08 10:36:40 -04:00
richard-dds
1750c268f7 Fix report display for task order with no expiration date 2018-10-01 13:32:01 -04:00
Patrick Smith
648964dc1e Hook up the "Add Environment Access" link when adding a member 2018-09-25 16:44:40 -04:00
Montana
8fd1d93f2e Prevent saving environment roles as empty strings 2018-09-25 11:13:24 -04:00
Montana
e1767488c7 Fix seed script bug 2018-09-25 11:13:24 -04:00
Montana
83c4483c42 Pass environment role choices directly from the view to the template instead of via the form 2018-09-25 11:13:24 -04:00
Montana
3a978a1673 Fix bugs and write a test 2018-09-25 11:13:24 -04:00