Nikita Ermilov
413bbd0c7f
i18n: complete Russian (ru_RU) translation
2026-08-14 17:00:03 +08:00
Artur Iusupov
d93e31e92a
feat(site): allow disabling email verification
2026-06-15 14:44:34 +08:00
Luke Gao
7c210a4855
feat: add reasoning content to AI conversation records and update related components ( #1530 )
...
Fix #1524
Root cause
DeepSeek's reasoning models stream reasoning_content alongside content.
Answer ignored it, so follow-up requests failed with 400: The
reasoning_content in the thinking mode must be passed back to the API,
and the thinking text was never shown or saved.
Fix
- Capture reasoning_content from the stream and pass it back to theAPI
on subsequent rounds.
- Persist it with the conversation (new DB column via migrationv2.0.2).
- Render it in the chat UI as a collapsible "Thinking…/Thoughts"panel
above the answer.
Compatibility
Nullable column, omitempty field, UI hides the panel when empty — old
conversations and non-reasoning models behave exactly as before.
Demo
https://github.com/user-attachments/assets/49b1a2a1-9133-4ac2-bbeb-860215a50285
2026-05-30 15:33:54 +08:00
LinkinStars
a55b4c65d2
fix: update Russian translation for unlist post title
2026-01-29 17:02:43 +08:00
LinkinStars
d47d7cc452
fix: update Indonesian and Russian translations for tag creation and appreciation
2026-01-29 16:50:25 +08:00
LinkinStars
a08c124748
fix: update translations for Czech, Indonesian, and Russian languages
Build Binary For Release / build-goreleaser (push) Has been cancelled
Build Docker Image For Release / build (push) Has been cancelled
Lint / Lint (ubuntu-latest) (push) Has been cancelled
2026-01-29 12:28:40 +08:00
LinkinStars
7dfb8b320e
New translations ( #1486 )
...
Co-authored-by: Sunny <1147886+sunshineg@users.noreply.github.com >
2026-01-28 16:24:27 +08:00
dashuai
dc7f752128
Support AI Assistant and MCP functions ( #1477 )
...
1. Add AI assistant-related business.
2. Add Mcp related configuration in the management background
2026-01-23 17:12:26 +08:00
shuai
2d02452e17
fix: Changes in the editor content will reset the values of other form fields.
2026-01-22 14:50:53 +08:00
dashuai
630ac20a38
Management Backend Menu and Function Adjustments ( #1474 )
...
…ent, regardless of functional split or reorganization
2026-01-22 14:07:30 +08:00
LinkinStars
462931a309
Merge remote-tracking branch 'origin/feat/1.7.2/layout' into test
2025-12-22 15:30:07 +08:00
shuai
f92d3a3481
fix: update zh_CN.ymal content
2025-12-19 15:45:19 +08:00
shuai
92d853ce3c
fix: add i18n
2025-12-19 14:14:37 +08:00
shuai
b5ae2d0351
fix: admin/themes add layout config
2025-12-19 14:09:38 +08:00
Gregorius Bima Kharisma Wicaksana
c2a62804b0
fix: add feedback after successfully adding a user in admin panel ( #1462 )
...
## Summary
- Show success toast notification after user is added
- Refresh user list and navigate to 'normal' filter on page 1 to display
the newly added user
## Problem
When adding a user in Admin -> Users, the page had no feedback after
submission (as reported in #1457 ).
**Root cause:** The code only refreshed the user list if the current
filter was "all" or "staff", but the default filter is "normal".
Additionally, there was no success toast notification.
## Solution
1. Added toast notification to confirm successful user creation
2. After adding user, navigate to "normal" filter page 1 and refresh the
list so the new user is visible
## Test plan
1. Go to Admin -> Users
2. Click "Add User"
3. Submit user information
4. ✅ Success toast should appear
5. ✅ Page should navigate to "normal" filter
6. ✅ Newly added user should be visible in the list
Fixes #1457
---------
Co-authored-by: LinkinStars <linkinstar@foxmail.com >
2025-12-16 14:43:21 +08:00
LinkinStars
59408774fb
fix(lang): correct translations in Polish and Turkish language files
2025-12-15 15:10:10 +08:00
LinkinStars
3ddec99837
Merge remote-tracking branch 'origin/main' into dev
...
# Conflicts:
# i18n/pl_PL.yaml
# i18n/tr_TR.yaml
2025-12-11 15:12:43 +08:00
LinkinStars
216786a6de
New translations ( #1456 )
...
Build Binary For Release / build-goreleaser (push) Has been cancelled
Build Docker Image For Release / build (push) Has been cancelled
Co-authored-by: Sunny <1147886+sunshineg@users.noreply.github.com >
2025-12-11 14:14:06 +08:00
Burak Tekin
c82f0a4fdd
chore: turkish translation improved ( #1454 )
...
turkish translations improved
Co-authored-by: dashuai <lishuailing@sifou.com >
2025-12-11 11:47:53 +08:00
joaoback
f5600865e0
Update pt_BR.yaml
...
Translations of items that had not yet been translated. Adjustments to translations already made.
2025-12-11 11:47:53 +08:00
kinjelom
82a1127c64
Polish translation
2025-12-11 11:47:53 +08:00
ferhat elmas
e1255373cb
refactor(lint): add new linters and fix their issues
...
* gocritic
* misspell
* modernize (aside, bumping go would be nice)
* testifylint
* unconvert
* unparam
* whitespace
related to #1432
Signed-off-by: ferhat elmas <elmas.ferhat@gmail.com >
2025-12-11 11:47:53 +08:00
shuai
480474d7be
fix: footer layout adjustment
2025-12-11 11:47:53 +08:00
Burak Tekin
57ba299543
chore: turkish translation improved ( #1454 )
...
turkish translations improved
Co-authored-by: dashuai <lishuailing@sifou.com >
2025-12-11 09:42:21 +08:00
joaoback
48b1de8314
Update pt_BR.yaml
...
Translations of items that had not yet been translated. Adjustments to translations already made.
2025-12-10 11:58:27 +08:00
kinjelom
8e395d421e
Polish translation
2025-12-10 11:52:42 +08:00
ferhat elmas
670aa32325
refactor(lint): add new linters and fix their issues
...
* gocritic
* misspell
* modernize (aside, bumping go would be nice)
* testifylint
* unconvert
* unparam
* whitespace
related to #1432
Signed-off-by: ferhat elmas <elmas.ferhat@gmail.com >
2025-12-05 10:45:55 +08:00
LinkinStars
4cbdd43738
i18n ( #1416 )
...
Co-authored-by: Sunny <1147886+sunshineg@users.noreply.github.com >
2025-10-28 16:48:41 +08:00
LinkinStars
833ea4fcb2
fix(i18n): update hints for question body input in en_US.yaml
2025-10-28 16:31:42 +08:00
shuai
e1ff07318e
fix: conflict
2025-10-23 18:13:31 +08:00
Dinesht04
2d2451f78d
fix(ui,internal): correct i18n implementation for variables and add min=0 to minimumContent in siteInfo schema
2025-10-22 18:43:54 +08:00
Dinesht04
9154b9ba5b
feat(ui,internal): add optional question body
2025-10-22 18:43:54 +08:00
Dinesht04
f238aa5051
feat(ui,internal): add min_content property in site info
2025-10-22 18:43:54 +08:00
shuai
52e1b8bd86
fix: merge dev
2025-10-21 18:13:37 +08:00
Dinesht04
a678946032
fix(ui): Adjust tag input label for quantity
2025-10-16 09:46:08 +08:00
Dinesht04
3ae38a14f0
feat(UI): Add error for minimum_tag count and translation for Min tag form input
2025-10-16 09:46:08 +08:00
Luffy
f93ab41140
fix(i18n): sync username character
2025-10-10 10:01:12 +08:00
shuai
44beb6d15c
fix: Optimize list type judgment logic
2025-09-10 14:17:26 +08:00
shuai
d738ec2121
feat: add /tags/:tagName/questions route
2025-09-09 10:22:50 +08:00
shuai
7f9af84093
fix: Fix username verification prompt
2025-09-08 11:38:52 +08:00
shuai
dc582eec54
style: question details page UI optimization
2025-08-12 10:10:56 +08:00
LinkinStars
2e646af56a
Translation ( #1367 )
...
Build Binary For Release / build-goreleaser (push) Has been cancelled
Build Latest Docker Image For Release / build (push) Has been cancelled
Build Docker Image For Release / build (push) Has been cancelled
Co-authored-by: Sunny <1147886+sunshineg@users.noreply.github.com >
2025-07-17 16:30:17 +08:00
shuai
1871e2e580
fix: optimize the copy
2025-07-03 11:13:59 +08:00
shuai
05fab1c999
feat: Blocked users can choose the duration of the block #1361
2025-06-26 17:02:58 +08:00
LinkinStars
3b8b5871a6
feat(user): add user status messages and support localization
2025-06-26 16:10:09 +08:00
Luffy
b6a23d69d6
feat: add loading state for counts display in search results
2025-06-09 10:49:07 +08:00
LinkinStars
f4368f54c5
New translations ( #1348 )
2025-05-28 10:50:14 +08:00
LinkinStars
b691e143a2
Merge remote-tracking branch 'origin/dev' into test
...
# Conflicts:
# internal/migrations/init_data.go
2025-05-23 15:11:03 +08:00
Luffy
afdf6ce778
fix: Unified display name and username length checks
2025-05-23 15:09:34 +08:00
shuai
17b88b6a4f
fix: reanme css/html page title and fix some zh_cn translations
2025-05-20 11:58:08 +08:00