add invalidate old invites#194
Merged
Merged
Conversation
b93edc8 to
9e57f82
Compare
Redirect inactive accept links to login/register with warnings, allow logged-in users to see those banners, add resend and expired-invite admin controls, and show all pending invites with status badges. Co-authored-by: Cursor <cursoragent@cursor.com>
chriscarrollsmith
added a commit
that referenced
this pull request
Jun 23, 2026
* add invalidate old invites * Remove obsolete exception class * Improve invitation UX with resend, redirects, and pending visibility. Redirect inactive accept links to login/register with warnings, allow logged-in users to see those banners, add resend and expired-invite admin controls, and show all pending invites with status badges. Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: chriscarrollsmith <chriscarrollsmith@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com>
chriscarrollsmith
added a commit
that referenced
this pull request
Jun 23, 2026
* add communication preferences * add delete invite feature (#193) * add delete invite feature * Add hx-confirm for destructive org actions and standardize invitation exceptions. Mirror formettle PR #101 follow-up: require confirmation before cancelling invitations or removing members, and use InsufficientPermissionsError and RoleNotFoundError in the invitation router. Co-authored-by: Cursor <cursoragent@cursor.com> * Move private helper to shared utils and add custom exception message --------- Co-authored-by: chriscarrollsmith <chriscarrollsmith@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com> * chore: release v0.1.26 [skip ci] * add invalidate old invites (#194) * add invalidate old invites * Remove obsolete exception class * Improve invitation UX with resend, redirects, and pending visibility. Redirect inactive accept links to login/register with warnings, allow logged-in users to see those banners, add resend and expired-invite admin controls, and show all pending invites with status badges. Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: chriscarrollsmith <chriscarrollsmith@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com> * chore: release v0.1.27 [skip ci] * add communication preferences * Remove accidentally duplicated key --------- Co-authored-by: chriscarrollsmith <chriscarrollsmith@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: chriscarrollsmith <75859865+chriscarrollsmith@users.noreply.github.com>
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.
Invalidates old invitation when prompted to send one to the same member within or after expiry without requiring cron jobs supporting cleanup.
Resolves #192