aboutsummaryrefslogtreecommitdiffstats
path: root/apps (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ui(mobile): Change the add/edit note editor dialogs to be bottom sheetsMohamedBassem2024-08-265-125/+154
|
* feature(mobile): Allow editing notes from the mobile appMohamedBassem2024-08-253-32/+93
|
* fix(mobile): trim slash from url on signin. Fixes #311 (#361)Mark :)2024-08-241-1/+1
|
* fix(mobile): Allow expanding the text by clicking on bookmark cardMohamedBassem2024-08-244-37/+160
|
* fix(mobile): Change the next note text input to have multiple lines by defaultMohamedBassem2024-08-241-0/+2
|
* fix(extension): Upgrade crxjs to 2.0 to add support for firefoxMohamedBassem2024-08-184-4/+13
|
* release(extension): Release version 1.2.2MohamedBassem2024-08-181-1/+1
|
* [extension] Add context menu item in the browser extension. Fixes #155 (#278)kamtschatka2024-08-184-20/+82
| | | | | | | | | | | | * 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 ↵MohamedBassem2024-07-282-8/+4
| | | | AddToList to work
* release(mobile): Bump mobile version to 1.6.0MohamedBassem2024-07-281-2/+2
|
* feat(mobile): Add ability to manage listsMohamedBassem2024-07-285-31/+201
|
* fix(workers): Shutdown workers on SIGTERMMohamedBassem2024-07-282-0/+9
|
* cli: Extract tag management into separate subcommandMohamedBassem2024-07-272-21/+20
|
* release(cli): Bump CLI version to 0.13.6MohamedBassem2024-07-271-1/+1
|
* feature(cli): Allow updating tags/lists from CLI (#211)kamtschatka2024-07-273-30/+120
| | | | | | | | | | | | * 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)kamtschatka2024-07-212-31/+0
|
* fix: async/await issues with the new queue (#319)kamtschatka2024-07-212-3/+3
|
* refactor: Replace the usage of bullMQ with the hoarder sqlite-based queue (#309)Mohamed Bassem2024-07-216-75/+78
|
* feature: Add github markdown support which includes tables, checklists and ↵kamtschatka2024-07-153-1/+7
| | | | | auto links #300 (#302) added the possibility to add checkboxes
* fix: monolith not embedding SVG files correctly. Fixes #289 (#306)kamtschatka2024-07-141-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)kamtschatka2024-07-132-0/+2
| | | 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)kamtschatka2024-07-131-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 ↵kamtschatka2024-07-131-1/+2
| | | | | using WebUI. Fixes #290 (#292) closing delete dialog after deleting the bookmarks
* landing: update landing page to include bulk actionsMohamedBassem2024-07-061-2/+8
|
* fix(web): Suppress hydration warnings caused by the dates in the bookmark gridMohamedBassem2024-07-061-1/+4
|
* fix(web): Add sans-serif fallback for Inter font in CJK environments (#272)Kohei Watanabe2024-07-061-1/+4
|
* feat: Add bulk edit option for bookmarks. Fixes #84 (#259)Md Saban2024-07-0114-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 ↵kamtschatka2024-07-011-1/+3
| | | | submitting a bookmark (#269)
* refactor: fixed typos in BookmarkTypes (#268)kamtschatka2024-07-011-1/+1
|
* refactor: drag and drop improvements (#264)kamtschatka2024-07-013-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
* refactor: added the bookmark type to the database (#256)kamtschatka2024-07-0119-51/+82
| | | | | | | | | | | | | | | | | * 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 ↵kamtschatka2024-06-291-32/+49
| | | | | | | | | | | | | 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 Saban2024-06-294-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 Saban2024-06-236-44/+108
| | | | | | | * fix: ui refactoring for user settings page * fix: type error * fix: pr comments
* feature: Automatically transfer image urls into bookmared assets. Fixes #246MohamedBassem2024-06-231-6/+16
|
* ui(web): move layout selector to main screen (#252)Md Saban2024-06-239-100/+99
|
* refactor: extract assets into their own database table. #215 (#220)kamtschatka2024-06-231-29/+71
| | | | | | | | | | | | | | | | | | | * 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 Saban2024-06-231-1/+1
|
* feature: add support for PDF links. Fixes #28 (#216)kamtschatka2024-06-222-59/+177
| | | | | | | | | | | | | | | | | * 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>
* fix(web): Fix save action on empty card. Fixes #225 (#243)Md Saban2024-06-223-5/+36
| | | | | | | * fix: Empty item save action * fix: resolve comments * chore: prettier
* ui: Improve landing page for homepage (#238)Md Saban2024-06-228-30/+171
| | | | | | | * fix: Improve landing page for homepage * chore: fix related to test failing * chore: prettier changes
* feature(web): Enhance the bookmark textarea in the list layout (#247)Ahmad Mujahid2024-06-221-2/+29
| | | | | | | | | | | * 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
* fix(web): text paste bug introduced with image paste (#232)Md Saban2024-06-181-1/+0
|
* feature(web): support pasting image in the Editor Card (#228)Ahmad Mujahid2024-06-182-2/+30
| | | | | | | | | | * 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>
* release(cli): Bump CLI version to 0.13.5MohamedBassem2024-06-091-1/+1
|
* release(cli): Bump CLI version to 0.13.4MohamedBassem2024-06-091-1/+1
|
* fix(cli): Bookmark list output is not a valid JSON. Fixes #150 (#181)kamtschatka2024-06-097-78/+241
| | | | | | | | | | | * 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>
* refactor: Extract the bookmark polling logic into a separate shared componentMohamedBassem2024-06-095-113/+75
|
* fix: Trigger search re-index on bookmark tag manual updates. Fixes #208 (#210)kamtschatka2024-06-092-10/+4
| | | | | | | | | | | | * 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>
* feature(web): Add syntax highlighting to code blocks and a quick copy ↵kamtschatka2024-06-096-26/+107
| | | | | | | | | | | | | | | | | button. Fixes #195 (#197) * 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>