| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix(mobile): Disable the save button when bookmark is being saved | MohamedBassem | 2025-08-31 | 1 | -2/+2 | |
| | | ||||||
| * | fix: show login button in the landing page on mobile | Mohamed Bassem | 2025-08-30 | 1 | -0/+23 | |
| | | ||||||
| * | fix: fix long worker log lines when downloading base64 images | Mohamed Bassem | 2025-08-30 | 1 | -1/+3 | |
| | | ||||||
| * | fix: Respect wal mode for the queue db | Mohamed Bassem | 2025-08-30 | 1 | -1/+1 | |
| | | ||||||
| * | fix: handle list with slashes in their names and truncate long list names. ↵ | Mohamed Bassem | 2025-08-30 | 4 | -591/+86 | |
| | | | | | fixes #1597 | |||||
| * | feat: Add a bookmark skeleton for search | Mohamed Bassem | 2025-08-27 | 2 | -2/+86 | |
| | | ||||||
| * | feat(mobile): Retheme the mobile app (#1872) | Mohamed Bassem | 2025-08-26 | 45 | -417/+1835 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add nativewindui * migrate to nativewindui text * Replace buttons with nativewindui buttons * Use nativewindui search input * fix the divider color * More changes * fix manage tag icon * fix styling of bookmark card * fix ios compilation * fix search clear * fix tag pill border color * Store theme setting in app settings * fix setting color appearance * fix coloring of search input * fix following system theme * add a save button to info * fix the grey colors on android * fix icon active tint color * drop the use of TextField | |||||
| * | fix(mobile): Fix crash in android webview | MohamedBassem | 2025-08-25 | 1 | -2/+2 | |
| | | ||||||
| * | feat(mobile): Add edit menu item to bookmark card | MohamedBassem | 2025-08-24 | 1 | -3/+12 | |
| | | ||||||
| * | fix(mobile): Change the icon of the share button | MohamedBassem | 2025-08-24 | 1 | -2/+2 | |
| | | ||||||
| * | feat: Add delete button and creation dates to mobile info page | MohamedBassem | 2025-08-24 | 1 | -33/+78 | |
| | | ||||||
| * | u18n: Update french translation.json (#1866) | Vivien | 2025-08-24 | 1 | -1/+1 | |
| | | | | Better french 🥖 | |||||
| * | fix: fix nextjs warning about dialog without title in bookmark preview | MohamedBassem | 2025-08-24 | 2 | -1/+13 | |
| | | ||||||
| * | fix(web): fix query getting rest when bookmark preview is closed. fixes #1521 | MohamedBassem | 2025-08-24 | 4 | -17/+34 | |
| | | ||||||
| * | fix(web): Fix hydration errors in add api key page | MohamedBassem | 2025-08-23 | 1 | -14/+7 | |
| | | ||||||
| * | fix: preserve selected section in link preview in query params | MohamedBassem | 2025-08-23 | 1 | -2/+4 | |
| | | ||||||
| * | fix: Hide bookmark global actions when there's no bookmark grid shown | MohamedBassem | 2025-08-23 | 3 | -3/+27 | |
| | | ||||||
| * | fix(security): Add CSP policies on asset serving path | MohamedBassem | 2025-08-23 | 1 | -0/+1 | |
| | | ||||||
| * | fix: dangling assets created by changing crawling config | MohamedBassem | 2025-08-22 | 1 | -5/+6 | |
| | | ||||||
| * | fix(workers): Drop the withTimeout wrappers | MohamedBassem | 2025-08-22 | 2 | -10/+2 | |
| | | ||||||
| * | feat: Export prometheus metrics from the workers | MohamedBassem | 2025-08-22 | 14 | -5/+111 | |
| | | ||||||
| * | fix: Remove dev indicator config from nextjs config | MohamedBassem | 2025-08-22 | 1 | -4/+0 | |
| | | ||||||
| * | fix(web): Fix dark mode titles for public lists | MohamedBassem | 2025-08-22 | 1 | -4/+4 | |
| | | ||||||
| * | feat: Add confirmations to background job actions | MohamedBassem | 2025-08-22 | 2 | -25/+40 | |
| | | ||||||
| * | feat: A redesigned background jobs page. #1551 | MohamedBassem | 2025-08-21 | 4 | -202/+499 | |
| | | ||||||
| * | Revert "deps: Upgrade nextjs to 15.5" | MohamedBassem | 2025-08-20 | 6 | -26/+37 | |
| | | | | | This reverts commit be420c9aebb0f2d343a0c94327fddc089f56d402. | |||||
| * | deps: Upgrade nextjs to 15.5 | MohamedBassem | 2025-08-20 | 6 | -37/+26 | |
| | | ||||||
| * | fix(web): Suppress hydration warning on root html | MohamedBassem | 2025-08-20 | 1 | -1/+5 | |
| | | ||||||
| * | deps: Upgrade expo & nextjs to react 19 (#1565) | Mohamed Bassem | 2025-08-20 | 25 | -218/+360 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 Epps | 2025-08-20 | 1 | -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 Pearson | 2025-08-20 | 1 | -1/+1 | |
| | | ||||||
| * | feat: Render human tags before AI tags (#1740) | haappi | 2025-08-20 | 3 | -29/+40 | |
| | | ||||||
| * | fix(mobile): remove type: module so expo works (#1846) | xuatz | 2025-08-20 | 6 | -101/+102 | |
| | | ||||||
| * | fix(mobile): change to metro.config.cjs since migrating to type: module (#1845) | xuatz | 2025-08-16 | 4 | -2/+2 | |
| | | ||||||
| * | fix: add CORS configuration for chrome-extension origin (#1823) | qixing-jk | 2025-08-09 | 2 | -1/+6 | |
| | | | | | | 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 page | MohamedBassem | 2025-08-04 | 1 | -0/+4 | |
| | | ||||||
| * | feat: Add an error boundary around the custom renderer | MohamedBassem | 2025-08-04 | 1 | -2/+35 | |
| | | ||||||
| * | feat(web): Add special cards for specific websites. Fixes #1344 | MohamedBassem | 2025-08-03 | 10 | -2/+466 | |
| | | ||||||
| * | fix: Merge the quota columns in the user lists | Mohamed Bassem | 2025-08-04 | 1 | -8/+2 | |
| | | ||||||
| * | feat(landing): The pricing page | Mohamed Bassem | 2025-08-04 | 6 | -48/+301 | |
| | | ||||||
| * | release(mcp): Bump mcp server to 0.26 | MohamedBassem | 2025-08-03 | 1 | -1/+1 | |
| | | ||||||
| * | refactor: Move webhook, users and tags into models | MohamedBassem | 2025-08-02 | 1 | -2/+2 | |
| | | ||||||
| * | feat: Drop support for time bounded invitations | MohamedBassem | 2025-08-02 | 1 | -42/+5 | |
| | | ||||||
| * | refactor: Refactor crawlerWorker to use tryCatch | MohamedBassem | 2025-07-27 | 1 | -123/+117 | |
| | | ||||||
| * | refactor: Extract meilisearch as a plugin | MohamedBassem | 2025-07-27 | 6 | -63/+52 | |
| | | ||||||
| * | chore: More turbo fixes | MohamedBassem | 2025-07-27 | 10 | -18/+21 | |
| | | ||||||
| * | fix: Ensure that all packages are ESM packages | MohamedBassem | 2025-07-27 | 3 | -0/+3 | |
| | | ||||||
| * | deps: Upgrade vite | Mohamed Bassem | 2025-07-26 | 9 | -17/+26 | |
| | | ||||||
| * | refactor: Extract the importing logic into its own hook | Mohamed Bassem | 2025-07-26 | 2 | -258/+268 | |
| | | ||||||
| * | feat(mobile): add context aware sharing option in mobile app (#1785) | xuatz | 2025-07-26 | 2 | -2/+83 | |
| | | | | | | * v1 inside menu * v2 outside menu with share icon | |||||
