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
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat: Add proper proxy support. fixes #1265
Mohamed Bassem
2025-07-13
5
-9
/
+118
*
feat(api): Expose the update user API in the openapi specs
Mohamed Bassem
2025-07-12
6
-0
/
+302
*
build: Restrict claude actions invocations
Mohamed Bassem
2025-07-12
1
-4
/
+6
*
fix(web): Fix the alignment in the user options page
Mohamed Bassem
2025-07-12
1
-4
/
+1
*
deps: Upgrade typescript to 5.8
Mohamed Bassem
2025-07-12
7
-158
/
+165
*
fix: Add ratelimiting to bookmark recrawl and summarization
Mohamed Bassem
2025-07-12
1
-1
/
+15
*
deps: Upgrade drizzle
Mohamed Bassem
2025-07-12
5
-140
/
+475
*
fix(web): Fix dark mode in auth pages
Mohamed Bassem
2025-07-12
6
-10
/
+10
*
fix(tests): Fix missing mock in trpc tests
Mohamed Bassem
2025-07-12
3
-4
/
+3
*
fix: Prioritize crawling user added links over bulk imports. fixes #1717
Mohamed Bassem
2025-07-12
14
-91
/
+159
*
refactor: Move db interactions into the trpc routes
Mohamed Bassem
2025-07-12
4
-33
/
+66
*
feat: Support forget and reset password
Mohamed Bassem
2025-07-12
13
-47
/
+3170
*
chore: Add claude code github action
Mohamed Bassem
2025-07-12
1
-0
/
+58
*
feat(ui): Revamp the signin/signup page
Mohamed Bassem
2025-07-12
6
-238
/
+393
*
feat: Add API ratelimits
Mohamed Bassem
2025-07-10
7
-13
/
+173
*
feat: Add invite user support
Mohamed Bassem
2025-07-10
18
-109
/
+3973
*
feat: Add support for email verification
Mohamed Bassem
2025-07-10
12
-157
/
+748
*
fix(api): Fix handling for CORS after the trpc move to hono. Fixes #1709
Mohamed Bassem
2025-07-10
1
-0
/
+6
*
fix: Drop the need to for the self-call for providers and NEXTAUTH_INTERNAL_URL
Mohamed Bassem
2025-07-07
2
-5
/
+9
*
feat: Add a logout page
Mohamed Bassem
2025-07-07
1
-0
/
+18
*
fix: Add a dummy bcrypt comparison in validatePassword when the user is not f...
Mohamed Bassem
2025-07-06
1
-0
/
+6
*
build: Add an open-api husky check
Mohamed Bassem
2025-07-06
3
-1
/
+19
*
fix(build): Regenerate openapi spec
Mohamed Bassem
2025-07-06
1
-0
/
+7
*
fix: Fix search indexing after content split
Mohamed Bassem
2025-07-06
1
-7
/
+4
*
fix(web): Clicking on search tooltip opens the search language guide. Fixes #...
Mohamed Bassem
2025-07-06
2
-5
/
+10
*
feat: Store large html content in the asset db
Mohamed Bassem
2025-07-06
17
-18
/
+2383
*
fix(mobile): Fix crash when bookmark doesn't have archive or screenshot. Fixe...
Mohamed Bassem
2025-07-06
2
-26
/
+65
*
fix(tests): Fix broken user setting test
Mohamed Bassem
2025-07-06
1
-0
/
+2
*
chore: Excluded unneeded docker context using dockerignore
Mohamed Bassem
2025-07-06
5
-9
/
+30
*
feat: Add a new timezone user setting
Mohamed Bassem
2025-07-06
9
-27
/
+2189
*
feat: Add prometheus monitoring. Fixes #758
Mohamed Bassem
2025-07-06
10
-55
/
+331
*
fix(build): Regenerate openapi spec
Mohamed Bassem
2025-07-06
1
-1
/
+146
*
fix: Fix i18n in the new stats page
Mohamed Bassem
2025-07-06
3
-37
/
+108
*
feat: Add per user storage quota
Mohamed Bassem
2025-07-06
17
-108
/
+2388
*
feat: Add new user stats page. Fixes #1523
Mohamed Bassem
2025-07-06
6
-1
/
+1102
*
feat(workers): Allow custmoizing max parallelism for a bunch of workers. Fixe...
Mohamed Bassem
2025-07-05
9
-15
/
+45
*
feat: Add support for S3 as an asset storage layer (#1703)
Mohamed Bassem
2025-07-04
14
-109
/
+3194
*
fix(workers): A more lenient JSON parsing for LLM responses. Fixes #1267
Mohamed Bassem
2025-07-04
1
-1
/
+39
*
refactor: Move the health endpoint to hono as well
Mohamed Bassem
2025-07-04
3
-8
/
+18
*
refactor: Move the trpc endpoint to hono
Mohamed Bassem
2025-07-04
5
-22
/
+46
*
chore: Symlink Gemini.md to CLAUDE.md
Mohamed Bassem
2025-07-04
1
-0
/
+1
*
feat: Add per user bookmark count quota
Mohamed Bassem
2025-07-04
12
-168
/
+2553
*
chore: Symlink Gemini.md to AGENTS.md
Mohamed Bassem
2025-07-04
1
-0
/
+1
*
fix(web): Add icons to preview selectors
Mohamed Bassem
2025-07-04
1
-4
/
+19
*
chore: Add a GEMINI.md file for people using gemini-cli
Mohamed Bassem
2025-07-04
1
-0
/
+68
*
fix(mcp): add empty params object (#1697)
Baitazar
2025-07-04
1
-1
/
+3
*
fix: switch import / export icons (#1682)
Harry Peach
2025-06-29
1
-2
/
+2
*
fix(workers): Disable the metascraper readability as it's causing slowness in...
Mohamed Bassem
2025-06-22
1
-2
/
+0
*
fix(workers): Fix jsdom console logs leaking into worker logs
Mohamed Bassem
2025-06-22
1
-2
/
+3
*
feat(workers): adding a local metascraper plugin for Reddit posts (#1302)
David Woods
2025-06-22
4
-180
/
+220
[next]