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
/
apps
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
feature: Change maximum asset size to be configurable. Fixes #33
MohamedBassem
2024-03-27
1
-1
/
+1
*
fix: Allow uploading webp images. Fixes #35
MohamedBassem
2024-03-27
1
-1
/
+5
*
fix(extension): Fix ugly looking popup in dark mode. Fixes #30
MohamedBassem
2024-03-27
2
-10
/
+8
*
fix: Allow submitting bookmarks with Ctrl+Enter. Fixes #24
MohamedBassem
2024-03-27
1
-1
/
+1
*
fix: Refresh the search cache when a bookmark is deleted. Fixes #26
MohamedBassem
2024-03-27
1
-0
/
+5
*
fix: Drop the 2k char limit on notes. Fixes #25
MohamedBassem
2024-03-27
1
-6
/
+11
*
fix: Attempt to increase the reliability of the ollama inference
MohamedBassem
2024-03-27
2
-16
/
+40
*
fix: Fix allow links with trailing slashes in extension configuration. Fixes #18
MohamedBassem
2024-03-27
1
-1
/
+1
*
fix: Fix typo in sidebar list item Favourites. Fixes #9
MohamedBassem
2024-03-27
1
-1
/
+1
*
feature: Add support for local models using ollama
MohamedBassem
2024-03-27
4
-76
/
+168
*
refactor: Validate env variables using zod
MohamedBassem
2024-03-27
2
-12
/
+12
*
feature: Prepare the extension for submission to mozilla addon store
MohamedBassem
2024-03-26
5
-0
/
+5
*
fix: Drop CORS restriction on the API routes as we're no longer doing fetches...
MohamedBassem
2024-03-26
1
-1
/
+1
*
fix: Use the screenshot with the new logo in the landing page
MohamedBassem
2024-03-26
1
-0
/
+0
*
fix: Allow setting demo mode creds when demo mode is enabled
MohamedBassem
2024-03-26
6
-22
/
+35
*
docs: Update logo in all screenshots
MohamedBassem
2024-03-26
9
-2
/
+2
*
fix: Reject asset uploads in demo mode
MohamedBassem
2024-03-26
1
-0
/
+8
*
ui: Migrate to the new logo everywhere
MohamedBassem
2024-03-26
34
-35
/
+188
*
docker: Use external chrome docker container
MohamedBassem
2024-03-24
1
-10
/
+40
*
chore: Refactor tailwind in all apps to use the tooling package
MohamedBassem
2024-03-23
12
-474
/
+17
*
feature(web): Add dark mode support
MohamedBassem
2024-03-23
26
-39
/
+117
*
fix(web): Remove the custom tile from the bookmarks page
MohamedBassem
2024-03-23
1
-5
/
+0
*
ui(web): Make the editor card a little bit more obvious
MohamedBassem
2024-03-23
1
-2
/
+4
*
fix(mobile): Minor tweaks to the sharing screen
MohamedBassem
2024-03-22
1
-7
/
+10
*
fix(mobile): Fix active tab tint color
MohamedBassem
2024-03-22
1
-1
/
+5
*
landing: Add opengraph image and update metadata
MohamedBassem
2024-03-22
3
-1
/
+4
*
feature: Add an option to disable new signups
MohamedBassem
2024-03-22
3
-7
/
+10
*
fix(mobile): Fix setting propagatin
MohamedBassem
2024-03-22
10
-135
/
+88
*
fix: Fix the creation date tooltip in preview pag
MohamedBassem
2024-03-22
1
-1
/
+3
*
landing: Add the demo link to the landing page and mention it in the docs
MohamedBassem
2024-03-21
1
-3
/
+12
*
fix(workers): Fix the leaky browser instances in workers during development
MohamedBassem
2024-03-21
3
-29
/
+46
*
ui(web): Minor style tweaks to the tags editor
MohamedBassem
2024-03-21
1
-0
/
+5
*
fix: Simple validations for crawled URLs
MohamedBassem
2024-03-21
1
-1
/
+17
*
feature: A better looking bookmark preview page
MohamedBassem
2024-03-21
6
-69
/
+204
*
fix: Reset add list form form on submission
MohamedBassem
2024-03-21
3
-4
/
+7
*
fix: Fix open links in new tabs when clicking on the card banner
MohamedBassem
2024-03-21
1
-1
/
+1
*
fix(web): Remove editor card from tags page
MohamedBassem
2024-03-20
1
-1
/
+0
*
feature(web): Add support for removing items from lists
MohamedBassem
2024-03-20
3
-13
/
+66
*
chore: Bump nextjs version to 14.1.4
MohamedBassem
2024-03-20
2
-2
/
+2
*
ui(web): Show an overlay when dragging is active
MohamedBassem
2024-03-20
3
-19
/
+41
*
fix(web): Greatly improve the search feeling by removing the flicker
MohamedBassem
2024-03-20
9
-79
/
+93
*
fix(mobile): Fix flicker on search
MohamedBassem
2024-03-20
8
-70
/
+105
*
docs: Add docs for installation, configuration and development
MohamedBassem
2024-03-20
1
-1
/
+5
*
fix(workers): Drop the restriction of the tags being lowercase and without sp...
MohamedBassem
2024-03-19
1
-2
/
+2
*
landing: Add the auto generated privacy policy
MohamedBassem
2024-03-19
1
-0
/
+217
*
refactor: Move landing page to its own app to deploy it separately
MohamedBassem
2024-03-19
18
-7
/
+395
*
build: Fix build by committing next-env.d.ts
MohamedBassem
2024-03-19
1
-0
/
+5
*
feature: A new landing page
MohamedBassem
2024-03-19
5
-3
/
+95
*
fix(web): Show editor card when there are no bookmarks
MohamedBassem
2024-03-19
1
-1
/
+1
*
fix(web): Only show demo mode banner in demo mode
MohamedBassem
2024-03-19
1
-1
/
+3
[next]