aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/app (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(web): Handle user deletion more gracefullyMohamed Bassem2025-09-141-4/+22
|
* feat: A better looking catch all error boundaryMohamed Bassem2025-09-141-2/+39
|
* fix: handle list with slashes in their names and truncate long list names. ↵Mohamed Bassem2025-08-301-4/+4
| | | | fixes #1597
* feat: Add a bookmark skeleton for searchMohamed Bassem2025-08-271-2/+2
|
* fix: fix nextjs warning about dialog without title in bookmark previewMohamedBassem2025-08-241-1/+12
|
* fix(web): fix query getting rest when bookmark preview is closed. fixes #1521MohamedBassem2025-08-241-0/+8
|
* feat: A redesigned background jobs page. #1551MohamedBassem2025-08-211-6/+1
|
* Revert "deps: Upgrade nextjs to 15.5"MohamedBassem2025-08-201-25/+0
| | | | This reverts commit be420c9aebb0f2d343a0c94327fddc089f56d402.
* deps: Upgrade nextjs to 15.5MohamedBassem2025-08-201-0/+25
|
* fix(web): Suppress hydration warning on root htmlMohamedBassem2025-08-201-1/+5
|
* deps: Upgrade expo & nextjs to react 19 (#1565)Mohamed Bassem2025-08-208-37/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Attempt to upgrade expo 53 * Attempt upgrade nextjs * Fix a bunch of peer deps * upgrade some docs deps * fix typecheck * update the shadcn calendar component * more fixes * more fixes * revert ollama upgrade * update react version to use carets * remove react-select from landing * fix the typescript error caused by customFetch * upgrade the new grid user setting to nextjs 15 * mobile: enable react canary to support react 19.1 * upgrade react native menu * fix navigation context error
* fix: renamed export filename to karakeep (#1829)David Pearson2025-08-201-1/+1
|
* 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