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
/
bookmarks.ts
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-12-27
feat: support archiving as pdf (#2309)
Mohamed Bassem
1
-0
/
+2
2025-12-24
refactor: move assets to their own model (#2301)
Mohamed Bassem
1
-11
/
+8
2025-12-22
fix: check quota usage instead bookmark transaction
Mohamed Bassem
1
-123
/
+127
2025-12-22
fix: optimize tagging db queries (#2287)
Mohamed Bassem
1
-86
/
+82
2025-12-14
fix: non-link bookmarks where stuck in pending summarization. Fixes #1605
Mohamed Bassem
1
-0
/
+3
2025-12-07
fix: remove queue triggers outside of updateTags transaction
Mohamed Bassem
1
-15
/
+19
2025-11-28
fix: lazy load js-tiktoken in prompts module (#2176)
Mohamed Bassem
1
-1
/
+1
2025-11-27
fix: Propagate group ids in queue calls (#2177)
Mohamed Bassem
1
-12
/
+34
2025-11-17
feat: Add collaborative lists (#2146)
Mohamed Bassem
1
-246
/
+52
2025-11-08
feat: Add support for user uploaded files (#2100)
Mohamed Bassem
1
-0
/
+1
2025-10-12
feat: Add source field to track bookmark creation sources (#2037)
Mohamed Bassem
1
-0
/
+1
2025-10-04
feat: Revamp import experience (#2001)
Mohamed Bassem
1
-1
/
+14
2025-09-14
refactor: Move callsites to liteque to be behind a plugin
Mohamed Bassem
1
-10
/
+10
2025-09-14
refactor: strongly type the search plugin interface
Mohamed Bassem
1
-5
/
+6
2025-09-07
fix: fix tag flicker caused by tag sorting
Mohamed Bassem
1
-4
/
+8
2025-09-06
refactor: Extract quota logic into its own class
Mohamed Bassem
1
-21
/
+12
2025-07-27
refactor: Extract meilisearch as a plugin
MohamedBassem
1
-8
/
+7
2025-07-13
Revert "fix: Fix the types of the bookmark types in the db query"
Mohamed Bassem
1
-3
/
+3
2025-07-13
fix: Fix the types of the bookmark types in the db query
Mohamed Bassem
1
-3
/
+3
2025-07-12
fix: Add ratelimiting to bookmark recrawl and summarization
Mohamed Bassem
1
-1
/
+15
2025-07-12
fix: Prioritize crawling user added links over bulk imports. fixes #1717
Mohamed Bassem
1
-20
/
+47
2025-07-06
feat: Store large html content in the asset db
Mohamed Bassem
1
-6
/
+15
2025-07-04
feat: Add per user bookmark count quota
Mohamed Bassem
1
-1
/
+24
2025-06-22
fix(tags): normalise leading hashes in tag names (#1317) (#1351)
Mostafa Wahied
1
-3
/
+6
2025-06-21
fix: Fix webhook not firing on deletion. Fixes #1613
Mohamed Bassem
1
-1
/
+1
2025-05-31
feat: Generate RSS feeds from lists (#1507)
Mohamed Bassem
1
-255
/
+7
2025-05-24
feat: Add "deleted" webhook event (#1464)
Salvatore Gentile
1
-0
/
+1
2025-05-18
feat: Add AI auto summarization. Fixes #1163
Mohamed Bassem
1
-0
/
+1
2025-05-18
fix(search): add new relevance sort order (#1392)
xuatz
1
-3
/
+19
2025-04-27
feat: Implement generic rule engine (#1318)
Mohamed Bassem
1
-0
/
+27
2025-04-16
fix: Add includeContent to search endpoint and document it in the docs
Mohamed Bassem
1
-3
/
+1
2025-04-13
fix: Dont download html content by default in the bookmark grid. Fixes #1198
Mohamed Bassem
1
-11
/
+53
2025-04-13
feat: Allow editing the extracted content of an asset bookmark
Mohamed Bassem
1
-0
/
+20
2025-04-12
chore: Rename hoarder packages to karakeep
MohamedBassem
1
-12
/
+12
2025-04-08
fix: Deprecate the updateBookmarkText trpc endpoint and replace it with updat...
MohamedBassem
1
-1
/
+2
2025-04-08
feat: Allow editing bookmark details
MohamedBassem
1
-26
/
+115
2025-03-22
feat(workers): Adds publisher and author og:meta tags to Bookmark (#1141)
erik-nilcoast
1
-0
/
+2
2025-03-09
fix: Harden getBookmarks endpoint against inconsistent bookmarks. Fixes #1094
Mohamed Bassem
1
-64
/
+58
2025-03-02
fix: Move away from JSON outputs to structured outputs. Fixes #1047
Mohamed Bassem
1
-1
/
+1
2025-03-02
refactor: Move the list logic into a separate model
Mohamed Bassem
1
-25
/
+4
2025-02-23
feat: Add a setting page to manage assets. Fixes #730
Mohamed Bassem
1
-151
/
+2
2025-02-17
feat: Add PDF screenshot generation and display (#995)
Ahmad Mujahid
1
-0
/
+10
2025-02-02
fix: Dont rearchive singlefile uploads and consider them as archives
Mohamed Bassem
1
-0
/
+6
2025-02-01
feat: Update the last modifiedAt timestamp when tags of the bookmark change
Mohamed Bassem
1
-0
/
+9
2025-02-01
feat: Add a new modifiedAt field to bookmarks table. Fixes #952
Mohamed Bassem
1
-13
/
+24
2025-01-19
feat: Change webhooks to be configurable by users
Mohamed Bassem
1
-0
/
+6
2025-01-12
feat: Add Bookmark Sorting Feature (#812)
Daksh Pareek
1
-11
/
+39
2025-01-12
feat: Support customizing the summarization prompt. Fixes #731
Mohamed Bassem
1
-0
/
+12
2025-01-11
feat: Add support for singlefile extension uploads. #172
Mohamed Bassem
1
-5
/
+36
2025-01-05
feat: Expose the search functionality in the REST API
Mohamed Bassem
1
-19
/
+9
[next]