aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-21feature: Add an admin notice about the usage of the legacy container imagesMohamed Bassem1-0/+12
2024-12-08feature: Store crawling status code and allow users to find broken links. Fix...Mohamed Bassem1-2/+57
2024-11-17feature: Allow setting bookmark metadata during creationMohamed Bassem1-3/+6
2024-11-03feature(web): Add the ability to view the bookmarks of a particular rss feedMohamed Bassem2-0/+34
2024-11-03feature: Add support for subscribing to RSS feeds. Fixes #202Mohamed Bassem2-0/+123
2024-10-28feature: Archive videos using yt-dlp. Fixes #215 (#525)kamtschatka2-0/+10
2024-10-27fix: Index the summary in searchMohamed Bassem1-1/+2
2024-10-27feature: Add a summarize with AI button for linksMohamed Bassem1-0/+69
2024-10-20fix: Improve field names in the tag APIsMohamed Bassem1-5/+10
2024-10-20feature(api): Add REST APIs to update bookmarks, tags and listsMohamed Bassem1-7/+5
2024-10-20feature(api): Add REST APIs to manipulate lists and tags for bookmarksMohamed Bassem1-24/+3
2024-10-20feature: Add APIs to create new lists and bookmarksMohamed Bassem1-10/+4
2024-10-19feature: Allow reseting user password, change their roles and create new user...kamtschatka2-43/+130
2024-10-19feature: Log authentication failures to support fail2ban. Fixes #477 (#569)kamtschatka4-7/+40
2024-10-13feature: Support regenerating AI tags only for failed bookmarksMohamedBassem1-10/+19
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...kamtschatka3-2/+14
2024-10-06refactor: Start tracking bookmark assets in the assets tableMohamedBassem4-54/+146
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.MohamedBassem3-9/+267
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-15deps: Upgrade drizzle and next auth drizzle adapterMohamedBassem1-1/+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 #49MohamedBassem3-99/+132
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