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
/
LICENSE
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-03-27
feature: Change maximum asset size to be configurable. Fixes #33
MohamedBassem
3
-12
/
+16
2024-03-27
fix: Allow uploading webp images. Fixes #35
MohamedBassem
1
-1
/
+5
2024-03-27
fix(extension): Fix ugly looking popup in dark mode. Fixes #30
MohamedBassem
2
-10
/
+8
2024-03-27
fix: Allow submitting bookmarks with Ctrl+Enter. Fixes #24
MohamedBassem
1
-1
/
+1
2024-03-27
fix: Refresh the search cache when a bookmark is deleted. Fixes #26
MohamedBassem
1
-0
/
+5
2024-03-27
fix: Drop the 2k char limit on notes. Fixes #25
MohamedBassem
2
-7
/
+12
2024-03-27
fix: Attempt to increase the reliability of the ollama inference
MohamedBassem
4
-17
/
+49
2024-03-27
docs: Add a warning around the experimental nature of ollama, and add update ...
MohamedBassem
2
-1
/
+20
2024-03-27
fix: Fix allow links with trailing slashes in extension configuration. Fixes #18
MohamedBassem
1
-1
/
+1
2024-03-27
docs: Document the newly approved firefox addon. Fixes #4
MohamedBassem
2
-2
/
+2
2024-03-27
docs: Document the DISABLE_SIGNUPS config flag. Fixes #8
MohamedBassem
1
-0
/
+1
2024-03-27
feature: Allow specifying a specific redis db to use. Fixes #13
MohamedBassem
3
-14
/
+18
2024-03-27
fix: Fix typo in sidebar list item Favourites. Fixes #9
MohamedBassem
1
-1
/
+1
2024-03-27
feature: Add support for local models using ollama
MohamedBassem
10
-81
/
+206
2024-03-27
refactor: Validate env variables using zod
MohamedBassem
7
-46
/
+91
2024-03-26
feature: Prepare the extension for submission to mozilla addon store
MohamedBassem
5
-0
/
+5
2024-03-26
fix: Drop CORS restriction on the API routes as we're no longer doing fetches...
MohamedBassem
1
-1
/
+1
2024-03-26
fix: Use the screenshot with the new logo in the landing page
MohamedBassem
1
-0
/
+0
2024-03-26
fix: Allow setting demo mode creds when demo mode is enabled
MohamedBassem
7
-23
/
+39
2024-03-26
docs: Update logo in all screenshots
MohamedBassem
21
-4
/
+25
2024-03-26
fix: Reject asset uploads in demo mode
MohamedBassem
1
-0
/
+8
2024-03-26
ui: Migrate to the new logo everywhere
MohamedBassem
41
-38
/
+460
2024-03-24
docker: Use external chrome docker container
MohamedBassem
8
-33
/
+61
2024-03-23
chore: Refactor tailwind in all apps to use the tooling package
MohamedBassem
18
-427
/
+350
2024-03-23
feature(web): Add dark mode support
MohamedBassem
31
-39
/
+138
2024-03-23
fix(web): Remove the custom tile from the bookmarks page
MohamedBassem
1
-5
/
+0
2024-03-23
ui(web): Make the editor card a little bit more obvious
MohamedBassem
1
-2
/
+4
2024-03-22
fix(mobile): Minor tweaks to the sharing screen
MohamedBassem
1
-7
/
+10
2024-03-22
fix(mobile): Fix active tab tint color
MohamedBassem
1
-1
/
+5
2024-03-22
landing: Add opengraph image and update metadata
MohamedBassem
3
-1
/
+4
2024-03-22
docs: Add screenshots, and update other docs
MohamedBassem
20
-27
/
+59
2024-03-22
feature: Add an option to disable new signups
MohamedBassem
6
-26
/
+23
2024-03-22
fix(mobile): Fix setting propagatin
MohamedBassem
11
-135
/
+91
2024-03-22
fix: Use registry cache type instead of gha
MohamedBassem
1
-7
/
+6
2024-03-22
fix: Fix the creation date tooltip in preview pag
MohamedBassem
1
-1
/
+3
2024-03-22
chore: Upgrade turbo version
MohamedBassem
2
-30
/
+30
2024-03-22
docker: Fix multiplatform docker build
MohamedBassem
1
-3
/
+3
2024-03-21
build: Attempt to improve docker build cache in CI
MohamedBassem
1
-6
/
+7
2024-03-21
landing: Add the demo link to the landing page and mention it in the docs
MohamedBassem
3
-15
/
+36
2024-03-21
readme: Add demo section
MohamedBassem
1
-0
/
+11
2024-03-21
fix(workers): Fix the leaky browser instances in workers during development
MohamedBassem
3
-29
/
+46
2024-03-21
ui(web): Minor style tweaks to the tags editor
MohamedBassem
1
-0
/
+5
2024-03-21
fix: Simple validations for crawled URLs
MohamedBassem
1
-1
/
+17
2024-03-21
feature: A better looking bookmark preview page
MohamedBassem
7
-69
/
+244
2024-03-21
fix: Reset add list form form on submission
MohamedBassem
3
-4
/
+7
2024-03-21
fix: Fix open links in new tabs when clicking on the card banner
MohamedBassem
1
-1
/
+1
2024-03-21
fix: Fix accessing tags by name failing privacy checks
MohamedBassem
1
-9
/
+17
2024-03-20
fix(web): Remove editor card from tags page
MohamedBassem
1
-1
/
+0
2024-03-20
feature(web): Add support for removing items from lists
MohamedBassem
5
-16
/
+96
2024-03-20
chore: Bump nextjs version to 14.1.4
MohamedBassem
3
-58
/
+58
[next]