Timothy Jaeryang Baek
ae05586fda
refac: oauth session management
2026-02-20 16:49:43 -06:00
Timothy Jaeryang Baek
8c485b260f
refac
2026-02-19 16:53:21 -06:00
Classic298
d664922feb
Avoid loading full chat JSON blob for pinned/archived/shared list endpoints ( #21591 )
...
Co-authored-by: Tim Baek <tim@openwebui.com>
2026-02-19 16:48:23 -06:00
Classic298
3db6d49e57
Query title column directly in get_chat_title_by_id instead of loading full chat ( #157 ) ( #21590 )
...
Previously loaded the entire ChatModel (including the full conversation JSON
blob) just to extract the title string. Now queries only the Chat.title
column directly, which is already a top-level DB column.
2026-02-19 16:41:46 -06:00
Timothy Jaeryang Baek
139f02a9d9
refac
2026-02-19 16:04:41 -06:00
Classic298
35763a352c
Optimize shared chats list to use column projection ( #163 ) ( #21614 )
...
The GET /chats/shared endpoint was loading full Chat rows including
the entire conversation history JSON blob, only to discard it and
return SharedChatResponse (id, title, share_id, timestamps). Now
uses with_entities() to select only the 5 needed columns, avoiding
deserialization of potentially large chat JSON for every shared chat.
2026-02-19 15:50:03 -06:00
Timothy Jaeryang Baek
3dd44c4f19
refac
2026-02-18 15:23:50 -06:00
Timothy Jaeryang Baek
094ed0b48c
fix: prompts delete
2026-02-18 14:58:39 -06:00
Timothy Jaeryang Baek
e5e39be90f
refac
2026-02-16 13:14:40 -06:00
Timothy Jaeryang Baek
09dc28df1e
chore: format
2026-02-16 00:43:32 -06:00
Timothy Jaeryang Baek
c748c3ede7
refac
2026-02-16 00:41:36 -06:00
Timothy Jaeryang Baek
33308022f0
refac
2026-02-15 23:57:40 -06:00
Timothy Jaeryang Baek
7e224e4a53
refac
2026-02-13 18:26:03 -06:00
Timothy Jaeryang Baek
626d236d13
chore: format
2026-02-13 15:00:39 -06:00
Timothy Jaeryang Baek
a9b8677cc0
refac
2026-02-13 14:59:05 -06:00
Classic298
0f3f68b0c4
enh ( #21362 )
2026-02-13 14:56:53 -06:00
Timothy Jaeryang Baek
d1d1efe212
refac: scim
2026-02-13 14:27:11 -06:00
Timothy Jaeryang Baek
b7549d2f6c
refac: defer profile
2026-02-13 14:08:07 -06:00
Timothy Jaeryang Baek
589c4e64c1
refac
2026-02-13 13:56:29 -06:00
Timothy Jaeryang Baek
ca6b18ab5c
refac: is_user_active
2026-02-13 13:40:59 -06:00
Timothy Jaeryang Baek
b4c3f54f96
fix: skills postgres issue
2026-02-13 11:24:08 -06:00
Timothy Jaeryang Baek
7bda6bf767
fix: PostgreSQL cannot use get_chat_ids_by_model_id
...
Co-Authored-By: EntropyYue <164553692+EntropyYue@users.noreply.github.com>
2026-02-13 11:20:26 -06:00
Timothy Jaeryang Baek
96c07f44a8
refac
2026-02-11 16:45:47 -06:00
Timothy Jaeryang Baek
f376d4f378
chore: format
2026-02-11 16:24:11 -06:00
Timothy Jaeryang Baek
773787c74c
refac
2026-02-11 16:16:41 -06:00
Timothy Jaeryang Baek
c8cbdc8f7f
refac
2026-02-11 15:24:12 -06:00
Timothy Jaeryang Baek
64c37ab968
refac
2026-02-11 15:12:37 -06:00
Timothy Jaeryang Baek
a38ad8fc42
refac
2026-02-11 14:09:55 -06:00
Timothy Jaeryang Baek
c2207887b3
feat: skills backend
2026-02-11 14:00:34 -06:00
Timothy Jaeryang Baek
4aedfdc547
refac
2026-02-10 15:47:21 -06:00
Timothy Jaeryang Baek
c259c87806
refac
2026-02-10 15:30:16 -06:00
Timothy Jaeryang Baek
c2f5cb542e
refac
2026-02-09 14:03:35 -06:00
Timothy Jaeryang Baek
f7406ff576
refac
2026-02-09 13:28:14 -06:00
Timothy Jaeryang Baek
3ae44d11a5
refac
2026-02-08 22:37:13 -06:00
Timothy Jaeryang Baek
b147616080
refac
2026-02-08 21:32:12 -06:00
Timothy Jaeryang Baek
0f78451c2b
refac
2026-02-08 21:24:20 -06:00
Timothy Jaeryang Baek
42763cbbd8
enh: access grants table
2026-02-08 21:21:25 -06:00
Timothy Jaeryang Baek
e62649f940
enh: analytics
2026-02-05 00:00:49 -06:00
Timothy Jaeryang Baek
68a1e87b66
enh: analytics model modal
2026-02-04 23:42:46 -06:00
Timothy Jaeryang Baek
527d48efa9
refac
2026-02-02 10:04:13 -06:00
Timothy Jaeryang Baek
3c0313f41b
refac
2026-02-02 09:31:52 -06:00
Timothy Jaeryang Baek
d938eb0e76
refac
2026-02-02 09:23:46 -06:00
Timothy Jaeryang Baek
b0c5f7b668
refac
2026-02-02 09:02:34 -06:00
Timothy Jaeryang Baek
c22bb4f853
refac
2026-02-02 08:55:13 -06:00
Tim Baek
b2c2f1bd49
refac
2026-02-01 10:24:04 +04:00
Tim Baek
679e56c494
feat: token analytics
2026-02-01 10:19:59 +04:00
Tim Baek
3da4323ef3
refac
2026-02-01 10:11:13 +04:00
Tim Baek
75e5a485d2
refac
2026-02-01 10:06:52 +04:00
Tim Baek
599cd2eeeb
feat: analytics backend API with chat_message table
...
- Add chat_message table for message-level analytics with usage JSON field
- Add migration to backfill from existing chats
- Add /analytics endpoints: summary, models, users, daily
- Support hourly/daily granularity for time-series data
- Fill missing days/hours in date range
2026-02-01 07:04:13 +04:00
Classic298
ee27fd8de1
perf: replace double lookup with single JOIN in authenticate_user_by_email ( #21010 )
...
* perf: replace double lookup with single JOIN in authenticate_user_by_email
* Update auths.py
2026-01-30 10:22:07 -05:00