aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/routers/lists.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Move webhook, users and tags into modelsMohamedBassem2025-08-021-9/+9
|
* feat: Generate RSS feeds from lists (#1507)Mohamed Bassem2025-05-311-0/+43
| | | | | | | | | | | * 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
* feat: Implement generic rule engine (#1318)Mohamed Bassem2025-04-271-1/+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(web): Add support for merging lists (#1231)omnitrix2025-04-161-0/+13
| | | | | | | | | | | * feat: Support list merging * some fixes * move @hoarder to @karakeep --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-121-1/+1
|
* feat(web): Show list stats in the sidebarMohamed Bassem2025-03-021-0/+11
|
* refactor: Move the list logic into a separate modelMohamed Bassem2025-03-021-169/+20
|
* feat: Add support for smart lists (#802)Mohamed Bassem2025-01-021-20/+39
| | | | | | | | | | | | | | | | | | | * feat: Add support for smart lists * i18n * Fix update list endpoint * Add a test for smart lists * Add header to the query explainer * Hide remove from lists in the smart context list * Add proper validation to list form --------- Co-authored-by: Deepak Kapoor <41769111+orthdron@users.noreply.github.com>
* feature: Add APIs to create new lists and bookmarksMohamed Bassem2024-10-201-10/+4
|
* fix: Increase list name size to max 40 chars up from 20. Fixes #254MohamedBassem2024-07-011-1/+1
|
* feature(extension): Allow adding tags and lists to newly hoarded bookmarksMohamedBassem2024-04-231-0/+20
|
* feature: Nested lists (#110). Fixes #62Mohamed Bassem2024-04-191-30/+49
| | | | | * feature: Add support for nested lists * prevent moving the parent to a subtree
* refactor: Move the shared types to the shared packageMohamedBassem2024-04-181-1/+1
|
* format: Add missing lint and format, and format the entire repoMohamedBassem2024-03-301-1/+2
|
* feature(web): Add support for removing items from listsMohamedBassem2024-03-201-2/+29
|
* feature(web): Add support for demo modeMohamedBassem2024-03-191-5/+10
|
* refactor: Extract trpc logic into its packageMohamedBassem2024-03-051-0/+173