| Age | Commit message | Author | Files | +/- |
|---|---|---|---|---|
feature: Allow to disable default password login after SSO is configured. Fixes… …* [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 |
kamtschatka | 8 | -14/+37 | |
feature: Allow disabling password signups (#413) …* [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> |
kamtschatka | 5 | -3/+15 | |
fix(web): Better message when signups are disabled (#374) …* Clear disabled signups message * Change the message and center it --------- Co-authored-by: MohamedBassem <me@mbassem.com> |
Nguyễn Hoàng Đức | 1 | -7/+8 | |
feature: Added support for custom OIDC providers to set up authentication.… …* 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> |
kamtschatka | 4 | -11/+133 | |
| refactor: Move the shared types to the shared package | MohamedBassem | 53 | -241/+260 | |
| fix: Allow setting demo mode creds when demo mode is enabled | MohamedBassem | 7 | -23/+39 | |
| feature(web): Add dark mode support | MohamedBassem | 31 | -39/+138 | |
| feature: Add an option to disable new signups | MohamedBassem | 6 | -26/+23 | |
| feature(web): Add support for demo mode | MohamedBassem | 13 | -19/+89 | |
| lint: Lint and format the entire repo with the new configs | MohamedBassem | 122 | -411/+424 | |
| structure: Create apps dir and copy tooling dir from t3-turbo repo | MohamedBassem | 396 | -9511/+10350 |