Meng Meng
a28ae727f3
Merge pull request #37 from LusineStar/fix/windows-firstlogon-drive-scan
...
fix(kvm): Windows 首启脚本盘符扫描的批处理语法错误,导致 RDP/入站端口全被丢弃
2026-07-26 21:47:11 +08:00
LusineStar
57d6b19c05
fix(kvm): correct Windows FirstLogon drive-scan batch syntax
...
The unattend FirstLogonCommands runs via 'cmd.exe /c' (command-line context),
where a FOR loop variable must be %d, not the batch-file form %%d. The %%d
form raised '%%d was unexpected at this time', so the else branch that locates
and runs FirstLogon.ps1 from the unattend ISO never executed.
Combined with $OEM$ not being processed from a separate ISO (so
C:\CLICD\FirstLogon.ps1 is never staged), the entire Windows post-install
init was skipped: RDP was never enabled, the firewall was never opened, and
the network profile stayed Public, so the guest dropped all inbound traffic.
The host NAT DNAT for 3389 was correct, but the guest silently dropped it,
making the mapping appear to have no effect.
2026-07-26 21:42:06 +08:00
Meng Meng
bae028ade4
Merge pull request #36 from MengMengCode/copilot/fix-code-scanning-alerts-146
...
Triage CodeQL alert #146 as false positive (go/request-forgery)
2026-07-26 04:49:15 +08:00
copilot-swe-agent[bot]
2188bddb93
Initial plan
2026-07-25 20:46:03 +00:00
MengMengCode
79de3d5552
Merge branch 'main' of https://github.com/MengMengCode/CLICD
2026-07-26 04:39:02 +08:00
MengMengCode
70679b6fbb
feat: upgrade Node.js version and update dependencies for frontend and docs
2026-07-26 04:38:56 +08:00
Meng Meng
d739dcbaa4
Merge pull request #35 from MengMengCode/dependabot/npm_and_yarn/docs/postcss-8.5.23
...
build(deps-dev): bump postcss from 8.5.15 to 8.5.23 in /docs
2026-07-26 04:25:22 +08:00
dependabot[bot]
9eaf5002df
build(deps-dev): bump postcss from 8.5.15 to 8.5.23 in /docs
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.5.15 to 8.5.23.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.5.15...8.5.23 )
---
updated-dependencies:
- dependency-name: postcss
dependency-version: 8.5.23
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-25 20:23:42 +00:00
MengMengCode
73433c035d
release: v1.1.28
v1.1.28
2026-07-26 04:22:32 +08:00
MengMengCode
5474991a6d
feat: implement safe HTTP client and URL validation for secure downloads
2026-07-26 04:19:38 +08:00
MengMengCode
37b16b83a5
Merge branch 'main' of https://github.com/MengMengCode/CLICD
2026-07-26 04:04:52 +08:00
MengMengCode
38debab1aa
Add custom image handling and access policy management
...
- Implement tests for custom KVM and LXC image creation, ensuring invalid sources and architecture mismatches are rejected.
- Introduce access policy management in CLI, allowing configuration of allowed sources and trusted proxies.
- Add NAT network configuration with validation for RFC1918 compliance and subnet parsing.
- Create panel access policy management, including normalization and evaluation of access decisions based on client IPs and forwarded headers.
- Develop middleware for enforcing access policies in the server, returning appropriate responses for allowed and denied requests.
- Enhance custom image downloading and validation, ensuring integrity and security of downloaded root filesystem archives.
- Include comprehensive tests for all new functionalities to ensure reliability and correctness.
2026-07-26 04:04:45 +08:00
Meng Meng
24204609a1
Merge pull request #34 from MengMengCode/dependabot/npm_and_yarn/frontend/multi-92d8ff70db
...
build(deps): bump react-router and react-router-dom in /frontend
2026-07-24 19:21:40 +08:00
dependabot[bot]
deedf86c22
build(deps): bump react-router and react-router-dom in /frontend
...
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router ) to 7.18.1 and updates ancestor dependency [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom ). These dependencies need to be updated together.
Updates `react-router` from 6.30.4 to 7.18.1
- [Release notes](https://github.com/remix-run/react-router/releases )
- [Changelog](https://github.com/remix-run/react-router/blob/react-router@7.18.1/packages/react-router/CHANGELOG.md )
- [Commits](https://github.com/remix-run/react-router/commits/react-router@7.18.1/packages/react-router )
Updates `react-router-dom` from 6.30.4 to 7.18.1
- [Release notes](https://github.com/remix-run/react-router/releases )
- [Changelog](https://github.com/remix-run/react-router/blob/react-router-dom@7.18.1/packages/react-router-dom/CHANGELOG.md )
- [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.18.1/packages/react-router-dom )
---
updated-dependencies:
- dependency-name: react-router
dependency-version: 7.18.1
dependency-type: indirect
- dependency-name: react-router-dom
dependency-version: 7.18.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-24 11:03:57 +00:00
MengMengCode
8283b88ded
release: v1.1.27
v1.1.27
2026-07-24 19:00:12 +08:00
MengMengCode
6c9f24bb24
FIX port setting
2026-07-24 18:51:52 +08:00
MengMengCode
f2fa2449e9
release: v1.1.26
v1.1.26
2026-07-22 17:02:23 +08:00
MengMengCode
53d56be8f9
fix #33
2026-07-22 16:57:44 +08:00
MengMengCode
ec38ab9136
Merge branch 'main' of https://github.com/MengMengCode/CLICD
2026-07-21 21:26:09 +08:00
MengMengCode
fdcd7df9e9
Update API endpoint.
2026-07-21 21:26:04 +08:00
Meng Meng
d6d46296fe
Merge pull request #32 from MengMengCode/dependabot/npm_and_yarn/frontend/axios-1.18.0
...
build(deps): bump axios from 1.17.0 to 1.18.0 in /frontend
2026-07-21 15:13:02 +08:00
dependabot[bot]
3f44c7565f
build(deps): bump axios from 1.17.0 to 1.18.0 in /frontend
...
Bumps [axios](https://github.com/axios/axios ) from 1.17.0 to 1.18.0.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.17.0...v1.18.0 )
---
updated-dependencies:
- dependency-name: axios
dependency-version: 1.18.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-20 20:30:35 +00:00
Meng Meng
61d842d94c
Fix star history image link in README.md
...
Updated the star history image link in the README.
2026-07-20 12:52:40 +08:00
Meng Meng
ca303d33f6
Replace star history section with new embed link
2026-07-19 20:08:13 +08:00
MengMengCode
6bdeafccf2
修复剩余 CodeQL 高危告警
2026-07-18 21:31:31 +08:00
MengMengCode
04cefe0cf1
release: v1.1.25
v1.1.25
2026-07-18 21:18:54 +08:00
MengMengCode
f28117bc5e
修复了一些已知问题
2026-07-18 21:16:29 +08:00
MengMengCode
2324494dd7
优化了机器创建流程
2026-07-18 20:45:23 +08:00
MengMengCode
ebba97f1d6
· 修复了一些已知问题
...
· 增加了局域网DHCP IP分配适配
· 完善了多盘兼容支持 #17
2026-07-18 19:44:32 +08:00
MengMengCode
3dabd93d2f
Fix some problem.
2026-07-17 00:44:47 +08:00
MengMengCode
8bad52bd9e
FIX ##30
2026-07-17 00:27:31 +08:00
MengMengCode
d05ca8cc4c
release: v1.1.24
v1.1.24
2026-07-16 23:28:28 +08:00
MengMengCode
48fa14f8a7
FIX #18
2026-07-16 23:27:26 +08:00
MengMengCode
5c6d6eafc9
Support Debian 13.
...
#29
and fix useage chart data display problem, storage on database instead of localstorage.
2026-07-16 21:24:28 +08:00
MengMengCode
2ecdb5c26f
fix Dependabot alerts
2026-07-16 21:01:27 +08:00
MengMengCode
ae02241370
KVM的端口转发_ 失效修复
2026-07-16 20:57:07 +08:00
MengMengCode
fdd83977fc
支持限制用户可选择的系统
2026-07-16 20:47:26 +08:00
MengMengCode
58d86b5d08
release: v1.1.23
v1.1.23
2026-07-16 18:57:49 +08:00
MengMengCode
7307255130
FIX #28
2026-07-16 18:57:15 +08:00
MengMengCode
0e3c059236
ci: fix release workflow checkout
v1.1.22
2026-07-16 16:58:19 +08:00
MengMengCode
61137b837d
release: v1.1.22
2026-07-16 16:58:19 +08:00
Meng Meng
596bf86477
Merge pull request #27 from MengMengCode/dependabot/go_modules/backend/golang.org/x/crypto-0.52.0
...
build(deps): bump golang.org/x/crypto from 0.45.0 to 0.52.0 in /backend
2026-07-16 15:15:39 +08:00
MengMengCode
47a09aa177
release: v1.1.21
v1.1.21
2026-07-16 15:13:53 +08:00
MengMengCode
2456b65ce2
Merge branch 'main' of https://github.com/MengMengCode/CLICD
2026-07-16 15:13:40 +08:00
MengMengCode
292686a19a
Fix some problems.
2026-07-16 15:13:35 +08:00
dependabot[bot]
9eb7c322cf
build(deps): bump golang.org/x/crypto from 0.45.0 to 0.52.0 in /backend
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.45.0 to 0.52.0.
- [Commits](https://github.com/golang/crypto/compare/v0.45.0...v0.52.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-version: 0.52.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-07-10 11:56:11 +00:00
Meng Meng
5ec62ca732
Merge pull request #26 from StarVM-OpenSource/main
...
从UTF8-BOM转UTF8以修复魔方财务使用此模块后无法正常被下游拉取信息的问题
2026-06-29 09:06:10 +08:00
欢
a79df0d2dd
Merge branch 'MengMengCode:main' into main
2026-06-26 22:20:52 +08:00
欢
cc8fdbfede
从UTF8-BOM转UTF8以修复魔方财务使用此模块后无法正常被下游拉取信息的问题
2026-06-26 20:44:29 +08:00
MengMengCode
702d6975e5
release: v1.1.20
v1.1.20
2026-06-17 21:08:13 +08:00