Timothy Jaeryang Baek
9b7c3ff999
refac
2025-11-23 18:31:59 -05:00
Timothy Jaeryang Baek
ec45d77ce9
refac: sources and citations
2025-11-23 18:27:57 -05:00
Timothy Jaeryang Baek
b0491886bc
refac: disable single tilde
2025-11-23 17:16:10 -05:00
Timothy Jaeryang Baek
14baf6955d
refac
2025-11-23 16:47:21 -05:00
Timothy Jaeryang Baek
e6951e804a
feat/enh: move chats in folder on delete
...
Co-Authored-By: expruc <25387342+expruc@users.noreply.github.com >
2025-11-23 00:01:49 -05:00
Timothy Jaeryang Baek
b2034861ae
refac: models workspace optimization
2025-11-22 23:20:51 -05:00
Timothy Jaeryang Baek
833e3c2690
refac
2025-11-21 17:45:55 -05:00
Timothy Jaeryang Baek
598650f70b
refac
2025-11-21 17:01:38 -05:00
Timothy Jaeryang Baek
4d4c572bba
refac
2025-11-21 15:42:13 -05:00
Timothy Jaeryang Baek
b88f829dbb
enh: clone system models
...
Co-Authored-By: G30 <50341825+silentoplayz@users.noreply.github.com >
2025-11-21 05:28:55 -05:00
Timothy Jaeryang Baek
a51579a84b
refac/pref: chat import optimization
...
Co-Authored-By: G30 <50341825+silentoplayz@users.noreply.github.com >
2025-11-21 03:49:49 -05:00
Timothy Jaeryang Baek
89b1ad649b
refac: styling
2025-11-21 03:10:00 -05:00
Shirasawa
23cadaa41a
fix: add missing i18n import to fix build ( #19337 )
2025-11-21 03:05:15 -05:00
Danny Liu
bed201e46e
fix: format date according to DEFAULT_LOCALE in chat search ( #19305 )
...
* fix: localized format
* load default_locale from backend
2025-11-21 01:49:27 -05:00
Timothy Jaeryang Baek
6442871947
refac: profile_image_url optimization
2025-11-20 20:43:59 -05:00
Timothy Jaeryang Baek
cd30152c83
refac: styling
2025-11-20 19:57:11 -05:00
Timothy Jaeryang Baek
557170c0b6
refac/enh: dedicated enable image edit toggle
2025-11-20 19:52:31 -05:00
Timothy Jaeryang Baek
7be750bcbb
feat/enh: group share setting
2025-11-20 19:12:56 -05:00
Timothy Jaeryang Baek
d1e7957e69
refac
2025-11-20 18:39:30 -05:00
Timothy Jaeryang Baek
f69e37a850
feat/enh: user sharing perms
2025-11-20 18:32:34 -05:00
Timothy Jaeryang Baek
849278ca4f
refac: styling
2025-11-20 18:27:08 -05:00
Classic298
b65c728208
feat: Add default group assignment for new users ( #94 ) ( #19325 )
...
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com >
2025-11-20 17:47:15 -05:00
Timothy Jaeryang Baek
e6c7495c1a
refac/fix: styling
2025-11-20 17:19:59 -05:00
Timothy Jaeryang Baek
6083960655
refac: feedback list optimisation
2025-11-20 17:10:12 -05:00
Blake
22e85df448
Support folder drag-n-drop ( #19320 )
2025-11-20 16:26:36 -05:00
Timothy Jaeryang Baek
c49bcc65c4
refac
2025-11-19 14:22:42 -05:00
Timothy Jaeryang Baek
aad23e2e53
refac
2025-11-19 14:14:53 -05:00
Timothy Jaeryang Baek
4bb15aa425
feat: default pinned models
...
Co-Authored-By: Classic298 <27028174+Classic298@users.noreply.github.com >
2025-11-19 05:04:03 -05:00
Timothy Jaeryang Baek
93d0b8241c
refac
2025-11-19 04:44:40 -05:00
Timothy Jaeryang Baek
ee26c0537e
refac
2025-11-19 03:55:08 -05:00
Timothy Jaeryang Baek
c2afd0d5aa
refac
2025-11-19 03:54:05 -05:00
Timothy Jaeryang Baek
76dbbf57d2
refac: rm ai slop
2025-11-19 03:51:10 -05:00
Timothy Jaeryang Baek
88416161cc
refac: styling
2025-11-19 03:26:10 -05:00
Timothy Jaeryang Baek
a1d09eae95
chore: format
2025-11-19 03:23:33 -05:00
Timothy Jaeryang Baek
3d50d5ff77
refac
...
Co-Authored-By: G30 <50341825+silentoplayz@users.noreply.github.com >
2025-11-19 03:21:28 -05:00
Timothy Jaeryang Baek
5bec4a8005
refac
...
Co-Authored-By: G30 <50341825+silentoplayz@users.noreply.github.com >
2025-11-19 03:19:12 -05:00
Timothy Jaeryang Baek
7031bb9067
feat/enh: api keys user permission
...
breaking change, `ENABLE_API_KEY` renamed to `ENABLE_API_KEYS` and disabled by default and must be explicitly toggled on.
2025-11-19 01:50:52 -05:00
Timothy Jaeryang Baek
7e03637446
enh/feat: persist folder state
...
Co-Authored-By: G30 <50341825+silentoplayz@users.noreply.github.com >
2025-11-19 01:20:07 -05:00
Timothy Jaeryang Baek
bbd48b3638
enh: images openai api params
2025-11-19 01:04:42 -05:00
davecrab
7762fa5ddf
feat: Add adjustable text size setting to interface ( #19186 )
...
* Add adjustable text size setting to interface
Introduces a user-configurable text size (scale) setting, accessible via a slider in the interface settings. Updates CSS and Sidebar chat item components to respect the new --app-text-scale variable, and persists the setting in the store. Adds related i18n strings and ensures the text scale is applied globally and clamped to allowed values.
* Refactor text scale logic into utility module
Moved all text scale related constants and functions from components and stores into a new utility module (src/lib/utils/text-scale.ts). Updated imports and usage in Interface.svelte and index.ts to use the new module, improving code organization and reusability.
* Adjust sidebar chat scaling without extra classes
keep sidebar markup using existing Tailwind utility classes so chat items render identically pre-feature
move all text-scale sizing into app.css under the #sidebar-chat-item selectors
change the root font-size multiplier to use 1rem instead of an explicit 16px so browser/user preferences propagate
* Update Switch.svelte
Adjust toggles from fixed pixel to rem to scale with the text size
* Update Interface.svelte
Updated label from 'Text Scale' to 'UI Scale'.
Added padding around slider
* Update app.css
Added comments
2025-11-19 00:55:52 -05:00
Timothy Jaeryang Baek
4386e5abb8
refac/enh: create new note
2025-11-18 18:37:57 -05:00
Jacob Leksan
07ef295a77
feat: Adding file metadata to hybrid search ( #19095 )
...
* Added metadata to hybrid search
* And config and env plus refac
* consistency
---------
Co-authored-by: Tim Baek <tim@openwebui.com >
2025-11-18 15:29:07 -05:00
Timothy Jaeryang Baek
d98b945d73
refac: styling
2025-11-18 15:23:29 -05:00
Timothy Jaeryang Baek
3f97a6993f
refac: mineru api key required behaviour
2025-11-18 14:37:46 -05:00
Tom Haynes
ccd80b9dba
obfuscate TTS elevenlabs api key ( #19262 )
2025-11-18 14:36:36 -05:00
Timothy Jaeryang Baek
baffa89f35
refac: styling
2025-11-18 14:27:17 -05:00
Timothy Jaeryang Baek
63ebc295ce
refac: styling
2025-11-18 04:04:32 -05:00
Tim Baek
34684e7e58
feat/refac: group members db table ( #19239 )
...
* refac: group members table db migration
* refac: group members backend
* refac: group members frontend
* refac: group members frontend integration
* refac: styling
2025-11-18 03:59:56 -05:00
Timothy Jaeryang Baek
ed6aabfbfd
refac: styling
2025-11-18 03:54:19 -05:00
Timothy Jaeryang Baek
73734b186b
refac: group members frontend integration
2025-11-18 03:44:26 -05:00