aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/routers (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-12feature: Introduce a mechanism to cleanup dangling assetsMohamedBassem1-2/+63
2024-10-12feature: Allow to disable default password login after SSO is configured. Fix...kamtschatka2-2/+10
2024-10-06refactor: Start tracking bookmark assets in the assets tableMohamedBassem2-52/+124
2024-10-06refactor: Include userId in the assets tableMohamedBassem2-0/+5
2024-10-06feature: Allow disabling password signups (#413)kamtschatka1-2/+8
2024-10-05fix: Drop the usage of useCursorV2 from the serverMohamedBassem1-17/+11
2024-10-05feature: Persevere the source URL of clipped texts from the extension.MohamedBassem1-2/+13
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 ...kamtschatka1-1/+7
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 #170MohamedBassem2-0/+116
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.MohamedBassem2-9/+225
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...MohamedBassem1-0/+1
2024-09-15fix: Fix deleting tags broken due to wrong column nameMohamedBassem1-1/+7
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)kamtschatka2-11/+13
2024-07-21refactor: Replace the usage of bullMQ with the hoarder sqlite-based queue (#309)Mohamed Bassem2-16/+16
2024-07-01refactor: fixed typos in BookmarkTypes (#268)kamtschatka1-3/+3
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)kamtschatka2-63/+80
2024-06-29refactor: remove redundant code from crawler worker and refactor handling of ...kamtschatka1-33/+17
2024-06-23refactor: extract assets into their own database table. #215 (#220)kamtschatka1-20/+65
2024-06-22feature: add support for PDF links. Fixes #28 (#216)kamtschatka1-0/+2
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)kamtschatka3-45/+23
2024-05-26feature: Full page archival with monolith. Fixes #132MohamedBassem1-0/+3
2024-05-19fix: Fix missing bookmarks during pagination if they got created in the same ...MohamedBassem2-6/+91
2024-05-12tests: Add tests for bookmark deduplicationMohamedBassem1-0/+38
2024-05-06feature: Dedup links on creation. Fixes #49MohamedBassem2-99/+127
2024-04-26feature: Allow users to delete all unused tags in one goMohamedBassem1-2/+24
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
2024-04-25feature(web): Add ability to rename, merge and fast delete tags. Fixes #105 (...Mohamed Bassem1-33/+149
2024-04-23feature(extension): Allow adding tags and lists to newly hoarded bookmarksMohamedBassem1-0/+20
2024-04-20feature: Allow recrawling bookmarks without running inference jobsMohamedBassem1-0/+2
2024-04-20feature: Download images and screenshotsMohamedBassem1-4/+37
2024-04-19feature: Nested lists (#110). Fixes #62Mohamed Bassem1-30/+49
2024-04-18refactor: Move the shared types to the shared packageMohamedBassem4-10/+13
2024-04-15feature: Add title to bookmarks and allow editing them. Fixes #27MohamedBassem1-0/+1
2024-04-14feature(web): Allow changing the bookmark grid layout (#98)Mohamed Bassem1-0/+2
2024-04-12fix: Differentiate between pending in db and in redis in admin job statsMohamedBassem1-18/+52
2024-04-11feature: Recrawl failed links from admin UI (#95)Ahmad Mujahid1-19/+45
2024-04-11feature: Add PDF support (#88)Ahmad Mujahid1-0/+3
2024-04-09feature(web): Allow uploading directly into lists/tags. Fixes #69MohamedBassem2-19/+54
2024-04-06fix: Refresh the all tags page automatically when a tag is modifiedMohamedBassem1-29/+21
2024-04-06feature: Change archived meaning to only mean removed from homepageMohamedBassem1-10/+2