aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* docker: Remove the file:/ prefix from database URLsMohamedBassem2024-02-274-7/+6
|
* docker: Run db migrations on web app startupMohamedBassem2024-02-275-17/+30
|
* build: Migrate from yarn to pnpmMohamedBassem2024-02-2616-10678/+8701
|
* feature: Add support for adding/removing tagsMohamedBassem2024-02-266-52/+365
|
* db: Migrate from prisma to drizzleMohamedBassem2024-02-2341-946/+2148
|
* readme: Add a homepage screenshotMohamedBassem2024-02-233-2/+6
|
* fix: Remove the separator line from the sign in page when no providers are ↵MohamedBassem2024-02-221-1/+1
| | | | configured
* fix: Tag filtering and sortingMohamedBassem2024-02-221-2/+2
|
* fix: Minor UI tweaks and fixing addition of first bookmarkMohamedBassem2024-02-224-13/+18
|
* build: Stop downloading puppeteer in github actionsMohamedBassem2024-02-222-1/+4
|
* fix: Make typescript happyMohamedBassem2024-02-221-1/+2
|
* feature: Introduce a separate sidebar for the mobileMohamedBassem2024-02-225-5/+64
|
* feature: Adding a loading page while bookmarks are being fetchedMohamedBassem2024-02-222-2/+13
|
* feature: Adding some loading card while the link is getting crawledMohamedBassem2024-02-228-50/+102
|
* readme: Add a section about security considerations when self hostingMohamedBassem2024-02-221-0/+14
|
* feature: Add support for credentials registration and sign inMohamedBassem2024-02-2215-20/+565
|
* docker: Only build new images on release creationMohamedBassem2024-02-201-7/+12
|
* docker: Add a docker-based dev environmentMohamedBassem2024-02-209-8/+99
|
* docker: Point docker compose to the published docker imagesMohamedBassem2024-02-201-15/+3
|
* extension: Add some temp logos to the pluginMohamedBassem2024-02-205-0/+5
|
* build: Fix the docker buildMohamedBassem2024-02-202-2/+0
|
* readme: Add the configuration variables to the readmeMohamedBassem2024-02-201-0/+13
|
* build: Fix buildMohamedBassem2024-02-202-3/+3
|
* Add readme and licenseMohamedBassem2024-02-202-1/+725
|
* feature: Basic support for demo modeMohamedBassem2024-02-204-12/+13
|
* fix: Fix passing the query to the tag pageMohamedBassem2024-02-203-32/+11
|
* branding: Rename app to HoarderMohamedBassem2024-02-2021-165/+164
|
* ui: hydrate the react query cache in the client side componentsMohamedBassem2024-02-209-15/+56
|
* build: Use the workers image for doing migrations instead of a dedicated ↵MohamedBassem2024-02-183-23/+5
| | | | container
* format: Run yarn formatMohamedBassem2024-02-184-11/+9
|
* build: Build and publish images to docker registryMohamedBassem2024-02-183-2/+39
|
* build: Optimizing the docker image sizes a bitMohamedBassem2024-02-185-54/+61
|
* build: Fix docker imagesMohamedBassem2024-02-177-20/+34
|
* fix: Let the crawler wait a bit more for page loadMohamedBassem2024-02-173-3/+18
|
* chore: Use nodemon during dev of workersMohamedBassem2024-02-172-5/+79
|
* feature: Inital attempt at showing a skeleton card while bookmark is loadedMohamedBassem2024-02-176-2/+55
|
* ui: Add bookmark card skeletonMohamedBassem2024-02-173-0/+47
|
* ui: Change action buttons to show a spinner when the request is loadingMohamedBassem2024-02-175-18/+84
|
* Migrating to react query for client side queriesMohamedBassem2024-02-1611-96/+197
|
* fix: Attempt to improve the openai prompt a bitMohamedBassem2024-02-152-4/+7
|
* ui: Usage images for link cardsMohamedBassem2024-02-154-51/+83
|
* fix: Fix broken tag pageMohamedBassem2024-02-141-2/+4
|
* fix: Harden puppeteer against browser disconnections and exceptionsMohamedBassem2024-02-143-16/+44
|
* chore: Consolidate all config vars in one fileMohamedBassem2024-02-146-12/+40
|
* feature: Add ability to refresh bookmark detailsMohamedBassem2024-02-145-4/+76
|
* fix: Fix the uniquness constraint on tag nameMohamedBassem2024-02-142-2/+14
|
* feature: Sort tags by usage and show usage numbersMohamedBassem2024-02-141-8/+25
|
* ui: Small UI fixesMohamedBassem2024-02-142-3/+3
|
* feature: Add error and not found boundaries in the dashboardMohamedBassem2024-02-132-0/+16
|
* build: Migrate from Makefiles to yarn scriptsMohamedBassem2024-02-133-27/+13
|