127 Commits

Author SHA1 Message Date
shaytan
d158e85d53 Add local client compilation from source, build logs viewer, and submodules support 2025-11-10 17:55:03 +11:00
lejianwen
929f6ddf20 feat: WebClient 1.4.2 2025-09-12 15:11:49 +08:00
lejianwen
f09c898f16 feat(peer): add alias field and support filtering by alias 2025-08-31 13:39:22 +08:00
lejianwen
a7c087afbb fix!: Update peer to use ID instead of UUID 2025-08-31 12:46:54 +08: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
lejianwen
448725b760 fix: Normal user can not change the name of their own address book (#341) 2025-08-10 11:17:51 +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
lejianwen
1d2d1d4c98 fix: Oauth callback url is fixed to host+/api/oidc/callback (#314) 2025-07-11 09:55:48 +08:00
lejianwen
ff2c79a316 feat(user): add remark field to User model and form (#307) 2025-07-08 12:14:46 +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
Plynksiy Nikita
9d2b589faa feat(password): Password hashing with bcrypt (#290)
* feat(password): add configurable password hashing with md5 and bcrypt

* docs: add password hashing algorithm configuration (bcrypt/md5)

* feat(password): better bcrypt fallback and minor refactoring

* feat(password): handle errors in password encryption and verification

* feat(password): remove password hashing algorithm configuration
2025-06-24 17:23:36 +08:00
Plynksiy Nikita
f68ec8f3a1 feat(i18n): replace hardcoded messages with translated strings (#289) 2025-06-17 09:05:10 +08:00
lejianwen
c554ff4a31 docs: Update swagger docs 2025-06-16 12:31:48 +08:00
lejianwen
175fdc3bd4 feat: Add start time in /api/sysinfover 2025-06-16 12:23:48 +08:00
lejianwen
f20414b3a5 fix(admin): Use admin-hello first
(#274) (#255)
2025-06-15 15:33:12 +08:00
lejianwen
a35fa6f9a8 fix(server): Port custom (#257) 2025-05-30 12:27:37 +08:00
lejianwen
83baa140f5 fix: Captcha some problem when users login with same ip 2025-05-27 17:36:20 +08:00
lejianwen
d4fdf3785b feat(register): Register status can be set (#223) 2025-05-25 17:03:13 +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
dd78911ed9 fix: PageSize (#225) 2025-05-06 19:08:18 +08:00
lejianwen
4637879091 style: Oauth page languages 2025-04-24 21:52:43 +08:00
lejianwen
fb8ef8a1fd feat: Peer share to group 2025-04-14 19:12:40 +08:00
lejianwen
ae59b6a733 feat: Add SysInfoVer endpoint and AppService for version retrieval 2025-04-07 16:38:21 +08:00
lejianwen
605e88e04c fix: Update peer based on the UUID (#180) 2025-04-02 09:50:16 +08:00
lejianwen
891469909c style: Update peer last online time logic (#173) 2025-03-15 21:02:08 +08:00
lejianwen
6ed75bc517 feat(admin): Add filter by ip and username (#172) 2025-03-15 19:49:49 +08:00
lejianwen
c10d132b3c fix: templates 2025-03-04 16:14:34 +08:00
lejianwen
08420f9db6 feat(config): add ws-host configuration (#156) 2025-03-04 15:43:25 +08:00
lejianwen
0f16f61ab3 feat(oauth): Oauth nonce (#148) 2025-02-26 16:36:53 +08:00
lejianwen
0dd92311b2 feat(oauth): Oauth callback page beautification (#115) 2025-02-25 13:51:49 +08:00
lejianwen
ef4af39f94 feat(api): Add device group for 1.3.8 2025-02-23 21:35:42 +08:00
lejianwen
73f3056878 feat(api): Add /device-group/accessible for 1.3.8 2025-02-23 15:32:44 +08:00
lejianwen
5d5aae6b3c fix(admin): Admin hello 2025-02-20 19:37:34 +08:00
lejianwen
8ff9a12a34 fix: Js content-type 2025-02-19 16:04:03 +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
4b3bbe809d style: middleware name 2025-02-12 22:09:52 +08:00
lejianwen
63cf231bdc fix(admin): Admin web title 2025-02-12 21:10:07 +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
d486444680 feat: Web sso env (#125) 2025-02-07 17:52:40 +08:00
lejianwen
44fa22b7e5 feat(api): Add api/version
Resolves #110
2025-01-20 20:04:22 +08:00
lejianwen
f8548a6589 fix(docs): Api Route doc 2025-01-19 13:10:43 +08:00
lejianwen
a4433e6113 fix: Jwt 2025-01-15 20:26:26 +08:00
lejianwen
edb095ab0b feat!: Add JWT
- `RUSTDESK_API_JWT_KEY`如果设置,将会启用JWT,token自动续期功能将失效
- 此功能是为了server端校验token的合法性
2025-01-15 19:25:28 +08:00
lejianwen
a5671e692d feat(server): Add Rustdesk Relay Server Commands 2025-01-04 20:49:44 +08:00
lejianwen
63f2fd2f07 style(server): fmt print to log 2025-01-02 21:49:37 +08:00
lejianwen
d1fc0036cb feat(server): Add Rustdesk Command
And add build full s6 image for rustdesk command
2024-12-31 23:16:15 +08:00
lejianwen
18312336a4 refactor(admin): Move Admin Web Route to user model 2024-12-27 19:27:33 +08:00