aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/routers/_app.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: Add stripe based subscriptionsMohamed Bassem2025-07-131-0/+2
|
* feat: Add invite user supportMohamed Bassem2025-07-101-0/+2
|
* feat: Add support for public lists (#1511)Mohamed Bassem2025-06-011-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIP: public lists * Drop viewing modes * Add the public endpoint for assets * regen the openapi spec * proper handling for different asset types * Add num bookmarks and a no bookmark banner * Correctly set page title * Add a not-found page * merge the RSS and public list endpoints * Add e2e tests for the public endpoints * Redesign the share list modal * Make NEXTAUTH_SECRET not required * propery render text bookmarks * rebase migration * fix public token tests * Add more tests
* feat: Implement generic rule engine (#1318)Mohamed Bassem2025-04-271-0/+2
| | | | | | | | | | | | | | | | | * Add schema for the new rule engine * Add rule engine backend logic * Implement the worker logic and event firing * Implement the UI changesfor the rule engine * Ensure that when a referenced list or tag are deleted, the corresponding event/action is * Dont show smart lists in rule engine events * Add privacy validations for attached tag and list ids * Move the rules logic into a models
* feat: Add a setting page to manage assets. Fixes #730Mohamed Bassem2025-02-231-0/+2
|
* feat: Change webhooks to be configurable by usersMohamed Bassem2025-01-191-0/+2
|
* feat: Implement highlights support for links. Fixes #620Mohamed Bassem2024-12-271-0/+2
|
* feature: Add support for subscribing to RSS feeds. Fixes #202Mohamed Bassem2024-11-031-0/+2
|
* feature(web): Add the ability to customize the inference prompts. Fixes #170MohamedBassem2024-09-291-0/+2
|
* format: Add missing lint and format, and format the entire repoMohamedBassem2024-03-301-0/+1
|
* refactor: Move tag fetching to trpc to reuse in the mobile appMohamedBassem2024-03-151-0/+2
|
* refactor: Extract trpc logic into its packageMohamedBassem2024-03-051-0/+15