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
/
package.json
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-05-18
feature(web): Improve merging of tags by simple drag and drop #144 (#154)
kamtschatka
1
-0
/
+2
2024-04-26
feature: A new cleanups page to suggest ways to tidy up your bookmarks
MohamedBassem
1
-0
/
+1
2024-04-19
feature: Nested lists (#110). Fixes #62
Mohamed Bassem
1
-0
/
+1
2024-04-14
feature(web): Allow changing the bookmark grid layout (#98)
Mohamed Bassem
1
-1
/
+1
2024-04-07
feature: Extract hook logic into separate package and add a new action bar in...
MohamedBassem
1
-0
/
+1
2024-03-29
fix(web): Fix the sharp missing error log
MohamedBassem
1
-0
/
+1
2024-03-26
ui: Migrate to the new logo everywhere
MohamedBassem
1
-0
/
+1
2024-03-23
chore: Refactor tailwind in all apps to use the tooling package
MohamedBassem
1
-2
/
+0
2024-03-23
feature(web): Add dark mode support
MohamedBassem
1
-0
/
+1
2024-03-21
feature: A better looking bookmark preview page
MohamedBassem
1
-0
/
+2
2024-03-20
chore: Bump nextjs version to 14.1.4
MohamedBassem
1
-1
/
+1
2024-03-19
Feature: Add support for uploading images and automatically inferring their t...
Mohamed Bassem
1
-0
/
+1
2024-03-17
feature(web): A better tags editor using react select with auto complete and ...
MohamedBassem
1
-0
/
+1
2024-03-14
docker: Fix dockerfiles to adapt to the new repo structure
MohamedBassem
1
-5
/
+0
2024-03-14
structure: Create apps dir and copy tooling dir from t3-turbo repo
MohamedBassem
1
-19
/
+34
2024-03-11
build: Replace bcrypt with bcryptjs
MohamedBassem
1
-1
/
+0
2024-03-05
extension: Use react-query and trpc in the extension
MohamedBassem
1
-0
/
+1
2024-03-05
refactor: Extract trpc logic into its package
MohamedBassem
1
-3
/
+3
2024-03-04
feature: Initial attempt at making the app a PWA
MohamedBassem
1
-0
/
+1
2024-03-03
deps: Upgrade some deps
MohamedBassem
1
-8
/
+8
2024-03-02
ui: Use a masonry library to maintain the order of the bookmark grid
MohamedBassem
1
-0
/
+1
2024-03-01
feature: Add full text search support
MohamedBassem
1
-0
/
+1
2024-03-01
feature: Add support for creating and updating lists
MohamedBassem
1
-0
/
+6
2024-02-28
feature: Add support for markdown in the text bookmarks
MohamedBassem
1
-0
/
+2
2024-02-28
tests: Add tests for the bookmarks routes
MohamedBassem
1
-3
/
+7
2024-02-26
build: Migrate from yarn to pnpm
MohamedBassem
1
-0
/
+3
2024-02-23
db: Migrate from prisma to drizzle
MohamedBassem
1
-1
/
+1
2024-02-22
feature: Add support for credentials registration and sign in
MohamedBassem
1
-0
/
+2
2024-02-20
build: Fix the docker build
MohamedBassem
1
-1
/
+0
2024-02-20
branding: Rename app to Hoarder
MohamedBassem
1
-2
/
+2
2024-02-20
ui: hydrate the react query cache in the client side components
MohamedBassem
1
-0
/
+1
2024-02-17
feature: Inital attempt at showing a skeleton card while bookmark is loaded
MohamedBassem
1
-1
/
+2
2024-02-16
Migrating to react query for client side queries
MohamedBassem
1
-0
/
+3
2024-02-12
feature: Add support for managing API keys
MohamedBassem
1
-0
/
+3
2024-02-11
refactor: Migrating to trpc instead of next's route handers
MohamedBassem
1
-2
/
+2
2024-02-10
api: Init trpc in prep for a migration
MohamedBassem
1
-0
/
+5
2024-02-09
[refactor] Extract the bookmark model to be a high level model to support oth...
MohamedBassem
1
-0
/
+1
2024-02-08
[refactor] Move the different packages to the package subdir
MohamedBassem
1
-0
/
+0
2024-02-08
[refactor] Use react form hock for the AddLink
MohamedBassem
1
-0
/
+3
2024-02-07
[feature] Add support for deleting links
MohamedBassem
1
-0
/
+1
2024-02-07
[ui] Styling the bookmarks page
MohamedBassem
1
-0
/
+2
2024-02-06
Implement metadata fetching logic in the crawler
MohamedBassem
1
-1
/
+1
2024-02-06
Init package and start bullmq workers
MohamedBassem
1
-6
/
+2
2024-02-06
Structure the repo into workspaces
MohamedBassem
1
-5
/
+0
2024-02-06
Linting and formatting
MohamedBassem
1
-10
/
+10
2024-02-06
Add eslint and prettier
MohamedBassem
1
-3
/
+11
2024-02-06
Move the web app into a subdir
MohamedBassem
1
-0
/
+0
2024-02-06
Start using zod in the API
MohamedBassem
1
-1
/
+2
2024-02-05
Init shadcn
MohamedBassem
1
-1
/
+6
2024-02-05
Init NextAuth
MohamedBassem
1
-0
/
+2
[next]