aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/cli.yml (unfollow)
Commit message (Expand)AuthorFilesLines
2024-07-27feat: Upgrade default openai models to gpt-4o-mini which are 3x cheaperMohamedBassem3-6/+6
2024-07-27cli: Extract tag management into separate subcommandMohamedBassem2-21/+20
2024-07-27release(cli): Bump CLI version to 0.13.6MohamedBassem1-1/+1
2024-07-27feature(cli): Allow updating tags/lists from CLI (#211)kamtschatka5-47/+182
2024-07-21refactor: Remove unused BookmarkedTextViewer (#310)kamtschatka2-31/+0
2024-07-21build: Add an all-in-one containerMohamedBassem14-1/+55
2024-07-21fix: async/await issues with the new queue (#319)kamtschatka6-25/+27
2024-07-21chore(deps): Upgrade turbo and disable its daemonMohamedBassem4-58/+74
2024-07-21refactor: Replace the usage of bullMQ with the hoarder sqlite-based queue (#309)Mohamed Bassem13-344/+128
2024-07-21[docs] Change the docs to versionedMohamedBassem18-0/+609
2024-07-15feature: Add github markdown support which includes tables, checklists and au...kamtschatka4-1/+10
2024-07-14chore: Add a new sqlite based queue packageMohamedBassem16-0/+1062
2024-07-14fix: monolith not embedding SVG files correctly. Fixes #289 (#306)kamtschatka1-5/+2
2024-07-13fix: Fix TRPC batchign failure because of long URLs. Fixes #281 (#291)kamtschatka3-0/+3
2024-07-13feature(web): Save title and tag name changes on enter. Fixes #283 (#293)kamtschatka1-0/+1
2024-07-13fix: Delete confirmation doesn't disappear after bulk deletion of links using...kamtschatka1-1/+2
2024-07-08chore: added a new table to store the config in the database (#279)kamtschatka4-0/+1106
2024-07-06landing: update landing page to include bulk actionsMohamedBassem3-5/+11
2024-07-06fix(web): Suppress hydration warnings caused by the dates in the bookmark gridMohamedBassem1-1/+4
2024-07-06fix(web): Add sans-serif fallback for Inter font in CJK environments (#272)Kohei Watanabe1-1/+4
2024-07-05fix: Renaming full page archive asset file doesn't work inside docker. Fixes ...MohamedBassem1-1/+4
2024-07-01feat: Add bulk edit option for bookmarks. Fixes #84 (#259)Md Saban14-27/+314
2024-07-01fix: fixed an issue that would half the textarea in grid layout after submitt...kamtschatka1-1/+3
2024-07-01refactor: fixed typos in BookmarkTypes (#268)kamtschatka3-6/+6
2024-07-01refactor: drag and drop improvements (#264)kamtschatka3-104/+124
2024-07-01fix: Increase list name size to max 40 chars up from 20. Fixes #254MohamedBassem1-1/+1
2024-07-01fix: Fix duplicate bookmarks in links with assetsMohamedBassem1-1/+5
2024-07-01refactor: added the bookmark type to the database (#256)kamtschatka27-120/+1266
2024-06-29refactor: remove redundant code from crawler worker and refactor handling of ...kamtschatka3-65/+80
2024-06-29ui: refactor admin settings page (#249)Md Saban4-282/+301
2024-06-23ui: Changes for user settings page (#251)Md Saban6-44/+108
2024-06-23feature: Automatically transfer image urls into bookmared assets. Fixes #246MohamedBassem2-9/+23
2024-06-23ui(web): move layout selector to main screen (#252)Md Saban9-100/+99
2024-06-23refactor: extract assets into their own database table. #215 (#220)kamtschatka6-52/+1271
2024-06-23fix(landing): image width on landing page (#250)Md Saban1-1/+1
2024-06-22feature: add support for PDF links. Fixes #28 (#216)kamtschatka10-93/+1263
2024-06-22fix(web): Fix save action on empty card. Fixes #225 (#243)Md Saban3-5/+36
2024-06-22ui: Improve landing page for homepage (#238)Md Saban8-30/+171
2024-06-22feature(web): Enhance the bookmark textarea in the list layout (#247)Ahmad Mujahid1-2/+29
2024-06-22readme: broken readme links (#233)Md Saban1-2/+2
2024-06-22fix: Remove the bookmark update text limit (#244)Ahmad Mujahid1-1/+1
2024-06-18fix(web): text paste bug introduced with image paste (#232)Md Saban1-1/+0