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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
feature: Allow recrawling bookmarks without running inference jobs
MohamedBassem
2024-04-20
2
-0
/
+3
*
feature: Download images and screenshots
MohamedBassem
2024-04-20
9
-4
/
+1096
*
fix(mobile): Fix flicker on sign in page
MohamedBassem
2024-04-19
1
-5
/
+1
*
feature: Nested lists (#110). Fixes #62
Mohamed Bassem
2024-04-19
8
-38
/
+1187
*
refactor: Move the shared types to the shared package
MohamedBassem
2024-04-18
11
-11
/
+16
*
feature: Add title to bookmarks and allow editing them. Fixes #27
MohamedBassem
2024-04-15
7
-0
/
+989
*
feature(web): Allow changing the bookmark grid layout (#98)
Mohamed Bassem
2024-04-14
2
-0
/
+26
*
fix: Differentiate between pending in db and in redis in admin job stats
MohamedBassem
2024-04-12
1
-18
/
+52
*
feature: Recrawl failed links from admin UI (#95)
Ahmad Mujahid
2024-04-11
5
-19
/
+1025
*
fix: Increase default navigation timeout to 30s, make it configurable and add...
MohamedBassem
2024-04-11
2
-1
/
+12
*
feature: Add PDF support (#88)
Ahmad Mujahid
2024-04-11
11
-2
/
+1950
*
feature(inference): Upgrade the default vision model to the new gpt-4-turbo
MohamedBassem
2024-04-09
1
-1
/
+1
*
fix: Delete the API key on logout from phone or extension
MohamedBassem
2024-04-09
2
-1
/
+53
*
fix: Fix type in the useAddBookmarkToList hook
MohamedBassem
2024-04-09
1
-1
/
+1
*
feature(web): Allow uploading directly into lists/tags. Fixes #69
MohamedBassem
2024-04-09
5
-23
/
+183
*
feature: Extract hook logic into separate package and add a new action bar in...
MohamedBassem
2024-04-07
5
-0
/
+119
*
fix(workers): Increase default timeout to 60s, make it configurable and impro...
MohamedBassem
2024-04-06
1
-0
/
+2
*
fix: Refresh the all tags page automatically when a tag is modified
MohamedBassem
2024-04-06
2
-29
/
+29
*
feature: Change archived meaning to only mean removed from homepage
MohamedBassem
2024-04-06
1
-10
/
+2
*
fix: Delete user's assets when the user is deleted
MohamedBassem
2024-04-05
2
-0
/
+14
*
fix: Incorrect counts for tags in the AllTags page. Fixes #78
MohamedBassem
2024-04-03
1
-2
/
+2
*
feature: Include server version in the admin UI. Fixes #66
MohamedBassem
2024-04-02
1
-0
/
+7
*
feat(workers): Allow configuring the language in which the tags are generated...
MohamedBassem
2024-04-02
1
-0
/
+2
*
chore(workers): Remove unused configuration options
MohamedBassem
2024-03-31
1
-4
/
+0
*
feature: Split the tags in AllTags page by who used them
MohamedBassem
2024-03-31
1
-21
/
+56
*
feature: Add support deleting tags
MohamedBassem
2024-03-31
1
-0
/
+26
*
format: Add missing lint and format, and format the entire repo
MohamedBassem
2024-03-30
18
-69
/
+107
*
fix: Sort search results by relevance
MohamedBassem
2024-03-30
2
-1
/
+25
*
feature(web): Add support for attaching notes to bookmarks
MohamedBassem
2024-03-30
7
-0
/
+955
*
feature: Change maximum asset size to be configurable. Fixes #33
MohamedBassem
2024-03-27
1
-0
/
+2
*
fix: Drop the 2k char limit on notes. Fixes #25
MohamedBassem
2024-03-27
1
-1
/
+1
*
fix: Attempt to increase the reliability of the ollama inference
MohamedBassem
2024-03-27
1
-0
/
+8
*
feature: Allow specifying a specific redis db to use. Fixes #13
MohamedBassem
2024-03-27
2
-0
/
+3
*
feature: Add support for local models using ollama
MohamedBassem
2024-03-27
1
-0
/
+2
*
refactor: Validate env variables using zod
MohamedBassem
2024-03-27
3
-34
/
+75
*
fix: Allow setting demo mode creds when demo mode is enabled
MohamedBassem
2024-03-26
1
-1
/
+4
*
docker: Use external chrome docker container
MohamedBassem
2024-03-24
1
-0
/
+1
*
feature: Add an option to disable new signups
MohamedBassem
2024-03-22
2
-15
/
+12
*
fix: Fix accessing tags by name failing privacy checks
MohamedBassem
2024-03-21
1
-9
/
+17
*
feature(web): Add support for removing items from lists
MohamedBassem
2024-03-20
2
-3
/
+30
*
feature(web): Add support for demo mode
MohamedBassem
2024-03-19
2
-5
/
+15
*
refactor: Change asset storage to be the filesystem instead of sqlite
MohamedBassem
2024-03-19
10
-34
/
+1979
*
Feature: Add support for uploading images and automatically inferring their t...
Mohamed Bassem
2024-03-19
9
-29
/
+2130
*
feature(web): Add the ability to change passwords
MohamedBassem
2024-03-18
2
-9
/
+48
*
feature(web): A better tags editor using react select with auto complete and ...
MohamedBassem
2024-03-17
1
-2
/
+27
*
db: Create an index on bookmarks.createdAt field given the use in pagination
MohamedBassem
2024-03-17
4
-0
/
+896
*
feature: Implemente pagination support
MohamedBassem
2024-03-17
2
-50
/
+77
*
refactor: Prepare for pagination by dropping querying bookmarks by id
MohamedBassem
2024-03-17
3
-45
/
+113
*
db: Add missing indicies on db
MohamedBassem
2024-03-16
4
-1
/
+910
*
refactor: Move tag fetching to trpc to reuse in the mobile app
MohamedBassem
2024-03-15
2
-0
/
+101
[next]