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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-03-27
fix: Fix allow links with trailing slashes in extension configuration. Fixes #18
MohamedBassem
1
-1
/
+1
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
4
-76
/
+168
2024-03-27
refactor: Validate env variables using zod
MohamedBassem
2
-12
/
+12
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
6
-22
/
+35
2024-03-26
docs: Update logo in all screenshots
MohamedBassem
9
-2
/
+2
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
34
-35
/
+188
2024-03-24
docker: Use external chrome docker container
MohamedBassem
1
-10
/
+40
2024-03-23
chore: Refactor tailwind in all apps to use the tooling package
MohamedBassem
12
-474
/
+17
2024-03-23
feature(web): Add dark mode support
MohamedBassem
26
-39
/
+117
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
feature: Add an option to disable new signups
MohamedBassem
3
-7
/
+10
2024-03-22
fix(mobile): Fix setting propagatin
MohamedBassem
10
-135
/
+88
2024-03-22
fix: Fix the creation date tooltip in preview pag
MohamedBassem
1
-1
/
+3
2024-03-21
landing: Add the demo link to the landing page and mention it in the docs
MohamedBassem
1
-3
/
+12
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
6
-69
/
+204
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-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
3
-13
/
+66
2024-03-20
chore: Bump nextjs version to 14.1.4
MohamedBassem
2
-2
/
+2
2024-03-20
ui(web): Show an overlay when dragging is active
MohamedBassem
3
-19
/
+41
2024-03-20
fix(web): Greatly improve the search feeling by removing the flicker
MohamedBassem
9
-79
/
+93
2024-03-20
fix(mobile): Fix flicker on search
MohamedBassem
8
-70
/
+105
2024-03-20
docs: Add docs for installation, configuration and development
MohamedBassem
1
-1
/
+5
2024-03-19
fix(workers): Drop the restriction of the tags being lowercase and without sp...
MohamedBassem
1
-2
/
+2
2024-03-19
landing: Add the auto generated privacy policy
MohamedBassem
1
-0
/
+217
2024-03-19
refactor: Move landing page to its own app to deploy it separately
MohamedBassem
18
-7
/
+395
2024-03-19
build: Fix build by committing next-env.d.ts
MohamedBassem
1
-0
/
+5
2024-03-19
feature: A new landing page
MohamedBassem
5
-3
/
+95
2024-03-19
fix(web): Show editor card when there are no bookmarks
MohamedBassem
1
-1
/
+1
2024-03-19
fix(web): Only show demo mode banner in demo mode
MohamedBassem
1
-1
/
+3
2024-03-19
build: Upgrade pnpm to v9 alpha, might regret it later
MohamedBassem
2
-2
/
+2
2024-03-19
feature(web): Add support for demo mode
MohamedBassem
11
-14
/
+74
2024-03-19
fix: Remove flicker from search bar
MohamedBassem
2
-9
/
+4
2024-03-19
refactor: Change asset storage to be the filesystem instead of sqlite
MohamedBassem
4
-34
/
+26
2024-03-19
Feature: Add support for uploading images and automatically inferring their t...
Mohamed Bassem
20
-50
/
+551
2024-03-18
feature(web): Add the ability to change passwords
MohamedBassem
2
-0
/
+134
2024-03-17
feature(web): A better tags editor using react select with auto complete and ...
MohamedBassem
3
-129
/
+121
[next]