open-webui/backend/open_webui
G30 0eeda79048
fix: user group pagination reset and model image caching (#19959)
- Changed default sort order in 'Edit Group' modal to 'created_at' (newest first).
  Previously it sorted by group membership, causing toggled users to invisible jump
  to the top of the list (often changing pages). using a stable sort fixes this UX issue.
- Removed unnecessary `page = 1` reset in toggleMember function so admins
  don't lose their place when selecting multiple users.

Bug 2 - Model Image Display Bug:
- Added `Cache-Control: no-cache, must-revalidate` headers to the model profile
  image endpoint. This ensures that when a model avatar is updated, the browser
  fetches the new image instead of serving a stale cached version (favicon).

Fixes #19885
2025-12-21 05:04:45 -05:00
..
data refac: mv backend files to /open_webui dir 2024-09-04 16:54:48 +02:00
internal chore/perf: Remove old SRC level log env vars with no impact (#20045) 2025-12-20 08:16:14 -05:00
migrations refac: channel_file and knowledge table migration 2025-12-10 16:41:22 -05:00
models Fix: Make meta optional in FileMetadataResponse to prevent batch add errors (#20022) 2025-12-20 08:25:03 -05:00
retrieval refac 2025-12-20 18:12:03 +04:00
routers fix: user group pagination reset and model image caching (#19959) 2025-12-21 05:04:45 -05:00
socket chore: update langchain 1.2.0 (#19991) 2025-12-20 08:50:44 -05:00
static refac 2025-08-10 00:02:58 +04:00
storage chore/perf: Remove old SRC level log env vars with no impact (#20045) 2025-12-20 08:16:14 -05:00
test chore: format, lint 2025-07-16 15:23:18 +09:00
utils refac 2025-12-21 13:58:49 +04: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 fix: prevent ExternalReranker from blocking event loop during RAG queries (#20049) 2025-12-20 08:43:40 -05:00
constants.py feat/enh: optional password validation 2025-11-20 17:44:49 -05:00
env.py refac: PASSWORD_VALIDATION_REGEX_PATTERN 2025-12-21 13:49:54 +04:00
functions.py chore/perf: Remove old SRC level log env vars with no impact (#20045) 2025-12-20 08:16:14 -05:00
main.py fix: prevent ExternalReranker from blocking event loop during RAG queries (#20049) 2025-12-20 08:43:40 -05:00
tasks.py chore/perf: Remove old SRC level log env vars with no impact (#20045) 2025-12-20 08:16:14 -05:00