aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/models (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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