Timothy J. Baek
a2f9f7c975
refac
2024-08-04 16:36:44 +02:00
Jun Siang Cheah
565f40c642
feat: add ENABLE_ADMIN_CHAT_ACCESS to control admin access to user chats
2024-08-04 15:16:14 +01:00
Timothy J. Baek
4441338574
refac: onScroll -> IntersectionObserver for infinite scroll
2024-08-04 15:58:36 +02:00
Aryan Kothari
f9e1a933a9
fix: bug in chat deletion pagination interact
...
change 1: when selecting a tag to filter the `tagView` store is set to disable paginated loading. This is so all tagged items can be loaded at once. deleting a tag when in the filtered view returns to the unfiltered view. this change now sets the `tagView` store to `false` so pagination can continue
change 2: formatting
2024-08-03 11:53:02 -04:00
Aryan Kothari
49199819db
add: stores for pagination state
2024-08-01 12:24:05 -04:00
Dillon
36b94ca5f5
updated environment variable to suggested ENABLE_LOGIN_FORM
2024-07-24 21:44:40 -04:00
Dillon
b56dcf155c
Added enable_username_password_login to the Config object
2024-07-23 22:23:37 -04:00
Jonathan Rohde
da8ee43481
fix: use default model from config if available
2024-07-10 08:43:28 +02:00
Timothy J. Baek
05ec71beb9
enh: pinned chats support
2024-07-01 23:08:01 -07:00
Jun Siang Cheah
4aab460905
Merge remote-tracking branch 'upstream/dev' into feat/oauth
2024-06-21 13:43:19 +01:00
Timothy J. Baek
08cc20cb93
feat: filter selector model
2024-06-20 01:44:52 -07:00
Jun Siang Cheah
4ff17acc1b
Merge remote-tracking branch 'upstream/dev' into feat/oauth
2024-06-16 08:31:05 +01:00
Sam McLeod
3f5e36271f
feat: add num_keep, num_batch
2024-06-14 16:21:20 +10:00
Timothy J. Baek
3a96e1f109
feat: tools backend
2024-06-10 20:39:55 -07:00
Timothy J. Baek
5196b65c2e
feat: call ui scaffold
2024-06-06 22:30:19 -07:00
Jun Siang Cheah
ae376ec8fe
Merge remote-tracking branch 'upstream/dev' into feat/oauth
2024-06-05 19:23:52 +01:00
Timothy J. Baek
2be9c25ba7
feat: show current running models
2024-06-04 11:13:43 -07:00
Timothy J. Baek
bbfa54a6b9
feat: active user count
2024-06-04 01:10:31 -07:00
Timothy J. Baek
85484392b2
feat: websocket
2024-06-03 23:39:52 -07:00
Jun Siang Cheah
de03bf834e
feat: add option to allow nonlocal TTS voices
2024-06-03 19:11:14 +01:00
Timothy J. Baek
4685f523b6
refac
2024-05-27 12:48:08 -07:00
Jun Siang Cheah
6a36039a59
Merge remote-tracking branch 'upstream/dev' into feat/oauth
2024-05-27 18:14:43 +01:00
Timothy Jaeryang Baek
bced90734b
Merge branch 'websearch' into feat/backend-web-search
2024-05-26 23:40:05 -07:00
Timothy J. Baek
0c04b18f36
refac
2024-05-26 13:02:40 -07:00
Timothy Jaeryang Baek
78dedb3389
Merge branch 'dev' into feat/disable-community-sharing
2024-05-26 10:00:51 -10:00
Timothy J. Baek
242d4f0c8d
feat: banners
...
Co-Authored-By: Jun Siang Cheah <me@jscheah.me>
2024-05-26 12:18:43 -07:00
Jun Siang Cheah
1235714914
feat: add ENABLE_COMMUNITY_SHARING
2024-05-26 17:10:25 +01:00
Jun Siang Cheah
6c5f5fe368
refac: move ui flags into feature flags
2024-05-26 17:05:26 +01:00
Jun Siang Cheah
276b7b90b8
Merge remote-tracking branch 'upstream/dev' into feat/backend-web-search
2024-05-26 11:31:23 +01:00
Jun Siang Cheah
0210a105bf
feat: experimental SSO support for Google, Microsoft, and OIDC
2024-05-26 11:26:15 +01:00
Timothy J. Baek
7b81271b9e
refac: hide signup when ENABLE_SIGNUP false
2024-05-26 03:13:13 -07:00
Jun Siang Cheah
b1265c9c34
Merge remote-tracking branch 'upstream/dev' into feat/backend-web-search
2024-05-25 14:55:49 +01:00
Timothy J. Baek
708d755eda
feat: model update
2024-05-24 18:26:36 -07:00
Jun Siang Cheah
eb509c460a
Merge remote-tracking branch 'origin/dev' into feat/backend-web-search
2024-05-20 18:01:29 +01:00
Jun Siang Cheah
4002ead6af
feat: store model configs in the database
2024-05-19 18:46:24 +08:00
Jun Siang Cheah
1bacd5d93f
Merge branch 'dev' into feat/model-config
2024-05-19 13:13:17 +08:00
Jun Siang Cheah
0665703401
Merge branch 'dev' into feat/model-config
2024-05-17 11:41:37 +08:00
Ido Henri Mamia
3f4eb6caa2
Merge branch 'dev' of https://github.com/open-webui/open-webui into feat/rtl-layout-chat-support
2024-05-17 01:22:23 +03:00
Ido Henri Mamia
9c389df727
Add chat direction to the settings store
2024-05-16 23:14:54 +03:00
Jun Siang Cheah
9021f068b8
Merge remote-tracking branch 'origin/dev' into feat/backend-web-search
2024-05-16 11:36:53 +08:00
Timothy J. Baek
308a2e1de0
refac: styling
2024-05-14 22:22:15 -10:00
Timothy J. Baek
de75679ffb
fix: sidebar model selector issue
2024-05-14 12:26:53 -10:00
Jun Siang Cheah
466b3e3637
feat: add support for using previous messages for query generation
2024-05-12 20:45:44 +08:00
Jun Siang Cheah
d45804d7f4
feat: web search available is inferred from env vars
2024-05-12 15:19:52 +08:00
Jun Siang Cheah
02a4412dfc
feat: add UI support for updating model info
2024-05-09 23:54:21 +08:00
Jun Siang Cheah
e76a444ed9
feat: allow model config via config.json
2024-05-09 20:25:30 +08:00
Yanyutin753
5d6517c537
update the name
2024-05-07 08:28:34 +08:00
Yanyutin753
761c66a8d8
🤩 Added custom openai tts models and role variables
2024-05-06 15:23:27 +08:00
Timothy J. Baek
3c9fc7858b
fix: styling
2024-04-30 16:34:29 -07:00
Jun Siang Cheah
b3ccabd2fe
fix: add missing type for splitLargeChunks
2024-04-30 20:56:58 +01:00
Jun Siang Cheah
ed13da8aba
feat: add types to some frontend stores
2024-04-22 20:08:32 +01:00
Jun Siang Cheah
81b7cdfed7
fix: add typescript types for models
2024-04-21 11:41:18 +01:00
Timothy J. Baek
c19ea89a1d
feat: model download from model selector
2024-03-24 23:03:26 -07:00
Timothy J. Baek
8f8a68e002
refac: unnecessary code
2024-03-18 00:30:08 -07:00
Timothy J. Baek
94c845d71f
refac
2024-03-18 00:27:48 -07:00
Danny Liu
3c01932a78
run prettier
2024-03-17 01:00:38 -07:00
Danny Liu
6f3acb347d
update theme handling and persist selection using Svelte store
2024-03-16 23:14:13 -07:00
Timothy J. Baek
62f67bed29
feat: sponsor custom name support
2024-02-23 17:12:19 -08:00
Timothy J. Baek
05aea9edf9
feat: changelog modal auto popup
2024-02-23 00:47:54 -08:00
Timothy J. Baek
9f950aea9c
feat: changelog.md
2024-02-23 00:30:26 -08:00
Jannik Streidl
230f787da1
first draft
2024-02-22 11:54:55 +01:00
Timothy J. Baek
ce31113abd
refac: web api voice
2024-02-05 21:36:03 -08:00
Xiaodong Ye
b297b432f7
Add default voice setting and apply to chat
2024-01-25 15:07:00 +08:00
Timothy J. Baek
220530c450
feat: convo tag filtering
2024-01-18 02:55:25 -08:00
Timothy J. Baek
cc3f84f916
feat: # to import doc
2024-01-07 23:43:32 -08:00
Timothy J. Baek
22c210e8f6
feat: custom prompt support
2024-01-02 20:41:37 -08:00
Timothy J. Baek
af6e4eb904
feat: rosepine custom theme
2024-01-01 16:05:05 -08:00
Timothy J. Baek
b777b6d2aa
chore: version check refac
2023-12-26 13:10:50 -08:00
Timothy J. Baek
832770e7b2
feat: ollama version check
2023-12-14 19:43:52 -08:00
Timothy J. Baek
12d7ae96b9
feat: modelfile builder tagName field added
2023-12-03 10:59:47 -08:00
Timothy J. Baek
2342c5036b
feat: custom chatId route support
2023-11-19 17:47:07 -08:00
Timothy J. Baek
921eef03b3
feat: multi-user support w/ RBAC
2023-11-18 16:47:12 -08:00