Tim Jaeryang Baek
438e5d966f
Merge pull request #16456 from open-webui/dev
...
0.6.22
2025-08-11 17:15:28 +04:00
Timothy Jaeryang Baek
17cc3b7d72
fix: chat item generate title button
2025-08-11 17:13:22 +04:00
Timothy Jaeryang Baek
d89c5b6c30
chore: format
2025-08-11 17:01:56 +04:00
Timothy Jaeryang Baek
8fd5006b6f
refac
2025-08-11 17:01:18 +04:00
Timothy Jaeryang Baek
97448e25ec
fix: openai error handling
2025-08-11 17:00:06 +04:00
Timothy Jaeryang Baek
8916a284bd
chore: format
2025-08-11 16:43:17 +04:00
Timothy Jaeryang Baek
8e2aaaf94f
chore: bump
2025-08-11 16:42:40 +04:00
Tim Jaeryang Baek
e15f8b8baf
Merge pull request #16458 from Classic298/patch-3
...
chore: 0.6.22 changelog
2025-08-11 16:37:24 +04:00
Timothy Jaeryang Baek
890691319f
fix: s3vector import issue
2025-08-11 16:23:08 +04:00
Timothy Jaeryang Baek
21094ca88b
fix: pinecone insert issue
2025-08-11 16:22:58 +04:00
Tim Jaeryang Baek
9aea18f90c
Merge pull request #16479 from EventHorizon-AI/fix/landing-page-mode
...
fix: Correctly determine the Landing Page Mode
2025-08-11 16:18:55 +04:00
Timothy Jaeryang Baek
6202e09348
refac
2025-08-11 14:09:35 +04:00
EntropyYue
29ba56757d
fix: Correctly determine the Landing Page Mode
2025-08-11 17:59:01 +08:00
Timothy Jaeryang Baek
fbf5f2bb67
refac: disable direct connections by default to avoid confusion
2025-08-11 13:49:53 +04:00
Tim Jaeryang Baek
1134512b22
Merge pull request #16470 from ShirasawaSama/patch-1
...
i18n: Improve zh-CN translation
2025-08-11 13:27:35 +04:00
Shirasawa
8424acef4b
Update translation.json
2025-08-11 07:35:46 +00:00
Classic298
bc9b51402f
0.6.22 changelog init
2025-08-10 23:20:17 +02:00
Timothy Jaeryang Baek
1623396086
refac: styling
2025-08-11 00:57:37 +04:00
Timothy Jaeryang Baek
29447366d1
refac: styling
2025-08-11 00:54:08 +04:00
Tim Jaeryang Baek
5941713b0c
Merge pull request #16448 from BoFFire/dev
...
i18n add kabyle language
2025-08-11 00:49:08 +04:00
Timothy Jaeryang Baek
32a022a823
enh: v1 endpoint support
2025-08-11 00:45:59 +04:00
Timothy Jaeryang Baek
497471d16b
enh: regenerate menu toggle setting
2025-08-11 00:43:41 +04:00
Timothy Jaeryang Baek
fbb8c111ed
refac
2025-08-11 00:39:12 +04:00
Timothy Jaeryang Baek
059cc636f6
fix: openai response propagation issue
2025-08-11 00:37:06 +04:00
ButterflyOfFire
4df4091899
Update languages.json
...
Adding kabyle language to the list
2025-08-10 17:40:27 +01:00
ButterflyOfFire
c7753f2d9b
i18n add kabyle translation
...
Adding 34% translation.
2025-08-10 17:39:09 +01:00
Tim Jaeryang Baek
30d0f8b1f6
Merge pull request #16434 from open-webui/dev
...
0.6.21
2025-08-10 17:39:57 +04:00
Timothy Jaeryang Baek
b581536a66
doc: changelog
2025-08-10 17:39:16 +04:00
Timothy Jaeryang Baek
77dcfb5062
chore: format
2025-08-10 16:54:49 +04:00
Tim Jaeryang Baek
b82324b7b7
Merge pull request #16443 from rgaricano/dev_es-ES
...
UPD: Update es-ES Translation adapted to v0.6.20
2025-08-10 16:52:14 +04:00
Tim Jaeryang Baek
e33fb2c751
Merge pull request #16442 from andrewbbaek/dev
...
update ko-KR translation.json
2025-08-10 16:52:00 +04:00
_00_
1416387af1
UPD: Update es-ES Translation adapted to v0.6.20
...
Updated Spanish Translation adapted to v0.6.20
- Added translation for new strings
2025-08-10 14:43:24 +02:00
Andrew Baek
f436f2c106
Update ko-KR translation.json
2025-08-10 16:20:29 +04:00
Andrew Baek
5229459c02
update ko-KR translation.json
2025-08-10 16:15:49 +04:00
Timothy Jaeryang Baek
662f3cd1b3
refac
2025-08-10 16:13:13 +04:00
Tim Jaeryang Baek
ee60c3e92a
Merge pull request #16441 from athoik/user_groups
...
feat: Display assigned user groups in Admin Panel
2025-08-10 16:08:29 +04:00
Timothy Jaeryang Baek
58a6f5df98
fix: sink list icon missing
2025-08-10 16:07:52 +04:00
Tim Jaeryang Baek
50f6db5ae2
Merge pull request #16437 from Classic298/patch-2
...
chore: 0.6.21 Changelog
2025-08-10 15:54:46 +04:00
Athanasios Oikonomou
dc453efa5c
feat: Display assigned user groups in Admin Panel
...
Description:
This PR adds the ability to view a user’s assigned groups in the Admin Panel when editing a user.
Backend Changes:
Added a new endpoint:
GET /api/v1/users/{user_id}/groups
Returns the list of groups assigned to a specific user.
Requires admin privileges.
Frontend Changes:
Implemented getUserGroupsById API function to call the new backend endpoint, in lib/apis/users.
Updated EditUserModal.svelte to:
Load user groups asynchronously when the modal is opened.
Display the groups inline in the form before the Save button.
Show a loading state while fetching, and a “No groups assigned” message if none exist.
Result:
Admins can now see which groups a user belongs to directly from the edit user modal,
improving visibility and reducing the need to navigate away for group membership checks.
2025-08-10 14:49:01 +03:00
Classic298
ac3c271c9f
Update CHANGELOG.md
2025-08-10 13:28:13 +02:00
Tim Jaeryang Baek
397c1e7684
Merge pull request #16440 from aindriu80/update-ga-string-10-august
...
(i18n) Updated Irish translations
2025-08-10 15:22:54 +04:00
Classic298
c8966b92f1
Update CHANGELOG.md
2025-08-10 13:19:21 +02:00
Timothy Jaeryang Baek
c3ca241e57
fix: quick actions input
2025-08-10 15:10:50 +04:00
Aindriú Mac Giolla Eoin
f9d829c1cd
Updating Irish translations
2025-08-10 12:01:53 +01:00
Classic298
0a261b7401
Update CHANGELOG.md
2025-08-10 12:11:38 +02:00
Timothy Jaeryang Baek
d5ad0ae862
refac
2025-08-10 13:49:28 +04:00
Timothy Jaeryang Baek
cd778582d5
fix: undefined model_id issue
2025-08-10 13:48:12 +04:00
Tim Jaeryang Baek
25cc8049c8
Merge pull request #16424 from CERIT-SC/audit-fix
...
fix: Audit does not log user information
2025-08-10 13:43:09 +04:00
Tim Jaeryang Baek
c8a02bf8a8
Merge pull request #16431 from aleixdorca/dev
...
i18n: Update Catalan translation.json
2025-08-10 13:41:58 +04:00
Aleix Dorca
e2572dca43
Update catalan translation.json
2025-08-10 09:23:33 +02:00