bring latest changes to team and user ID to local branch - #81
Merged
Conversation
The CLI's `synvya delete` passes the restaurant's hex pubkey to `/api/admin/team-lookup`, but the query only searched `t.name ILIKE`. Add an `OR EXISTS` clause so an exact stored-key pubkey match also returns the owning team. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
fix(core): match teams by stored-key pubkey in admin team-lookup
Murali dev - update config for localhost testing
After email verification, append the user's URL-encoded email to the redirect so the client can pre-fill and lock the login field — same pattern already used in the admin claim flow (admin.rs). Closes #68 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Include email in verify-email redirect URL
Murali dev - improve team management and handle fallback in config
update version; handle forgot password mails; incl webhook for chat n…
fix rust cargo format issues
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
sqlx-cli 0.9.0 requires Rust 1.94.0+, which breaks CI. Pin to 0.8.3 until the toolchain is upgraded. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Fixes #77 — full admins can now GET/PUT/DELETE any team without being a member, unblocking admin cleanup tooling for stale staging teams. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Full admins bypass team membership in verify_admin
Closes #79 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add restaurant key pubkeys to team-lookup API response
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.