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
/
web
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
feature(web): Add support for attaching notes to bookmarks
MohamedBassem
2024-03-30
2
-2
/
+56
*
feature(web): Allow support for multiple asset upload at the same time. Fixes...
MohamedBassem
2024-03-30
2
-17
/
+71
*
fix(web): Consistent spacing in the content container in all pages. Fixes #40
MohamedBassem
2024-03-30
18
-68
/
+51
*
fix(web): Disable keyboard shortcut submissions in demoMode
MohamedBassem
2024-03-30
1
-1
/
+10
*
fix(web): Fix the sharp missing error log
MohamedBassem
2024-03-29
1
-0
/
+1
*
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: 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: Fix typo in sidebar list item Favourites. Fixes #9
MohamedBassem
2024-03-27
1
-1
/
+1
*
fix: Drop CORS restriction on the API routes as we're no longer doing fetches...
MohamedBassem
2024-03-26
1
-1
/
+1
*
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
3
-1
/
+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
17
-19
/
+88
*
chore: Refactor tailwind in all apps to use the tooling package
MohamedBassem
2024-03-23
6
-165
/
+8
*
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
*
feature: Add an option to disable new signups
MohamedBassem
2024-03-22
3
-7
/
+10
*
fix: Fix the creation date tooltip in preview pag
MohamedBassem
2024-03-22
1
-1
/
+3
*
ui(web): Minor style tweaks to the tags editor
MohamedBassem
2024-03-21
1
-0
/
+5
*
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
1
-1
/
+1
*
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
*
refactor: Move landing page to its own app to deploy it separately
MohamedBassem
2024-03-19
2
-95
/
+2
*
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
*
feature(web): Add support for demo mode
MohamedBassem
2024-03-19
11
-14
/
+74
*
fix: Remove flicker from search bar
MohamedBassem
2024-03-19
2
-9
/
+4
*
refactor: Change asset storage to be the filesystem instead of sqlite
MohamedBassem
2024-03-19
2
-23
/
+17
*
Feature: Add support for uploading images and automatically inferring their t...
Mohamed Bassem
2024-03-19
11
-19
/
+283
*
feature(web): Add the ability to change passwords
MohamedBassem
2024-03-18
2
-0
/
+134
*
feature(web): A better tags editor using react select with auto complete and ...
MohamedBassem
2024-03-17
3
-129
/
+121
*
feature: Implemente pagination support
MohamedBassem
2024-03-17
5
-16
/
+39
*
refactor: Prepare for pagination by dropping querying bookmarks by id
MohamedBassem
2024-03-17
5
-33
/
+13
*
ui(web): Change TagsEditor to auto save on edit and extract ActionBar to its ...
MohamedBassem
2024-03-17
6
-197
/
+179
*
ui(web): Reduce debounce duration to 10ms in search bar
MohamedBassem
2024-03-16
1
-1
/
+1
*
ui(web): Add an editor card inline in the bookmark grid and remove the top na...
MohamedBassem
2024-03-16
7
-150
/
+123
*
ui(web): Change the text in cards to be less aggressive
MohamedBassem
2024-03-15
3
-3
/
+3
*
refactor: Move tag fetching to trpc to reuse in the mobile app
MohamedBassem
2024-03-15
1
-24
/
+12
*
fix: Fix the allowed origins in CORS to match the prod extension id
MohamedBassem
2024-03-14
1
-1
/
+1
*
docker: Fix dockerfiles to adapt to the new repo structure
MohamedBassem
2024-03-14
1
-5
/
+0
[next]