aboutsummaryrefslogtreecommitdiffstats
path: root/apps (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix: fix nextjs warning about dialog without title in bookmark previewMohamedBassem2025-08-242-1/+13
* 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-231-0/+1
* 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-2214-5/+111
* fix: Remove dev indicator config from nextjs configMohamedBassem2025-08-221-4/+0
* 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-206-26/+37
* deps: Upgrade nextjs to 15.5MohamedBassem2025-08-206-37/+26
* fix(web): Suppress hydration warning on root htmlMohamedBassem2025-08-201-1/+5
* deps: Upgrade expo & nextjs to react 19 (#1565)Mohamed Bassem2025-08-2025-218/+360
* fix(mobile): fix WebView deceleration rate on iOS (#1835)Landon Epps2025-08-201-0/+2
* 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
* 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-092-1/+6
* 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-0310-2/+466
* fix: Merge the quota columns in the user listsMohamed Bassem2025-08-041-8/+2
* feat(landing): The pricing pageMohamed Bassem2025-08-046-48/+301
* release(mcp): Bump mcp server to 0.26MohamedBassem2025-08-031-1/+1
* refactor: Move webhook, users and tags into modelsMohamedBassem2025-08-021-2/+2
* feat: Drop support for time bounded invitationsMohamedBassem2025-08-021-42/+5
* refactor: Refactor crawlerWorker to use tryCatchMohamedBassem2025-07-271-123/+117
* refactor: Extract meilisearch as a pluginMohamedBassem2025-07-276-63/+52
* chore: More turbo fixesMohamedBassem2025-07-2710-18/+21
* fix: Ensure that all packages are ESM packagesMohamedBassem2025-07-273-0/+3
* deps: Upgrade viteMohamed Bassem2025-07-269-17/+26
* refactor: Extract the importing logic into its own hookMohamed Bassem2025-07-262-258/+268
* feat(mobile): add context aware sharing option in mobile app (#1785)xuatz2025-07-262-2/+83
* feat: Configurable number of grid columns. Fixes #1713Mohamed Bassem2025-07-267-72/+152
* feat: Render author, publisher and pub data in the bookmark viewMohamed Bassem2025-07-261-1/+49
* fix: Avoid prefetching assets and tags in the link component. Fixes #1759Mohamed Bassem2025-07-263-0/+5
* feat: Hide AI settings tab if inference is not configured. #1781Mohamed Bassem2025-07-261-19/+19
* fix: Stop forcing next-auth to read email from id_token. Fixes #410Mohamed Bassem2025-07-261-1/+0
* fix: Drop legacy container noticeMohamed Bassem2025-07-261-19/+0
* deps: Upgrade trpcMohamed Bassem2025-07-263-9/+8
* fix: Remove bcrypt from the api key validation routeMohamed Bassem2025-07-212-1/+2
* i18n: Sync weblate translationsHosted Weblate2025-07-1930-90/+3362
* fix(web): Remove horizontal scroll in PWA's headerMohamed Bassem2025-07-191-1/+1
* feat(web): Slightly nicer looking tags pageMohamed Bassem2025-07-193-80/+94
* fix: Run workers in prod without tsx. Fixes #1673Mohamed Bassem2025-07-192-2/+26