Timothy Jaeryang Baek
352391fa76
chore: format
2026-03-08 18:14:09 -05:00
Alvin Tang
3e513be963
fix: prevent TypeError in Teams webhook when user data is missing ( #22444 )
...
json.loads(event_data.get("user", {})) crashes with TypeError when
the "user" key is absent because the default value {} is a dict, not
a JSON string. json.loads expects str/bytes, not dict.
Also handle the case where "user" is already a dict (not serialized
JSON) to make the webhook more robust.
Co-authored-by: gambletan <ethanchang32@gmail.com >
2026-03-08 16:45:21 -05:00
Timothy Jaeryang Baek
e67891a374
refac
2026-01-08 00:42:29 +04:00
Classic298
823b9a6dd9
chore/perf: Remove old SRC level log env vars with no impact ( #20045 )
...
* Update openai.py
* Update env.py
* Merge pull request open-webui#19030 from open-webui/dev (#119 )
Co-authored-by: Tim Baek <tim@openwebui.com >
Co-authored-by: Claude <noreply@anthropic.com >
---------
Co-authored-by: Tim Baek <tim@openwebui.com >
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-20 08:16:14 -05:00
Timothy Jaeryang Baek
bafeb76c41
refac/fix: trusted env for proxy
2025-11-04 12:21:18 -05:00
Timothy Jaeryang Baek
f1c28455ad
refac: async webhook request
2025-08-15 00:07:02 +04:00
Timothy Jaeryang Baek
63cf80a456
refac
2025-02-16 00:11:18 -08:00
Timothy Jaeryang Baek
d701b69e05
enh: channel notification
2024-12-25 00:53:25 -07:00
Timothy Jaeryang Baek
688f11e1c5
refac
2024-12-24 21:17:24 -07:00
Timothy Jaeryang Baek
423fee347a
refac: discord webhook
2024-12-20 23:05:22 -08:00
Timothy Jaeryang Baek
4820ecc371
enh: webhook notification
2024-12-20 22:54:43 -08:00
Timothy J. Baek
03d5a670f6
refac: mv backend files to /open_webui dir
2024-09-04 16:54:48 +02:00