| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: Allow enabling/disabling RSS feeds | Mohamed Bassem | 2025-05-17 | 1 | -1/+5 |
| | | |||||
| * | tests: Add tests for various trpc endpoints | Mohamed Bassem | 2025-04-16 | 1 | -3/+147 |
| | | |||||
| * | chore: Rename hoarder packages to karakeep | MohamedBassem | 2025-04-12 | 1 | -2/+2 |
| | | |||||
| * | feat: Allow editing bookmark details | MohamedBassem | 2025-04-08 | 1 | -1/+62 |
| | | |||||
| * | feat: Add a setting page to manage assets. Fixes #730 | Mohamed Bassem | 2025-02-23 | 1 | -117/+2 |
| | | |||||
| * | refactor: Start tracking bookmark assets in the assets table | MohamedBassem | 2024-10-06 | 1 | -1/+19 |
| | | |||||
| * | refactor: Include userId in the assets table | MohamedBassem | 2024-10-06 | 1 | -0/+4 |
| | | |||||
| * | fix(web):Add validation on updateTags request to ensure that an empty ↵ | kamtschatka | 2024-09-26 | 1 | -0/+15 |
| | | | | | | | | | | | | | tagName doesn't attach all tags to a bookmark #421 (#428) * [Bug Report] Importing bookmarks adds all tags to all bookmarks #421 fixed an issue that caused all existing tags to be assigned to a new bookmark * Add validation on the input of update tags to ensure that its not empty --------- Co-authored-by: MohamedBassem <me@mbassem.com> | ||||
| * | feature(web): Show attachments and allow users to manipulate them. | MohamedBassem | 2024-09-22 | 1 | -2/+95 |
| | | |||||
| * | feature(cli): Allow updating tags/lists from CLI (#211) | kamtschatka | 2024-07-27 | 1 | -5/+19 |
| | | | | | | | | | | | | | * Improve the CLI #209 added the possibility to assign tags to bookmarks while creating added the possibility to assign a newly created to a list right away added the possibility to add and remove tags from bookmarks * minor tweaks --------- Co-authored-by: MohamedBassem <me@mbassem.com> | ||||
| * | refactor: added the bookmark type to the database (#256) | kamtschatka | 2024-07-01 | 1 | -18/+20 |
| | | | | | | | | | | | | | | | | | | * refactoring asset types Extracted out functions to silently delete assets and to update them after crawling Generalized the mapping of assets to bookmark fields to make extending them easier * Added the bookmark type to the database Introduced an enum to have better type safety cleaned up the code and based some code on the type directly * add BookmarkType.UNKNWON * lint and remove unused function --------- Co-authored-by: MohamedBassem <me@mbassem.com> | ||||
| * | fix: Fix missing bookmarks during pagination if they got created in the same ↵ | MohamedBassem | 2024-05-19 | 1 | -0/+60 |
| | | | | | second. Fixes #140 | ||||
| * | tests: Add tests for bookmark deduplication | MohamedBassem | 2024-05-12 | 1 | -0/+38 |
| | | |||||
| * | feature: Dedup links on creation. Fixes #49 | MohamedBassem | 2024-05-06 | 1 | -6/+6 |
| | | |||||
| * | feature(web): Allow uploading directly into lists/tags. Fixes #69 | MohamedBassem | 2024-04-09 | 1 | -2/+15 |
| | | |||||
| * | format: Add missing lint and format, and format the entire repo | MohamedBassem | 2024-03-30 | 1 | -2/+4 |
| | | |||||
| * | refactor: Extract trpc logic into its package | MohamedBassem | 2024-03-05 | 1 | -0/+200 |
