aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/app (unfollow)
Commit message (Expand)AuthorFilesLines
2025-07-27refactor: Extract meilisearch as a pluginMohamedBassem2-2/+6
2025-07-26fix: Avoid prefetching assets and tags in the link component. Fixes #1759Mohamed Bassem1-0/+2
2025-07-26feat: Hide AI settings tab if inference is not configured. #1781Mohamed Bassem1-19/+19
2025-07-19feat(web): Slightly nicer looking tags pageMohamed Bassem1-11/+1
2025-07-19feat: Add a proper reader modeMohamed Bassem2-5/+313
2025-07-14fix: Clear search history on logoutMohamed Bassem1-0/+8
2025-07-13feat: Add stripe based subscriptionsMohamed Bassem2-57/+93
2025-07-13feat: Add delete account supportMohamed Bassem1-0/+2
2025-07-12fix(web): Fix dark mode in auth pagesMohamed Bassem6-10/+10
2025-07-12feat: Support forget and reset passwordMohamed Bassem2-0/+58
2025-07-12feat(ui): Revamp the signin/signup pageMohamed Bassem2-6/+27
2025-07-10feat: Add invite user supportMohamed Bassem4-4/+41
2025-07-10feat: Add support for email verificationMohamed Bassem2-0/+280
2025-07-07feat: Add a logout pageMohamed Bassem1-0/+18
2025-07-06feat: Add a new timezone user settingMohamed Bassem1-0/+16
2025-07-06fix: Fix i18n in the new stats pageMohamed Bassem2-36/+60
2025-07-06feat: Add new user stats page. Fixes #1523Mohamed Bassem2-0/+501
2025-07-05feat(workers): Allow custmoizing max parallelism for a bunch of workers. Fixe...Mohamed Bassem1-1/+1
2025-07-04refactor: Move the health endpoint to hono as wellMohamed Bassem1-8/+0
2025-07-04refactor: Move the trpc endpoint to honoMohamed Bassem1-22/+0
2025-06-22chore: migrate away from eslint to oxlint (#1642)xuatz4-0/+4
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