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
/
packages
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
docker: Run db migrations on web app startup
MohamedBassem
2024-02-27
2
-0
/
+14
|
*
build: Migrate from yarn to pnpm
MohamedBassem
2024-02-26
4
-4
/
+8
|
*
feature: Add support for adding/removing tags
MohamedBassem
2024-02-26
6
-52
/
+365
|
*
db: Migrate from prisma to drizzle
MohamedBassem
2024-02-23
33
-629
/
+1159
|
*
fix: Remove the separator line from the sign in page when no providers are ↵
MohamedBassem
2024-02-22
1
-1
/
+1
|
|
|
|
configured
*
fix: Tag filtering and sorting
MohamedBassem
2024-02-22
1
-2
/
+2
|
*
fix: Minor UI tweaks and fixing addition of first bookmark
MohamedBassem
2024-02-22
4
-13
/
+18
|
*
fix: Make typescript happy
MohamedBassem
2024-02-22
1
-1
/
+2
|
*
feature: Introduce a separate sidebar for the mobile
MohamedBassem
2024-02-22
5
-5
/
+64
|
*
feature: Adding a loading page while bookmarks are being fetched
MohamedBassem
2024-02-22
2
-2
/
+13
|
*
feature: Adding some loading card while the link is getting crawled
MohamedBassem
2024-02-22
7
-49
/
+100
|
*
feature: Add support for credentials registration and sign in
MohamedBassem
2024-02-22
14
-20
/
+516
|
*
extension: Add some temp logos to the plugin
MohamedBassem
2024-02-20
5
-0
/
+5
|
*
build: Fix the docker build
MohamedBassem
2024-02-20
1
-1
/
+0
|
*
build: Fix build
MohamedBassem
2024-02-20
1
-2
/
+2
|
*
feature: Basic support for demo mode
MohamedBassem
2024-02-20
4
-12
/
+13
|
*
fix: Fix passing the query to the tag page
MohamedBassem
2024-02-20
3
-32
/
+11
|
*
branding: Rename app to Hoarder
MohamedBassem
2024-02-20
16
-32
/
+32
|
*
ui: hydrate the react query cache in the client side components
MohamedBassem
2024-02-20
8
-15
/
+30
|
*
format: Run yarn format
MohamedBassem
2024-02-18
4
-11
/
+9
|
*
build: Build and publish images to docker registry
MohamedBassem
2024-02-18
1
-2
/
+2
|
*
build: Optimizing the docker image sizes a bit
MohamedBassem
2024-02-18
2
-5
/
+10
|
*
build: Fix docker images
MohamedBassem
2024-02-17
3
-2
/
+8
|
*
fix: Let the crawler wait a bit more for page load
MohamedBassem
2024-02-17
2
-2
/
+15
|
*
chore: Use nodemon during dev of workers
MohamedBassem
2024-02-17
1
-1
/
+2
|
*
feature: Inital attempt at showing a skeleton card while bookmark is loaded
MohamedBassem
2024-02-17
5
-2
/
+25
|
*
ui: Add bookmark card skeleton
MohamedBassem
2024-02-17
3
-0
/
+47
|
*
ui: Change action buttons to show a spinner when the request is loading
MohamedBassem
2024-02-17
5
-18
/
+84
|
*
Migrating to react query for client side queries
MohamedBassem
2024-02-16
8
-94
/
+128
|
*
fix: Attempt to improve the openai prompt a bit
MohamedBassem
2024-02-15
2
-4
/
+7
|
*
ui: Usage images for link cards
MohamedBassem
2024-02-15
4
-51
/
+83
|
*
fix: Fix broken tag page
MohamedBassem
2024-02-14
1
-2
/
+4
|
*
fix: Harden puppeteer against browser disconnections and exceptions
MohamedBassem
2024-02-14
2
-16
/
+34
|
*
chore: Consolidate all config vars in one file
MohamedBassem
2024-02-14
5
-12
/
+22
|
*
feature: Add ability to refresh bookmark details
MohamedBassem
2024-02-14
5
-4
/
+76
|
*
fix: Fix the uniquness constraint on tag name
MohamedBassem
2024-02-14
2
-2
/
+14
|
*
feature: Sort tags by usage and show usage numbers
MohamedBassem
2024-02-14
1
-8
/
+25
|
*
ui: Small UI fixes
MohamedBassem
2024-02-14
2
-3
/
+3
|
*
feature: Add error and not found boundaries in the dashboard
MohamedBassem
2024-02-13
2
-0
/
+16
|
*
feature: Implement a usable but ugly all tags and a single tag page
MohamedBassem
2024-02-13
8
-29
/
+135
|
*
WIP: Add services to Dockerfile
MohamedBassem
2024-02-13
3
-57
/
+2
|
*
feature: Add login page and logout button
MohamedBassem
2024-02-13
9
-59
/
+111
|
*
feature: Add a dismiss button to the browser popup
MohamedBassem
2024-02-13
2
-3
/
+8
|
*
feature: A usable, yet ugly browser extension
MohamedBassem
2024-02-13
11
-57
/
+120
|
*
hack: Hack API key support in the context creation of TRPC
MohamedBassem
2024-02-12
4
-8
/
+22
|
*
WIP: Implement saving page functionality in browser extension
MohamedBassem
2024-02-12
8
-30
/
+170
|
*
Add the scafolding for the browser extension
MohamedBassem
2024-02-12
15
-0
/
+252
|
*
feature: Add support for managing API keys
MohamedBassem
2024-02-12
14
-3
/
+707
|
*
fix: Fix build for workers package and add it to CI
MohamedBassem
2024-02-11
6
-70
/
+94
|
*
refactor: Migrating to trpc instead of next's route handers
MohamedBassem
2024-02-11
25
-443
/
+289
|
[next]