aboutsummaryrefslogtreecommitdiffstats
path: root/packages (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-05feature: Persevere the source URL of clipped texts from the extension.MohamedBassem7-2/+1209
2024-10-05feature(web): Async validate JWT account and sign out the user if they no lon...MohamedBassem1-2/+11
2024-09-30feature(web): Add ability to manually trigger full page archives. Fixes #398 ...kamtschatka2-2/+9
2024-09-29feature(web): Add ability to rerun inference on all bookmarks. Fixes 443MohamedBassem1-0/+11
2024-09-29feature(web): Add the ability to customize the inference prompts. Fixes #170MohamedBassem9-0/+1383
2024-09-28deps: Upgrade drizzle-kitMohamedBassem29-2169/+2195
2024-09-26fix(web):Add validation on updateTags request to ensure that an empty tagName...kamtschatka2-10/+39
2024-09-22feature(web): Show attachments and allow users to manipulate them.MohamedBassem5-9/+328
2024-09-21feature(extension): Allow login directly with an API keykamtschatka1-1/+10
2024-09-21feature(web): Preserve title, tags and createdAt when importing a netscape ht...MohamedBassem2-0/+2
2024-09-21refactor: Extract useUpload into its own reusable hookMohamedBassem1-0/+2
2024-09-15feature: Added support for custom OIDC providers to set up authentication. Fi...kamtschatka1-0/+15
2024-09-15deps: Upgrade drizzle and next auth drizzle adapterMohamedBassem3-3/+3
2024-09-15fix: Fix deleting tags broken due to wrong column nameMohamedBassem1-1/+7
2024-09-15feature(worker): Allow configuring inference job timeout and ollama keep aliv...MohamedBassem1-0/+4
2024-08-31build: Fix sherif failures by sorting depsMohamedBassem2-6/+6
2024-08-25feature(mobile): Allow editing notes from the mobile appMohamedBassem1-0/+29
2024-07-27feat: Upgrade default openai models to gpt-4o-mini which are 3x cheaperMohamedBassem1-2/+2
2024-07-27feature(cli): Allow updating tags/lists from CLI (#211)kamtschatka2-17/+62
2024-07-21fix: async/await issues with the new queue (#319)kamtschatka4-22/+24
2024-07-21refactor: Replace the usage of bullMQ with the hoarder sqlite-based queue (#309)Mohamed Bassem5-60/+44
2024-07-14chore: Add a new sqlite based queue packageMohamedBassem15-0/+1023
2024-07-13fix: Fix TRPC batchign failure because of long URLs. Fixes #281 (#291)kamtschatka1-0/+1
2024-07-08chore: added a new table to store the config in the database (#279)kamtschatka4-0/+1106
2024-07-05fix: Renaming full page archive asset file doesn't work inside docker. Fixes ...MohamedBassem1-1/+4
2024-07-01refactor: fixed typos in BookmarkTypes (#268)kamtschatka2-5/+5
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)kamtschatka8-69/+1184
2024-06-29refactor: remove redundant code from crawler worker and refactor handling of ...kamtschatka2-33/+31
2024-06-23feature: Automatically transfer image urls into bookmared assets. Fixes #246MohamedBassem1-3/+7
2024-06-23refactor: extract assets into their own database table. #215 (#220)kamtschatka5-23/+1200
2024-06-22feature: add support for PDF links. Fixes #28 (#216)kamtschatka7-34/+1082
2024-06-22fix: Remove the bookmark update text limit (#244)Ahmad Mujahid1-1/+1
2024-06-09fix: Trigger search re-index on bookmark tag manual updates. Fixes #208 (#210)kamtschatka4-45/+37
2024-05-26feature: Full page archival with monolith. Fixes #132MohamedBassem8-1/+1064
2024-05-19fix: Fix missing bookmarks during pagination if they got created in the same ...MohamedBassem3-8/+102
2024-05-18fix: Add the missing bookmark URL index migrationMohamedBassem3-0/+1016
2024-05-16feature(inference): Upgrade the default vision model to the new gpt-4o-2024-0...MohamedBassem1-1/+1
2024-05-15feature(crawler): Allow connecting to browser's websocket address and launchi...MohamedBassem1-0/+4
2024-05-15feature(worker): Allow configuring redis with a passwordMohamedBassem2-0/+3
2024-05-12tests: Add tests for bookmark deduplicationMohamedBassem1-0/+38
2024-05-12feature: Take full page screenshots #143 (#148)kamtschatka1-0/+2
2024-05-06feature: Dedup links on creation. Fixes #49MohamedBassem4-99/+136
2024-05-05fix(cli): Remove limit from array length when listing bookmarks. Fixes #135MohamedBassem1-1/+2
2024-05-03fix: Allow zod to coerce the crawler timeout from strings. Fixes #134MohamedBassem1-2/+2
2024-04-26feature: Allow users to delete all unused tags in one goMohamedBassem2-2/+38
2024-04-26fix: Fix error when merging empty tagsMohamedBassem1-9/+11
2024-04-26fix: Change tag listing API to return unused tagsMohamedBassem1-31/+28
2024-04-26fix: Re-index affected bookmarks when one of their tags gets updatedMohamedBassem1-30/+78