aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/signin/CredentialsForm.tsx (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-02-01refactor: centralize auth imports through new client module (#2437)Mohamed Bassem1-1/+1
* refactor(web): centralize next-auth client-side utilities Create lib/auth/client.ts to re-export all next-auth/react APIs (useSession, signIn, signOut, SessionProvider) from a single location. This prepares for future auth provider replacement by isolating the next-auth dependency. https://claude.ai/code/session_01RLLL6SquzmegG6wKHdT3Fm * format --------- Co-authored-by: Claude <noreply@anthropic.com>
2025-11-28fix: fix react errors in signin and signup formsMohamed Bassem1-0/+4
2025-07-12feat: Support forget and reset passwordMohamed Bassem1-0/+9
2025-07-12feat(ui): Revamp the signin/signup pageMohamed Bassem1-205/+88
2025-07-10feat: Add support for email verificationMohamed Bassem1-5/+23
2025-04-12chore: Rename hoarder packages to karakeepMohamedBassem1-1/+1
2024-12-19fix: trim whitespace from email on signin page (#714)Zach1-2/+2
* fix: trim whitespace from email * fix: trim email in setter Co-authored-by: Mohamed Bassem <me@mbassem.com> --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
2024-10-12feature: Allow to disable default password login after SSO is configured. ↵kamtschatka1-1/+16
Fixes #406 (#502) * [Feature Request] Allow to disable default password log in after SSO is configured #406 changed the flag to also disallow logging in via password The extensions will also no longer be allowed to log in via username/password then * [Feature Request] Allow to disable default password log in after SSO is configured #406 added the error message for OAuth
2024-10-06feature: Allow disabling password signups (#413)kamtschatka1-1/+2
* [Feature Request] Allow to disable default password log in after SSO is configured #406 Added the DISABLE_LOCAL_SIGNUPS that can be used to force OAuth signups only * rename local signups to password signups --------- Co-authored-by: MohamedBassem <me@mbassem.com>
2024-09-15fix(web): Better message when signups are disabled (#374)Nguyễn Hoàng Đức1-7/+8
* Clear disabled signups message * Change the message and center it --------- Co-authored-by: MohamedBassem <me@mbassem.com>
2024-09-15feature: Added support for custom OIDC providers to set up authentication. ↵kamtschatka1-6/+13
Fixes #92 (#307) * https://github.com/hoarder-app/hoarder/issues/92 Added support for custom OIDC providers to set up authentication * Added support for custom OIDC providers to set up authentication #92 Showing OAuth errors in the signin page * Added support for custom OIDC providers to set up authentication #92 Added the possibility to log in using an API key in case OAuth is used * Added support for custom OIDC providers to set up authentication #92 improved the code to also promote the first user to admin if OAuth is used * revert extension changes * Simplify admin checks --------- Co-authored-by: MohamedBassem <me@mbassem.com>
2024-04-18refactor: Move the shared types to the shared packageMohamedBassem1-1/+1
2024-03-23feature(web): Add dark mode supportMohamedBassem1-2/+4
2024-03-22feature: Add an option to disable new signupsMohamedBassem1-1/+7
2024-03-19feature(web): Add support for demo modeMohamedBassem1-1/+5
2024-03-14lint: Lint and format the entire repo with the new configsMohamedBassem1-9/+11
2024-03-14structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem1-0/+0
2024-03-10refactor: Move all components to the top level directoryMohamedBassem1-0/+0
2024-03-05refactor: Extract trpc logic into its packageMohamedBassem1-1/+1
2024-02-22feature: Adding some loading card while the link is getting crawledMohamedBassem1-2/+2
2024-02-22feature: Add support for credentials registration and sign inMohamedBassem1-0/+222