aboutsummaryrefslogtreecommitdiffstats
path: root/apps (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix(mobile): Change the hoarded page to no longer be a modal to allow AddToLi...MohamedBassem2024-07-282-8/+4
* 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
* 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 au...kamtschatka2024-07-153-1/+7
* fix: monolith not embedding SVG files correctly. Fixes #289 (#306)kamtschatka2024-07-141-5/+2
* fix: Fix TRPC batchign failure because of long URLs. Fixes #281 (#291)kamtschatka2024-07-132-0/+2
* feature(web): Save title and tag name changes on enter. Fixes #283 (#293)kamtschatka2024-07-131-0/+1
* fix: Delete confirmation doesn't disappear after bulk deletion of links using...kamtschatka2024-07-131-1/+2
* 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
* fix: fixed an issue that would half the textarea in grid layout after submitt...kamtschatka2024-07-011-1/+3
* refactor: fixed typos in BookmarkTypes (#268)kamtschatka2024-07-011-1/+1
* refactor: drag and drop improvements (#264)kamtschatka2024-07-013-104/+124
* refactor: added the bookmark type to the database (#256)kamtschatka2024-07-0119-51/+82
* refactor: remove redundant code from crawler worker and refactor handling of ...kamtschatka2024-06-291-32/+49
* ui: refactor admin settings page (#249)Md Saban2024-06-294-282/+301
* ui: Changes for user settings page (#251)Md Saban2024-06-236-44/+108
* 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
* 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
* fix(web): Fix save action on empty card. Fixes #225 (#243)Md Saban2024-06-223-5/+36
* ui: Improve landing page for homepage (#238)Md Saban2024-06-228-30/+171
* feature(web): Enhance the bookmark textarea in the list layout (#247)Ahmad Mujahid2024-06-221-2/+29
* 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
* 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
* 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
* feature(web): Add syntax highlighting to code blocks and a quick copy button....kamtschatka2024-06-096-26/+107
* fix(cli): Fix CLI version in help message. Fixes #139MohamedBassem2024-06-094-2/+21
* feature(extension): Add a context menu to open your hoarder saves. Fixes #188...kamtschatka2024-06-094-1/+66
* fix(web): Changed the toast to contain a more detailed error message in case ...kamtschatka2024-06-091-2/+2
* fix(workers): AI infered tags can contain " " at the beginning. Fixes #184 (#...kamtschatka2024-06-071-3/+5
* fix(crawler): Only update the database if full page archival is enabledMohamedBassem2024-05-261-19/+19
* feature: Full page archival with monolith. Fixes #132MohamedBassem2024-05-264-3/+86
* feature: Allow import Netscape HTML format (#163)kamtschatka2024-05-254-22/+88
* release(extension): Bump extension version to 1.2.1MohamedBassem2024-05-251-1/+1