index
:
karakeep
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
packages
/
trpc
/
routers
/
tags.ts
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat: Add tag search and pagination (#1987)
Mohamed Bassem
2025-09-28
1
-7
/
+20
*
refactor: Move webhook, users and tags into models
MohamedBassem
2025-08-02
1
-313
/
+22
*
feat(api): Expose the endpoint to create a new tag
Mohamed Bassem
2025-05-18
1
-23
/
+13
*
feat: Implement generic rule engine (#1318)
Mohamed Bassem
2025-04-27
1
-1
/
+1
*
tests: Add tests for various trpc endpoints
Mohamed Bassem
2025-04-16
1
-0
/
+36
*
chore: Rename hoarder packages to karakeep
MohamedBassem
2025-04-12
1
-5
/
+5
*
fix: Improve field names in the tag APIs
Mohamed Bassem
2024-10-20
1
-5
/
+10
*
feature(api): Add REST APIs to update bookmarks, tags and lists
Mohamed Bassem
2024-10-20
1
-7
/
+5
*
fix: Fix deleting tags broken due to wrong column name
MohamedBassem
2024-09-15
1
-1
/
+7
*
fix: async/await issues with the new queue (#319)
kamtschatka
2024-07-21
1
-6
/
+8
*
fix: Trigger search re-index on bookmark tag manual updates. Fixes #208 (#210)
kamtschatka
2024-06-09
1
-20
/
+14
*
feature: Allow users to delete all unused tags in one go
MohamedBassem
2024-04-26
1
-2
/
+24
*
fix: Fix error when merging empty tags
MohamedBassem
2024-04-26
1
-9
/
+11
*
fix: Change tag listing API to return unused tags
MohamedBassem
2024-04-26
1
-31
/
+28
*
fix: Re-index affected bookmarks when one of their tags gets updated
MohamedBassem
2024-04-26
1
-30
/
+78
*
feature(web): Add ability to rename, merge and fast delete tags. Fixes #105 (...
Mohamed Bassem
2024-04-25
1
-33
/
+149
*
refactor: Move the shared types to the shared package
MohamedBassem
2024-04-18
1
-2
/
+2
*
fix: Refresh the all tags page automatically when a tag is modified
MohamedBassem
2024-04-06
1
-29
/
+21
*
feature: Change archived meaning to only mean removed from homepage
MohamedBassem
2024-04-06
1
-10
/
+2
*
fix: Incorrect counts for tags in the AllTags page. Fixes #78
MohamedBassem
2024-04-03
1
-2
/
+2
*
feature: Split the tags in AllTags page by who used them
MohamedBassem
2024-03-31
1
-21
/
+56
*
feature: Add support deleting tags
MohamedBassem
2024-03-31
1
-0
/
+26
*
fix: Fix accessing tags by name failing privacy checks
MohamedBassem
2024-03-21
1
-9
/
+17
*
feature(web): A better tags editor using react select with auto complete and ...
MohamedBassem
2024-03-17
1
-2
/
+27
*
refactor: Move tag fetching to trpc to reuse in the mobile app
MohamedBassem
2024-03-15
1
-0
/
+99