Commit graph

  • ec41ef8f2f
    feat(api): add configurable CORS origins via CORS_ORIGINS (#767) main Luis Novo 2026-04-19 16:22:10 -0300
  • 4d4330fb3f
    fix(docker): make wait-for-api.sh POSIX and enforce LF line endings (#586) (#598) Greg G 2026-04-19 14:49:11 -0400
  • 4efe613f69
    Make embedding batch size configurable (#742) Artyom Mezin 2026-04-19 21:37:42 +0300
  • 6aabacfca6
    feat: use token-based sizing for embedding chunking (#749) unendless314 2026-04-20 00:49:09 +0800
  • 648f6d7808
    feat(i18n): add Spanish (es-ES) locale (#757) CHEMAZENER 2026-04-19 16:32:12 +0200
  • 66a10996da
    Merge pull request #734 from vincentrou/fix-docs-quick-start-local Luis Novo 2026-04-17 09:01:34 -0300
  • c0010a189c
    Merge pull request #762 from lfnovo/dependabot/uv/langchain-openai-1.1.14 Luis Novo 2026-04-17 08:59:00 -0300
  • 7fb2341bf1
    Merge pull request #761 from lfnovo/dependabot/uv/langchain-text-splitters-1.1.2 Luis Novo 2026-04-17 08:58:56 -0300
  • 63784c42b2
    Merge pull request #760 from lfnovo/dependabot/uv/authlib-1.6.11 Luis Novo 2026-04-17 08:58:52 -0300
  • 6c3bc6ae51
    Merge pull request #759 from lfnovo/dependabot/uv/langsmith-0.7.31 Luis Novo 2026-04-17 08:58:48 -0300
  • f0207687f6
    Merge pull request #758 from lfnovo/dependabot/uv/python-multipart-0.0.26 Luis Novo 2026-04-17 08:58:44 -0300
  • ca211721bc
    Merge pull request #754 from lfnovo/dependabot/npm_and_yarn/frontend/follow-redirects-1.16.0 Luis Novo 2026-04-17 08:58:41 -0300
  • ee6f27e5a2
    Merge pull request #752 from lfnovo/dependabot/uv/pytest-9.0.3 Luis Novo 2026-04-17 08:58:37 -0300
  • 2cdbd8b3c0
    Merge pull request #748 from lfnovo/dependabot/npm_and_yarn/frontend/axios-1.15.0 Luis Novo 2026-04-17 08:58:34 -0300
  • 8653c18c27
    Merge pull request #744 from lfnovo/dependabot/npm_and_yarn/frontend/next-16.2.3 Luis Novo 2026-04-17 08:58:30 -0300
  • 1d0a60f9c7
    Merge pull request #728 from lfnovo/dependabot/npm_and_yarn/frontend/vite-7.3.2 Luis Novo 2026-04-17 08:58:26 -0300
  • 61684ba660
    chore(deps): bump langchain-openai from 1.1.7 to 1.1.14 dependabot[bot] 2026-04-17 01:11:11 +0000
  • 54e626cd9e
    chore(deps): bump langchain-text-splitters from 1.1.0 to 1.1.2 dependabot[bot] 2026-04-17 01:07:27 +0000
  • 45c16e1fa1
    chore(deps): bump authlib from 1.6.9 to 1.6.11 dependabot[bot] 2026-04-16 23:59:26 +0000
  • 869604f824
    chore(deps): bump langsmith from 0.6.4 to 0.7.31 dependabot[bot] 2026-04-16 02:36:34 +0000
  • d7967a0fcf
    Merge pull request #755 from lfnovo/refactor/migrate-i18n-to-standard-t-function Luis Novo 2026-04-15 21:56:01 -0300
  • 2b4535413b
    chore(deps): bump python-multipart from 0.0.22 to 0.0.26 dependabot[bot] 2026-04-15 20:59:54 +0000
  • b3452582c9
    Remove reference to OLLAMA_NUM_GPU Rousseau Vincent 2026-04-15 16:26:14 +0200
  • e2cf35060b fix: use getApiErrorMessage in use-settings and update CLAUDE.md docs Luis Novo 2026-04-14 18:31:18 -0300
  • 98a528158a refactor: migrate i18n from custom Proxy pattern to standard react-i18next t() function Luis Novo 2026-04-12 10:27:49 -0300
  • edf323fbc9
    chore(deps): bump follow-redirects from 1.15.11 to 1.16.0 in /frontend dependabot[bot] 2026-04-14 17:38:52 +0000
  • 1e090b04a5
    Merge pull request #753 from lfnovo/fix/graceful-credential-decryption-errors Luis Novo 2026-04-14 14:37:19 -0300
  • 621dd6c42a chore: bump version to 1.8.5 and update changelog Luis Novo 2026-04-14 14:03:48 -0300
  • 0c2522074d fix: narrow exception handling and support migrate_to for broken credentials Luis Novo 2026-04-14 10:34:32 -0300
  • 171e9d3bd3
    chore(deps): bump pytest from 9.0.2 to 9.0.3 dependabot[bot] 2026-04-14 02:21:10 +0000
  • ba01f7df4e fix: handle credential decryption errors gracefully (#740) Luis Novo 2026-04-12 21:22:37 -0300
  • 6b23e7cee8
    chore(deps): bump axios from 1.13.5 to 1.15.0 in /frontend dependabot[bot] 2026-04-12 10:40:02 +0000
  • 9c73299da0
    chore(deps): bump next from 16.1.7 to 16.2.3 in /frontend dependabot[bot] 2026-04-11 04:20:11 +0000
  • b7788ec05a
    chore(deps): bump tornado from 6.5.4 to 6.5.5 (#668) dependabot[bot] 2026-04-09 13:23:46 -0300
  • 4222329451
    fix: map base_url to endpoint for Azure credentials (#741) Luis Novo 2026-04-09 13:22:00 -0300
  • ade4adc0b2
    Merge pull request #736 from lfnovo/dependabot/uv/cryptography-46.0.7 Luis Novo 2026-04-09 12:53:39 -0300
  • 51bdc09965
    Merge pull request #737 from lfnovo/dependabot/uv/langchain-core-1.2.28 Luis Novo 2026-04-09 12:53:26 -0300
  • 4ae459ca5e
    Merge pull request #739 from lfnovo/docs/security-guidelines Luis Novo 2026-04-09 12:19:43 -0300
  • 8ee18d1fb7 docs: add security guidelines for contributors Luis Novo 2026-04-09 12:16:09 -0300
  • 1a35240e15
    Merge pull request #738 from lfnovo/fix/security-vulnerabilities-round2 Luis Novo 2026-04-09 12:08:18 -0300
  • 2f75c5978c fix: harden path validation to prevent sibling directory bypass Luis Novo 2026-04-09 12:05:38 -0300
  • 70a466a640 fix: prevent RCE via SSTI, path traversal file write, and LFI file read Luis Novo 2026-04-09 11:58:16 -0300
  • 58e9998bb8
    chore(deps): bump langchain-core from 1.2.22 to 1.2.28 dependabot[bot] 2026-04-08 22:28:22 +0000
  • 3755b1f2d4
    chore(deps): bump cryptography from 46.0.6 to 46.0.7 dependabot[bot] 2026-04-08 21:55:21 +0000
  • ff3525e46b
    Update surrealdb user and add gpu for ollama Rousseau Vincent 2026-04-08 10:22:33 +0200
  • 89eac04c63
    Merge pull request #731 from lfnovo/fix/surrealdb-injection Luis Novo 2026-04-07 14:52:22 -0300
  • 3d560b4248 chore: bump version to 1.8.3 and update changelog Luis Novo 2026-04-07 07:59:16 -0300
  • e5b253b11d fix: prevent SurrealDB injection via order_by and unparameterized queries Luis Novo 2026-04-07 07:51:25 -0300
  • 19b82b24ed
    chore(deps-dev): bump vite from 7.3.1 to 7.3.2 in /frontend dependabot[bot] 2026-04-06 22:12:45 +0000
  • 6274358b21
    Merge pull request #725 from lfnovo/feat/dashscope-minimax-providers Luis Novo 2026-04-06 13:42:45 -0300
  • 3934fe7e5e chore: bump version to 1.8.2 and update changelog and provider docs Luis Novo 2026-04-06 10:59:47 -0300
  • adc03e56bb feat: add DashScope (Qwen) and MiniMax provider support Luis Novo 2026-04-06 10:54:37 -0300
  • c42dc10d2b
    Merge pull request #723 from lfnovo/docs/deprecate-single-container Luis Novo 2026-04-06 08:21:06 -0300
  • 746218248c docs: add surrealdb service notes to docker-compose snippets Luis Novo 2026-04-06 08:15:33 -0300
  • 309004aef4 docs: deprecate single-container image in favor of Docker Compose Luis Novo 2026-04-06 08:10:32 -0300
  • 33920285ca
    Merge pull request #722 from lfnovo/fix/source-and-credential-bugs Luis Novo 2026-04-06 08:01:56 -0300
  • bcec7e89ef refactor: move tests from test_bug_fixes.py to proper test modules Luis Novo 2026-04-06 07:45:49 -0300
  • 18a7cab36f fix: improve test quality for #627 and #651 Luis Novo 2026-04-06 07:42:20 -0300
  • e91a825f68 fix: persist source asset, preserve custom titles, cascade-delete credential models Luis Novo 2026-04-06 07:33:25 -0300
  • c36782e5c5
    Merge pull request #671 from lfnovo/dependabot/uv/orjson-3.11.6 Luis Novo 2026-04-06 07:37:28 -0300
  • 859b1e23ac
    Merge pull request #678 from lfnovo/dependabot/uv/authlib-1.6.9 Luis Novo 2026-04-06 07:37:04 -0300
  • 55a54710c6
    Merge pull request #672 from lfnovo/dependabot/uv/pyjwt-2.12.0 Luis Novo 2026-04-06 07:36:48 -0300
  • 5d408f744a
    Merge pull request #680 from lfnovo/dependabot/npm_and_yarn/frontend/next-16.1.7 Luis Novo 2026-04-06 07:36:29 -0300
  • 2644c89ce0
    Merge pull request #679 from lfnovo/dependabot/uv/pyasn1-0.6.3 Luis Novo 2026-04-06 07:36:14 -0300
  • 1b14b90ec8
    Merge pull request #702 from lfnovo/dependabot/uv/cryptography-46.0.6 Luis Novo 2026-04-06 07:36:02 -0300
  • e2120338a0
    chore(deps): bump pyasn1 from 0.6.2 to 0.6.3 dependabot[bot] 2026-04-06 10:35:52 +0000
  • 5e73124709
    Merge pull request #697 from lfnovo/dependabot/uv/requests-2.33.0 Luis Novo 2026-04-06 07:35:46 -0300
  • a110f562ac
    Merge pull request #684 from lfnovo/dependabot/npm_and_yarn/frontend/flatted-3.4.2 Luis Novo 2026-04-06 07:35:32 -0300
  • 8eddc611ea
    chore(deps): bump authlib from 1.6.7 to 1.6.9 dependabot[bot] 2026-04-06 10:35:31 +0000
  • 020fb46a8f
    chore(deps): bump orjson from 3.11.5 to 3.11.6 dependabot[bot] 2026-04-06 10:35:25 +0000
  • 6da7d1f95e
    Merge pull request #688 from lfnovo/dependabot/npm_and_yarn/frontend/picomatch-2.3.2 Luis Novo 2026-04-06 07:35:16 -0300
  • 12368067e3
    Merge pull request #701 from lfnovo/dependabot/uv/langchain-core-1.2.22 Luis Novo 2026-04-06 07:35:00 -0300
  • 8240d469ed
    Merge pull request #707 from lfnovo/dependabot/uv/pygments-2.20.0 Luis Novo 2026-04-06 07:34:42 -0300
  • abfa52c191
    Merge pull request #709 from lfnovo/dependabot/uv/fastmcp-3.2.0 Luis Novo 2026-04-06 07:34:25 -0300
  • 750befbe52
    Merge pull request #714 from lfnovo/dependabot/uv/aiohttp-3.13.4 Luis Novo 2026-04-06 07:34:05 -0300
  • 2008a6b4d1
    Merge pull request #721 from lfnovo/fix/source-list-auto-refresh-526 Luis Novo 2026-04-06 07:15:46 -0300
  • 3f07c68143 chore: remove temporary planning files Luis Novo 2026-04-06 07:08:56 -0300
  • ab9e29b9a7 chore: update progress notes for session 2 Luis Novo 2026-04-06 07:05:38 -0300
  • 22f06af0bc fix: invalidate sourcesInfinite query key on source creation (#526) Luis Novo 2026-04-06 07:05:02 -0300
  • 992c23d524 chore: initial setup for source list auto-refresh fix (#526) Luis Novo 2026-04-06 06:51:57 -0300
  • 4a0fe7f6a1
    chore(deps): bump aiohttp from 3.13.3 to 3.13.4 dependabot[bot] 2026-04-01 22:23:29 +0000
  • 295c906d97
    chore(deps): bump fastmcp from 2.14.3 to 3.2.0 dependabot[bot] 2026-03-31 22:28:50 +0000
  • 4943d27dec
    chore(deps): bump pygments from 2.19.2 to 2.20.0 dependabot[bot] 2026-03-30 19:50:20 +0000
  • 5f2e105b40
    chore(deps): bump cryptography from 46.0.5 to 46.0.6 dependabot[bot] 2026-03-29 04:14:00 +0000
  • f142d98c15
    chore(deps): bump langchain-core from 1.2.11 to 1.2.22 dependabot[bot] 2026-03-28 01:32:47 +0000
  • 845118e250
    chore(deps): bump requests from 2.32.5 to 2.33.0 dependabot[bot] 2026-03-26 15:07:47 +0000
  • 16e6f64f01
    chore(deps-dev): bump picomatch from 2.3.1 to 2.3.2 in /frontend dependabot[bot] 2026-03-26 07:26:11 +0000
  • b3efb1164e
    chore(deps-dev): bump flatted from 3.3.3 to 3.4.2 in /frontend dependabot[bot] 2026-03-21 11:19:40 +0000
  • 2f47be3331
    chore(deps): bump next from 16.1.5 to 16.1.7 in /frontend dependabot[bot] 2026-03-17 21:11:25 +0000
  • 9b74c8f406
    chore(deps): bump pyjwt from 2.10.1 to 2.12.0 dependabot[bot] 2026-03-14 00:42:38 +0000
  • a42e2a347e
    Merge pull request #666 from lfnovo/fix/podcast-uuid-directory Luis Novo 2026-03-11 19:11:28 -0300
  • e9040ef97b fix: extract build_episode_output_dir helper and test production code Luis Novo 2026-03-11 17:05:42 -0500
  • 0619fa4d3b fix: use UUID for podcast episode directory names Luis Novo 2026-03-11 17:00:00 -0500
  • d0479b956c
    Merge pull request #665 from lfnovo/fix/bump-esperanto-2.19.7 Luis Novo 2026-03-11 17:53:01 -0300
  • b7bba2461c fix: bump esperanto to 2.19.7 to fix base_url/api_key config in multiple embedding providers Luis Novo 2026-03-11 15:51:52 -0500
  • 4f934937e1
    Merge pull request #664 from lfnovo/fix/bump-esperanto-2.19.6 Luis Novo 2026-03-11 16:46:44 -0300
  • 06f8be8409 fix: bump esperanto to 2.19.6 to fix Ollama embedding base_url Luis Novo 2026-03-11 14:46:16 -0500
  • 9dedf2e3cf
    Merge pull request #660 from lfnovo/chore/bump-1.8.1 Luis Novo 2026-03-10 22:21:49 -0300
  • 803d9710c5 chore: bump version to 1.8.1 Luis Novo 2026-03-10 20:20:16 -0500
  • 2e952f61a9
    Merge pull request #643 from kunalk16/feat-i18n-bangla-support Luis Novo 2026-03-10 22:15:44 -0300