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
/
apps
/
web
/
server
/
auth.ts
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-08-02
refactor: Move webhook, users and tags into models
MohamedBassem
1
-2
/
+2
2025-07-26
fix: Stop forcing next-auth to read email from id_token. Fixes #410
Mohamed Bassem
1
-1
/
+0
2025-07-21
fix: Remove bcrypt from the api key validation route
Mohamed Bassem
1
-0
/
+1
2025-07-13
fix: Drop auth failure logger
Mohamed Bassem
1
-10
/
+3
2025-07-10
feat: Add support for email verification
Mohamed Bassem
1
-10
/
+26
2025-06-21
fix: Fix oauth creation failure due to missing UserSettings table. Fixes #1583
Mohamed Bassem
1
-7
/
+24
2025-04-12
chore: Rename hoarder packages to karakeep
MohamedBassem
1
-4
/
+4
2025-03-22
feat(auth): Added env variable for OAuth timeout (#1136)
Kaio Cesar
1
-0
/
+3
2024-10-19
feature: Log authentication failures to support fail2ban. Fixes #477 (#569)
kamtschatka
1
-2
/
+9
2024-09-23
fix(web): Change names to be optional when signing up via SSO. #410 (#412)
kamtschatka
1
-2
/
+2
2024-09-15
feature: Added support for custom OIDC providers to set up authentication. Fi...
kamtschatka
1
-4
/
+84
2024-09-15
deps: Upgrade drizzle and next auth drizzle adapter
MohamedBassem
1
-1
/
+12
2024-03-22
feature: Add an option to disable new signups
MohamedBassem
1
-6
/
+0
2024-03-14
lint: Lint and format the entire repo with the new configs
MohamedBassem
1
-7
/
+10
2024-03-14
structure: Create apps dir and copy tooling dir from t3-turbo repo
MohamedBassem
1
-0
/
+0
2024-03-05
refactor: Extract trpc logic into its package
MohamedBassem
1
-99
/
+1
2024-03-01
feature: Add an admin page showing server stats and actions
MohamedBassem
1
-0
/
+7
2024-02-23
db: Migrate from prisma to drizzle
MohamedBassem
1
-20
/
+22
2024-02-22
feature: Add support for credentials registration and sign in
MohamedBassem
1
-4
/
+77
2024-02-20
branding: Rename app to Hoarder
MohamedBassem
1
-2
/
+2
2024-02-14
chore: Consolidate all config vars in one file
MohamedBassem
1
-1
/
+1
2024-02-12
hack: Hack API key support in the context creation of TRPC
MohamedBassem
1
-3
/
+1
2024-02-12
feature: Add support for managing API keys
MohamedBassem
1
-0
/
+75
2024-02-11
refactor: Migrating to trpc instead of next's route handers
MohamedBassem
1
-3
/
+17
2024-02-09
[chore] Linting and formating tweaking
MohamedBassem
1
-1
/
+1
2024-02-08
[refactor] Move the different packages to the package subdir
MohamedBassem
1
-0
/
+0
2024-02-06
Implement metadata fetching logic in the crawler
MohamedBassem
1
-1
/
+1
2024-02-06
Linting and formatting
MohamedBassem
1
-5
/
+5
2024-02-06
Move the web app into a subdir
MohamedBassem
1
-0
/
+0
2024-02-06
[API] Add the POST /api/v1/links api
MohamedBassem
1
-7
/
+11
2024-02-05
Init NextAuth
MohamedBassem
1
-0
/
+21