index
:
karakeep
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
trpc
/
routers
/
users.ts
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-04-15
fix: Add password salt to the user table
Mohamed Bassem
1
-3
/
+7
2025-04-12
chore: Rename hoarder packages to karakeep
MohamedBassem
1
-5
/
+5
2025-03-11
feat: Add endpoints for whoami and user stats. Fixes #1113
Mohamed Bassem
1
-9
/
+68
2024-10-19
feature: Allow reseting user password, change their roles and create new user...
kamtschatka
1
-43
/
+66
2024-10-12
feature: Allow to disable default password login after SSO is configured. Fix...
kamtschatka
1
-2
/
+2
2024-10-06
feature: Allow disabling password signups (#413)
kamtschatka
1
-2
/
+8
2024-10-05
feature(web): Async validate JWT account and sign out the user if they no lon...
MohamedBassem
1
-2
/
+11
2024-04-18
refactor: Move the shared types to the shared package
MohamedBassem
1
-1
/
+1
2024-04-05
fix: Delete user's assets when the user is deleted
MohamedBassem
1
-0
/
+2
2024-03-22
feature: Add an option to disable new signups
MohamedBassem
1
-0
/
+7
2024-03-18
feature(web): Add the ability to change passwords
MohamedBassem
1
-8
/
+34
2024-03-05
build: Fix the web build
MohamedBassem
1
-2
/
+2
2024-03-05
extension: Show who the logged in user is in the extension options
MohamedBassem
1
-1
/
+17
2024-03-05
refactor: Extract trpc logic into its package
MohamedBassem
1
-3
/
+3
2024-03-02
feature: Show user list in admin page
MohamedBassem
1
-2
/
+41
2024-03-02
feature: Make the first user an admin automatically
MohamedBassem
1
-0
/
+7
2024-02-28
tests: Add tests for the bookmarks routes
MohamedBassem
1
-3
/
+3
2024-02-23
db: Migrate from prisma to drizzle
MohamedBassem
1
-11
/
+13
2024-02-22
feature: Add support for credentials registration and sign in
MohamedBassem
1
-0
/
+45