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
/
shared
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-10-05
feature: Persevere the source URL of clipped texts from the extension.
MohamedBassem
1
-0
/
+1
2024-09-30
feature(web): Add ability to manually trigger full page archives. Fixes #398 ...
kamtschatka
1
-1
/
+2
2024-09-29
feature(web): Add the ability to customize the inference prompts. Fixes #170
MohamedBassem
3
-0
/
+62
2024-09-22
feature(web): Show attachments and allow users to manipulate them.
MohamedBassem
1
-0
/
+16
2024-09-21
feature(web): Preserve title, tags and createdAt when importing a netscape ht...
MohamedBassem
1
-0
/
+1
2024-09-21
refactor: Extract useUpload into its own reusable hook
MohamedBassem
1
-0
/
+2
2024-09-15
feature: Added support for custom OIDC providers to set up authentication. Fi...
kamtschatka
1
-0
/
+15
2024-09-15
feature(worker): Allow configuring inference job timeout and ollama keep aliv...
MohamedBassem
1
-0
/
+4
2024-07-27
feat: Upgrade default openai models to gpt-4o-mini which are 3x cheaper
MohamedBassem
1
-2
/
+2
2024-07-21
fix: async/await issues with the new queue (#319)
kamtschatka
1
-4
/
+4
2024-07-21
refactor: Replace the usage of bullMQ with the hoarder sqlite-based queue (#309)
Mohamed Bassem
3
-44
/
+28
2024-07-05
fix: Renaming full page archive asset file doesn't work inside docker. Fixes ...
MohamedBassem
1
-1
/
+4
2024-07-01
refactor: fixed typos in BookmarkTypes (#268)
kamtschatka
1
-2
/
+2
2024-07-01
refactor: added the bookmark type to the database (#256)
kamtschatka
1
-4
/
+11
2024-06-23
feature: Automatically transfer image urls into bookmared assets. Fixes #246
MohamedBassem
1
-3
/
+7
2024-06-22
feature: add support for PDF links. Fixes #28 (#216)
kamtschatka
2
-6
/
+15
2024-06-09
fix: Trigger search re-index on bookmark tag manual updates. Fixes #208 (#210)
kamtschatka
1
-0
/
+14
2024-05-26
feature: Full page archival with monolith. Fixes #132
MohamedBassem
3
-1
/
+37
2024-05-19
fix: Fix missing bookmarks during pagination if they got created in the same ...
MohamedBassem
1
-2
/
+11
2024-05-16
feature(inference): Upgrade the default vision model to the new gpt-4o-2024-0...
MohamedBassem
1
-1
/
+1
2024-05-15
feature(crawler): Allow connecting to browser's websocket address and launchi...
MohamedBassem
1
-0
/
+4
2024-05-15
feature(worker): Allow configuring redis with a password
MohamedBassem
2
-0
/
+3
2024-05-12
feature: Take full page screenshots #143 (#148)
kamtschatka
1
-0
/
+2
2024-05-05
fix(cli): Remove limit from array length when listing bookmarks. Fixes #135
MohamedBassem
1
-1
/
+2
2024-05-03
fix: Allow zod to coerce the crawler timeout from strings. Fixes #134
MohamedBassem
1
-2
/
+2
2024-04-26
feature(crawler): Allow increasing crawler concurrency and configure storing ...
MohamedBassem
1
-0
/
+6
2024-04-23
feature(extension): Allow adding tags and lists to newly hoarded bookmarks
MohamedBassem
1
-1
/
+6
2024-04-20
fix: Ensure that downloaded asset images are from the allowed content types
MohamedBassem
1
-0
/
+10
2024-04-20
feature: Allow recrawling bookmarks without running inference jobs
MohamedBassem
1
-0
/
+1
2024-04-20
feature: Download images and screenshots
MohamedBassem
2
-0
/
+6
2024-04-19
feature: Nested lists (#110). Fixes #62
Mohamed Bassem
1
-0
/
+55
2024-04-18
refactor: Move the shared types to the shared package
MohamedBassem
5
-0
/
+195
2024-04-15
feature: Add title to bookmarks and allow editing them. Fixes #27
MohamedBassem
1
-0
/
+1
2024-04-11
fix: Increase default navigation timeout to 30s, make it configurable and add...
MohamedBassem
2
-1
/
+12
2024-04-11
feature: Add PDF support (#88)
Ahmad Mujahid
2
-0
/
+3
2024-04-09
feature(inference): Upgrade the default vision model to the new gpt-4-turbo
MohamedBassem
1
-1
/
+1
2024-04-06
fix(workers): Increase default timeout to 60s, make it configurable and impro...
MohamedBassem
1
-0
/
+2
2024-04-05
fix: Delete user's assets when the user is deleted
MohamedBassem
1
-0
/
+12
2024-04-02
feature: Include server version in the admin UI. Fixes #66
MohamedBassem
1
-0
/
+7
2024-04-02
feat(workers): Allow configuring the language in which the tags are generated...
MohamedBassem
1
-0
/
+2
2024-03-31
chore(workers): Remove unused configuration options
MohamedBassem
1
-4
/
+0
2024-03-30
format: Add missing lint and format, and format the entire repo
MohamedBassem
4
-15
/
+42
2024-03-30
fix: Sort search results by relevance
MohamedBassem
1
-1
/
+17
2024-03-30
feature(web): Add support for attaching notes to bookmarks
MohamedBassem
1
-0
/
+1
2024-03-27
feature: Change maximum asset size to be configurable. Fixes #33
MohamedBassem
1
-0
/
+2
2024-03-27
fix: Attempt to increase the reliability of the ollama inference
MohamedBassem
1
-0
/
+8
2024-03-27
feature: Allow specifying a specific redis db to use. Fixes #13
MohamedBassem
2
-0
/
+3
2024-03-27
feature: Add support for local models using ollama
MohamedBassem
1
-0
/
+2
2024-03-27
refactor: Validate env variables using zod
MohamedBassem
1
-32
/
+71
2024-03-26
fix: Allow setting demo mode creds when demo mode is enabled
MohamedBassem
1
-1
/
+4
[next]