Files
open-webui-custom/backend
G30 d65116282c fix: enforce global ENABLE_CHANNELS check on all channel endpoints (#19957)
* fix: enforce global ENABLE_CHANNELS check on all channel endpoints

When channels are disabled globally (ENABLE_CHANNELS=false), users with
channel permissions could still fetch channels via API endpoints. This
fix adds a get_enabled_channels dependency to all 22 channel endpoints
that returns 403 Forbidden when channels are globally disabled.

Fixes #19914

* refac

* refac
2025-12-20 08:15:29 -05:00
..
2024-02-24 22:35:11 -08:00
2024-09-06 04:59:20 +02:00
2025-09-12 14:09:32 +08:00
2025-12-20 07:30:30 -05:00
2025-12-20 07:30:30 -05:00
2025-06-27 15:46:38 +04:00
2025-10-07 16:20:27 -05:00