Commit Graph

42 Commits

Author SHA1 Message Date
Chenx Dust
c875f5f21a feat: 支持指定网口与自动检测网口 2026-07-17 11:11:43 +08:00
Chenx Dust
57e25c14f0 refactor: 更好的覆盖代理提示 (Fixes: #38) 2026-07-09 01:07:30 +08:00
Chenx Dust
5afec2ff2c feat: 支持 OAuth2 认证 2026-05-24 19:36:53 +08:00
Chenx Dust
67ef51663d feat: 新的认证设置 UI 2026-05-24 17:56:01 +08:00
Chenx Dust
2862e3e33c feat: 支持静默启动 (Closes: #30) 2026-04-22 16:31:34 +08:00
Chenx Dust
0f14b0244a fix: 修复自动 DNS 问题 [#28](https://github.com/chenx-dust/EZ4Connect/issues/28) 2026-04-22 15:20:08 +08:00
Chenx Dust
607f618cc9 feat: 支持保活 URL 设置 2026-03-11 14:43:25 +08:00
Chenx Dust
2a6f551b89 feat: 配置文件管理器 2026-03-11 14:37:08 +08:00
Chenx Dust
4c20cdd455 fix: 获取认证方式的端口传递 2026-03-06 15:11:49 +08:00
Chenx Dust
9bee9f9dee feat: 支持 FakeIP 2026-02-02 14:18:49 +08:00
Chenx Dust
305bd41968 chore: 调整设置命名 2026-02-02 14:18:49 +08:00
Chenx Dust
a4f83e188e feat: 更多设置 2026-01-31 05:20:54 +08:00
Chenx Dust
f296bb1374 fix: 改进权限提升策略 2026-01-31 03:28:04 +08:00
Chenx Dust
0f73fb4fdc feat: 清理登录缓存逻辑 2026-01-29 20:55:25 +08:00
Chenx Dust
b76cf7e3f7 fix: 支持 client data 储存,修复了数个 UI bug 2026-01-29 20:21:31 +08:00
Chenx Dust
86f14fec3c feat: 支持短信登录 2026-01-27 23:51:45 +08:00
Chenx Dust
b0373aa05c fix: 证书认证现在不需要填写账号密码了 2026-01-26 14:22:48 +08:00
Copilot
ed0605f4cd feat: 支持证书认证 (#18)
* Initial plan

* Add certificate file and password support for VPN connection

Co-authored-by: chenx-dust <16610294+chenx-dust@users.noreply.github.com>

* Update certificate file placeholder to mention both p12 and pfx formats

Co-authored-by: chenx-dust <16610294+chenx-dust@users.noreply.github.com>

* Complete certificate-based VPN connection support implementation

Co-authored-by: chenx-dust <16610294+chenx-dust@users.noreply.github.com>

* 修改

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: chenx-dust <16610294+chenx-dust@users.noreply.github.com>
Co-authored-by: Chenx Dust <chenx_dust@outlook.com>
2026-01-19 23:32:22 +08:00
Chenx Dust
ae3fdf3a65 chore: add include directory 2025-10-08 21:02:46 +08:00
Chenx Dust
df60db116b feat: support fetch auth info 2025-10-07 23:05:26 +08:00
Chenx Dust
9723f68740 feat: support atrust version 2025-10-07 20:01:31 +08:00
Chenx Dust
88e2fb0796 refactor: better reset settings 2025-02-25 03:37:53 +08:00
Chenx Dust
711d254ded feat: support many new settings;
refactor: config format
2025-02-25 00:51:39 +08:00
Chenx Dust
faeda31823 feat: follow upstream updates, with multiple settings added. 2025-02-24 21:32:26 +08:00
Chenx Dust
baf49d8907 feat: support import/export profile 2025-02-18 15:32:41 +08:00
Chenx Dust
e42f891dc7 feat: better handle config template change 2025-01-20 20:47:54 +08:00
Chenx Dust
11fba48975 fix: fix system proxy settings on windows 2025-01-11 00:08:54 +08:00
Chenx Dust
39ec3c9d3e feat: enhance README and settings for system proxy configuration
- Updated README to provide clearer instructions for Windows, macOS, and Linux users on downloading and running the application.
- Added a new input field for "System Proxy Bypass" in the settings window to allow users to specify hosts to bypass the proxy.
- Modified the proxy settings logic to include the bypass configuration for Linux and Windows systems.
- Adjusted UI layout to accommodate the new settings and improved overall usability.
2025-01-10 01:01:57 +08:00
Chenx Dust
2788f6b2cc feat: enhance login and settings functionality with credential validation and UI improvements
- Added credential validation in login and settings windows to ensure non-empty and ASCII-only username/password.
- Introduced a checkbox to toggle password visibility in both login and settings interfaces.
- Updated UI elements for better layout and user experience, including adjustments to labels and button properties.
- Refactored signal connections for button actions to improve clarity and functionality.
2025-01-09 15:57:30 +08:00
Chenx Dust
174841ace8 chore: improve settings handling and auto-start functionality 2025-01-09 12:22:02 +08:00
Chenx Dust
7a26539967 feat: add proxy settings management and refactor auto-start functionality
- Added proxy settings handling in utils and integrated it into the main application logic.
- Refactored auto-start feature to streamline the process across different operating systems.
- Removed outdated code related to auto-start settings from mainwindow and settingwindow.
- Introduced utility functions for better management of system proxy and auto-start settings.
2025-01-08 16:40:50 +08:00
Chenx Dust
189bd62bf6 feat: Introduce more settings.
feat: Better ZJUConnect core error process.
feat: Added login dialog.
refactor: Make all child widgets be dialogs.
chore: Make setting system proxy default.
chore: Bump version to 1.2.0 .
2024-08-20 18:37:51 +08:00
Chenx Dust
cd7614f86e refactor!: Unify all app name using QApplication::applicationDisplayName() or QApplication::applicationName()
refactor!: Better check update on start setting name
fix: Fix randomly error pop in turning off vpn
feat: Easter egg
2024-08-19 23:39:08 +08:00
Chenx Dust
67373d309d feat: Support automatically check update
chore: Better constant settings
2024-08-19 21:53:29 +08:00
Chenx Dust
39cc38ca9a refactor: remove unnecessary logic 2024-07-26 19:37:45 +08:00
Chenx Dust
808ea3143e refactor: ported to hitsz 2024-07-26 18:40:56 +08:00
Myth
a692711b16 fix: use higher port to avoid permission error 2024-07-21 00:14:34 +08:00
Myth
846be057de fix: replace old ineffective check ip 2024-07-20 23:17:23 +08:00
Myth
0fd78d9146 feat: tun mode 2023-11-02 00:37:01 +08:00
Myth
f9ae681dde feat: set default web login url to net.zju.edu.cn 2023-10-13 00:24:03 +08:00
Myth
a92efbf063 feat: warn user of l2tp vpn name 2023-09-26 01:11:11 +08:00
Myth
ae88528677 feat: l2tp and web login 2023-09-23 14:24:45 +08:00