aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix(web): fix query getting rest when bookmark preview is closed. fixes #1521MohamedBassem2025-08-244-17/+34
|
* fix(web): Fix hydration errors in add api key pageMohamedBassem2025-08-231-14/+7
|
* fix: preserve selected section in link preview in query paramsMohamedBassem2025-08-231-2/+4
|
* fix: Hide bookmark global actions when there's no bookmark grid shownMohamedBassem2025-08-233-3/+27
|
* fix(security): Add CSP policies on asset serving pathMohamedBassem2025-08-232-2/+20
|
* fix: Dont attempt to remove uploaded tmp file if it's already removedMohamedBassem2025-08-221-1/+7
|
* fix: Sanitize uploaded file names. #1765MohamedBassem2025-08-221-1/+2
|
* deps: Upgrade oxlint to 1.12MohamedBassem2025-08-222-147/+347
|
* fix: dangling assets created by changing crawling configMohamedBassem2025-08-221-5/+6
|
* fix(workers): Drop the withTimeout wrappersMohamedBassem2025-08-222-10/+2
|
* feat: Export prometheus metrics from the workersMohamedBassem2025-08-2217-34/+181
|
* fix: Remove dev indicator config from nextjs configMohamedBassem2025-08-221-4/+0
|
* feat: generate a random prometheus token on startupMohamedBassem2025-08-224-37/+11
|
* feat: Support video uploads and attachments (#1847)Evan Sharp2025-08-222-1/+11
| | | | | | | | This commit allows the following mime types to be uploaded and attached as video assets on bookmarks. - video/mp4 - video/webm - video/x-matroska
* fix(web): Fix dark mode titles for public listsMohamedBassem2025-08-221-4/+4
|
* feat: Add confirmations to background job actionsMohamedBassem2025-08-222-25/+40
|
* feat: A redesigned background jobs page. #1551MohamedBassem2025-08-214-202/+499
|
* Revert "deps: Upgrade nextjs to 15.5"MohamedBassem2025-08-208-1291/+2334
| | | | This reverts commit be420c9aebb0f2d343a0c94327fddc089f56d402.
* deps: Upgrade nextjs to 15.5MohamedBassem2025-08-208-2334/+1291
|
* fix(web): Suppress hydration warning on root htmlMohamedBassem2025-08-201-1/+5
|
* deps: Upgrade expo & nextjs to react 19 (#1565)Mohamed Bassem2025-08-2029-3327/+2394
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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(mobile): fix WebView deceleration rate on iOS (#1835)Landon Epps2025-08-201-0/+2
| | | | | The mobile app uses a WebView to display the bookmark preview. WebView on iOS has a "fast" deceleration rate by default, which is much slower than the system default. We should update it to "normal" to match the non-WebView screens in the app.
* fix: renamed export filename to karakeep (#1829)David Pearson2025-08-201-1/+1
|
* feat: Render human tags before AI tags (#1740)haappi2025-08-203-29/+40
|
* fix(mobile): remove type: module so expo works (#1846)xuatz2025-08-206-101/+102
|
* docs: Fix the name of the development sectionMohamedBassem2025-08-201-1/+1
|
* docs: rename docs into actual name in a separate commitxuatz2025-08-2020-0/+0
|
* docs: rename docs into tmp name in a separate commitxuatz2025-08-2037-987/+0
|
* fix(mobile): change to metro.config.cjs since migrating to type: module (#1845)xuatz2025-08-164-2/+2
|
* fix: add CORS configuration for chrome-extension origin (#1823)qixing-jk2025-08-093-9/+72
| | | | | Update @crxjs/vite-plugin to v2.0.1 and add server CORS configuration to allow requests from chrome-extension origins in the browser extension's vite.config.ts file. https://github.com/crxjs/chrome-extension-tools/blob/55912418204c6dbdbf7a4a59d1384a290208fb4d/playgrounds/react/vite.config.ts#L20
* fix: Add support email to pricing pageMohamedBassem2025-08-041-0/+4
|
* feat: Add an error boundary around the custom rendererMohamedBassem2025-08-041-2/+35
|
* feat(web): Add special cards for specific websites. Fixes #1344MohamedBassem2025-08-0311-2/+494
|
* docker: Update chrome to 124Mohamed Bassem2025-08-045-5/+5
|
* fix: Merge the quota columns in the user listsMohamed Bassem2025-08-041-8/+2
|
* feat(landing): The pricing pageMohamed Bassem2025-08-047-51/+336
|
* fix: Trim trailing slashes from nextauth urls. Fixes #1799MohamedBassem2025-08-031-1/+5
|
* release(mcp): Bump mcp server to 0.26MohamedBassem2025-08-031-1/+1
|
* fix: Get rid of the userSetting table completelyMohamedBassem2025-08-035-56/+2359
|
* refactor: Move webhook, users and tags into modelsMohamedBassem2025-08-0212-1120/+1602
|
* feat: Drop support for time bounded invitationsMohamedBassem2025-08-028-124/+2376
|
* refactor: Refactor crawlerWorker to use tryCatchMohamedBassem2025-07-272-123/+141
|
* fix: Use prometheus histogram instead of summaryMohamedBassem2025-07-271-2/+5
|
* fix: fix hidden env variable parse error. fixes #1790MohamedBassem2025-07-271-167/+164
|
* fix(tests): Load plugins on API package entrypointMohamedBassem2025-07-273-0/+7
|
* fix: Fix the path to worker binary post-buildMohamedBassem2025-07-272-2/+2
|
* feat: Support NO_COLOR for logging. Fixes #1778MohamedBassem2025-07-273-3/+10
|
* fix(docs): Fix git case sensitivity Take 3MohamedBassem2025-07-2739-1/+1985
|
* fix(docs): Fix git case sensitivity Take 2MohamedBassem2025-07-2773-1974/+2953
|
* fix(docs): Fix git case sensitivityMohamedBassem2025-07-2756-2953/+987
|