Zach Wasserman
8ee47f8b23
Add support for Teams in targets and live queries ( #880 )
...
- Accept Teams as a searchable target type for the target selection API.
- Accept Teams for targets in running live queries.
- Refactoring to support these changes.
- Update API documentation.
2021-05-27 13:18:00 -07:00
Zach Wasserman
79138d4b60
Move and refactor host team transfer endpoint ( #778 )
...
- Move API endpoint to `/hosts/transfer`.
- Refactor service and datastore methods from teams to hosts.
2021-05-17 12:23:21 -07:00
Zach Wasserman
1a29a408ce
Add support for bulk transfer of hosts for team ( #761 )
...
- Relevant datastore method.
- Expose via API endpoint /teams/:id/hosts.
2021-05-12 19:05:45 -07:00
Zach Wasserman
9de5b720b4
Implement API endpoints for Teams agent options ( #757 )
...
- Add agent options endpoint.
- Remove setting agent options from standard modify team endpoint.
2021-05-12 10:38:00 -07:00
Zach Wasserman
b2b53ecbbe
Add agent options on a per-team basis ( #696 )
...
Solely API implementation. Does not yet handle returning the options
during agent requests.
2021-05-03 09:32:04 -07:00
Zach Wasserman
e8f4860d51
Add team user management ( #672 )
...
- Add list team users endpoint.
- Add add/delete team users endpoints.
- Update list users to support filter by team.
2021-04-21 20:54:09 -07:00
Zach Wasserman
9ade086448
Add delete teams endpoints ( #666 )
...
Tested to work with frontend calls.
2021-04-20 10:20:52 -07:00
Zach Wasserman
2d2ebaf634
Add list teams endpoint ( #601 )
2021-04-06 11:40:14 -07:00
Zach Wasserman
3286864d9d
Initial work on user team information storage and retrieval ( #483 )
...
There are more migrations to come, but this is a foundation for the
DB changes that will be needed for Teams.
2021-03-31 11:49:44 -07:00