86f68b220e
feat: add 'display_name' column to 'workspace_agent_scripts' ( #14747 )
...
* feat: add 'display_name' column to 'workspace_agent_scripts'
* fix: backfill from workspace_agent_log_sources
* fix: run 'make gen'
2024-09-20 14:26:13 +01:00
37885e2e82
fix: make cli respect deployment --docs-url ( #14568 )
2024-09-18 21:47:53 +10:00
fccf6f1e0e
feat!: add --default-token-lifetime
( #14631 )
2024-09-18 21:23:42 +10:00
45160c7679
feat: add schema for key rotation ( #14662 )
2024-09-17 18:08:18 +01:00
ce21b2030a
feat: implement patch and get api methods for role sync ( #14692 )
...
* feat: implement patch and get api methods for role sync
2024-09-17 10:38:42 -05:00
335eb05223
feat: add keys to organization provision daemons ( #14627 )
2024-09-16 20:02:08 +00:00
705b9ccda8
feat(coderd): add workspace timings endpoint ( #14648 )
2024-09-16 16:31:05 -03:00
c330af0e4d
chore: add group_ids filter to /groups endpoint ( #14688 )
...
Allow filtering groups by IDs.
2024-09-16 13:01:46 -05:00
5ed065d88d
feat: get and update group IdP Sync settings ( #14647 )
...
---------
Co-authored-by: Steven Masley <stevenmasley@gmail.com >
2024-09-16 12:01:37 -05:00
f5601cd783
chore: bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 in the x group across 1 directory ( #14669 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-13 19:43:35 +05:00
25f1ddbf5e
feat: add 'hidden' option to 'coder_app' to hide app from UI ( #14570 )
...
Add 'hidden' property to 'coder_app' resource to allow hiding apps from the UI.
2024-09-09 14:39:32 +01:00
10c958bba1
chore: implement organization sync and create idpsync package ( #14432 )
...
* chore: implement filters for the organizations query
* chore: implement organization sync and create idpsync package
Organization sync can now be configured to assign users to an org based on oidc claims.
2024-08-30 11:19:36 -05:00
49afab12d5
feat: show organization name for groups on user profile ( #14448 )
2024-08-29 10:55:00 -06:00
b36d979a60
chore: add provisioner api version to /buildinfo ( #14446 )
2024-08-27 13:40:51 -06:00
c8eacc6df7
chore!: allow CreateUser to accept multiple organizations ( #14383 )
...
* chore: allow CreateUser to accept multiple organizations
In a multi-org deployment, it makes more sense to allow for multiple
org memberships to be assigned at create. The legacy param will still
be honored.
* Handle sdk deprecation better by maintaining cli functions
2024-08-23 21:23:51 +00:00
a359879af5
chore: scope workspace quotas to organizations ( #14352 )
...
* chore: scope workspace quotas to organizations
Quotas are now a function of (user_id, organization_id). They are
still sourced from groups. Deprecate the old api endpoint.
2024-08-21 09:25:20 -05:00
cca4519420
feat: enable setting max port share level during template creation ( #14366 )
2024-08-20 22:48:39 +10:00
95a7c0c4f0
chore: use tabs for prettier and biome ( #14283 )
2024-08-15 14:53:53 -06:00
7b09d98238
chore: add /groups endpoint to filter by organization
and/or member
( #14260 )
...
* chore: merge get groups sql queries into 1
* Add endpoint for fetching groups with filters
* remove 2 ways to customizing a fake authorizer
2024-08-15 13:40:15 -05:00
84fdfd2a18
chore: remove UpsertCustomRole in favor of Insert + Update ( #14217 )
...
* chore: remove UpsertCustomRole in favor of Insert + Update
---------
Co-authored-by: Jaayden Halko <jaayden.halko@gmail.com >
2024-08-13 12:53:47 -05:00
48f29a1995
docs: move api and cli docs routes to reference/ ( #14241 )
2024-08-13 18:39:46 +03:00