cogwheel
601defa3ee
fix(auth): Improve network readiness handling on cold start
...
Add robust network readiness gate for authentication to prevent
race conditions with Cloudflare tunnels. Implement retry mechanism
for API connectivity checks and silent login attempts when
credentials are available. Enhance error handling and logging for
network-related authentication challenges.
2026-02-05 19:26:16 +05:30
cogwheel
d8c2bdf404
feat(api): Handle null user settings response gracefully
...
Improve error handling for user settings API call
Prevent potential null or unexpected response types
Return an empty map for new users without settings
2026-02-05 13:30:33 +05:30
cogwheel
4b8e0752e5
feat(api): Improve default model selection with fallback mechanism
2026-02-05 13:19:59 +05:30
cogwheel
65cd902d5c
fix(streaming): prevent late events from corrupting message stream
2026-01-13 21:33:00 +05:30
cogwheel
2b44ae3e5e
feat(image): Improve image attachment loading and error handling
2026-01-13 21:26:43 +05:30
cogwheel
95cd586dd1
Merge pull request #344 from cogwheel0/fix-knowledge-base-parsing
...
fix(knowledgebase): parsing for knowledge
2026-01-13 11:54:17 +08:00
cogwheel
f3f997ce3a
fix(knowledgebase): parsing for knowledge
2026-01-13 09:21:17 +05:30
cogwheel
a371556a1c
feat(notes): Add audio recording and playback features
2026-01-12 21:48:43 +05:30
cogwheel
51d9412876
feat(model): Update auto-select model description and behavior
2025-12-22 16:19:50 +05:30
cogwheel
5fd68f86fe
refactor(markdown): remove deprecated stream formatter and enhance preprocessor
2025-12-22 14:07:04 +05:30
cogwheel
cf2d88b4ac
fix(streaming): sync follow-ups to server after generation
2025-12-22 11:25:29 +05:30
cogwheel
9e73fc93c6
feat(chat): Refactor model selection to use shared restore logic
2025-12-22 11:00:23 +05:30
cogwheel
4559b8fa1a
fix(api): prevent NoneType error by adding empty parent_message object
2025-12-22 07:59:57 +05:30
cogwheel
d4a9b6863d
fix(auth): Improve token retrieval reliability on cold start
2025-12-21 08:57:15 +05:30
cogwheel
cc97b7a886
Merge pull request #301 from cogwheel0/update-dependencies
...
chore: Update dependencies to latest versions
2025-12-20 22:22:43 +05:30
cogwheel
6a07855c9b
fix(background): Improve background streaming reliability and error handling
...
feat(background): Add initialization and error handling for background streaming
feat(background): Improve background streaming reliability and error handling
feat(background): Improve iOS background task and stream management
refactor(android): Remove unused stream state persistence logic
feat(android): Improve wake lock and broadcast receiver handling
2025-12-20 22:10:28 +05:30
cogwheel
671b953f23
feat(android): Improve background service notification and time limit handling
...
feat: Optimize background streaming and keepalive mechanism
fix(background-streaming): Synchronize stream count between Flutter and Android
2025-12-20 18:21:38 +05:30
cogwheel
b90ba7abc7
chore: Update dependencies to latest versions
2025-12-20 11:18:16 +05:30
cogwheel
9da9f9e2b3
(auth): Add proxy authentication WebView for server login
2025-12-18 11:40:16 +05:30
cogwheel
f8ebd9ee9f
feat(api_service): Add extended assistant message fields for OpenWebUI
2025-12-17 19:40:12 +05:30
cogwheel
701633b6bd
feat(api): convert code executions to Open
2025-12-17 19:17:08 +05:30
cogwheel
e68d613502
feat(api): Convert sources to OpenWebUI format with document array
2025-12-17 19:12:46 +05:30
cogwheel
17aba52fc8
fix(api): Always assistant messages as done when persisting
2025-12-17 18:50:11 +05:30
cogwheel0
931089ef59
(api): update memoryeval from user preferences
2025-12-17 08:13:49 +05:30
cogwheel0
f3744ba9b2
fix(widget): Update widget URL scheme from homewidget to conduit
2025-12-16 20:35:21 +05:30
cogwheel0
d67780dbbe
feat(chat): Add folder support in new chat screen
2025-12-16 19:59:28 +05:30
cogwheel0
9018e382f7
feat(chat): Improve error handling and message versioning
2025-12-15 20:55:26 +05:30
cogwheel0
45532bf78f
feat(conversation): improve OpenWebUI error handling and parsing
2025-12-15 20:42:09 +05:30
cogwheel0
55cedc3ab8
feat(chat): Add usage statistics support for message persistence
2025-12-15 18:42:06 +05:30
cogwheel0
0269ba2d0f
fix(api): refactor feature flags to use 'features' object for compatibility
2025-12-14 18:35:04 +05:30
cogwheel0
77c79c3325
refactor(auth): remove unnecessary tools provider invalidation
2025-12-11 19:05:33 +05:30
cogwheel0
8d6c7f5411
feat(auth): Add OAuth providers and improve authentication flow
2025-12-11 18:45:18 +05:30
cogwheel0
ea61168184
feat(auth): Add LDAP and SSO authentication support
2025-12-11 17:43:44 +05:30
cogwheel
793800bf67
Merge pull request #262 from cogwheel0/optimize-file-id-extraction
...
feat(attachments): Optimize file ID extraction and image conversion
2025-12-10 22:14:17 +08:00
cogwheel0
da63e3cbff
feat(attachments): Optimize file ID extraction and image conversion
2025-12-10 19:40:38 +05:30
cogwheel0
5b7cd0dd42
feat(l10n): Add localization for code interpreter states
2025-12-10 18:16:04 +05:30
cogwheel0
ed6d588518
feat(models): Add safe parsing for JSON deserialization
2025-12-10 18:16:04 +05:30
cogwheel0
9c7789ca02
feat: Add minor widget and asset refinements
2025-12-08 17:13:26 +05:30
cogwheel0
6e4ee2acd3
feat(widget): Add citation badge for source references
2025-12-07 22:35:16 +05:30
cogwheel
dd5098d1f8
Merge pull request #244 from cogwheel0/widget-quick-access-actions
...
feat(widget): Add home screen widget with quick access actions
2025-12-07 14:56:35 +08:00
cogwheel0
745ff01954
feat(widget): Add home screen widget with quick access actions
2025-12-07 12:26:16 +05:30
cogwheel0
898f1773c7
feat(chat): Add prompt variables
2025-12-07 10:48:25 +05:30
cogwheel0
324217252e
refactor(streaming): Remove inactivity watchdog and related code
2025-12-07 10:32:33 +05:30
cogwheel0
218d061eae
refactor(auth): Preserve server configs during logout for seamless re-login
2025-12-07 10:05:55 +05:30
cogwheel0
649a708a68
feat(models): Add safe parsing for boolean and integer values
2025-12-07 09:54:27 +05:30
cogwheel0
1380a84989
feat(conversation): add support for WidgetRef in conversation delta listener
2025-12-06 20:30:39 +05:30
cogwheel0
df2a921ffd
feat(notes): Add notes feature with editor page and drawer integration
2025-12-06 19:44:34 +05:30
cogwheel0
4e105270b8
feat(folders): Preserve feature state on server-side errors
2025-12-06 10:16:44 +05:30
cogwheel0
d7c36f3e0d
feat(chat): add parent message ID for proper message linking
2025-12-06 09:33:30 +05:30
cogwheel0
c9b888df79
fix(navigation): Ensure context is mounted before navigation and improve error handling
2025-12-05 22:24:36 +05:30