rcgit

/ karakeep
follow (on) | order: default date topo
Age Commit message Author Files +/-
fix: trim whitespace from email on signin page (#714)
* 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>
Zach 2 -3/+3
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
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
refactor: Move all components to the top level directory MohamedBassem 70 -2430/+2430
refactor: Extract trpc logic into its package MohamedBassem 51 -1536/+1793
feature: Adding some loading card while the link is getting crawled MohamedBassem 8 -50/+102
feature: Add support for credentials registration and sign in MohamedBassem 15 -20/+565