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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix: Update docker-compose.yml (#119)
Rosin
2024-04-22
1
-1
/
+1
*
docker: Disable meilisearch analytics (#117)
Vivek
2024-04-22
1
-0
/
+2
*
fix: Ensure that downloaded asset images are from the allowed content types
MohamedBassem
2024-04-20
2
-8
/
+15
*
fix: Use next/image for serving bookmark images
MohamedBassem
2024-04-20
2
-16
/
+42
*
feature: Allow recrawling bookmarks without running inference jobs
MohamedBassem
2024-04-20
4
-9
/
+46
*
feature: Download images and screenshots
MohamedBassem
2024-04-20
21
-114
/
+1352
*
mobile: Bump mobile version to 1.5
MohamedBassem
2024-04-19
1
-2
/
+2
*
fix(mobile): Fix the color of the collapsible triangle to respect dark mode
MohamedBassem
2024-04-19
1
-9
/
+15
*
fix(mobile): Fix flicker on sign in page
MohamedBassem
2024-04-19
1
-5
/
+1
*
feature(mobile): Add support for nested listed on mobile
MohamedBassem
2024-04-19
1
-18
/
+89
*
feature: Nested lists (#110). Fixes #62
Mohamed Bassem
2024-04-19
23
-212
/
+1894
*
refactor: Move the shared types to the shared package
MohamedBassem
2024-04-18
48
-47
/
+66
*
mobile: Bump mobile version to 1.4
MohamedBassem
2024-04-17
1
-2
/
+2
*
mobile: Add dark mode support
MohamedBassem
2024-04-17
22
-56
/
+188
*
fix: Fix user local settings cookie to have max age as by default it's a sess...
MohamedBassem
2024-04-16
1
-4
/
+6
*
fix: Fix slice call in the content truncation logic which was resulting in ex...
MohamedBassem
2024-04-15
1
-1
/
+1
*
feature: Add title to bookmarks and allow editing them. Fixes #27
MohamedBassem
2024-04-15
17
-54
/
+1240
*
fix(web): Fix some JS console errors in the preview page
MohamedBassem
2024-04-14
4
-36
/
+50
*
feature(web): Allow changing the bookmark grid layout (#98)
Mohamed Bassem
2024-04-14
20
-268
/
+546
*
fix: Differentiate between pending in db and in redis in admin job stats
MohamedBassem
2024-04-12
3
-26
/
+64
*
feature: Recrawl failed links from admin UI (#95)
Ahmad Mujahid
2024-04-11
8
-25
/
+1067
*
fix: Increase default navigation timeout to 30s, make it configurable and add...
MohamedBassem
2024-04-11
5
-6
/
+17
*
feature: Add PDF support (#88)
Ahmad Mujahid
2024-04-11
24
-107
/
+2387
*
feature(inference): Upgrade the default vision model to the new gpt-4-turbo
MohamedBassem
2024-04-09
4
-10
/
+11
*
fix(crawler): Skip validating URLs in metascrapper as it was already being va...
MohamedBassem
2024-04-09
1
-0
/
+3
*
fix: Delete the API key on logout from phone or extension
MohamedBassem
2024-04-09
11
-92
/
+84
*
fix(web): Fix the toggle theme button allowing clicks from anywhere in the dr...
MohamedBassem
2024-04-09
2
-7
/
+18
*
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
19
-144
/
+258
*
refactor(web): Move the tooltip provider to the root of the app
MohamedBassem
2024-04-07
4
-102
/
+89
*
feature: Extract hook logic into separate package and add a new action bar in...
MohamedBassem
2024-04-07
21
-141
/
+483
*
fix(workers): Increase default timeout to 60s, make it configurable and impro...
MohamedBassem
2024-04-06
3
-11
/
+29
*
fix(docker): Remove BUILDPLATFORM from Dockerfile
MohamedBassem
2024-04-06
1
-4
/
+4
*
fix: Refresh the all tags page automatically when a tag is modified
MohamedBassem
2024-04-06
5
-83
/
+103
*
ui(web): Add a tooltip explaining what archived means
MohamedBassem
2024-04-06
4
-47
/
+60
*
fix: Only consider text as URL in editor card if it has an http protocol. Fix...
MohamedBassem
2024-04-06
1
-1
/
+4
*
feature: Change archived meaning to only mean removed from homepage
MohamedBassem
2024-04-06
7
-16
/
+5
*
fix: Delete user's assets when the user is deleted
MohamedBassem
2024-04-05
2
-0
/
+14
*
build: Increment android app versionCode
MohamedBassem
2024-04-04
1
-1
/
+2
*
fix: Incorrect counts for tags in the AllTags page. Fixes #78
MohamedBassem
2024-04-03
1
-2
/
+2
*
chore: Update turbo to 1.13.2
MohamedBassem
2024-04-03
2
-30
/
+30
*
fix: Minor fixes to small screens to render admin panel and settings in full ...
MohamedBassem
2024-04-03
2
-8
/
+8
*
docs: Fix some typos in the importing docs
MohamedBassem
2024-04-02
2
-6
/
+6
*
fix(cli): Don't download pnpm with every invocation
MohamedBassem
2024-04-02
1
-3
/
+2
*
docs: Add some wiki page about importing links from chrome. #7
MohamedBassem
2024-04-02
1
-0
/
+28
*
docker: Move build args to the end for better cache hits
MohamedBassem
2024-04-02
1
-8
/
+9
*
feature: Include server version in the admin UI. Fixes #66
MohamedBassem
2024-04-02
8
-14
/
+92
*
docs: Add NEXTAUTH_URL to installation instruction. Fixes #5
MohamedBassem
2024-04-02
4
-16
/
+25
*
featuer: Introduce a new CLI for mass manipulation of bookmarks
MohamedBassem
2024-04-02
11
-1
/
+340
*
fix(workers): Add a timeout to the crawling job to prevent it from getting st...
MohamedBassem
2024-04-02
2
-1
/
+18
[next]