aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/app (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Extract meilisearch as a pluginMohamedBassem2025-07-272-2/+6
|
* fix: Avoid prefetching assets and tags in the link component. Fixes #1759Mohamed Bassem2025-07-261-0/+2
|
* feat: Hide AI settings tab if inference is not configured. #1781Mohamed Bassem2025-07-261-19/+19
|
* feat(web): Slightly nicer looking tags pageMohamed Bassem2025-07-191-11/+1
|
* feat: Add a proper reader modeMohamed Bassem2025-07-192-5/+313
|
* fix: Clear search history on logoutMohamed Bassem2025-07-141-0/+8
|
* feat: Add stripe based subscriptionsMohamed Bassem2025-07-132-57/+93
|
* feat: Add delete account supportMohamed Bassem2025-07-131-0/+2
|
* fix(web): Fix dark mode in auth pagesMohamed Bassem2025-07-126-10/+10
|
* feat: Support forget and reset passwordMohamed Bassem2025-07-122-0/+58
|
* feat(ui): Revamp the signin/signup pageMohamed Bassem2025-07-122-6/+27
|
* feat: Add invite user supportMohamed Bassem2025-07-104-4/+41
|
* feat: Add support for email verificationMohamed Bassem2025-07-102-0/+280
|
* feat: Add a logout pageMohamed Bassem2025-07-071-0/+18
|
* feat: Add a new timezone user settingMohamed Bassem2025-07-061-0/+16
|
* fix: Fix i18n in the new stats pageMohamed Bassem2025-07-062-36/+60
|
* feat: Add new user stats page. Fixes #1523Mohamed Bassem2025-07-062-0/+501
|
* feat(workers): Allow custmoizing max parallelism for a bunch of workers. ↵Mohamed Bassem2025-07-051-1/+1
| | | | Fixes #724
* refactor: Move the health endpoint to hono as wellMohamed Bassem2025-07-041-8/+0
|
* refactor: Move the trpc endpoint to honoMohamed Bassem2025-07-041-22/+0
|
* chore: migrate away from eslint to oxlint (#1642)xuatz2025-06-224-0/+4
| | | | | | | * chore: migrate away from eslint to oxlint * revert turbo task name lint * it seems like we can remove the seemingly default globals
* feat(ui): Improve the look of the public bookmarks pageMohamed Bassem2025-06-072-20/+7
|
* fix: Use a new public list metadata endpoint for metadata generationMohamed Bassem2025-06-071-3/+13
|
* feat(web): Redesign the user settings pageMohamed Bassem2025-06-071-2/+2
|
* feat: Add support for public lists (#1511)Mohamed Bassem2025-06-013-0/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WIP: public lists * Drop viewing modes * Add the public endpoint for assets * regen the openapi spec * proper handling for different asset types * Add num bookmarks and a no bookmark banner * Correctly set page title * Add a not-found page * merge the RSS and public list endpoints * Add e2e tests for the public endpoints * Redesign the share list modal * Make NEXTAUTH_SECRET not required * propery render text bookmarks * rebase migration * fix public token tests * Add more tests
* feat: add user customisable default archive display behaviour (#1505)xuatz2025-06-013-11/+40
| | | | | | | | | | | | | | | | | * fix typo * implementation * bug fix and refactoring * Use nuqs for searchParam management * remove the todo about the tests * fix tests --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* refactor: Move bookmark utils from shared-react to sharedMohamed Bassem2025-05-311-1/+1
|
* feat: Allow defaulting to reader mode when clicking on bookmarks. Fixes #662Mohamed Bassem2025-05-242-24/+35
|
* refactor: Migrate from NextJs's API routes to Hono based routes for the API ↵Mohamed Bassem2025-05-1827-1142/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (#1432) * Setup Hono and migrate the highlights API there * Implement the tags and lists endpoint * Implement the bookmarks and users endpoints * Add the trpc error code adapter * Remove the old nextjs handlers * fix api key not found handling * Fix trpc error handling * Fix 204 handling * Fix search ordering * Implement the singlefile endpoint * Implement the asset serving endpoints * Implement webauth * Add hono as a catch all route under api * fix tests
* feat(api): enable ?sortOrder= for relevant resources (#1398)xuatz2025-05-186-7/+28
| | | | | * feat(api): enable `?sortOrder=` for relevant resources * fix tests
* fix(search): add new relevance sort order (#1392)xuatz2025-05-181-1/+9
| | | | | | | | | | | * fix(search): add new relevance sort order * address pr comments * some minor fixes --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* feat: Add NETSCAPE-Bookmark-file-1 export format support (#1374)Yuiki Saito2025-05-111-15/+41
| | | | | | | | | | | | | * Add function to export bookmarks in NETSCAPE-Bookmark-file-1 format * Update export endpoint to support NETSCAPE format * Add format selection to export UI * include tags in the export --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* feat: Implement generic rule engine (#1318)Mohamed Bassem2025-04-273-1/+100
| | | | | | | | | | | | | | | | | * Add schema for the new rule engine * Add rule engine backend logic * Implement the worker logic and event firing * Implement the UI changesfor the rule engine * Ensure that when a referenced list or tag are deleted, the corresponding event/action is * Dont show smart lists in rule engine events * Add privacy validations for attached tag and list ids * Move the rules logic into a models
* chore: rename missing files/conf from Hoarder to Karakeep (#1280)adripo2025-04-212-3/+3
| | | | | | | | | * refactor: Rename remaining project configuration from Hoarder to Karakeep * some fixes --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* fix: Add includeContent to search endpoint and document it in the docsMohamed Bassem2025-04-161-12/+16
|
* fix: Dont download html content by default in the bookmark grid. Fixes #1198Mohamed Bassem2025-04-136-3/+17
|
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-1221-35/+35
|
* chore: Hoarder to Karakeep rebranding (#1199)Mohamed Bassem2025-04-052-5/+6
| | | | | | | | | * The new logo * Changing hoarder.app to karakeep.app * Adding the admin panel warning * Update the readme
* fix: Dont buffer uploaded files in memory. Fixes #1173Mohamed Bassem2025-03-291-37/+59
|
* feat: Add endpoints for whoami and user stats. Fixes #1113Mohamed Bassem2025-03-112-0/+28
|
* feat: Expose bookmark summarization in the API (#1088)erik-nilcoast2025-03-091-0/+19
| | | Proxy to the TRPC Summarize mutation for use in the public API
* feat: Move background jobs with the admin actions. Fixes #1083Mohamed Bassem2025-03-093-7/+7
|
* fix: Add missing list to PWA. Fixes #884Mohamed Bassem2025-02-231-2/+18
|
* feat: Add a setting page to manage assets. Fixes #730Mohamed Bassem2025-02-234-3/+191
|
* feat(i18n): add Arabic language support (#983)Ahmad Mujahid2025-02-091-1/+3
|
* feat: Change webhooks to be configurable by usersMohamed Bassem2025-01-192-0/+11
|
* feat: Add support for singlefile extension uploads. #172Mohamed Bassem2025-01-112-25/+104
|
* refactor: Implement file streaming for asset route. Fixes #818Mohamed Bassem (aider)2025-01-051-23/+52
|
* feat: Expose the search functionality in the REST APIMohamed Bassem2025-01-051-0/+39
|
* feat: Expose asset manipulation endpoints in the REST APIMohamed Bassem2025-01-042-0/+73
|