| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | ui(mobile): Change the add/edit note editor dialogs to be bottom sheets | MohamedBassem | 2024-08-26 | 5 | -125/+154 |
| | | |||||
| * | feature(mobile): Allow editing notes from the mobile app | MohamedBassem | 2024-08-25 | 4 | -32/+122 |
| | | |||||
| * | fix(mobile): trim slash from url on signin. Fixes #311 (#361) | Mark :) | 2024-08-24 | 1 | -1/+1 |
| | | |||||
| * | fix(mobile): Allow expanding the text by clicking on bookmark card | MohamedBassem | 2024-08-24 | 4 | -37/+160 |
| | | |||||
| * | fix(mobile): Change the next note text input to have multiple lines by default | MohamedBassem | 2024-08-24 | 1 | -0/+2 |
| | | |||||
| * | [docker] Adding chrome-service.yaml and adapt kustomization.yaml. Fixes #357 ↵ | rootly | 2024-08-21 | 2 | -0/+13 |
| | | | | | | (#358) Co-authored-by: rootly-be <gregorymichel@rootly.be> | ||||
| * | fix(extension): Upgrade crxjs to 2.0 to add support for firefox | MohamedBassem | 2024-08-18 | 6 | -87/+73 |
| | | |||||
| * | release(extension): Release version 1.2.2 | MohamedBassem | 2024-08-18 | 1 | -1/+1 |
| | | |||||
| * | [extension] Add context menu item in the browser extension. Fixes #155 (#278) | kamtschatka | 2024-08-18 | 6 | -31/+101 |
| | | | | | | | | | | | | | * Add context menu item in the browser extension #155 Added a context menu entry to add links directly to hoarder * Formalize protocol between extension and service worker, add support for text/images beside links * fix build --------- Co-authored-by: MohamedBassem <me@mbassem.com> | ||||
| * | fix(mobile): Change the hoarded page to no longer be a modal to allow ↵ | MohamedBassem | 2024-07-28 | 4 | -10/+6 |
| | | | | | AddToList to work | ||||
| * | docs: Add Kubernetes installation with Kustomize (#324) | Jose Fuentes Castillo | 2024-07-28 | 18 | -0/+385 |
| | | | | | | | | | | * Add kubernetes installation * Add kubernetes installation docs * Simplify config * Remove the patch to use only amd64 nodes and add sample env file | ||||
| * | release(mobile): Bump mobile version to 1.6.0 | MohamedBassem | 2024-07-28 | 3 | -2/+4 |
| | | |||||
| * | feat(mobile): Add ability to manage lists | MohamedBassem | 2024-07-28 | 6 | -163/+426 |
| | | |||||
| * | fix(workers): Shutdown workers on SIGTERM | MohamedBassem | 2024-07-28 | 2 | -0/+9 |
| | | |||||
| * | docker: Change all images to be built from the same AIO base | MohamedBassem | 2024-07-28 | 5 | -92/+86 |
| | | |||||
| * | feat: Upgrade default openai models to gpt-4o-mini which are 3x cheaper | MohamedBassem | 2024-07-27 | 3 | -6/+6 |
| | | |||||
| * | cli: Extract tag management into separate subcommand | MohamedBassem | 2024-07-27 | 2 | -21/+20 |
| | | |||||
| * | release(cli): Bump CLI version to 0.13.6 | MohamedBassem | 2024-07-27 | 1 | -1/+1 |
| | | |||||
| * | feature(cli): Allow updating tags/lists from CLI (#211) | kamtschatka | 2024-07-27 | 5 | -47/+182 |
| | | | | | | | | | | | | | * Improve the CLI #209 added the possibility to assign tags to bookmarks while creating added the possibility to assign a newly created to a list right away added the possibility to add and remove tags from bookmarks * minor tweaks --------- Co-authored-by: MohamedBassem <me@mbassem.com> | ||||
| * | refactor: Remove unused BookmarkedTextViewer (#310) | kamtschatka | 2024-07-21 | 2 | -31/+0 |
| | | |||||
| * | build: Add an all-in-one container | MohamedBassem | 2024-07-21 | 14 | -1/+55 |
| | | |||||
| * | fix: async/await issues with the new queue (#319) | kamtschatka | 2024-07-21 | 6 | -25/+27 |
| | | |||||
| * | chore(deps): Upgrade turbo and disable its daemon | MohamedBassem | 2024-07-21 | 4 | -58/+74 |
| | | |||||
| * | refactor: Replace the usage of bullMQ with the hoarder sqlite-based queue (#309) | Mohamed Bassem | 2024-07-21 | 13 | -344/+128 |
| | | |||||
| * | [docs] Change the docs to versioned | MohamedBassem | 2024-07-21 | 18 | -0/+609 |
| | | |||||
| * | feature: Add github markdown support which includes tables, checklists and ↵ | kamtschatka | 2024-07-15 | 4 | -1/+10 |
| | | | | | | auto links #300 (#302) added the possibility to add checkboxes | ||||
| * | chore: Add a new sqlite based queue package | MohamedBassem | 2024-07-14 | 16 | -0/+1062 |
| | | |||||
| * | fix: monolith not embedding SVG files correctly. Fixes #289 (#306) | kamtschatka | 2024-07-14 | 1 | -5/+2 |
| | | | | passing in the URL of the page to have the proper URL for resolving relative paths | ||||
| * | fix: Fix TRPC batchign failure because of long URLs. Fixes #281 (#291) | kamtschatka | 2024-07-13 | 3 | -0/+3 |
| | | | | limiting the length of the URL for batched requests to prevent 431 errors | ||||
| * | feature(web): Save title and tag name changes on enter. Fixes #283 (#293) | kamtschatka | 2024-07-13 | 1 | -0/+1 |
| | | | | | allowing to press enter to submit changes Applies to tags and bookmark titles | ||||
| * | fix: Delete confirmation doesn't disappear after bulk deletion of links ↵ | kamtschatka | 2024-07-13 | 1 | -1/+2 |
| | | | | | | using WebUI. Fixes #290 (#292) closing delete dialog after deleting the bookmarks | ||||
| * | chore: added a new table to store the config in the database (#279) | kamtschatka | 2024-07-08 | 4 | -0/+1106 |
| | | |||||
| * | landing: update landing page to include bulk actions | MohamedBassem | 2024-07-06 | 3 | -5/+11 |
| | | |||||
| * | fix(web): Suppress hydration warnings caused by the dates in the bookmark grid | MohamedBassem | 2024-07-06 | 1 | -1/+4 |
| | | |||||
| * | fix(web): Add sans-serif fallback for Inter font in CJK environments (#272) | Kohei Watanabe | 2024-07-06 | 1 | -1/+4 |
| | | |||||
| * | fix: Renaming full page archive asset file doesn't work inside docker. Fixes ↵ | MohamedBassem | 2024-07-05 | 1 | -1/+4 |
| | | | | | #273 | ||||
| * | feat: Add bulk edit option for bookmarks. Fixes #84 (#259) | Md Saban | 2024-07-01 | 14 | -27/+314 |
| | | | | | | | | | | | | | | | | | | * feat: add bulk edit option for bookmarks * fix: resolve comments * fix: resolve comments * fix: resolve comments * fix: resolve comments * rename bulk action store, simplify the bulk action toolbar --------- Co-authored-by: MohamedBassem <me@mbassem.com> | ||||
| * | fix: fixed an issue that would half the textarea in grid layout after ↵ | kamtschatka | 2024-07-01 | 1 | -1/+3 |
| | | | | | submitting a bookmark (#269) | ||||
| * | refactor: fixed typos in BookmarkTypes (#268) | kamtschatka | 2024-07-01 | 3 | -6/+6 |
| | | |||||
| * | refactor: drag and drop improvements (#264) | kamtschatka | 2024-07-01 | 3 | -104/+124 |
| | | | | | | | | | | * [Feature request] Drag and Drop Items to Lists #123 reworked the drag and drop mechanism to still have change detection, but not so much that it has a huge overhead Changed the layout a bit to allow proper drag/drop of elements from the main section to the sidebar Added the possibility to drag/drop bookmarks onto lists * [Feature request] Drag and Drop Items to Lists #123 Removed the changes to allow dragging&dropping bookmarks | ||||
| * | fix: Increase list name size to max 40 chars up from 20. Fixes #254 | MohamedBassem | 2024-07-01 | 1 | -1/+1 |
| | | |||||
| * | fix: Fix duplicate bookmarks in links with assets | MohamedBassem | 2024-07-01 | 1 | -1/+5 |
| | | |||||
| * | refactor: added the bookmark type to the database (#256) | kamtschatka | 2024-07-01 | 27 | -120/+1266 |
| | | | | | | | | | | | | | | | | | | * refactoring asset types Extracted out functions to silently delete assets and to update them after crawling Generalized the mapping of assets to bookmark fields to make extending them easier * Added the bookmark type to the database Introduced an enum to have better type safety cleaned up the code and based some code on the type directly * add BookmarkType.UNKNWON * lint and remove unused function --------- Co-authored-by: MohamedBassem <me@mbassem.com> | ||||
| * | refactor: remove redundant code from crawler worker and refactor handling of ↵ | kamtschatka | 2024-06-29 | 3 | -65/+80 |
| | | | | | | | | | | | | | | asset types (#253) * refactoring asset types Extracted out functions to silently delete assets and to update them after crawling Generalized the mapping of assets to bookmark fields to make extending them easier * revert silentDeleteAsset and hide better-sqlite3 --------- Co-authored-by: MohamedBassem <me@mbassem.com> | ||||
| * | ui: refactor admin settings page (#249) | Md Saban | 2024-06-29 | 4 | -282/+301 |
| | | | | | | | | | | | | | | | | * ui: refactor admin ui * fix: pr comments * chore: lint fix * chore: refactor * minor tweaks --------- Co-authored-by: MohamedBassem <me@mbassem.com> | ||||
| * | ui: Changes for user settings page (#251) | Md Saban | 2024-06-23 | 6 | -44/+108 |
| | | | | | | | | * fix: ui refactoring for user settings page * fix: type error * fix: pr comments | ||||
| * | feature: Automatically transfer image urls into bookmared assets. Fixes #246 | MohamedBassem | 2024-06-23 | 2 | -9/+23 |
| | | |||||
| * | ui(web): move layout selector to main screen (#252) | Md Saban | 2024-06-23 | 9 | -100/+99 |
| | | |||||
| * | refactor: extract assets into their own database table. #215 (#220) | kamtschatka | 2024-06-23 | 6 | -52/+1271 |
| | | | | | | | | | | | | | | | | | | | | * Allow downloading more content from a webpage and index it #215 added a new table that contains the information about assets for link bookmarks created migration code that transfers the existing data into the new table * Allow downloading more content from a webpage and index it #215 removed the old asset columns from the database updated the UI to use the data from the linkBookmarkAssets array * generalize the assets table to not be linked in particular to links * fix migrations post merge * fix missing asset ids in the getBookmarks call --------- Co-authored-by: MohamedBassem <me@mbassem.com> | ||||
| * | fix(landing): image width on landing page (#250) | Md Saban | 2024-06-23 | 1 | -1/+1 |
| | | |||||
