G30
f95cff0895
fix(ui): replace static dropdown backgrounds with transparent mapping ( #21728 )
2026-02-22 14:23:34 -06:00
Timothy Jaeryang Baek
3242dad8ae
refac
2026-02-21 14:29:40 -06:00
Timothy Jaeryang Baek
163211a367
refac: styling
2026-02-13 14:43:06 -06:00
Timothy Jaeryang Baek
f027a01ab2
fix: direct model access control
2026-02-13 14:39:01 -06:00
Classic298
73776d54b8
fix: enforce public sharing permission checks across all resource types ( #21358 )
...
The sharePublic prop in editor components (Knowledge, Tools, Skills,
Prompts, Models) incorrectly included an "|| edit" / "|| write_access"
condition, allowing users with write access to see and use the "Public"
sharing option regardless of their actual public sharing permission.
Additionally, all backend access/update endpoints only verified write
authorization but did not check the corresponding sharing.public_*
permission, allowing direct API calls to bypass frontend restrictions
entirely.
Frontend: removed the edit/write_access bypass from sharePublic in all
five editor components so visibility is gated solely by the user's
sharing.public_* permission or admin role.
Backend: added has_public_read_access_grant checks to the access/update
endpoints in knowledge.py, tools.py, prompts.py, skills.py, models.py,
and notes.py. Public grants are silently stripped when the user lacks
the corresponding permission.
Fixes #21356
2026-02-13 11:22:32 -06:00
G30
4d5b7b3014
fix: resolve knowledge tooltip z-index issue in model edit page ( #21375 )
2026-02-13 11:18:35 -06:00
Timothy Jaeryang Baek
97331bf11d
refac
2026-02-11 17:26:25 -06:00
Timothy Jaeryang Baek
e5035ea31e
refac
2026-02-11 15:55:23 -06:00
Timothy Jaeryang Baek
e3a8257690
refac
2026-02-10 15:41:11 -06:00
Timothy Jaeryang Baek
0044902c08
refac
2026-02-10 15:15:17 -06:00
Timothy Jaeryang Baek
3c7f9aa6a4
refac
2026-02-09 13:28:21 -06:00
Timothy Jaeryang Baek
a1ea854b38
refac
2026-02-04 00:08:46 -06:00
Classic298
2c12278444
perf: Debounce various Database Endpoints for less Database Queries and better Backend performance ( #20982 )
...
* Update KnowledgeSelector.svelte
* Update KnowledgeSelector.svelte
* Update Users.svelte
* Update MemberSelector.svelte
* Update MemberSelector.svelte
* Update Knowledge.svelte
* Update Knowledge.svelte
* Update Notes.svelte
* Update Knowledge.svelte
* Update Prompts.svelte
* Update Tools.svelte
* Update Tools.svelte
* Update Prompts.svelte
* Update Prompts.svelte
* Update Prompts.svelte
* Update Functions.svelte
* Update UserList.svelte
* Update Functions.svelte
* Update Prompts.svelte
* Update UserList.svelte
2026-01-28 00:33:23 +04:00
Timothy Jaeryang Baek
52c73390f8
refac
2026-01-23 01:44:48 +04:00
Timothy Jaeryang Baek
c46ef3b63b
enh: builtin tools model editor
2026-01-23 01:40:18 +04:00
Timothy Jaeryang Baek
509bd2bebb
refac/fix: default oauth2.1 mcp tool
2026-01-22 03:20:59 +04:00
Timothy Jaeryang Baek
bb6188abf0
feat: per model tts voice
2026-01-09 19:05:09 +04:00
Tim Baek
daccf0713e
enh: file context model setting
2026-01-09 03:41:43 -05:00
Timothy Jaeryang Baek
48bdb3f266
refac
2026-01-09 01:58:31 +04:00
Timothy Jaeryang Baek
700349064d
chore: format
2026-01-08 01:55:56 +04:00
Tim Baek
60e916d6c0
enh: built-in tools toggle in model editor
2026-01-07 06:22:17 -05:00
Timothy Jaeryang Baek
b1d30673b6
refac
2026-01-05 21:54:33 +04:00
Timothy Jaeryang Baek
00af37bb4e
enh: model gif/webp support
2026-01-05 17:56:41 +04:00
Classic298
ca176c5c03
Update KnowledgeSelector.svelte ( #20213 )
2025-12-29 00:48:51 +04:00
G30
9a9b5ef699
feat: add sidebar toggle to workspace and admin models pages ( #20176 )
2025-12-29 00:45:45 +04:00
Timothy Jaeryang Baek
d08f9ed556
refac
2025-12-26 19:09:05 +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
f1bf4f20c5
feat: chat_file table
2025-12-21 23:17:53 +04:00
Timothy Jaeryang Baek
7e4848e10b
refac: usage in model editor
2025-12-21 14:42:32 +04: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
G30
e11c6dca75
fix(model-editor): add null safety for tools, functions, and file input ( #19939 )
2025-12-14 12:12:57 -05:00
Timothy Jaeryang Baek
6812d3b9d1
refac
2025-12-10 23:20:38 -05:00
Timothy Jaeryang Baek
ceae3d48e6
enh/refac: kb pagination
2025-12-10 23:19:19 -05:00
Timothy Jaeryang Baek
a934dc997e
refac: drop legacy kb support
2025-12-10 01:07:12 -05:00
Timothy Jaeryang Baek
4d4ed743ae
fix: styling
2025-12-07 18:13:28 -05:00
Matthew Kusz
17bfd38696
Fix dropdown backgrounds ( #19693 )
2025-12-02 15:16:36 -05:00
Timothy Jaeryang Baek
3c846617cd
refac
2025-11-30 10:45:54 -05:00
Timothy Jaeryang Baek
696f356881
refac
2025-11-30 08:12:22 -05:00
Timothy Jaeryang Baek
3ebb3e2143
refac: styling
2025-11-30 03:56:12 -05:00
Timothy Jaeryang Baek
69b82edd63
refac
2025-11-30 03:50:14 -05:00
Timothy Jaeryang Baek
9d39b9b42c
refac: styling
2025-11-30 03:47:34 -05:00
Timothy Jaeryang Baek
de889f5ec7
refac: styling
2025-11-23 21:17:14 -05:00
Timothy Jaeryang Baek
0259312626
refac
2025-11-23 21:12:01 -05:00
Timothy Jaeryang Baek
2e1ddf823b
refac: prompt suggestions component
...
Co-Authored-By: Classic298 <27028174+Classic298@users.noreply.github.com>
2025-11-23 21:08:13 -05:00
Timothy Jaeryang Baek
f69e37a850
feat/enh: user sharing perms
2025-11-20 18:32:34 -05:00
Classic298
b4bc71d1bd
feat: add granular import/export permissions for workspace items ( #19242 )
...
* feat: add granular import/export permissions for workspace items (#55 )
Co-authored-by: Claude <noreply@anthropic.com>
* Fix permissions toggles not saving in EditGroupModal (#58 )
Co-authored-by: Claude <noreply@anthropic.com>
* Fix permissions toggles not saving in EditGroupModal (#59 )
Co-authored-by: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>
2025-11-17 18:25:23 -05:00
silentoplayz
4a0359789f
fix: add tooltips to tools on model edit page
...
This change adds tooltips to the tools on the model edit page, displaying the tool's description on hover.
2025-10-28 21:54:29 -04:00
Timothy Jaeryang Baek
f47214314b
refac
2025-10-26 22:20:57 -07:00
Timothy Jaeryang Baek
a70bc52c34
chore: format
2025-10-26 19:33:39 -07:00