| Age | Commit message | Author | Files | +/- |
|---|---|---|---|---|
| fix(mobile): Change the next note text input to have multiple lines by default | MohamedBassem | 1 | -0/+2 | |
[docker] Adding chrome-service.yaml and adapt kustomization.yaml. Fixes #357… …Co-authored-by: rootly-be <gregorymichel@rootly.be> |
rootly | 2 | -0/+13 | |
| fix(extension): Upgrade crxjs to 2.0 to add support for firefox | MohamedBassem | 6 | -87/+73 | |
| release(extension): Release version 1.2.2 | MohamedBassem | 1 | -1/+1 | |
[extension] Add context menu item in the browser extension. Fixes #155 (#278) …* 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> |
kamtschatka | 6 | -31/+101 | |
| fix(mobile): Change the hoarded page to no longer be a modal to allow AddToList… | MohamedBassem | 4 | -10/+6 | |
docs: Add Kubernetes installation with Kustomize (#324) …* Add kubernetes installation * Add kubernetes installation docs * Simplify config * Remove the patch to use only amd64 nodes and add sample env file |
Jose Fuentes Castillo | 18 | -0/+385 | |
| release(mobile): Bump mobile version to 1.6.0 | MohamedBassem | 3 | -2/+4 | |
| feat(mobile): Add ability to manage lists | MohamedBassem | 6 | -163/+426 | |
| fix(workers): Shutdown workers on SIGTERM | MohamedBassem | 2 | -0/+9 | |
| docker: Change all images to be built from the same AIO base | MohamedBassem | 6 | -92/+86 | |
| feat: Upgrade default openai models to gpt-4o-mini which are 3x cheaper | MohamedBassem | 3 | -6/+6 | |
| cli: Extract tag management into separate subcommand | MohamedBassem | 2 | -21/+20 | |
| release(cli): Bump CLI version to 0.13.6 | MohamedBassem | 1 | -1/+1 | |
feature(cli): Allow updating tags/lists from CLI (#211) …* 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> |
kamtschatka | 5 | -47/+182 | |
| refactor: Remove unused BookmarkedTextViewer (#310) | kamtschatka | 2 | -31/+0 | |
| build: Add an all-in-one container | MohamedBassem | 14 | -1/+55 | |
| fix: async/await issues with the new queue (#319) | kamtschatka | 6 | -25/+27 | |
| chore(deps): Upgrade turbo and disable its daemon | MohamedBassem | 4 | -58/+74 | |
| refactor: Replace the usage of bullMQ with the hoarder sqlite-based queue (#309) | Mohamed Bassem | 13 | -344/+128 | |
| [docs] Change the docs to versioned | MohamedBassem | 18 | -0/+609 | |
feature: Add github markdown support which includes tables, checklists and auto… …added the possibility to add checkboxes |
kamtschatka | 4 | -1/+10 | |
| chore: Add a new sqlite based queue package | MohamedBassem | 16 | -0/+1062 | |
fix: monolith not embedding SVG files correctly. Fixes #289 (#306) …passing in the URL of the page to have the proper URL for resolving relative paths |
kamtschatka | 1 | -5/+2 | |
fix: Fix TRPC batchign failure because of long URLs. Fixes #281 (#291) …limiting the length of the URL for batched requests to prevent 431 errors |
kamtschatka | 3 | -0/+3 | |
feature(web): Save title and tag name changes on enter. Fixes #283 (#293) …allowing to press enter to submit changes Applies to tags and bookmark titles |
kamtschatka | 1 | -0/+1 | |
fix: Delete confirmation doesn't disappear after bulk deletion of links using… …closing delete dialog after deleting the bookmarks |
kamtschatka | 1 | -1/+2 | |
| chore: added a new table to store the config in the database (#279) | kamtschatka | 4 | -0/+1106 | |
| landing: update landing page to include bulk actions | MohamedBassem | 3 | -5/+11 | |
| fix(web): Suppress hydration warnings caused by the dates in the bookmark grid | MohamedBassem | 1 | -1/+4 | |
| fix(web): Add sans-serif fallback for Inter font in CJK environments (#272) | Kohei Watanabe | 1 | -1/+4 | |
| fix: Renaming full page archive asset file doesn't work inside docker. Fixes… | MohamedBassem | 1 | -1/+4 | |
feat: Add bulk edit option for bookmarks. Fixes #84 (#259) …* 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> |
Md Saban | 14 | -27/+314 | |
| fix: fixed an issue that would half the textarea in grid layout after… | kamtschatka | 1 | -1/+3 | |
| refactor: fixed typos in BookmarkTypes (#268) | kamtschatka | 3 | -6/+6 | |
refactor: drag and drop improvements (#264) …* [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 |
kamtschatka | 3 | -104/+124 | |
| fix: Increase list name size to max 40 chars up from 20. Fixes #254 | MohamedBassem | 1 | -1/+1 | |
| fix: Fix duplicate bookmarks in links with assets | MohamedBassem | 1 | -1/+5 | |
refactor: added the bookmark type to the database (#256) …* 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> |
kamtschatka | 27 | -120/+1266 | |
refactor: remove redundant code from crawler worker and refactor handling of… …* 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> |
kamtschatka | 3 | -65/+80 | |
ui: refactor admin settings page (#249) …* ui: refactor admin ui * fix: pr comments * chore: lint fix * chore: refactor * minor tweaks --------- Co-authored-by: MohamedBassem <me@mbassem.com> |
Md Saban | 4 | -282/+301 | |
ui: Changes for user settings page (#251) …* fix: ui refactoring for user settings page * fix: type error * fix: pr comments |
Md Saban | 6 | -44/+108 | |
| feature: Automatically transfer image urls into bookmared assets. Fixes #246 | MohamedBassem | 2 | -9/+23 | |
| ui(web): move layout selector to main screen (#252) | Md Saban | 9 | -100/+99 | |
refactor: extract assets into their own database table. #215 (#220) …* 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> |
kamtschatka | 6 | -52/+1271 | |
| fix(landing): image width on landing page (#250) | Md Saban | 1 | -1/+1 | |
feature: add support for PDF links. Fixes #28 (#216) …* feature request: pdf support #28 Added a new sourceUrl column to the asset bookmarks Added transforming a link bookmark pointing at a pdf to an asset bookmark made sure the "View Original" link is also shown for asset bookmarks that have a sourceURL updated gitignore for IDEA * remove pdf parsing from the crawler * extract the http logic into its own function to avoid duplicating the post-processing actions (openai/index) * Add 5s timeout to the content type fetch --------- Co-authored-by: MohamedBassem <me@mbassem.com> |
kamtschatka | 10 | -93/+1263 | |
fix(web): Fix save action on empty card. Fixes #225 (#243) …* fix: Empty item save action * fix: resolve comments * chore: prettier |
Md Saban | 3 | -5/+36 | |
ui: Improve landing page for homepage (#238) …* fix: Improve landing page for homepage * chore: fix related to test failing * chore: prettier changes |
Md Saban | 8 | -30/+171 | |
feature(web): Enhance the bookmark textarea in the list layout (#247) …* Allow the user to expand the textarea in the list mode to support larger notes * Expand the textarea to a max of half the screen size in the list layout only * Move onInput to a separate method * Restoring the textfield to its original state after submitting * Moving the reset form to the mutate onSuccess event to not reset the height on a fail request |
Ahmad Mujahid | 1 | -2/+29 | |
| readme: broken readme links (#233) | Md Saban | 1 | -2/+2 | |
| fix: Remove the bookmark update text limit (#244) | Ahmad Mujahid | 1 | -1/+1 | |
| fix(web): text paste bug introduced with image paste (#232) | Md Saban | 1 | -1/+0 | |
docs: add Arch Linux installation docs (#223) …* add Arch Linux installation * add notice |
devome | 1 | -0/+48 | |
feature(web): support pasting image in the Editor Card (#228) …* feature: support pasting image in the textfield. * minor tweaks --------- Co-authored-by: Ahmad Mujahid <ahmad.h.mujahid@gmail.com> Co-authored-by: MohamedBassem <me@mbassem.com> |
Ahmad Mujahid | 2 | -2/+30 | |
| release(cli): Bump CLI version to 0.13.5 | MohamedBassem | 1 | -1/+1 | |
| release(cli): Bump CLI version to 0.13.4 | MohamedBassem | 1 | -1/+1 | |
fix(cli): Bookmark list output is not a valid JSON. Fixes #150 (#181) …* bookmark list output is not a valid JSON #150 Reworked the cli to switch over to json output * changed the logging to log created bookmarks as an array switch all log output that is just a status to stderr --------- Co-authored-by: kamtschatka <simon.schatka@gmx.at> |
kamtschatka | 7 | -78/+241 | |
| refactor: Extract the bookmark polling logic into a separate shared component | MohamedBassem | 5 | -113/+75 | |
fix: Trigger search re-index on bookmark tag manual updates. Fixes #208 (#210) …* re-index of database is not scanning all places when bookmark tags are changed. Manual indexing is working as workaround #208 introduced a new function to trigger a reindex to reduce copy/paste added missing reindexes when tags are deleted/bookmarks are updated * give functions a bit more descriptive name --------- Co-authored-by: kamtschatka <simon.schatka@gmx.at> Co-authored-by: MohamedBassem <me@mbassem.com> |
kamtschatka | 6 | -55/+41 | |
feature(web): Add syntax highlighting to code blocks and a quick copy button.… …* Any plans to support copy to clipboard (markdown code) for notes? #195 added a button to copy the markdown and added code highlighting * Any plans to support copy to clipboard (markdown code) for notes? #195 Changed the copy-button to a generic one added a safeguard and a message to the copy button if copying is not possible * Some code cleanups --------- Co-authored-by: kamtschatka <simon.schatka@gmx.at> Co-authored-by: MohamedBassem <me@mbassem.com> |
kamtschatka | 7 | -26/+280 | |
| fix(cli): Fix CLI version in help message. Fixes #139 | MohamedBassem | 4 | -2/+21 | |
feature(extension): Add a context menu to open your hoarder saves. Fixes #188… …* Feature request: Browser extension "Open your Hoarder saves" #188 Adds a context menu entry when a hoarder instance is configured and removes it again, if it is not configured anymore * Feature request: Browser extension "Open your Hoarder saves" #188 moved storage related functions to settings.ts fixed issues with context menu registration * only fire callback when the settings change --------- Co-authored-by: kamtschatka <simon.schatka@gmx.at> Co-authored-by: MohamedBassem <me@mbassem.com> |
kamtschatka | 4 | -1/+66 | |
fix(web): Changed the toast to contain a more detailed error message in case… …Co-authored-by: kamtschatka <simon.schatka@gmx.at> |
kamtschatka | 1 | -2/+2 | |
fix(workers): AI infered tags can contain " " at the beginning. Fixes #184… …added a trim to tags to prevent whitespaces at the beginning/end of tags Co-authored-by: kamtschatka <simon.schatka@gmx.at> |
kamtschatka | 1 | -3/+5 | |
| fix(crawler): Only update the database if full page archival is enabled | MohamedBassem | 1 | -19/+19 | |
| docs: Document the new CRAWLER_FULL_PAGE_ARCHIVE flag | MohamedBassem | 1 | -0/+1 | |
| feature: Full page archival with monolith. Fixes #132 | MohamedBassem | 14 | -7/+1259 | |
feature: Allow import Netscape HTML format (#163) …* [Feature request] Netscape HTML format import/export #96 added the possibility to add exported bookmarks via the webUI for ease of use * [Feature request] Netscape HTML format import/export #96 updated the documentation * Extract the parser into its own file and reuse the existing bookmark upload logic --------- Co-authored-by: kamtschatka <simon.schatka@gmx.at> Co-authored-by: MohamedBassem <me@mbassem.com> |
kamtschatka | 5 | -30/+113 | |
| build: Let the upload-artificat action do the compression | MohamedBassem | 1 | -16/+3 | |
| release(extension): Bump extension version to 1.2.1 | MohamedBassem | 1 | -1/+1 | |
| build: Add a workflow to build the extension | MohamedBassem | 1 | -0/+39 | |
fix(extension): Drop the https restriction in firefox. Fixes #23 …added csp rule to allow firefox to connect to http endpoints Co-authored-by: kamtschatka <simon.schatka@gmx.at> |
kamtschatka | 1 | -0/+3 | |
fix(cli): Switched to cursorV2 to make use of the fix for #140 and prevent… …Co-authored-by: kamtschatka <simon.schatka@gmx.at> |
kamtschatka | 1 | -0/+1 | |
| build: Attempt to fix docker permission error | MohamedBassem | 1 | -1/+3 | |
| docker: Update docker images to point to the new repo URLs | MohamedBassem | 3 | -9/+9 | |
| docs: Change references from the old repo URL to the new one | MohamedBassem | 9 | -21/+20 | |
| fix(web): Stop pre-loading all the bookmark lists in the bookmark grid | MohamedBassem | 1 | -33/+44 | |
| feature(web): Add an archive button to list management dialog | MohamedBassem | 3 | -1/+74 | |
| fix(web): Sort the tags in the TagsEditor of the preview dialog. Fixes #171 | MohamedBassem | 1 | -0/+2 | |
| fix: Fix missing bookmarks during pagination if they got created in the same… | MohamedBassem | 5 | -20/+120 | |
feature(web): Allow adding multiple URLs at once #158 (#167) …Added a reusable dialog opening a dialog that allows you to decide if you want to import multiple URLs at once if you provide only that Co-authored-by: kamtschatka <simon.schatka@gmx.at> |
kamtschatka | 2 | -5/+129 | |
ui(web): Set tag input field in preview modal to 100% width to fix overflow… …ui(web): Fixed issue with rounded corners on tag input field in preview modal ui(web): Adjusted styles for labels and fields in preview modal for visual consistency |
Cari | 2 | -4/+24 | |
feature(inference): Improve ollama tagging (#162) …* Inference Failed with Ollama #20 Changed the prompt to be split in 2, so ollama does not forget them * Update apps/workers/openaiWorker.ts Co-authored-by: Mohamed Bassem <me@mbassem.com> --------- Co-authored-by: kamtschatka <simon.schatka@gmx.at> Co-authored-by: Mohamed Bassem <me@mbassem.com> |
kamtschatka | 1 | -5/+12 | |
| docs: Add documentation for installing hoarder on unraid. Fixes #81 | MohamedBassem | 4 | -89/+108 | |
| fix: Add the missing bookmark URL index migration | MohamedBassem | 3 | -0/+1016 | |
| fix(web): Simplify the logic for tag drag and dropping | MohamedBassem | 3 | -127/+68 | |
feature(web): Improve merging of tags by simple drag and drop #144 (#154) …* Improve merging of tags by simple drag and drop #144 Added drag&drop functionality Allowing sorting the tags by name, as this is more intuitive * Improve merging of tags by simple drag and drop #144 minor renamings removed some unnecessary code * Improve merging of tags by simple drag and drop #144 extracted out the drag and drop functionality to be more encapsulated and reusable * Improve merging of tags by simple drag and drop #144 improved the usage sorter to additionally compare by name if the usage is the same * Improve merging of tags by simple drag and drop #144 replaced checkboxes with toggles floating on the right --------- Co-authored-by: kamtschatka <simon.schatka@gmx.at> |
kamtschatka | 6 | -43/+365 | |
| build: An empty commit to fix vercel's build | MohamedBassem | 0 | -0/+0 | |
| feature(inference): Upgrade the default vision model to the new… | MohamedBassem | 2 | -2/+2 | |
| feature(web): Clicking an image in the preview modal will open it in a new tab… | Cari | 1 | -6/+12 | |
ui(web): Fixed overflow issues for very long titles (#152) …* ui(web): Titles that exceed the allotted space now terminate with an ellipsis ui(web): Very long titles now break in edit mode instead of overflowing horizontally * ui(web): Titles on bookmark cards longer than two lines will terminate with an ellipsis ui(web): Tooltips for long titles now wrap to multiple lines as needed ui(web): Aligned titles in preview panes to the left margin |
Cari | 4 | -7/+15 | |
| feature(crawler): Allow connecting to browser's websocket address and launching… | MohamedBassem | 3 | -36/+70 | |
| feature(worker): Allow configuring redis with a password | MohamedBassem | 3 | -0/+4 | |
| fix(crawler): Add --disable-dev-shm-usage to chrome container | MohamedBassem | 2 | -0/+3 | |
| feature(mobile): Show server address in the settings | MohamedBassem | 1 | -1/+8 | |
| ui(mobile): Add horizontal margins to the bookmark cards | MohamedBassem | 4 | -3/+10 | |
| tests: Add tests for bookmark deduplication | MohamedBassem | 1 | -0/+38 | |
feature: Take full page screenshots #143 (#148) …Added the fullPage flag to take full screen screenshots updated the UI accordingly to properly show the screenshots instead of scaling it down Co-authored-by: kamtschatka <simon.schatka@gmx.at> |
kamtschatka | 4 | -3/+9 | |
| feature: Clicking preview for image assets brings up the details modal (#147) | Cari | 1 | -6/+9 |