aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/app (unfollow)
Commit message (Expand)AuthorFilesLines
2025-06-07feat(ui): Improve the look of the public bookmarks pageMohamed Bassem2-20/+7
2025-06-07fix: Use a new public list metadata endpoint for metadata generationMohamed Bassem1-3/+13
2025-06-07feat(web): Redesign the user settings pageMohamed Bassem1-2/+2
2025-06-01feat: Add support for public lists (#1511)Mohamed Bassem3-0/+118
2025-06-01feat: add user customisable default archive display behaviour (#1505)xuatz3-11/+40
2025-05-31refactor: Move bookmark utils from shared-react to sharedMohamed Bassem1-1/+1
2025-05-24feat: Allow defaulting to reader mode when clicking on bookmarks. Fixes #662Mohamed Bassem2-24/+35
2025-05-18refactor: Migrate from NextJs's API routes to Hono based routes for the API (...Mohamed Bassem27-1142/+28
2025-05-18feat(api): enable ?sortOrder= for relevant resources (#1398)xuatz6-7/+28
2025-05-18fix(search): add new relevance sort order (#1392)xuatz1-1/+9
2025-05-11feat: Add NETSCAPE-Bookmark-file-1 export format support (#1374)Yuiki Saito1-15/+41
2025-04-27feat: Implement generic rule engine (#1318)Mohamed Bassem3-1/+100
2025-04-21chore: rename missing files/conf from Hoarder to Karakeep (#1280)adripo2-3/+3
2025-04-16fix: Add includeContent to search endpoint and document it in the docsMohamed Bassem1-12/+16
2025-04-13fix: Dont download html content by default in the bookmark grid. Fixes #1198Mohamed Bassem6-3/+17
2025-04-12chore: Rename hoarder packages to karakeepMohamedBassem21-35/+35
2025-04-05chore: Hoarder to Karakeep rebranding (#1199)Mohamed Bassem2-5/+6
2025-03-29fix: Dont buffer uploaded files in memory. Fixes #1173Mohamed Bassem1-37/+59
2025-03-11feat: Add endpoints for whoami and user stats. Fixes #1113Mohamed Bassem2-0/+28
2025-03-09feat: Expose bookmark summarization in the API (#1088)erik-nilcoast1-0/+19
2025-03-09feat: Move background jobs with the admin actions. Fixes #1083Mohamed Bassem3-7/+7
2025-02-23fix: Add missing list to PWA. Fixes #884Mohamed Bassem1-2/+18
2025-02-23feat: Add a setting page to manage assets. Fixes #730Mohamed Bassem4-3/+191
2025-02-09feat(i18n): add Arabic language support (#983)Ahmad Mujahid1-1/+3
2025-01-19feat: Change webhooks to be configurable by usersMohamed Bassem2-0/+11
2025-01-11feat: Add support for singlefile extension uploads. #172Mohamed Bassem2-25/+104
2025-01-05refactor: Implement file streaming for asset route. Fixes #818Mohamed Bassem (aider)1-22/+51
2025-01-05feat: Expose the search functionality in the REST APIMohamed Bassem1-0/+39
2025-01-04feat: Expose asset manipulation endpoints in the REST APIMohamed Bassem2-0/+73
2025-01-02feat: Add support for smart lists (#802)Mohamed Bassem2-9/+13
2024-12-30fix(api): Return 201 from highlights creation and fix docs for PATCH /lists/[...Mohamed Bassem1-1/+1
2024-12-30refactor: Refactor sidebar into a shared componentMohamed Bassem3-68/+170
2024-12-30feat: Change the admin page to be tabbed similar to that of the settings pageMohamed Bassem6-26/+61
2024-12-28feat: Implement the all highlights page. Fixes #620Mohamed Bassem1-0/+20
2024-12-27feat: Add REST APIs for manipulating highlights. Fixes #620Mohamed Bassem4-4/+100
2024-12-22feat: Add basic pagination to searchBookmarks tRPCMohamed Bassem1-2/+8
2024-12-21feature: Add an admin notice about the usage of the legacy container imagesMohamed Bassem1-6/+9
2024-12-08feature: Store crawling status code and allow users to find broken links. Fix...Mohamed Bassem1-0/+131
2024-11-17feature: Add i18n support. Fixes #57 (#635)Mohamed Bassem5-17/+17
2024-11-03feature(web): Add the ability to view the bookmarks of a particular rss feedMohamed Bassem1-0/+31
2024-11-03feature: Add support for subscribing to RSS feeds. Fixes #202Mohamed Bassem1-0/+5
2024-10-28feature: Archive videos using yt-dlp. Fixes #215 (#525)kamtschatka1-6/+26
2024-10-27ui: Redesign the settings page and move it to its own layoutMohamed Bassem7-60/+74
2024-10-20feature(api): Add REST APIs to update bookmarks, tags and listsMohamed Bassem3-0/+54
2024-10-20feature(api): Add REST APIs to manipulate lists and tags for bookmarksMohamed Bassem7-34/+151
2024-10-20feature: Add APIs to create new lists and bookmarksMohamed Bassem2-0/+24
2024-10-20fix: Better handling for body JSON parsing errorsMohamed Bassem1-1/+22
2024-10-20feature: Add DELETE REST APIs for bookmarks, lists and tagsMohamed Bassem4-2/+48
2024-10-20feature: Add GET REST APIs for bookmarks, lists and tagsMohamed Bassem5-0/+112
2024-10-20featue: Add infra for REST APIs and implement GET /bookmarksMohamed Bassem4-0/+212