Commit graph

1497 commits

Author SHA1 Message Date
renovate[bot]
9a5d73ebf9
chore(deps): update all non-major dependencies 2025-03-03 02:56:05 +00:00
Jacky
c56af25671
Merge pull request #894 from 0xJacky/renovate/all-minor-patch 2025-02-27 14:14:40 +08:00
renovate[bot]
9c89d5165a
chore(deps): update all non-major dependencies 2025-02-27 05:59:57 +00:00
Jacky
3e2a95269e
fix(notification): improve notification display and sorting 2025-02-26 06:48:00 +00:00
Jacky
c8b5fad08e
fix: stream sync issue #892 2025-02-26 14:20:19 +08:00
Jacky
2dbb2f5f79
fix(layout): incorrect padding of screen safe area 2025-02-26 12:55:50 +08:00
Jacky
ab46d1de7e
refactor: notification module 2025-02-25 19:06:39 +08:00
Jacky
34fa4eb204
feat: sync streams 2025-02-25 15:53:08 +08:00
Jacky
082ccc18bc
chore: prepare v2.0.0-rc.3 2025-02-24 10:37:40 +08:00
Jacky
09fcb1304a
Merge pull request #883 from 0xJacky/renovate/all-minor-patch
chore(deps): update all non-major dependencies
2025-02-24 10:24:11 +08:00
renovate[bot]
071f877a53
chore(deps): update all non-major dependencies 2025-02-24 02:15:37 +00:00
Jacky
3ba96d7806
fix(chart): style issue in 2k zoom in 125% #874 2025-02-23 07:39:28 +00:00
Jacky
844958614d
Merge pull request #882 from 0xJacky/renovate/all-minor-patch
chore(deps): update module golang.org/x/crypto to v0.34.0
2025-02-22 10:33:11 +08:00
renovate[bot]
f8edff37a2
chore(deps): update module golang.org/x/crypto to v0.34.0 2025-02-22 02:10:50 +00:00
Jacky
544dcb9b08
Merge pull request #877 from 0xJacky/renovate/all-minor-patch
chore(deps): update all non-major dependencies
2025-02-22 10:08:34 +08:00
renovate[bot]
32c5bf7142
chore(deps): update all non-major dependencies 2025-02-21 21:54:39 +00:00
Jacky
85bddf87fa
chore: update lego config 2025-02-19 22:16:46 +08:00
Jacky
98bda7daf8
fix(cert): Restore original lego logger after certificate issuance
Resolve an issue with lego logging by ensuring the original logger is restored after certificate generation. This prevents potential logging side effects and fixes an unintended logger modification.

Fixes #876
2025-02-19 14:16:32 +00:00
Jacky
27b389371d
feat(localization): add support for additional dayjs locales
Expand dayjs locale support by adding Arabic, Russian, Turkish, and Vietnamese locales. Update default locale handling to use English when no specific locale is matched.
2025-02-19 02:43:02 +00:00
Jacky
59ec9136fa
feat(notification): Add relative time display and improve layout 2025-02-19 02:34:43 +00:00
Jacky
da1ed85cef
feat(upgrader): Improve release channel selection logic #872
Modify GetRelease to compare stable and prerelease versions, returning the most recent release based on publish date
2025-02-18 15:25:54 +00:00
Jacky
a6e97f128e
Merge pull request #871 from 0xJacky/renovate/major-unocss-monorepo 2025-02-18 18:57:50 +08:00
renovate[bot]
4b2038123c
chore(deps): update dependency unocss to v66 2025-02-18 10:42:13 +00:00
Jacky
ada74fd0e3
Merge pull request #867 from 0xJacky/renovate/all-minor-patch
chore(deps): update all non-major dependencies
2025-02-18 15:46:25 +08:00
renovate[bot]
020b559f22
chore(deps): update all non-major dependencies 2025-02-18 15:46:13 +08:00
Weblate
17083cbf82 Translated using Weblate (French)
Currently translated at 45.6% (288 of 631 strings)

Co-authored-by: Picman <laforgejames@gmail.com>
Translate-URL: https://weblate.nginxui.com/projects/nginx-ui/frontend/fr/
Translation: Nginx UI/Frontend
2025-02-13 05:48:52 +00:00
Jacky
e6c63395aa
Merge pull request #862 from 0xJacky/renovate/pinia-3.x 2025-02-13 13:48:37 +08:00
renovate[bot]
4150658634
chore(deps): update dependency pinia to v3 2025-02-12 19:07:26 +00:00
Weblate
6a64987399 Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 100.0% (631 of 631 strings)

Co-authored-by: 0xJacky <me@jackyu.cn>
Translate-URL: https://weblate.nginxui.com/projects/nginx-ui/frontend/zh_Hans/
Translation: Nginx UI/Frontend
2025-02-12 03:28:57 +00:00
Jacky
9d90ed8f4a
chore: update translation files 2025-02-11 10:57:51 +08:00
Jacky
3c14db0361
Merge pull request #860 from 0xJacky/renovate/all-minor-patch
chore(deps): update all non-major dependencies
2025-02-11 10:14:22 +08:00
renovate[bot]
ba8350762d
chore(deps): update all non-major dependencies 2025-02-11 02:05:10 +00:00
Jacky
dcc3b8e83e
chore: prepare v2.0.0-rc.2 2025-02-11 10:02:36 +08:00
Jacky
46d30743b6
Merge pull request #859 from 0xJacky/refactor/otp
refactor: new recovery codes and OTP
2025-02-11 09:42:19 +08:00
Jacky
a650175d13
style(2fa): add mt-3 for recovery_code btn 2025-02-11 09:31:18 +08:00
Hintay
5d5bac2e25
feat(otp): add notification for when all recovery codes are used 2025-02-11 02:47:53 +09:00
Hintay
228a7b997f
fix(otp): show new recovery codes after TOTP first binding 2025-02-11 01:29:13 +09:00
Hintay
ef1a5c2deb
chore: update Chinese translation 2025-02-11 00:49:42 +09:00
Hintay
a91fe4b5ac
fix(otp): crash after TOTP enroll 2025-02-11 00:37:57 +09:00
Hintay
121287df21
Merge branch 'dev' into refactor/otp 2025-02-10 23:41:11 +09:00
Hintay
5ade465ac6
feat(otp): encrypt recovery codes with AES 2025-02-10 23:21:52 +09:00
Hintay
69a7f38ba7
fix: build for 32-bit platform 2025-02-10 14:57:26 +09:00
Hintay
9184711d43
feat: validate new recovery code 2025-02-10 14:44:01 +09:00
Hintay
c7731667f4
fix: codes not clean if reset TOTP 2025-02-10 00:02:12 +09:00
Hintay
0d1f56a43e
feat: new recovery codes 2025-02-09 23:36:28 +09:00
Weblate
e92f00b38e Translated using Weblate (Chinese (Traditional Han script))
Currently translated at 78.1% (480 of 614 strings)

Co-authored-by: 0xJacky <me@jackyu.cn>
Translate-URL: https://weblate.nginxui.com/projects/nginx-ui/frontend/zh_Hant/
Translation: Nginx UI/Frontend
2025-02-08 18:25:48 +00:00
Jacky
4d82bb7ef8
feat(llm): add models and providers constants for LLM settings 2025-02-08 16:05:04 +08:00
Jacky
ed20dc6353
style(config-template): adjust cards heights and layout 2025-02-08 15:51:14 +08:00
Jacky
5ce65f7047
feat(template): add vue history router config 2025-02-08 15:39:44 +08:00
Jacky
7cf38254a7
fix: websocket proxy invalid 2025-02-08 15:29:10 +08:00