aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/signin/CredentialsForm.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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-141-9/+11
|
* structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem2024-03-141-0/+222