-
Notifications
You must be signed in to change notification settings - Fork 26
feat: add team management page and invite UI #2004
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
626c17e
feat: add team service endpoints (stubbed for WorkOS migration)
adaam2 732d3ea
feat: add team management page and invite acceptance UI
adaam2 704c86e
merge main into feat/team-page-frontend
adaam2 adae87a
chore: remove old teams backend and SDK files
adaam2 df5bc4c
feat: wire team page and invite UI to rpc/organizations.* endpoints
adaam2 1504ea5
fix: prevent self-removal on team page using email comparison
adaam2 1fad51c
feat: enrich organizations.listUsers with user profile data and switc…
adaam2 87b8177
fix: handle WorkOS invite acceptance callback at /v1/auth/callback
adaam2 9b4f5aa
fix: support WorkOS invitation_token query param on invite page
adaam2 63b8cf9
fix: feature flag team page and fix stale closure bug
adaam2 9098db2
Merge remote-tracking branch 'origin/main' into feat/team-page-frontend
adaam2 3196db1
chore: regenerate SDK after merge from main
adaam2 bead811
refactor: derive ORG_ROUTE_PATHS dynamically from ORG_ROUTE_STRUCTURE
adaam2 1c7f850
chore: regenerate openapi3.json after merge from main
adaam2 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
adaam2 marked this conversation as resolved.
adaam2 marked this conversation as resolved.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not for now, but this is not good - these features def. don't belong in telemetry.
We seriously need to nail down the feature flag strategy
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yah this is actually a pattern copied directly from the registry codebase