Classic298
3b6601631b
fix: Update ResponseMessage.svelte ( #20210 )
...
* Update ResponseMessage.svelte
* Update ResponseMessage.svelte
2025-12-30 14:06:23 +04:00
Classic298
d5ccd95293
fix: Update CitationModal.svelte ( #20209 )
...
* Update CitationModal.svelte
* Update CitationModal.svelte
2025-12-30 14:06:11 +04:00
Classic298
ca176c5c03
Update KnowledgeSelector.svelte ( #20213 )
2025-12-29 00:48:51 +04:00
Shirasawa
87e8d39a90
feat: Dynamically load xlsx to speed up page loading ( #20203 )
2025-12-29 00:47:37 +04:00
G30
9a9b5ef699
feat: add sidebar toggle to workspace and admin models pages ( #20176 )
2025-12-29 00:45:45 +04:00
Shirasawa
3994d88c90
chore: remove vega import to reduce build size ( #20200 )
2025-12-29 00:44:44 +04:00
Timothy Jaeryang Baek
d4de26bd05
refac
2025-12-27 22:31:18 +04:00
Timothy Jaeryang Baek
37b15604de
refac
2025-12-27 22:16:10 +04:00
Timothy Jaeryang Baek
d08f9ed556
refac
2025-12-26 19:09:05 +04:00
Timothy Jaeryang Baek
51dd488417
refac
2025-12-26 16:09:51 +04:00
Timothy Jaeryang Baek
6c14ba1fb4
refac
2025-12-26 15:57:19 +04:00
Timothy Jaeryang Baek
44faf00fac
refac
2025-12-26 15:46:32 +04:00
Timothy Jaeryang Baek
4a17a7c20a
refac
2025-12-26 15:44:41 +04:00
Timothy Jaeryang Baek
459cfde1f8
refac
2025-12-26 15:36:56 +04:00
Timothy Jaeryang Baek
85bbed3ec5
enh: sync stats
2025-12-26 15:13:50 +04:00
Timothy Jaeryang Baek
c0ec04935b
refac: citation
2025-12-26 02:05:03 +04:00
Timothy Jaeryang Baek
769110f290
refac: styling
2025-12-22 17:21:31 +04:00
Timothy Jaeryang Baek
d053600096
refac: styling
2025-12-22 17:20:19 +04:00
Timothy Jaeryang Baek
423983f5a7
fix/refac: temp chat image handling
2025-12-22 09:48:53 +04:00
Timothy Jaeryang Baek
01e88c6ac2
chore: format
2025-12-21 23:34:08 +04:00
Timothy Jaeryang Baek
bd7f1869ce
refac
2025-12-21 23:22:14 +04:00
Timothy Jaeryang Baek
f1bf4f20c5
feat: chat_file table
2025-12-21 23:17:53 +04:00
Timothy Jaeryang Baek
a3458f492c
fix/refac: note editor file upload behaviour
2025-12-21 21:28:43 +04:00
Timothy Jaeryang Baek
96ec66a89c
refac
2025-12-21 20:49:17 +04:00
Timothy Jaeryang Baek
a1155dfeb7
refac
2025-12-21 20:48:37 +04:00
Timothy Jaeryang Baek
fa924946b0
refac
2025-12-21 20:37:51 +04:00
Timothy Jaeryang Baek
f826d3ed75
refac/enh: sidebar section expand behaviour
2025-12-21 18:40:40 +04:00
Timothy Jaeryang Baek
c96549eaa7
refac
2025-12-21 18:08:36 +04:00
Timothy Jaeryang Baek
7746e9f4b8
refac
2025-12-21 17:04:39 +04:00
Classic298
4fd790f7dd
feat: Apply WEB_SEARCH_CONCURRENT_REQUESTS to all search engines using semaphore ( #20070 )
...
* sequential
* zero default
* fix
2025-12-21 07:18:00 -05:00
Timothy Jaeryang Baek
5077676d33
refac
2025-12-21 16:10:51 +04:00
Timothy Jaeryang Baek
870e29e373
fix: multimodel messages
2025-12-21 15:27:33 +04:00
Timothy Jaeryang Baek
7e4848e10b
refac: usage in model editor
2025-12-21 14:42:32 +04:00
Timothy Jaeryang Baek
360289db21
refac: file item modal
2025-12-21 14:24:53 +04:00
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
Classic298
0b0962a2ae
fix: Show DefaultFiltersSelector for global toggleable filters ( #123 ) ( #20066 )
...
Co-authored-by: Tim Baek <tim@openwebui.com >
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-21 04:50:36 -05:00
Timothy Jaeryang Baek
fe653a1336
refac
2025-12-20 18:12:03 +04:00
Timothy Jaeryang Baek
b0d8372d31
refac
2025-12-20 17:41:57 +04:00
Timothy Jaeryang Baek
afaa404fe4
enh: mineru api timeout
2025-12-20 17:39:33 +04:00
G30
e61724d2b1
feat: Enhanced File Viewer Modal (Excel, CSV, Markdown & Code) ( #20035 )
...
* feat: Add Excel file viewer to FileItemModal
* feat: Add CSV file viewer to FileItemModal
* feat: Add Markdown and Code syntax highlighting to file viewer
* chore: add dependency
* fix: default to raw text view for Excel/Code/MD files
* fix: only show rows count in preview tab for excel files
2025-12-20 08:15:01 -05:00
Classic298
3d5aaa9ead
feat: Align conditional fetching with conditional rendering for API Keys and Channels ( #118 ) ( #20043 )
...
Fixes #19967
Co-authored-by: Tim Baek <tim@openwebui.com >
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-20 07:29:51 -05:00
Classic298
149bb9dae2
feat/perf: Add ENABLE_PUBLIC_ACTIVE_USERS_COUNT environment variable ( #20027 )
...
* Merge pull request open-webui#19030 from open-webui/dev (#115 )
Co-authored-by: Tim Baek <tim@openwebui.com >
Co-authored-by: Claude <noreply@anthropic.com >
Resolves #13026
* Claude/find active user count 1ct t1 (#116 )
Co-authored-by: Tim Baek <tim@openwebui.com >
Co-authored-by: Claude <noreply@anthropic.com >
Resolves #13026
* Claude/find active user count 1ct t1 (#117 )
Co-authored-by: Tim Baek <tim@openwebui.com >
Co-authored-by: Claude <noreply@anthropic.com >
Resolves #13026
---------
Co-authored-by: Tim Baek <tim@openwebui.com >
Co-authored-by: Claude <noreply@anthropic.com >
2025-12-20 05:38:16 -05:00
Timothy Jaeryang Baek
f509f5542d
refac: channel name
2025-12-16 13:51:39 -05:00
Timothy Jaeryang Baek
59d6eb2bad
refac
2025-12-16 13:45:11 -05:00
Timothy Jaeryang Baek
7bd43f00b1
refac: channel name styling
2025-12-16 13:44:15 -05:00
G30
0413c973e7
fix: add functional null safety checks and boolean casting to Chat.svelte ( #19921 )
...
* fix(chat): add functional null safety checks and boolean casting
* Update Chat.svelte
2025-12-14 15:13:39 -05:00
Boris Bocquet
bc681f8258
feat : new environment variable SEARXNG_LANGUAGE , in the persistent config, that you can also edit in Admin > Web Search pannel in case you choose Searxng. This is used in the request to searxng as the "search language" (arguement "language"). Before this feature, it was set to en-US only. Now default is "all". ( #19909 )
2025-12-14 12:38:47 -05:00
G30
06038cd73d
fix: resolve NPE in Node.svelte when model is undefined ( #19935 )
2025-12-14 12:13:49 -05:00
G30
e11c6dca75
fix(model-editor): add null safety for tools, functions, and file input ( #19939 )
2025-12-14 12:12:57 -05:00
Zyfax
64dbc71643
fix: reload ollama models list after model deletion ( #19912 )
...
Co-authored-by: Zyfax <kemon@hey.com >
2025-12-12 11:15:26 -05:00