lejianwen
ade6e6355a
feat(peer): add alias field and support filtering by alias
2025-08-31 13:39:22 +08:00
lejianwen
c14c4d478b
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
9d08c61390
fix: Normal user can not change the name of their own address book ( #341 )
2025-08-10 11:17:51 +08:00
Tao Chen
6f092472b1
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
c52706e621
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
0b39c4e104
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
1257246552
feat(i18n): replace hardcoded messages with translated strings ( #289 )
2025-06-17 09:05:10 +08:00
lejianwen
06648d9a6c
fix(admin): Use admin-hello first
...
(#274 ) (#255 )
2025-06-15 15:33:12 +08:00
lejianwen
7a5d141ce8
fix(server): Port custom ( #257 )
2025-05-30 12:27:37 +08:00
lejianwen
46a7ecc1ba
fix: Captcha some problem when users login with same ip
2025-05-27 17:36:20 +08:00
lejianwen
323364b24e
feat(register): Register status can be set ( #223 )
2025-05-25 17:03:13 +08:00
lejianwen
f19109cdf8
feat(login): Captcha upgrade and add the function to ban IP addresses ( #250 )
2025-05-25 16:52:58 +08:00
lejianwen
0dedaf6824
feat: Peer share to group
2025-04-14 19:12:40 +08:00
lejianwen
b770ab178d
feat(admin): Add filter by ip and username ( #172 )
2025-03-15 19:49:49 +08:00
lejianwen
0403d71502
feat(oauth): Oauth nonce ( #148 )
2025-02-26 16:36:53 +08:00
lejianwen
76281ad761
feat(api): Add device group for 1.3.8
2025-02-23 21:35:42 +08:00
lejianwen
ee0cbabffc
fix(admin): Admin hello
2025-02-20 19:37:34 +08:00
Tao Chen
c75320f4f4
feat(oidc): add pkce ( #150 )
2025-02-19 09:31:25 +08:00
lejianwen
46f08a89d2
feat: Login by pwd can be disable
...
---
Closes : #141
2025-02-16 13:06:45 +08:00
lejianwen
99db5f7190
fix(admin): Admin web title
2025-02-12 21:10:07 +08:00
lejianwen
18eff791b2
style: Module name
2025-02-12 19:46:39 +08:00
lejianwen
472524f836
style: Module name
2025-02-12 16:07:51 +08:00
lejianwen
79a5dd53ae
fix: User disabled can not work ( #133 )
...
---
Closes : #133
2025-02-10 10:13:15 +08:00
lejianwen
d7f2d54faa
feat(server): Add Rustdesk Relay Server Commands
2025-01-04 20:49:44 +08:00
lejianwen
7db4b03634
style(server): fmt print to log
2025-01-02 21:49:37 +08:00
lejianwen
240c44aa07
feat(server): Add Rustdesk Command
...
And add build full s6 image for rustdesk command
2024-12-31 23:16:15 +08:00
lejianwen
e8b2425222
feat(admin): Add My Login log
2024-12-27 19:25:59 +08:00
lejianwen
184d3d357d
optimize add ab from peer #84
2024-12-20 11:11:32 +08:00
lejianwen
09fdd34ba3
fix captcha
2024-12-18 13:51:06 +08:00
lejianwen
bba10261c5
fix captcha
2024-12-18 13:36:01 +08:00
lejianwen
821b0a6faf
add captcha #82
2024-12-18 12:43:55 +08:00
lejianwen
d60fdff179
split my from admin
2024-12-17 21:41:56 +08:00
lejianwen
fdd841e82a
add batch add ab from peer and up my
2024-12-13 16:27:12 +08:00
lejianwen
2d6f0a116a
add share record manage
2024-12-13 12:32:36 +08:00
lejianwen
9b4fa679c2
add batch add ab from peer
...
add batch update ab tags
2024-12-06 19:45:41 +08:00
lejianwen
b2b7f60fd5
add batch delete user token
2024-12-06 10:36:27 +08:00
lejianwen
a465888b31
up username length to 32 #70
2024-12-06 10:22:28 +08:00
ljw
aced098982
add batch delete log #57
2024-11-12 09:08:10 +08:00
ljw
1384d28cac
add admin conf
2024-11-11 22:26:15 +08:00
ljw
d4d39eecaa
up oauth re
2024-11-05 11:48:35 +08:00
ljw
8af01c859c
Merge branch 'oauth_re' of https://github.com/IamTaoChen/rustdesk-api into IamTaoChen-oauth_re
2024-11-05 08:24:48 +08:00
Tao Chen
15e4c7e522
re-use responseLoginSuccess
2024-11-03 17:25:27 +08:00
Tao Chen
7082111b34
optimize /admin/login-options
2024-11-03 05:37:34 +08:00
Tao Chen
a156f2681e
chroe
2024-11-03 05:34:19 +08:00
Tao Chen
14beef72fc
fix: Email of Register
2024-11-03 05:07:17 +08:00
ljw
7ad7a0ff41
fix #45
2024-11-02 18:49:16 +08:00
Tao Chen
fc15e8c63d
add MyPeers for user
2024-11-02 07:35:26 +08:00
Tao Chen
cbba1e5317
add email for register
2024-11-02 05:43:55 +08:00
Tao Chen
7707cc116f
re-construct oauth
2024-11-02 04:01:28 +08:00
ljw
273ac6d1a8
add remove user token #34
2024-10-31 22:29:12 +08:00