| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(docs): Fix git case sensitivity Take 3 | MohamedBassem | 2025-07-27 | 39 | -1/+1985 |
| | | |||||
| * | fix(docs): Fix git case sensitivity Take 2 | MohamedBassem | 2025-07-27 | 73 | -1974/+2953 |
| | | |||||
| * | fix(docs): Fix git case sensitivity | MohamedBassem | 2025-07-27 | 56 | -2953/+987 |
| | | |||||
| * | deps: Upgrade docusourus | MohamedBassem | 2025-07-27 | 1 | -5/+5 |
| | | |||||
| * | fix(docs): Fix the docs one more time | MohamedBassem | 2025-07-27 | 42 | -85/+79 |
| | | |||||
| * | docs: Drop docs older than 0.21 | MohamedBassem | 2025-07-27 | 108 | -4434/+0 |
| | | |||||
| * | feat: Add a max output tokens env variable | Mohamed Bassem | 2025-07-20 | 1 | -0/+1 |
| | | |||||
| * | docs: Release the 0.26.0 docs | Mohamed Bassem | 2025-07-20 | 70 | -0/+4950 |
| | | |||||
| * | docs: Update api docs in prep for the 0.26.0 release | Mohamed Bassem | 2025-07-20 | 13 | -24/+107 |
| | | |||||
| * | docs: Restructure the config docs a bit | Mohamed Bassem | 2025-07-20 | 1 | -25/+18 |
| | | |||||
| * | feat: Allow enabling journaling mode on the db | Mohamed Bassem | 2025-07-19 | 1 | -18/+18 |
| | | |||||
| * | fix: Rename the proxy settings such that they don't interfer with other requests | Mohamed Bassem | 2025-07-19 | 1 | -3/+3 |
| | | |||||
| * | feat(mobile): Add user setting for default bookmark view mode (#1723) | xuatz | 2025-07-17 | 2 | -3/+59 |
| | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | feat: Add proper proxy support. fixes #1265 | Mohamed Bassem | 2025-07-13 | 1 | -0/+15 |
| | | |||||
| * | deps: Upgrade typescript to 5.8 | Mohamed Bassem | 2025-07-12 | 1 | -1/+1 |
| | | |||||
| * | feat: Add API ratelimits | Mohamed Bassem | 2025-07-10 | 1 | -0/+1 |
| | | |||||
| * | feat: Add support for email verification | Mohamed Bassem | 2025-07-10 | 1 | -18/+32 |
| | | |||||
| * | feat: Add prometheus monitoring. Fixes #758 | Mohamed Bassem | 2025-07-06 | 1 | -18/+18 |
| | | |||||
| * | feat(workers): Allow custmoizing max parallelism for a bunch of workers. ↵ | Mohamed Bassem | 2025-07-05 | 1 | -0/+12 |
| | | | | | Fixes #724 | ||||
| * | feat: Add support for S3 as an asset storage layer (#1703) | Mohamed Bassem | 2025-07-04 | 1 | -10/+31 |
| | | | | | | | | | | * feat: Add support for S3 as an asset storage layer. Fixes #305 * some minor fixes * use bulk deletion api * stream the file to s3 | ||||
| * | chore: More oxlint changes | Mohamed Bassem | 2025-06-22 | 1 | -3/+0 |
| | | |||||
| * | chore: migrate away from eslint to oxlint (#1642) | xuatz | 2025-06-22 | 2 | -8/+35 |
| | | | | | | | | * chore: migrate away from eslint to oxlint * revert turbo task name lint * it seems like we can remove the seemingly default globals | ||||
| * | docs: update meilisearch key generation instruction (#1651) | Kyle Wilson | 2025-06-22 | 13 | -13/+14 |
| | | | | | | * add pipe for trimming invalid characters when generating meili master key * fix table row for MEILI_MASTER_KEY in versioned_docs | ||||
| * | docs: Mention the community safari extension in the quick sharing docs (#1562) | simplytoast1 | 2025-06-15 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | * Update 05-quick-sharing.md Added community project extensions * Update docs/versioned_docs/version-v0.25.0/05-quick-sharing.md Co-authored-by: Mohamed Bassem <me@mbassem.com> * Update the main docs not the versioned ones --------- Co-authored-by: Mohamed Bassem <me@mbassem.com> | ||||
| * | docs: Release the 0.25.0 docs | Mohamed Bassem | 2025-06-08 | 89 | -173/+5149 |
| | | |||||
| * | readme: Small readme fixes | Mohamed Bassem | 2025-06-07 | 1 | -2/+3 |
| | | |||||
| * | feat: Allow specifying the overwrite mode for singlefile archives. Fixes #1125 | Mohamed Bassem | 2025-06-01 | 1 | -0/+16 |
| | | |||||
| * | feat: add user customisable default archive display behaviour (#1505) | xuatz | 2025-06-01 | 1 | -3/+2 |
| | | | | | | | | | | | | | | | | | | * 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> | ||||
| * | docs: mention the list of example scripts for the community api (#1484) | Olicorne | 2025-06-01 | 1 | -0/+9 |
| | | | | | | | | * doc: mention the list of example scripts for the community api * doc: mention each community scripts * doc: remove sort of obsolete community scripts | ||||
| * | docs: Add agolia based search | Mohamed Bassem | 2025-05-31 | 1 | -0/+8 |
| | | |||||
| * | doc: mention meilisearch in the updating section (#1472) | Olicorne | 2025-05-31 | 1 | -1/+3 |
| | | | | | | * doc: typo * doc: mention meilisearch upgrade | ||||
| * | docs: Update database docs (#1451) | haappi | 2025-05-24 | 2 | -3/+3 |
| | | |||||
| * | feat: Add AI auto summarization. Fixes #1163 | Mohamed Bassem | 2025-05-18 | 1 | -10/+12 |
| | | |||||
| * | doc: document how to upgrade meilisearch / migrate meilisearch db (#1436) | Olicorne | 2025-05-18 | 1 | -0/+13 |
| | | | | | | * doc: document how to upgrade meilisearch / migrate meilisearch db * add link to official meilisearch doc | ||||
| * | doc: new comunity project: freshrss to karakeep (#1435) | Olicorne | 2025-05-18 | 1 | -0/+8 |
| | | |||||
| * | doc: Mention karakeep-python-api in community projects (#1424) | Olicorne | 2025-05-17 | 2 | -0/+13 |
| | | | | | | * doc: mention karakeep-python-api in the community projects * doc: also mention karakeep-python-api in the cli section | ||||
| * | docs: minor update to dev setup instructions (#1421) | Olicorne | 2025-05-17 | 1 | -2/+2 |
| | | | | | | * doc: clarify dev instruction * doc: fix outdated meilisearch version mentionned + mention embeddings | ||||
| * | docs: Update pikapods docs after the rename | Mohamed Bassem | 2025-05-17 | 1 | -1/+1 |
| | | |||||
| * | doc: Fixed json syntax error in mcp docs (#1419) | Jake A. Smith | 2025-05-17 | 1 | -1/+1 |
| | | |||||
| * | docs: Fix JSON in MCP documentation (#1400) | Jens Kohl | 2025-05-17 | 1 | -1/+1 |
| | | |||||
| * | docs: Update the docs about admin password reset to include the salt | Mohamed Bassem | 2025-05-10 | 1 | -31/+31 |
| | | |||||
| * | docs: Release the 0.24.0 docs | Mohamed Bassem | 2025-04-27 | 66 | -0/+4415 |
| | | |||||
| * | docs: Add docs about the MCP server | Mohamed Bassem | 2025-04-27 | 4 | -0/+65 |
| | | |||||
| * | docs: Update the API docs | Mohamed Bassem | 2025-04-27 | 33 | -33/+33 |
| | | |||||
| * | chore: rename missing files/conf from Hoarder to Karakeep (#1280) | adripo | 2025-04-21 | 51 | -104/+104 |
| | | | | | | | | | | * refactor: Rename remaining project configuration from Hoarder to Karakeep * some fixes --------- Co-authored-by: Mohamed Bassem <me@mbassem.com> | ||||
| * | docs: Add a small doc about truenas installation | MohamedBassem | 2025-04-20 | 1 | -0/+3 |
| | | |||||
| * | docs: Add docs for how to configure differnt AI providers | Mohamed Bassem | 2025-04-18 | 1 | -0/+66 |
| | | |||||
| * | docs: Add robots.txt to prevent indexing versioned docs | Mohamed Bassem | 2025-04-18 | 1 | -0/+3 |
| | | |||||
| * | docs: Refresh the API docs | Mohamed Bassem | 2025-04-16 | 34 | -44/+12 |
| | | |||||
| * | docs: Fix docs build | Mohamed Bassem | 2025-04-16 | 1 | -1/+1 |
| | | |||||
