aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/routers (unfollow)
Commit message (Expand)AuthorFilesLines
2025-03-22feat(workers): Adds publisher and author og:meta tags to Bookmark (#1141)erik-nilcoast1-0/+2
2025-03-11feat: Add endpoints for whoami and user stats. Fixes #1113Mohamed Bassem1-9/+68
2025-03-09fix: Harden getBookmarks endpoint against inconsistent bookmarks. Fixes #1094Mohamed Bassem1-64/+58
2025-03-09feat: Move background jobs with the admin actions. Fixes #1083Mohamed Bassem1-8/+17
2025-03-09fix: Fix missing workers in the server statsMohamed Bassem1-0/+54
2025-03-02fix: Move away from JSON outputs to structured outputs. Fixes #1047Mohamed Bassem1-1/+1
2025-03-02feat(web): Show list stats in the sidebarMohamed Bassem1-0/+11
2025-03-02refactor: Move the list logic into a separate modelMohamed Bassem2-194/+24
2025-02-23feat: Add a setting page to manage assets. Fixes #730Mohamed Bassem5-268/+347
2025-02-17feat: Add PDF screenshot generation and display (#995)Ahmad Mujahid2-0/+20
2025-02-02fix: Dont rearchive singlefile uploads and consider them as archivesMohamed Bassem1-0/+6
2025-02-01feat: Update the last modifiedAt timestamp when tags of the bookmark changeMohamed Bassem1-0/+9
2025-02-01feat: Add a new modifiedAt field to bookmarks table. Fixes #952Mohamed Bassem1-13/+24
2025-01-19feat: Change webhooks to be configurable by usersMohamed Bassem3-0/+132
2025-01-12feat: Add Bookmark Sorting Feature (#812)Daksh Pareek1-11/+39
2025-01-12feat: Support customizing the summarization prompt. Fixes #731Mohamed Bassem1-0/+12
2025-01-11feat: Add support for singlefile extension uploads. #172Mohamed Bassem1-5/+36
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-02feat: Add support for smart lists (#802)Mohamed Bassem2-20/+69
2024-12-31feat: Introduce advanced search capabilities (#753)Mohamed Bassem1-1/+15
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)kamtschatka1-0/+5
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)kamtschatka1-7/+20
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...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