Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
0be7a11
feat: add team service endpoints (stubbed for WorkOS migration)
adaam2 Mar 26, 2026
faed120
feat: implement team endpoints using WorkOS invitation API
adaam2 Mar 26, 2026
a1af897
fix: address review comments and regenerate SDK
adaam2 Mar 26, 2026
0292065
chore: bump madprocs to v0.1.26
adaam2 Mar 26, 2026
61933d5
fix: resolve inviter name in ResendInvite and add teams service tests
adaam2 Mar 26, 2026
38415a3
fix: resolve inviter display name consistently and fix ResendInvite t…
adaam2 Mar 30, 2026
34aac1c
chore: regenerate Goa code after rebase
adaam2 Mar 30, 2026
8e1efac
chore: regenerate SQLc after rebase to include whitelisted column
adaam2 Mar 30, 2026
6a7af20
fix: add contextual logging attributes to teams service error paths
adaam2 Mar 30, 2026
e32b9d5
fix: use membership CreatedAt for JoinedAt and restore SDK version
adaam2 Mar 30, 2026
07daf92
fix: use local DB for ListMembers instead of WorkOS API
adaam2 Mar 30, 2026
d2bb5e2
fix: use WorkOS invitation state enum values directly
adaam2 Mar 30, 2026
e87fa01
chore: regenerate SDK after status enum update
adaam2 Mar 30, 2026
8f540de
fix: deduplicate inviter name lookups in ListInvites
adaam2 Mar 30, 2026
ba1e0a1
fix: filter ListInvites to only return pending invitations and fix ex…
adaam2 Mar 30, 2026
4025e66
fix: resolve inviter display name from local DB instead of WorkOS API
adaam2 Mar 30, 2026
b808ca0
refactor: clean up tests to not create WorkOS mocks when unnecessary
adaam2 Mar 30, 2026
f7c5a78
chore: regenerate Goa code after rebase
adaam2 Mar 31, 2026
ebdc0f9
refactor: clean up teams test file after review
adaam2 Mar 31, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/team-invite-flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"server": minor
"dashboard": minor
---

Add team invite flow with accept page, configurable expiry, and security hardening
Loading
Loading