aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/routers (unfollow)
Commit message (Expand)AuthorFilesLines
2025-11-02fix: browser service connection check using dns instead. Fixes #2080Mohamed Bassem1-6/+8
2025-10-26refactor: generalize tidy assets queue into admin maintenance (#2059)Mohamed Bassem1-14/+16
2025-10-12feat: Add source field to track bookmark creation sources (#2037)Mohamed Bassem1-0/+1
2025-10-12feat: Add service dependency checks in the server overview pageMohamed Bassem1-0/+116
2025-10-04feat: Revamp import experience (#2001)Mohamed Bassem4-1/+268
2025-09-28feat: recursive list delete (#1989)Mohamed Bassem2-11/+357
2025-09-28feat: Add tag search and pagination (#1987)Mohamed Bassem2-50/+606
2025-09-21fix: optimize memory usage of tag listingMohamed Bassem1-0/+74
2025-09-14refactor: Move callsites to liteque to be behind a pluginMohamed Bassem3-12/+12
2025-09-14feat: Regen api keysMohamed Bassem2-1/+64
2025-09-14refactor: strongly type the search plugin interfaceMohamed Bassem1-5/+6
2025-09-07fix: fix 5xx on invalid api keyMohamed Bassem1-1/+5
2025-09-07fix: fix tag flicker caused by tag sortingMohamed Bassem1-4/+8
2025-09-06refactor: Extract quota logic into its own classMohamed Bassem1-21/+12
2025-08-31refactor: Move highlights object into modelsMohamed Bassem1-131/+17
2025-08-31refactor: Move feed object into modelsMohamed Bassem1-94/+15
2025-08-02refactor: Move webhook, users and tags into modelsMohamedBassem8-1118/+347
2025-08-02feat: Drop support for time bounded invitationsMohamedBassem2-78/+22
2025-07-27refactor: Extract meilisearch as a pluginMohamedBassem2-11/+10
2025-07-26fix: Drop legacy container noticeMohamed Bassem1-3/+2
2025-07-21fix: Remove bcrypt from the api key validation routeMohamed Bassem3-8/+527
2025-07-20fix(test): Fix subscription.testMohamed Bassem1-0/+1
2025-07-20fix(stripe): Allow promotion codesMohamed Bassem1-0/+1
2025-07-19feat: Allow setting browserless crawling per userMohamed Bassem2-1/+13
2025-07-13Revert "fix: Fix the types of the bookmark types in the db query"Mohamed Bassem1-3/+3
2025-07-13fix: Fix the types of the bookmark types in the db queryMohamed Bassem1-3/+3
2025-07-13feat: Add stripe based subscriptionsMohamed Bassem4-0/+1312
2025-07-13feat: Add delete account supportMohamed Bassem1-1/+52
2025-07-13fix: Drop auth failure loggerMohamed Bassem1-21/+8
2025-07-12fix: Add ratelimiting to bookmark recrawl and summarizationMohamed Bassem1-1/+15
2025-07-12fix: Prioritize crawling user added links over bulk imports. fixes #1717Mohamed Bassem2-22/+55
2025-07-12refactor: Move db interactions into the trpc routesMohamed Bassem3-7/+60
2025-07-12feat: Support forget and reset passwordMohamed Bassem2-4/+443
2025-07-10feat: Add API ratelimitsMohamed Bassem3-2/+62
2025-07-10feat: Add invite user supportMohamed Bassem3-0/+940
2025-07-10feat: Add support for email verificationMohamed Bassem1-1/+89
2025-07-06feat: Store large html content in the asset dbMohamed Bassem1-6/+15
2025-07-06fix(tests): Fix broken user setting testMohamed Bassem1-0/+2
2025-07-06feat: Add a new timezone user settingMohamed Bassem1-24/+33
2025-07-06feat: Add per user storage quotaMohamed Bassem2-0/+6
2025-07-06feat: Add new user stats page. Fixes #1523Mohamed Bassem2-1/+552
2025-07-04feat: Add per user bookmark count quotaMohamed Bassem4-6/+308
2025-06-22fix(tags): normalise leading hashes in tag names (#1317) (#1351)Mostafa Wahied2-3/+40
2025-06-22chore: migrate away from eslint to oxlint (#1642)xuatz1-1/+1
2025-06-21fix: Fix webhook not firing on deletion. Fixes #1613Mohamed Bassem1-1/+1
2025-06-21fix: Fix oauth creation failure due to missing UserSettings table. Fixes #1583Mohamed Bassem1-12/+34
2025-06-07fix: Use a new public list metadata endpoint for metadata generationMohamed Bassem1-1/+23
2025-06-01feat: Add support for public lists (#1511)Mohamed Bassem2-0/+51
2025-06-01feat: add user customisable default archive display behaviour (#1505)xuatz2-0/+4
2025-05-31feat: Generate RSS feeds from lists (#1507)Mohamed Bassem2-255/+50