Timothy Jaeryang Baek
1df9305bc7
refac
2025-10-30 12:53:25 +02:00
Omar Aburub
057ca6a339
fix: prevent cancellation scope corruption by exitting in LIFO and handling exceptions
2025-10-30 12:53:25 +02:00
Attila Oláh
e85192e84d
fix: exclude empty roles
...
This is a minor tweak that allows using whitespace as a separator,
without it having to be exactly one space. Convenient for using YAML
text fold syntax in Helm charts when providing long lists of roles.
2025-10-30 12:53:25 +02:00
Attila Oláh
1f06ae2d60
feat: add OAUTH_ROLES_SEPARATOR env var
...
This allows changing the separator for the `OAUTH_ALLOWED_ROLES` and
`OAUTH_ADMIN_ROLES` env vars, from the default comma (,) to something
that is not present in the role name. The intended audience is folks
with LDAP-syntax groups/roles, e.g.
`cn=webui_admin,ou=it_department,o=my_org` instead of just
`webui_admin`.
2025-10-30 12:53:25 +02:00
Pavel Garaev
29d4f971d8
fix: validate folder and channel names before creation
2025-10-30 12:53:24 +02:00
Pavel Garaev
d53a930410
fix: conditionally render system instructions in Chat component
2025-10-30 12:53:24 +02:00
Classic298
9d11aa82f9
fix: Modify ActionsSelector to handle global action states
...
Updated checkbox behavior to account for global actions.
2025-10-30 12:53:24 +02:00
silentoplayz
d9aa8a5ce4
fix: prevent UI freeze by initializing distances array
...
Fixes a bug where the UI would freeze when processing citation sources with mixed distance metrics.
The `Citations.svelte` component was attempting to call `.push()` on an `undefined` `distances` array. This happened when the first document for a source had no distance value, but a subsequent document for the same source did.
This patch ensures the `distances` array is always initialized as an empty array `[]` instead of `undefined`, preventing the `TypeError` and resolving the UI freeze.
2025-10-30 12:53:24 +02:00
Pavel Garaev
594925219e
fix: add stable scrollbar gutter to Modal component
2025-10-30 12:53:24 +02:00
Pavel Garaev
b0a16eb476
refac: update spacing in UserMenu dropdown items
2025-10-30 12:53:24 +02:00
htulipe
40f38da628
Update translation.json
2025-10-30 12:53:24 +02:00
Stoyan Zlatev
60a8a6ebbb
Reformat log line using black/pre-commit
2025-10-27 23:09:49 +02:00
Stoyan Zlatev
735619f106
Reformat long log line
2025-10-27 23:05:12 +02:00
Stoyan Zlatev
2c5bec6f76
Revert endpoint name
2025-10-27 22:56:57 +02:00
Stoyan Zlatev
950a859e55
Update endpoint name
2025-10-27 22:38:38 +02:00
Stoyan Zlatev
5ec74504c4
Update sync confirmation text
2025-10-27 22:07:00 +02:00
Stoyan Zlatev
d3acc2be35
Update Knowledge directory sync process
2025-10-27 19:48:26 +02:00
Timothy Jaeryang Baek
267794638c
doc: readme
2025-10-23 18:05:22 -07:00
Timothy Jaeryang Baek
e171c7915a
refac: styling
2025-10-23 12:48:48 -04:00
Timothy Jaeryang Baek
6eecade06e
refac
2025-10-22 22:35:39 -04:00
Timothy Jaeryang Baek
546a334328
refac
2025-10-22 17:12:05 -04:00
Timothy Jaeryang Baek
8f5eb03a40
refac: styling
2025-10-22 17:12:00 -04:00
Tim Baek
710f6eec12
Merge pull request #18473 from silentoplayz/hotkey-hints-sidebar
...
feat: add toggleable hotkey hints to sidebar buttons and refac ShortcutsModal
2025-10-22 16:50:24 -04:00
Tim Baek
92f359fb9b
Merge pull request #18506 from duncansmart/patch-1
...
perf: compressImage - preserve image type
2025-10-22 16:46:15 -04:00
Duncan Smart
fe192eb738
compressImage: preserve image type
...
Previously always exported as PNG, causing JPEG images to balloon 3-10x in size with considerable implications for front-end performance (UI gets sluggish e.g. https://github.com/open-webui/open-webui/discussions/11941 )
2025-10-22 01:16:26 +01:00
Timothy Jaeryang Baek
23ea754061
fix: create new note
2025-10-21 18:21:00 -04:00
silentoplayz
3c7e739b3c
refac
2025-10-21 18:11:56 -04:00
Timothy Jaeryang Baek
6593b7ccc8
refac
2025-10-21 18:11:30 -04:00
Timothy Jaeryang Baek
eb9c4c0e35
refac/fix: insert prompt as rich text
2025-10-21 17:59:52 -04:00
Timothy Jaeryang Baek
9942de8011
refac/fix: mermaid
2025-10-21 17:03:04 -04:00
Timothy Jaeryang Baek
0a78ceef6d
fix: dictate autosend
2025-10-21 16:40:22 -04:00
Tim Baek
b68a5f330d
Merge pull request #18496 from ShirasawaSama/patch-44
...
fix: Clear file list when selected models do not support file uploads
2025-10-21 16:36:05 -04:00
Tim Baek
b9f0d239b0
Merge pull request #18484 from ShirasawaSama/patch-41
...
fix: do not display the move menu when folders are empty
2025-10-21 16:26:43 -04:00
Tim Baek
a708cdf55e
Merge pull request #18483 from ShirasawaSama/patch-40
...
fix: fix color of Attach Webpage button when model not support file uploads
2025-10-21 16:26:27 -04:00
Tim Baek
bc9067d5aa
Merge pull request #18489 from rgaricano/dev-es_ES
...
UPD_i18n: es-ES Translation v0.6.35
2025-10-21 16:24:57 -04:00
Tim Baek
9c9085adfa
Merge pull request #18487 from ShirasawaSama/patch-42
...
fix: Do not display divider when no integrations enabled
2025-10-21 16:24:52 -04:00
Tim Baek
8cbc472f7f
Merge pull request #18491 from ShirasawaSama/i18n/improve-chinese-translation
...
i18n: improve Chinese translation
2025-10-21 16:24:26 -04:00
Shirasawa
1be9187236
fix: Clear file list when selected models do not support file uploads
2025-10-21 20:47:27 +08:00
Shirasawa
098e64b35d
i18n: improve Chinese translation
2025-10-21 10:16:47 +00:00
_00_
c469369c35
UPD_i18n: es-ES Translation v0.6.35
...
### UPDATE of es-ES Translation
v0.6.35
Added new strings
2025-10-21 11:43:12 +02:00
Shirasawa
da89e36abe
fix: Do not display divider when no integrations enabled
2025-10-21 16:46:18 +08:00
Shirasawa
b754aad987
fix: do not display the move menu when folders are empty
2025-10-21 16:14:38 +08:00
Shirasawa
e225435c8e
fix: fix color of Attach Webpage button when model not support file uploads
2025-10-21 16:05:56 +08:00
silentoplayz
e361606c61
feat: add toggleable hotkey hints to sidebar buttons and refac ShortcutsModal
...
- Add src/lib/shortcuts.ts as the single source of truth for every shortcut
- Create HotkeyHint.svelte to show OS-aware key combos (⌘ on Mac, Ctrl elsewhere)
- Make sidebar “New Chat” and “Search” buttons display their shortcuts on hover
- Add user setting to toggle these sidebar hints
- Refactor ShortcutsModal into categorized (Global, Chat, Message, Input), data-driven sections
- Introduce ShortcutItem.svelte to render each row, dividers, and multi-line text
- Fix “Focus text area” action and include “Close modal” shortcut
- Wire everything through +layout.svelte and the shortcuts registry
2025-10-20 16:21:59 -04:00
Tim Baek
e24fec0de4
Merge pull request #18452 from kaiwinut/fix/chat-getattr-error
...
fix: Handle invalid order_by attribute in Chat
2025-10-20 14:00:21 -04:00
Tim Baek
1f89eacb69
Merge pull request #18455 from Classic298/patch-1
...
chore: Revise feature request template for clarity
2025-10-20 11:24:07 -05:00
Classic298
892ddf9eac
Revise feature request template for clarity
...
Updated the feature request template to clarify scope and submission guidelines.
2025-10-20 08:38:43 +02:00
kaiwdev
2b0b87c0f9
fix: handle invalid order_by attribute in Chat
2025-10-20 14:19:02 +09:00
Timothy Jaeryang Baek
f5899e875c
refac/fix: 72 bytes+ password
2025-10-20 01:18:03 -04:00
Timothy Jaeryang Baek
43eac35b5b
refac: code block stdout/err styling
2025-10-20 01:11:19 -04:00