aboutsummaryrefslogtreecommitdiffstats
path: root/packages/trpc/routers/tags.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* feat: Add tag search and pagination (#1987)Mohamed Bassem2025-09-281-7/+20
* refactor: Move webhook, users and tags into modelsMohamedBassem2025-08-021-313/+22
* feat(api): Expose the endpoint to create a new tagMohamed Bassem2025-05-181-23/+13
* feat: Implement generic rule engine (#1318)Mohamed Bassem2025-04-271-1/+1
* tests: Add tests for various trpc endpointsMohamed Bassem2025-04-161-0/+36
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-121-5/+5
* fix: Improve field names in the tag APIsMohamed Bassem2024-10-201-5/+10
* feature(api): Add REST APIs to update bookmarks, tags and listsMohamed Bassem2024-10-201-7/+5
* fix: Fix deleting tags broken due to wrong column nameMohamedBassem2024-09-151-1/+7
* fix: async/await issues with the new queue (#319)kamtschatka2024-07-211-6/+8
* fix: Trigger search re-index on bookmark tag manual updates. Fixes #208 (#210)kamtschatka2024-06-091-20/+14
* feature: Allow users to delete all unused tags in one goMohamedBassem2024-04-261-2/+24
* fix: Fix error when merging empty tagsMohamedBassem2024-04-261-9/+11
* fix: Change tag listing API to return unused tagsMohamedBassem2024-04-261-31/+28
* fix: Re-index affected bookmarks when one of their tags gets updatedMohamedBassem2024-04-261-30/+78
* feature(web): Add ability to rename, merge and fast delete tags. Fixes #105 (...Mohamed Bassem2024-04-251-33/+149
* refactor: Move the shared types to the shared packageMohamedBassem2024-04-181-2/+2
* fix: Refresh the all tags page automatically when a tag is modifiedMohamedBassem2024-04-061-29/+21
* feature: Change archived meaning to only mean removed from homepageMohamedBassem2024-04-061-10/+2
* fix: Incorrect counts for tags in the AllTags page. Fixes #78MohamedBassem2024-04-031-2/+2
* feature: Split the tags in AllTags page by who used themMohamedBassem2024-03-311-21/+56
* feature: Add support deleting tagsMohamedBassem2024-03-311-0/+26
* fix: Fix accessing tags by name failing privacy checksMohamedBassem2024-03-211-9/+17
* feature(web): A better tags editor using react select with auto complete and ...MohamedBassem2024-03-171-2/+27
* refactor: Move tag fetching to trpc to reuse in the mobile appMohamedBassem2024-03-151-0/+99