documenso/packages/lib/server-only/user
Lucas Smith dfa89ffe44
fix: make invite and confirmations long lived (#1309)
Previously we would delete all invites and confirmation tokens upon
completing the action that they represent.

This change instead adds a flag on each token indicating whether it has
been completed so we can action a
completed token differently in the UI to reduce confusion for users.

This had been brought up a number of times where confirmation emails,
team member invites and other items
may have been actioned and forgotten about causing an error toast/page
upon subsequent revisit.
2024-08-28 14:08:35 +10:00
..
service-accounts chore: tidy code and extract alert-dialog 2024-02-25 11:12:18 +00:00
create-user.ts chore: remove bcrypt 2024-03-07 18:30:22 +11:00
delete-user.ts feat: improve admin panel 2024-03-03 01:55:33 +11:00
find-user-security-audit-logs.ts feat: add user security audit logs 2024-01-30 17:32:20 +11:00
forgot-password.ts fix: update reset token query 2023-11-06 13:01:13 +11:00
generate-confirmation-token.ts feat: email verification for registration (#599) 2023-11-21 15:44:04 +11:00
get-all-users.ts perf(web, lib): do not await inside promise statements (#692) 2023-11-29 09:10:15 +11:00
get-monthly-completed-document.ts fix: re-add removed types 2024-05-29 20:53:50 +10:00
get-most-recent-verification-token-by-user-id.ts chore: refactor code 2024-02-13 06:01:25 +00:00
get-reset-token-validity.ts fix: update token validity check 2023-11-06 13:01:13 +11:00
get-signer-conversion.ts feat: add user conversion count to admin panel (#1150) 2024-07-05 14:02:22 +10:00
get-user-by-email.ts chore: refactor code 2024-02-13 07:50:22 +02:00
get-user-by-id.ts wip: refresh design 2023-11-06 13:01:06 +11:00
get-user-monthly-growth.ts fix: re-add removed types 2024-05-29 20:53:50 +10:00
get-user-public-profile.ts feat: add public profiles 2024-06-06 15:28:02 +10:00
reset-password.ts chore: remove bcrypt 2024-03-07 18:30:22 +11:00
send-confirmation-token.ts chore: refactor code 2024-02-13 06:01:25 +00:00
update-password.ts chore: remove bcrypt 2024-03-07 18:30:22 +11:00
update-profile.ts feat: add user security audit logs 2024-01-30 17:32:20 +11:00
update-public-profile.ts fix: error message 2024-06-10 20:54:29 +10:00
verify-email.ts fix: make invite and confirmations long lived (#1309) 2024-08-28 14:08:35 +10:00