Commit Graph

322 Commits

Author SHA1 Message Date
lejianwen
d486444680 feat: Web sso env (#125) 2025-02-07 17:52:40 +08:00
lejianwen
2261a4292a docs: Up readme 2025-02-07 17:52:40 +08:00
lejianwen
829f8799dd style: Up conf 2025-02-07 17:52:40 +08:00
lejianwen
e549416d94 docs: Up readme 2025-02-07 17:52:40 +08:00
lejianwen
ff77014acb feat: Random Initial Password for Admin (#117) 2025-02-07 17:52:39 +08:00
lejianwen
daab7112be fix(build): Fix no admin in deb (#119 #120) 2025-02-03 13:29:35 +08:00
lejianwen
12442f1ba0 fix(api): Add Default Token Expire (#113) 2025-02-03 13:18:08 +08:00
Tao Chen
0e3f204327 feat(ldap): Add LDAP
* rename: Admin to AdminGroup

* update

* cleanup

* tmp save group mapping

* add enableControl(not-test)

* verify username exist before create(for LDAP)

* add getAllGroupsDn()

* rename

* adminGroup

* enable TLS Verify

* init for ldap

---------

Co-authored-by: Tao Chen <iamtaochen@outlook.com>
2025-02-02 23:59:52 +08:00
lejianwen
d9fcfdde6a feat(api): Add api token expire
Resolves #109
2025-01-21 18:23:28 +08:00
lejianwen
44fa22b7e5 feat(api): Add api/version
Resolves #110
2025-01-20 20:04:22 +08:00
lejianwen
59038e27f8 docs: Up Swagger docs 2025-01-20 19:35:47 +08:00
lejianwen
7d23ce3caf style: Add Start Tips 2025-01-20 13:12:45 +08:00
lejianwen
7c528facf9 fix(api): Change tag to alphabetical sorting
Fixes: #108
2025-01-20 13:07:41 +08:00
lejianwen
f8548a6589 fix(docs): Api Route doc 2025-01-19 13:10:43 +08:00
lejianwen
23c5a96fe1 feat(i18n): Add ZH_TW 2025-01-19 13:10:19 +08:00
Jia-Bin
c72865b181 Add Traditional Chinese 2025-01-18 23:04:39 +08:00
lejianwen
9a2f7010e1 docs: Up readme 2025-01-16 22:01:23 +08:00
lejianwen
a72096b56d docs: Up readme 2025-01-16 21:59:46 +08:00
lejianwen
56014d35bd feat(server): Rustdesk Id Server Port & Relay Server Port #104 2025-01-16 20:57:00 +08:00
lejianwen
a7e4ce4f72 refactor(config): Up Config Load 2025-01-16 20:40:42 +08:00
lejianwen
f2cf3e1060 docs: Up readme 2025-01-15 21:56:04 +08:00
lejianwen
a4433e6113 fix: Jwt 2025-01-15 20:26:26 +08:00
lejianwen
cca191aad3 docs: Up readme 2025-01-15 20:09:08 +08:00
lejianwen
edb095ab0b feat!: Add JWT
- `RUSTDESK_API_JWT_KEY`如果设置,将会启用JWT,token自动续期功能将失效
- 此功能是为了server端校验token的合法性
2025-01-15 19:25:28 +08:00
lejianwen
ac45a1b5ad docs: Up readme 2025-01-12 23:12:00 +08:00
lejianwen
83279a553a docs: Up readme 2025-01-12 21:35:34 +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
5a09850fc4 docs: Up readme 2025-01-02 17:03:07 +08:00
lejianwen
aac44835ed fix: Fix Dockerfile_full_s6 2024-12-31 23:33:17 +08:00
lejianwen
4eed76d674 fix(server): Fix Rustdesk Sys Command 2024-12-31 23:29:05 +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
1555865612 docs(readme): Up readme
Connection timeout issues move to #92
2024-12-30 13:36:57 +08:00
lejianwen
147de065fa docs(readme): Up readme
Connection timeout issues move to #92
2024-12-30 13:35:06 +08:00
lejianwen
8dc5f82a0e docs(readme): Up readme
Connection timeout issues move to #92
2024-12-30 13:33:11 +08:00
lejianwen
3f8cb4dac5 chore(buildTest): add start.bat to run on windows 2024-12-27 20:13:55 +08:00
lejianwen
4b9e1f02f2 fix(build): add start.bat to run on windows(#89) 2024-12-27 20:09:08 +08:00
lejianwen
18312336a4 refactor(admin): Move Admin Web Route to user model 2024-12-27 19:27:33 +08:00
lejianwen
72e3a9a841 feat(admin): Add My Login log 2024-12-27 19:25:59 +08:00
lejianwen
16427164f8 feat(admin): Support Markdown to welcome msg 2024-12-25 19:21:50 +08:00
lejianwen
5c96350e7d fix(api): Get ab list when personal is disabled (#86) 2024-12-25 19:04:42 +08:00
lejianwen
1dd920d192 fix(webclient): share fail when expire is 0
Closes: #88
2024-12-25 15:01:03 +08:00
lejianwen
c41038d2d8 fix(build): fix build_test.yml 2024-12-25 14:06:29 +08:00
lejianwen
88ec961312 fix(build): up build.yml to build deb 2024-12-25 13:20:12 +08:00
lejianwen
a64b9ced1c chore(build): up build.yml to build deb 2024-12-25 12:57:11 +08:00
Follow the wind
c778990cf9 feat(build): 添加构建deb包相关基础 (#87)
* 添加构建deb包相关基础

* 补齐工作流,等待验证

* 修复构建时没有创建的data目录保障deb包构建

* 修复其余架构deb包构建中的依赖错误

* 修复:由于小改工作流导致写错架构的问题

* 修复拼写错误导致的目录错误

* 添加上传工件,和发布rel工作流,完成相关事务

---------

Co-authored-by: ymwl <ymwlpoolc@qq.com>
2024-12-25 12:28:51 +08:00
lejianwen
ba46dbbf7e chore(changelog): up build.yml to generate changelog 2024-12-22 14:14:51 +08:00
lejianwen
3b8b8f37dd chore(changelog): up build.yml to generate changelog 2024-12-22 14:04:23 +08:00
51db63cf35 feat(i18n): Merge pull request #85 from jimmyGALLAND/trans-fr
add locale french
2024-12-22 13:57:56 +08:00
jimmyGALLAND
9ebfd6de85 add locale french 2024-12-21 22:56:48 +01:00