Commit Graph

  • bc244fdc90 refac Timothy Jaeryang Baek 2026-05-13 12:44:12 +09:00
  • 6d0295588e refac: modernize type annotations (PEP 604 / PEP 585) Timothy Jaeryang Baek 2026-05-12 17:10:15 +09:00
  • a59c967d7e refac: modernize imports, standardize type hints and docstrings Timothy Jaeryang Baek 2026-05-12 06:30:38 +09:00
  • 998c86a52b style: standardize os.environ.get to os.getenv Timothy Jaeryang Baek 2026-05-12 06:12:16 +09:00
  • 83736e8dbd style: ruff format Timothy Jaeryang Baek 2026-05-12 06:12:06 +09:00
  • 4cee7c29a5 refac Timothy Jaeryang Baek 2026-05-12 06:01:12 +09:00
  • 1413ce4a52 refac Timothy Jaeryang Baek 2026-05-12 05:30:25 +09:00
  • c79ff81f55 refac: remove dead peewee connection wrappers Timothy Jaeryang Baek 2026-05-12 04:14:19 +09:00
  • 2c2d06c31b refac: deprecate peewee migration layer Timothy Jaeryang Baek 2026-05-12 03:45:59 +09:00
  • 4527c747b4 chore: remove unused legacy test suite Timothy Jaeryang Baek 2026-05-12 03:35:51 +09:00
  • 9c18e707ce chore: remove unused cypress tests Timothy Jaeryang Baek 2026-05-12 03:31:57 +09:00
  • 070ab26501 refac: reorganize scripts and ci workflows Timothy Jaeryang Baek 2026-05-12 03:23:50 +09:00
  • 90a02e623f refac Timothy Jaeryang Baek 2026-05-12 03:04:35 +09:00
  • 18ff358c15 refac Timothy Jaeryang Baek 2026-05-11 03:30:12 +09:00
  • 3660bc00fd Merge pull request #24492 from open-webui/dev v0.9.5 Tim Baek 2026-05-10 14:13:55 -04:00
  • 41b48b54aa doc: changelog Timothy Jaeryang Baek 2026-05-11 02:54:22 +09:00
  • 4856ce48be chore: format Timothy Jaeryang Baek 2026-05-11 02:51:59 +09:00
  • 0037baeb26 enh: channels streaming agent Timothy Jaeryang Baek 2026-05-11 02:50:30 +09:00
  • c951b4f262 chore: format Timothy Jaeryang Baek 2026-05-11 02:29:13 +09:00
  • 39777e35d8 doc: changelog Timothy Jaeryang Baek 2026-05-11 02:28:38 +09:00
  • 15e696691c refac Timothy Jaeryang Baek 2026-05-11 02:25:11 +09:00
  • 3a21b334cc refac Timothy Jaeryang Baek 2026-05-11 02:15:46 +09:00
  • 2dbf7b6764 refac Timothy Jaeryang Baek 2026-05-11 02:12:38 +09:00
  • 4a1064cefd refac Timothy Jaeryang Baek 2026-05-11 02:04:09 +09:00
  • 315566064a refac Timothy Jaeryang Baek 2026-05-11 01:57:50 +09:00
  • 3bba1c2270 feat: add IFRAME_CSP env var for srcdoc iframe content security policy Timothy Jaeryang Baek 2026-05-11 01:56:02 +09:00
  • 1388f4568b refac Timothy Jaeryang Baek 2026-05-11 01:46:33 +09:00
  • d1ef538237 refac Timothy Jaeryang Baek 2026-05-11 01:31:46 +09:00
  • fc94118b2d fix: prevent mass-assignment user_id spoofing in POST /api/v1/evaluations/feedback (#24508) Classic298 2026-05-10 18:16:17 +02:00
  • 8d3133fe28 refac Timothy Jaeryang Baek 2026-05-11 01:15:34 +09:00
  • d11e06f1b7 fix: prevent redirect-based SSRF and enforce collecton write access (#24524) Classic298 2026-05-10 18:09:15 +02:00
  • 841c9045d7 fix: gate tool content updates behind workspace.tools to match create endpoint (#24513) Classic298 2026-05-10 18:08:12 +02:00
  • f5e110fbee fix: enforce message ownership in group/DM channel update + delete endpoints (#24506) Classic298 2026-05-10 18:03:39 +02:00
  • e8e9141061 refac Timothy Jaeryang Baek 2026-05-11 01:02:45 +09:00
  • d3737176bc fix: require write permission for pin_channel_message on standard channels (#24521) Classic298 2026-05-10 17:59:50 +02:00
  • 2d9939ed49 chore: add validate_url() to get_image_data() for cohort consistency hardening (#24518) Classic298 2026-05-10 17:59:32 +02:00
  • c66c273f62 fix: strip model params for read-only callers on per-id endpoint (#24525) Classic298 2026-05-10 17:59:08 +02:00
  • e7ba8978c6 fix: reject parser-confusing chars in validate_url to close SSRF bypass (#24534) Classic298 2026-05-10 17:57:48 +02:00
  • 5b13e3e3f0 i18n: add pt-BR translations for newly added UI items and consistency pass (#24503) joaoback 2026-05-10 12:57:18 -03:00
  • b0a56375d2 chore Timothy Jaeryang Baek 2026-05-09 23:38:32 +09:00
  • 8689f7090f chore: format Timothy Jaeryang Baek 2026-05-09 23:22:05 +09:00
  • 55535a8965 doc: changelog Timothy Jaeryang Baek 2026-05-09 23:21:08 +09:00
  • 203ec29baf chore: remove unauthenticated dead-code GET /api/v1/retrieval/ status endpoint (#24497) Classic298 2026-05-09 16:19:14 +02:00
  • 9918ab6265 fix: gate public sharing of skills behind sharing.public_skills on create/update (#24494) Classic298 2026-05-09 16:19:03 +02:00
  • 8a0018cf96 fix: gate public sharing of calendars behind sharing.public_calendars permission (#24493) Classic298 2026-05-09 16:18:51 +02:00
  • 69270e1c9e doc: changelog Timothy Jaeryang Baek 2026-05-09 21:08:07 +09:00
  • 2e71b3fbb8 chore: format Timothy Jaeryang Baek 2026-05-09 21:07:08 +09:00
  • df42d96c95 refac Timothy Jaeryang Baek 2026-05-09 21:05:49 +09:00
  • 2fa3b84241 chore: bump Timothy Jaeryang Baek 2026-05-09 21:04:52 +09:00
  • 8854541508 fix: prevent redirect-based SSRF in web-fetch and image-load call sites (#24491) Classic298 2026-05-09 14:01:45 +02:00
  • 793e628ac3 refac Timothy Jaeryang Baek 2026-05-09 20:59:29 +09:00
  • a0268e51fc Merge pull request #24486 from Classic298/fix/notes-is-pinned-typeerror Classic298 2026-05-09 13:56:06 +02:00
  • f51d2b026f Merge pull request #24483 from open-webui/dev v0.9.4 Tim Baek 2026-05-09 03:50:05 -04:00
  • 0f07af1bb8 fix: bump to 0.9.4, changelog for scroll fix Timothy Jaeryang Baek 2026-05-09 16:41:01 +09:00
  • 7d3efb8513 refac Timothy Jaeryang Baek 2026-05-09 16:37:19 +09:00
  • adc9076d17 0.9.3 (#24482) v0.9.3 Tim Baek 2026-05-09 03:17:07 -04:00
  • 413dcae8a2 refac Timothy Jaeryang Baek 2026-05-09 16:11:19 +09:00
  • d34d4297ba chore: format Timothy Jaeryang Baek 2026-05-09 16:08:22 +09:00
  • 6116c6dca0 refac Timothy Jaeryang Baek 2026-05-09 16:06:09 +09:00
  • 93931efaa7 refac Timothy Jaeryang Baek 2026-05-09 16:05:21 +09:00
  • 3ccf263b10 refac Timothy Jaeryang Baek 2026-05-09 15:46:33 +09:00
  • 75e72ea2f9 doc: changelog Timothy Jaeryang Baek 2026-05-09 15:41:58 +09:00
  • b94aad2895 chore: changelog (#24358) Classic298 2026-05-09 08:26:04 +02:00
  • 7bcc0e2e5c chore: format Timothy Jaeryang Baek 2026-05-09 15:25:27 +09:00
  • 46ff3abbb8 refac Timothy Jaeryang Baek 2026-05-09 15:23:00 +09:00
  • aa51ce482c refac Timothy Jaeryang Baek 2026-05-09 15:21:31 +09:00
  • 251b80ebec refac Timothy Jaeryang Baek 2026-05-09 15:14:32 +09:00
  • 4d99baa292 refac Timothy Jaeryang Baek 2026-05-09 15:04:09 +09:00
  • 3fcad2f627 refac Timothy Jaeryang Baek 2026-05-09 08:28:29 +09:00
  • 04bd0425ea refac Timothy Jaeryang Baek 2026-05-09 07:56:58 +09:00
  • 485d689cfd refac Timothy Jaeryang Baek 2026-05-09 07:52:15 +09:00
  • 85c7373f68 refac Timothy Jaeryang Baek 2026-05-09 07:37:53 +09:00
  • 11e076817a refac Timothy Jaeryang Baek 2026-05-09 07:34:46 +09:00
  • cfd2888545 fix:image url validation and signout post (#24420) Classic298 2026-05-09 00:33:31 +02:00
  • adda20509c fix(mcp): remove asyncio.wait_for/shield from MCP cleanup in chat handler (#24105) looselyhuman 2026-05-08 16:15:24 -06:00
  • e1dce99147 refac Timothy Jaeryang Baek 2026-05-09 07:13:36 +09:00
  • a938c8ae2e refac Timothy Jaeryang Baek 2026-05-09 07:11:17 +09:00
  • 5b80932e59 refac Timothy Jaeryang Baek 2026-05-09 06:56:22 +09:00
  • 2ba6b423aa refac Timothy Jaeryang Baek 2026-05-09 06:50:11 +09:00
  • 02f9fe7890 refac Timothy Jaeryang Baek 2026-05-09 06:49:41 +09:00
  • 29f6c72e87 refac Timothy Jaeryang Baek 2026-05-09 06:44:42 +09:00
  • bb0e6cb108 refac Timothy Jaeryang Baek 2026-05-09 06:41:42 +09:00
  • 6700f7bb72 feat: brave search llm context Timothy Jaeryang Baek 2026-05-09 06:34:25 +09:00
  • 1baf73bdd5 refac Timothy Jaeryang Baek 2026-05-09 06:34:03 +09:00
  • 1d892ce2c5 refac Timothy Jaeryang Baek 2026-05-09 06:33:26 +09:00
  • 794b97025d refac Timothy Jaeryang Baek 2026-05-09 06:32:34 +09:00
  • ee3b82926b refac Timothy Jaeryang Baek 2026-05-09 06:25:38 +09:00
  • 38a382ef88 refac Timothy Jaeryang Baek 2026-05-09 06:23:51 +09:00
  • 34146ab60f refac Timothy Jaeryang Baek 2026-05-09 06:20:27 +09:00
  • f70b0da156 refac Timothy Jaeryang Baek 2026-05-09 06:16:27 +09:00
  • af5628f8ef refac Timothy Jaeryang Baek 2026-05-09 06:13:58 +09:00
  • 9907c0a25a refac Timothy Jaeryang Baek 2026-05-09 06:01:02 +09:00
  • d78c247036 Korean Translation Update (#24087) Cyp 2026-05-09 05:31:49 +09:00
  • ae0827cec0 style(env): satisfy ruff (datetime alias, line length, identity check) (#24118) Shamil 2026-05-08 23:30:09 +03:00
  • 064fdecb67 refac Timothy Jaeryang Baek 2026-05-09 05:29:15 +09:00
  • bf4f44ee9c refac Timothy Jaeryang Baek 2026-05-09 05:27:47 +09:00
  • 212bb68a66 refac Timothy Jaeryang Baek 2026-05-09 05:27:32 +09:00
  • aff78e4958 i18n: Add Tagalog (Filipino) translation (#24254) Vincent Agra 2026-05-08 17:25:44 -03:00
  • ae43562b86 refac Timothy Jaeryang Baek 2026-05-09 05:24:50 +09:00
  • 13693554f1 refac Timothy Jaeryang Baek 2026-05-09 05:20:28 +09:00