aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 cont...MohamedBassem2024-02-183-23/+5
* 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
* feature: Implement a usable but ugly all tags and a single tag pageMohamedBassem2024-02-138-29/+135
* WIP: Add services to DockerfileMohamedBassem2024-02-136-57/+165
* feature: Add login page and logout buttonMohamedBassem2024-02-139-59/+111
* feature: Add a dismiss button to the browser popupMohamedBassem2024-02-133-3/+18
* feature: A usable, yet ugly browser extensionMohamedBassem2024-02-1312-57/+123
* hack: Hack API key support in the context creation of TRPCMohamedBassem2024-02-125-9/+22
* WIP: Implement saving page functionality in browser extensionMohamedBassem2024-02-129-31/+309
* Add the scafolding for the browser extensionMohamedBassem2024-02-1216-157/+1575
* feature: Add support for managing API keysMohamedBassem2024-02-1215-5/+944
* fix: Fix build for workers package and add it to CIMohamedBassem2024-02-118-70/+106
* refactor: Migrating to trpc instead of next's route handersMohamedBassem2024-02-1126-477/+299