aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc (unfollow)
Commit message (Expand)AuthorFilesLines
2025-01-05feat: Expose the search functionality in the REST APIMohamed Bassem1-19/+9
2025-01-04fix: Change search endpoint to accept query as raw stringMohamed Bassem1-5/+7
2025-01-02Revert "ci: Run tests on push (#807)" (#808)Mohamed Bassem2-4/+1
2025-01-02ci: Run tests on push (#807)Mohamed Bassem2-1/+4
2025-01-02fix: Add i18n for query explainer and add missing url matcherMohamed Bassem1-0/+1
2025-01-02feat: Add support for smart lists (#802)Mohamed Bassem3-24/+79
2024-12-31feat: Add support for searching for tagged and listed itemsMohamed Bassem2-0/+58
2024-12-31feat: Add support for negative search termsMohamed Bassem2-21/+142
2024-12-31chore: add format:fix and lint:fix scripts to all packagesMohamed Bassem (aider)1-0/+2
2024-12-31test: Add tests for the search id queriesMohamed Bassem2-0/+280
2024-12-31feat: Introduce advanced search capabilities (#753)Mohamed Bassem2-1/+197
2024-12-29deps: Upgrade drizzle-orm to 0.38.3Mohamed Bassem1-1/+1
2024-12-28feat: Implement the all highlights page. Fixes #620Mohamed Bassem1-7/+5
2024-12-27feat: Add REST APIs for manipulating highlights. Fixes #620Mohamed Bassem1-1/+61
2024-12-27feat: Implement highlights support for links. Fixes #620Mohamed Bassem2-0/+127
2024-12-26refactor: Move asset preprocessing to its own worker out of the inference workerMohamed Bassem1-2/+8
2024-12-22feat: Add basic pagination to searchBookmarks tRPCMohamed Bassem1-2/+33
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