aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/signin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: Support forget and reset passwordMohamed Bassem2025-07-123-0/+339
|
* feat(ui): Revamp the signin/signup pageMohamed Bassem2025-07-123-232/+138
|
* feat: Add support for email verificationMohamed Bassem2025-07-101-5/+23
|
* fix: Drop the need to for the self-call for providers and NEXTAUTH_INTERNAL_URLMohamed Bassem2025-07-072-5/+9
|
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-122-2/+2
|
* fix: trim whitespace from email on signin page (#714)Zach2024-12-191-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>
* feature: Allow to disable default password login after SSO is configured. ↵kamtschatka2024-10-121-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
* feature: Allow disabling password signups (#413)kamtschatka2024-10-061-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>
* fix(web): Better message when signups are disabled (#374)Nguyễn Hoàng Đức2024-09-151-7/+8
| | | | | | | | | * Clear disabled signups message * Change the message and center it --------- Co-authored-by: MohamedBassem <me@mbassem.com>
* feature: Added support for custom OIDC providers to set up authentication. ↵kamtschatka2024-09-151-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>
* refactor: Move the shared types to the shared packageMohamedBassem2024-04-181-1/+1
|
* fix: Allow setting demo mode creds when demo mode is enabledMohamedBassem2024-03-261-0/+9
|
* feature(web): Add dark mode supportMohamedBassem2024-03-231-2/+4
|
* feature: Add an option to disable new signupsMohamedBassem2024-03-221-1/+7
|
* feature(web): Add support for demo modeMohamedBassem2024-03-191-1/+5
|
* lint: Lint and format the entire repo with the new configsMohamedBassem2024-03-143-11/+16
|
* structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem2024-03-143-0/+280