aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/models (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Move callsites to liteque to be behind a pluginMohamed Bassem2025-09-142-2/+2
|
* fix: fix tag flicker caused by tag sortingMohamed Bassem2025-09-071-0/+6
|
* refactor: Move highlights object into modelsMohamed Bassem2025-08-311-0/+171
|
* refactor: Move feed object into modelsMohamed Bassem2025-08-311-0/+119
|
* fix: Get rid of the userSetting table completelyMohamedBassem2025-08-031-27/+16
|
* refactor: Move webhook, users and tags into modelsMohamedBassem2025-08-023-0/+1253
|
* feat: Store large html content in the asset dbMohamed Bassem2025-07-061-1/+79
|
* fix: Change public image's signed tokens to be time aligned for better cachingMohamed Bassem2025-06-211-2/+10
|
* fix: Use a new public list metadata endpoint for metadata generationMohamed Bassem2025-06-071-6/+38
|
* feat: Add support for public lists (#1511)Mohamed Bassem2025-06-012-7/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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: Generate RSS feeds from lists (#1507)Mohamed Bassem2025-05-312-2/+462
| | | | | | | | | | | * refactor: Move bookmark utils from shared-react to shared * Expose RSS feeds for lists * Add e2e tests * Slightly improve the look of the share dialog * allow specifying a limit in the rss endpoint
* fix(api): make PUT bookmark to a list idempotent (#1427)xuatz2025-05-171-4/+2
| | | | | * fix(api): make duplicate PUT /lists/:id/bookmarks/:id as allowed operation * apply pr comments
* Revert "fix: Fix smart lists not working in list search qualifiers". #1321Mohamed Bassem2025-04-281-17/+6
| | | | This reverts commit 6178736d64180f9bc8954099c90d54aa2f9f35f5.
* fix: Fix smart lists not working in list search qualifiers. Fixes #845Mohamed Bassem2025-04-271-6/+17
|
* feat: Implement generic rule engine (#1318)Mohamed Bassem2025-04-272-2/+250
| | | | | | | | | | | | | | | | | * 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(web): Add support for merging lists (#1231)omnitrix2025-04-161-0/+46
| | | | | | | | | | | * feat: Support list merging * some fixes * move @hoarder to @karakeep --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* feat(web): Optionally add short description to lists (#1225)ekambains2025-04-121-0/+2
| | | | | | | | | * feat(web): Optionally add short description to lists * regenerate openapi spec --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-121-4/+4
|
* refactor: Move the list logic into a separate modelMohamed Bassem2025-03-022-0/+282