open-webui/backend/open_webui
Classic298 326599b8db
Fix O(n²) performance in get_message_list by replacing insert(0) with append+reverse (#21588)
Co-authored-by: Jordan <CenteredAxis@users.noreply.github.com>
2026-02-19 16:38:01 -06:00
..
data refac: mv backend files to /open_webui dir 2024-09-04 16:54:48 +02:00
internal chore: format 2026-02-11 16:24:11 -06:00
migrations refac: scim 2026-02-13 14:27:11 -06:00
models refac 2026-02-19 16:04:41 -06:00
retrieval Update utils.py (#21105) 2026-02-13 13:37:12 -06:00
routers fix: respect BYPASS_ADMIN_ACCESS_CONTROL in file list/search endpoints (#21595) 2026-02-19 16:36:48 -06:00
socket refac 2026-02-19 16:32:41 -06:00
static refac 2025-08-10 00:02:58 +04:00
storage chore: format 2026-02-11 16:24:11 -06:00
test refac: defer profile 2026-02-13 14:08:07 -06:00
tools refac 2026-02-19 14:06:24 -06:00
utils Fix O(n²) performance in get_message_list by replacing insert(0) with append+reverse (#21588) 2026-02-19 16:38:01 -06:00
__init__.py Update __init__.py 2025-04-15 09:55:35 +02:00
alembic.ini fix: Alembic CLI commands from failing 2025-08-15 04:17:47 -04:00
config.py refac 2026-02-15 23:28:47 -06:00
constants.py feat/enh: optional password validation 2025-11-20 17:44:49 -05:00
env.py refac 2026-02-19 14:14:36 -06:00
functions.py chore: format 2026-02-11 16:24:11 -06:00
main.py refac 2026-02-19 16:29:19 -06:00
tasks.py refac 2026-02-12 15:29:34 -06:00