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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-04-26
feature: Allow users to delete all unused tags in one go
MohamedBassem
2
-2
/
+38
2024-04-26
fix: Fix error when merging empty tags
MohamedBassem
1
-9
/
+11
2024-04-26
fix: Change tag listing API to return unused tags
MohamedBassem
1
-31
/
+28
2024-04-26
fix: Re-index affected bookmarks when one of their tags gets updated
MohamedBassem
1
-30
/
+78
2024-04-26
feature(crawler): Allow increasing crawler concurrency and configure storing ...
MohamedBassem
1
-0
/
+6
2024-04-25
feature(web): Add ability to rename, merge and fast delete tags. Fixes #105 (...
Mohamed Bassem
2
-33
/
+204
2024-04-24
ui(web): Show bookmark URL when maximizing a bookmark
MohamedBassem
1
-0
/
+1
2024-04-23
feature(extension): Allow adding tags and lists to newly hoarded bookmarks
MohamedBassem
4
-1
/
+52
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
2
-0
/
+3
2024-04-20
feature: Download images and screenshots
MohamedBassem
9
-4
/
+1096
2024-04-19
fix(mobile): Fix flicker on sign in page
MohamedBassem
1
-5
/
+1
2024-04-19
feature: Nested lists (#110). Fixes #62
Mohamed Bassem
8
-38
/
+1187
2024-04-18
refactor: Move the shared types to the shared package
MohamedBassem
11
-11
/
+16
2024-04-15
feature: Add title to bookmarks and allow editing them. Fixes #27
MohamedBassem
7
-0
/
+989
2024-04-14
feature(web): Allow changing the bookmark grid layout (#98)
Mohamed Bassem
2
-0
/
+26
2024-04-12
fix: Differentiate between pending in db and in redis in admin job stats
MohamedBassem
1
-18
/
+52
2024-04-11
feature: Recrawl failed links from admin UI (#95)
Ahmad Mujahid
5
-19
/
+1025
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
11
-2
/
+1950
2024-04-09
feature(inference): Upgrade the default vision model to the new gpt-4-turbo
MohamedBassem
1
-1
/
+1
2024-04-09
fix: Delete the API key on logout from phone or extension
MohamedBassem
2
-1
/
+53
2024-04-09
fix: Fix type in the useAddBookmarkToList hook
MohamedBassem
1
-1
/
+1
2024-04-09
feature(web): Allow uploading directly into lists/tags. Fixes #69
MohamedBassem
5
-23
/
+183
2024-04-07
feature: Extract hook logic into separate package and add a new action bar in...
MohamedBassem
5
-0
/
+119
2024-04-06
fix(workers): Increase default timeout to 60s, make it configurable and impro...
MohamedBassem
1
-0
/
+2
2024-04-06
fix: Refresh the all tags page automatically when a tag is modified
MohamedBassem
2
-29
/
+29
2024-04-06
feature: Change archived meaning to only mean removed from homepage
MohamedBassem
1
-10
/
+2
2024-04-05
fix: Delete user's assets when the user is deleted
MohamedBassem
2
-0
/
+14
2024-04-03
fix: Incorrect counts for tags in the AllTags page. Fixes #78
MohamedBassem
1
-2
/
+2
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-31
feature: Split the tags in AllTags page by who used them
MohamedBassem
1
-21
/
+56
2024-03-31
feature: Add support deleting tags
MohamedBassem
1
-0
/
+26
2024-03-30
format: Add missing lint and format, and format the entire repo
MohamedBassem
18
-69
/
+107
2024-03-30
fix: Sort search results by relevance
MohamedBassem
2
-1
/
+25
2024-03-30
feature(web): Add support for attaching notes to bookmarks
MohamedBassem
7
-0
/
+955
2024-03-27
feature: Change maximum asset size to be configurable. Fixes #33
MohamedBassem
1
-0
/
+2
2024-03-27
fix: Drop the 2k char limit on notes. Fixes #25
MohamedBassem
1
-1
/
+1
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
3
-34
/
+75
2024-03-26
fix: Allow setting demo mode creds when demo mode is enabled
MohamedBassem
1
-1
/
+4
2024-03-24
docker: Use external chrome docker container
MohamedBassem
1
-0
/
+1
2024-03-22
feature: Add an option to disable new signups
MohamedBassem
2
-15
/
+12
2024-03-21
fix: Fix accessing tags by name failing privacy checks
MohamedBassem
1
-9
/
+17
2024-03-20
feature(web): Add support for removing items from lists
MohamedBassem
2
-3
/
+30
2024-03-19
feature(web): Add support for demo mode
MohamedBassem
2
-5
/
+15
[next]