| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | feat: Configurable number of grid columns. Fixes #1713 | Mohamed Bassem | 2025-07-26 | 7 | -72/+152 | |
| | | ||||||
| * | feat: Render author, publisher and pub data in the bookmark view | Mohamed Bassem | 2025-07-26 | 1 | -1/+49 | |
| | | ||||||
| * | fix: Avoid prefetching assets and tags in the link component. Fixes #1759 | Mohamed Bassem | 2025-07-26 | 3 | -0/+5 | |
| | | ||||||
| * | feat: Hide AI settings tab if inference is not configured. #1781 | Mohamed Bassem | 2025-07-26 | 1 | -19/+19 | |
| | | ||||||
| * | fix: Stop forcing next-auth to read email from id_token. Fixes #410 | Mohamed Bassem | 2025-07-26 | 1 | -1/+0 | |
| | | ||||||
| * | fix: Drop legacy container notice | Mohamed Bassem | 2025-07-26 | 1 | -19/+0 | |
| | | ||||||
| * | deps: Upgrade trpc | Mohamed Bassem | 2025-07-26 | 3 | -9/+8 | |
| | | ||||||
| * | fix: Remove bcrypt from the api key validation route | Mohamed Bassem | 2025-07-21 | 2 | -1/+2 | |
| | | ||||||
| * | i18n: Sync weblate translations | Hosted Weblate | 2025-07-19 | 30 | -90/+3362 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Aindriú Mac Giolla Eoin <aindriu80@gmail.com> Co-authored-by: Blubberland <github@alias.kardansch.de> Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: Michael Förster <mfo1009@googlemail.com> Co-authored-by: Myst <mystou@gmail.com> Co-authored-by: OpenAI <noreply-mt-openai@weblate.org> Co-authored-by: katzecz <sich@svetlokadanzs.cz> Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/ar/ Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/cs/ Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/da/ Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/de/ Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/el/ Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/en_US/ Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/es/ Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/fi/ Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/fr/ Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/ga/ Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/gl/ Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/hr/ Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/hu/ Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/it/ Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/ja/ Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/ko/ Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/nb_NO/ Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/nl/ Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/pl/ Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/pt/ Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/pt_BR/ Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/ru/ Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/sk/ Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/sl/ Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/sv/ Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/tr/ Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/uk/ Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/vi/ Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/zh_Hans/ Translate-URL: https://hosted.weblate.org/projects/karakeep/karakeep/zh_Hant/ Translation: Karakeep/Karakeep | |||||
| * | fix(web): Remove horizontal scroll in PWA's header | Mohamed Bassem | 2025-07-19 | 1 | -1/+1 | |
| | | ||||||
| * | feat(web): Slightly nicer looking tags page | Mohamed Bassem | 2025-07-19 | 3 | -80/+94 | |
| | | ||||||
| * | fix: Run workers in prod without tsx. Fixes #1673 | Mohamed Bassem | 2025-07-19 | 2 | -2/+26 | |
| | | ||||||
| * | fix: Fix edit list modal not clearing parent | Mohamed Bassem | 2025-07-19 | 1 | -1/+1 | |
| | | ||||||
| * | feat: Add a proper reader mode | Mohamed Bassem | 2025-07-19 | 9 | -163/+548 | |
| | | ||||||
| * | feat: Allow setting browserless crawling per user | Mohamed Bassem | 2025-07-19 | 1 | -1/+19 | |
| | | ||||||
| * | fix(mobile): Fix image quality slider showing lots of decimal places. fixes ↵ | Mohamed Bassem | 2025-07-19 | 1 | -1/+1 | |
| | | | | | #1735 | |||||
| * | fix(web): Fix the clear parent button in the edit list dialog. Fixes #1742 | Mohamed Bassem | 2025-07-17 | 1 | -1/+1 | |
| | | ||||||
| * | feat(mobile): Add user setting for default bookmark view mode (#1723) | xuatz | 2025-07-17 | 5 | -5/+118 | |
| | | | | | | | | | | | | | | | | | | * feat(mobile): add user setting for default bookmark view mode * regen db migration script * clean up implementation * Update docs/docs/07-Development/01-setup.md * Update GEMINI.md * use local setting instead of storing value in db * improve start-dev.sh to also handle for db migration * rename mobileBookmarkClickDefaultViewMode to defaultBookmarkView for consistency | |||||
| * | fix: Clear search history on logout | Mohamed Bassem | 2025-07-14 | 3 | -15/+20 | |
| | | ||||||
| * | feat: adding search history #1541 (#1627) | lexafaxine | 2025-07-14 | 5 | -46/+286 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * feat: adding search history * fix popover should close when no matched history * remove unnecessary react import * replace current Input component with CommandInput for better UX * add i18n for recent searches label * fix bug * refactor local storage logic to make code reusable * using zod schema to validate search history and revert debounce change * Consolidate some of the files --------- Co-authored-by: Mohamed Bassem <me@mbassem.com> | |||||
| * | feat: markdown file upload support (#1647) (#1672) | Rodrigo Santos | 2025-07-13 | 1 | -3/+20 | |
| | | | | | | | | | | | | * feat: Add support for uploading Markdown (.md) files * add: markdown to supported bookmark assets * revert the changes in the assetdb --------- Co-authored-by: Mohamed Bassem <me@mbassem.com> | |||||
| * | Revert "fix: Fix the types of the bookmark types in the db query" | Mohamed Bassem | 2025-07-13 | 2 | -21/+1 | |
| | | | | | This reverts commit 4ba3e8047a5b1f160169617187436c09e91662ec. | |||||
| * | fix: Fix the types of the bookmark types in the db query | Mohamed Bassem | 2025-07-13 | 2 | -1/+21 | |
| | | ||||||
| * | feat: Add stripe based subscriptions | Mohamed Bassem | 2025-07-13 | 5 | -58/+527 | |
| | | ||||||
| * | feat: Add delete account support | Mohamed Bassem | 2025-07-13 | 2 | -0/+184 | |
| | | ||||||
| * | fix: Drop auth failure logger | Mohamed Bassem | 2025-07-13 | 1 | -10/+3 | |
| | | ||||||
| * | feat: Add proper proxy support. fixes #1265 | Mohamed Bassem | 2025-07-13 | 2 | -9/+87 | |
| | | ||||||
| * | fix(web): Fix the alignment in the user options page | Mohamed Bassem | 2025-07-12 | 1 | -4/+1 | |
| | | ||||||
| * | deps: Upgrade typescript to 5.8 | Mohamed Bassem | 2025-07-12 | 3 | -3/+3 | |
| | | ||||||
| * | deps: Upgrade drizzle | Mohamed Bassem | 2025-07-12 | 2 | -2/+2 | |
| | | ||||||
| * | fix(web): Fix dark mode in auth pages | Mohamed Bassem | 2025-07-12 | 6 | -10/+10 | |
| | | ||||||
| * | fix(tests): Fix missing mock in trpc tests | Mohamed Bassem | 2025-07-12 | 1 | -1/+0 | |
| | | ||||||
| * | fix: Prioritize crawling user added links over bulk imports. fixes #1717 | Mohamed Bassem | 2025-07-12 | 6 | -24/+57 | |
| | | ||||||
| * | feat: Support forget and reset password | Mohamed Bassem | 2025-07-12 | 5 | -0/+397 | |
| | | ||||||
| * | feat(ui): Revamp the signin/signup page | Mohamed Bassem | 2025-07-12 | 6 | -238/+393 | |
| | | ||||||
| * | feat: Add invite user support | Mohamed Bassem | 2025-07-10 | 8 | -106/+790 | |
| | | ||||||
| * | feat: Add support for email verification | Mohamed Bassem | 2025-07-10 | 4 | -15/+329 | |
| | | ||||||
| * | fix: Drop the need to for the self-call for providers and NEXTAUTH_INTERNAL_URL | Mohamed Bassem | 2025-07-07 | 2 | -5/+9 | |
| | | ||||||
| * | feat: Add a logout page | Mohamed Bassem | 2025-07-07 | 1 | -0/+18 | |
| | | ||||||
| * | fix: Fix search indexing after content split | Mohamed Bassem | 2025-07-06 | 1 | -7/+4 | |
| | | ||||||
| * | fix(web): Clicking on search tooltip opens the search language guide. Fixes ↵ | Mohamed Bassem | 2025-07-06 | 2 | -5/+10 | |
| | | | | | #1540 | |||||
| * | feat: Store large html content in the asset db | Mohamed Bassem | 2025-07-06 | 6 | -10/+144 | |
| | | ||||||
| * | fix(mobile): Fix crash when bookmark doesn't have archive or screenshot. ↵ | Mohamed Bassem | 2025-07-06 | 2 | -26/+65 | |
| | | | | | Fixes #1584 | |||||
| * | feat: Add a new timezone user setting | Mohamed Bassem | 2025-07-06 | 3 | -3/+94 | |
| | | ||||||
| * | fix: Fix i18n in the new stats page | Mohamed Bassem | 2025-07-06 | 3 | -37/+108 | |
| | | ||||||
| * | feat: Add per user storage quota | Mohamed Bassem | 2025-07-06 | 6 | -75/+216 | |
| | | ||||||
| * | feat: Add new user stats page. Fixes #1523 | Mohamed Bassem | 2025-07-06 | 3 | -0/+504 | |
| | | ||||||
| * | feat(workers): Allow custmoizing max parallelism for a bunch of workers. ↵ | Mohamed Bassem | 2025-07-05 | 6 | -6/+8 | |
| | | | | | Fixes #724 | |||||
| * | fix(workers): A more lenient JSON parsing for LLM responses. Fixes #1267 | Mohamed Bassem | 2025-07-04 | 1 | -1/+39 | |
| | | ||||||
| * | refactor: Move the health endpoint to hono as well | Mohamed Bassem | 2025-07-04 | 1 | -8/+0 | |
| | | ||||||
