Commit Graph

69 Commits

Author SHA1 Message Date
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
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
fb8ef8a1fd feat: Peer share to group 2025-04-14 19:12:40 +08:00
lejianwen
6ed75bc517 feat(admin): Add filter by ip and username (#172) 2025-03-15 19:49:49 +08:00
lejianwen
0f16f61ab3 feat(oauth): Oauth nonce (#148) 2025-02-26 16:36:53 +08:00
lejianwen
ef4af39f94 feat(api): Add device group for 1.3.8 2025-02-23 21:35:42 +08:00
lejianwen
5d5aae6b3c fix(admin): Admin hello 2025-02-20 19:37:34 +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
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
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
72e3a9a841 feat(admin): Add My Login log 2024-12-27 19:25:59 +08:00
lejianwen
034ec6ca1b optimize add ab from peer #84 2024-12-20 11:11:32 +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
lejianwen
a3012cfa18 split my from admin 2024-12-17 21:41:56 +08:00
lejianwen
592b04746d add batch add ab from peer and up my 2024-12-13 16:27:12 +08:00
lejianwen
ef0410a8b9 add share record manage 2024-12-13 12:32:36 +08:00
lejianwen
8c0ac5621a add batch add ab from peer
add batch update ab tags
2024-12-06 19:45:41 +08:00
lejianwen
1c5cd3ae62 add batch delete user token 2024-12-06 10:36:27 +08:00
lejianwen
7749ff0729 up username length to 32 #70 2024-12-06 10:22:28 +08:00
ljw
49eaa831ed add batch delete log #57 2024-11-12 09:08:10 +08:00
ljw
7bb2ce0a43 add admin conf 2024-11-11 22:26:15 +08:00
ljw
daeae19194 up oauth re 2024-11-05 11:48:35 +08:00
ljw
4321a41cd7 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
18d59d7047 re-use responseLoginSuccess 2024-11-03 17:25:27 +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
2ceaa0091b fix: Email of Register 2024-11-03 05:07:17 +08:00
ljw
4909beee32 fix #45 2024-11-02 18:49:16 +08:00
Tao Chen
a4dd39043e add MyPeers for user 2024-11-02 07:35:26 +08:00
Tao Chen
dfcc7d54c1 add email for register 2024-11-02 05:43:55 +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
Tao Chen
5488babfb3 Merge branch 'master' into resetEmptyPassWD 2024-10-31 16:35:32 +08:00
Tao Chen
962e07d65f ommit check old passwd if password is empty 2024-10-31 16:23:06 +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