Commit Graph
27 Commits
Author SHA1 Message Date
thomasandClaude Opus 4.8 16e97c8efa i18n: Translate all Chinese to English across the codebase
Translate Chinese comments, log/error messages, validator labels and
Swagger annotations to English throughout the source code, generated
Swagger docs, config files and CI workflows.

Make the English README primary: README.md now holds the English docs
and README_EN.md holds the Chinese version, with cross-language links
updated accordingly.

Note: the generated docs/ swagger files were translated in place; run
`go generate ./...` (swag init) to regenerate them from the now-English
annotations when a Go toolchain is available.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-27 12:17:04 +02:00
lejianwen 07dfba9d59 fix: The callback URL is based on the configured API SERVER because the project might be behind an Nginx reverse proxy. If the Origin/Host is forgotten to configure the reverse proxy, it will be incorrect 2025-08-10 15:48:11 +08:00
Tao Chen b6be4dea21 feat: Optimize login workflow (#345)
* add "disable_pwd" and "auto_oidc" at /admin/login-options

* fix: build RedirectURL by host and scheme, not Origin
2025-07-31 10:46:11 +08:00
k3-cat 73a8461a2d feat: Improve oauth redirect (#303)
* fix: redirects after oauth can potentially misalign with server's actually hostname

* feat: remove `RedirectURL` from oauth config, as it should checked by provider rather than client

* feat: align oauth endpoint with the hostname in requests
2025-07-04 14:30:07 +08:00
lejianwen 83baa140f5 fix: Captcha some problem when users login with same ip 2025-05-27 17:36:20 +08:00
lejianwen f2ea022965 feat(login): Captcha upgrade and add the function to ban IP addresses (#250) 2025-05-25 16:52:58 +08:00
lejianwen 0f16f61ab3 feat(oauth): Oauth nonce (#148) 2025-02-26 16:36:53 +08:00
Tao Chen 6f55c5b642 feat(oidc): add pkce (#150) 2025-02-19 09:31:25 +08:00
lejianwen 6a6a1ed02b feat: Login by pwd can be disable
---

Closes: #141
2025-02-16 13:06:45 +08:00
lejianwen 6aebf061a4 style: Module name 2025-02-12 19:46:39 +08:00
lejianwen 32a9eda8ca style: Module name 2025-02-12 16:07:51 +08:00
lejianwen 7d6bc2a74f fix: User disabled can not work (#133)
---
Closes: #133
2025-02-10 10:13:15 +08:00
lejianwen e36d307d28 fix captcha 2024-12-18 13:51:06 +08:00
lejianwen 1e15287c83 fix captcha 2024-12-18 13:36:01 +08:00
lejianwen bf8eadfbaa add captcha #82 2024-12-18 12:43:55 +08:00
Tao Chen fb9173ed53 optimize /admin/login-options 2024-11-03 05:37:34 +08:00
Tao Chen b9efc73025 chroe 2024-11-03 05:34:19 +08:00
Tao Chen 485ae54e9e re-construct oauth 2024-11-02 04:01:28 +08:00
ljw 6c94566e83 add remove user token #34 2024-10-31 22:29:12 +08:00
ljw e2fda47cbb add register 2024-10-31 15:14:30 +08:00
ljw 0ed40318cb up oauth 2024-10-31 14:03:48 +08:00
Tao Chen 7c1fc4fa6d add some /admin/ to surport web OIDC 2024-10-31 09:21:30 +08:00
ljw b4965e8885 add login fail warn &
add web client on/off &
up admin peer filter &
upgrade web client
2024-10-14 10:43:29 +08:00
ljw c99261c12d add i18n 2024-09-25 22:41:57 +08:00
ljw a4b413dadb add oauth loginlog & fix bugs 2024-09-19 10:44:49 +08:00
ljw c827a4e335 add Dockerfile & up readme 2024-09-13 21:01:37 +08:00
ljw c53df223d1 first 2024-09-13 15:57:29 +08:00