rcgit

/ karakeep
follow | order: default date topo
Age Commit message Author Files +/-
feature: Allow reseting user password, change their roles and create new users.…
* How do I set the variable "user" or "system" for AI inference #262
changed from system to user
* Make Myself an Admin #560
added  user management functionality to the admin page
* A bunch of UI fixes and simplifications
---------
Co-authored-by: Mohamed Bassem <me@mbassem.com>
kamtschatka 9 -52/+711
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
feature(web): Async validate JWT account and sign out the user if they no… MohamedBassem 3 -2/+39
refactor: Move the shared types to the shared package MohamedBassem 53 -241/+260
fix: Delete user's assets when the user is deleted MohamedBassem 2 -0/+14
feature: Add an option to disable new signups MohamedBassem 6 -26/+23
feature(web): Add the ability to change passwords MohamedBassem 4 -9/+182
build: Fix the web build MohamedBassem 4 -10/+8
extension: Show who the logged in user is in the extension options MohamedBassem 5 -37/+76
refactor: Extract trpc logic into its package MohamedBassem 51 -1536/+1793