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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat: Add collaborative lists (#2146)
Mohamed Bassem
2025-11-17
1
-246
/
+52
*
feat: Add support for user uploaded files (#2100)
Mohamed Bassem
2025-11-08
1
-0
/
+1
*
feat: Add source field to track bookmark creation sources (#2037)
Mohamed Bassem
2025-10-12
1
-0
/
+1
*
feat: Revamp import experience (#2001)
Mohamed Bassem
2025-10-04
1
-1
/
+14
*
refactor: Move callsites to liteque to be behind a plugin
Mohamed Bassem
2025-09-14
1
-10
/
+10
*
refactor: strongly type the search plugin interface
Mohamed Bassem
2025-09-14
1
-5
/
+6
*
fix: fix tag flicker caused by tag sorting
Mohamed Bassem
2025-09-07
1
-4
/
+8
*
refactor: Extract quota logic into its own class
Mohamed Bassem
2025-09-06
1
-21
/
+12
*
refactor: Extract meilisearch as a plugin
MohamedBassem
2025-07-27
1
-8
/
+7
*
Revert "fix: Fix the types of the bookmark types in the db query"
Mohamed Bassem
2025-07-13
1
-3
/
+3
*
fix: Fix the types of the bookmark types in the db query
Mohamed Bassem
2025-07-13
1
-3
/
+3
*
fix: Add ratelimiting to bookmark recrawl and summarization
Mohamed Bassem
2025-07-12
1
-1
/
+15
*
fix: Prioritize crawling user added links over bulk imports. fixes #1717
Mohamed Bassem
2025-07-12
1
-20
/
+47
*
feat: Store large html content in the asset db
Mohamed Bassem
2025-07-06
1
-6
/
+15
*
feat: Add per user bookmark count quota
Mohamed Bassem
2025-07-04
1
-1
/
+24
*
fix(tags): normalise leading hashes in tag names (#1317) (#1351)
Mostafa Wahied
2025-06-22
1
-3
/
+6
*
fix: Fix webhook not firing on deletion. Fixes #1613
Mohamed Bassem
2025-06-21
1
-1
/
+1
*
feat: Generate RSS feeds from lists (#1507)
Mohamed Bassem
2025-05-31
1
-255
/
+7
*
feat: Add "deleted" webhook event (#1464)
Salvatore Gentile
2025-05-24
1
-0
/
+1
*
feat: Add AI auto summarization. Fixes #1163
Mohamed Bassem
2025-05-18
1
-0
/
+1
*
fix(search): add new relevance sort order (#1392)
xuatz
2025-05-18
1
-3
/
+19
*
feat: Implement generic rule engine (#1318)
Mohamed Bassem
2025-04-27
1
-0
/
+27
*
fix: Add includeContent to search endpoint and document it in the docs
Mohamed Bassem
2025-04-16
1
-3
/
+1
*
fix: Dont download html content by default in the bookmark grid. Fixes #1198
Mohamed Bassem
2025-04-13
1
-11
/
+53
*
feat: Allow editing the extracted content of an asset bookmark
Mohamed Bassem
2025-04-13
1
-0
/
+20
*
chore: Rename hoarder packages to karakeep
MohamedBassem
2025-04-12
1
-12
/
+12
*
fix: Deprecate the updateBookmarkText trpc endpoint and replace it with updat...
MohamedBassem
2025-04-08
1
-1
/
+2
*
feat: Allow editing bookmark details
MohamedBassem
2025-04-08
1
-26
/
+115
*
feat(workers): Adds publisher and author og:meta tags to Bookmark (#1141)
erik-nilcoast
2025-03-22
1
-0
/
+2
*
fix: Harden getBookmarks endpoint against inconsistent bookmarks. Fixes #1094
Mohamed Bassem
2025-03-09
1
-64
/
+58
*
fix: Move away from JSON outputs to structured outputs. Fixes #1047
Mohamed Bassem
2025-03-02
1
-1
/
+1
*
refactor: Move the list logic into a separate model
Mohamed Bassem
2025-03-02
1
-25
/
+4
*
feat: Add a setting page to manage assets. Fixes #730
Mohamed Bassem
2025-02-23
1
-151
/
+2
*
feat: Add PDF screenshot generation and display (#995)
Ahmad Mujahid
2025-02-17
1
-0
/
+10
*
fix: Dont rearchive singlefile uploads and consider them as archives
Mohamed Bassem
2025-02-02
1
-0
/
+6
*
feat: Update the last modifiedAt timestamp when tags of the bookmark change
Mohamed Bassem
2025-02-01
1
-0
/
+9
*
feat: Add a new modifiedAt field to bookmarks table. Fixes #952
Mohamed Bassem
2025-02-01
1
-13
/
+24
*
feat: Change webhooks to be configurable by users
Mohamed Bassem
2025-01-19
1
-0
/
+6
*
feat: Add Bookmark Sorting Feature (#812)
Daksh Pareek
2025-01-12
1
-11
/
+39
*
feat: Support customizing the summarization prompt. Fixes #731
Mohamed Bassem
2025-01-12
1
-0
/
+12
*
feat: Add support for singlefile extension uploads. #172
Mohamed Bassem
2025-01-11
1
-5
/
+36
*
feat: Expose the search functionality in the REST API
Mohamed Bassem
2025-01-05
1
-19
/
+9
*
fix: Change search endpoint to accept query as raw string
Mohamed Bassem
2025-01-04
1
-5
/
+7
*
feat: Add support for smart lists (#802)
Mohamed Bassem
2025-01-02
1
-0
/
+30
*
feat: Introduce advanced search capabilities (#753)
Mohamed Bassem
2024-12-31
1
-1
/
+15
*
refactor: Move asset preprocessing to its own worker out of the inference worker
Mohamed Bassem
2024-12-26
1
-2
/
+8
*
feat: Add basic pagination to searchBookmarks tRPC
Mohamed Bassem
2024-12-22
1
-2
/
+33
*
feature: Store crawling status code and allow users to find broken links. Fix...
Mohamed Bassem
2024-12-08
1
-2
/
+57
*
feature: Allow setting bookmark metadata during creation
Mohamed Bassem
2024-11-17
1
-3
/
+6
*
feature(web): Add the ability to view the bookmarks of a particular rss feed
Mohamed Bassem
2024-11-03
1
-0
/
+14
[next]