Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set version to 0.2.0HEADmain | Himbeer | 2025-04-05 | 3 | -3/+3 |
| | |||||
* | Update error log base path | Himbeer | 2025-04-05 | 1 | -0/+50 |
| | | | | | Error logs were been moved to /data some time ago. This change makes them accessible again. | ||||
* | Set version to 0.1.2 | Himbeer | 2025-04-05 | 3 | -3/+3 |
| | |||||
* | Remove unused/unnecessary variables | Himbeer | 2025-04-05 | 1 | -3/+5 |
| | |||||
* | cargo update | Himbeer | 2025-04-05 | 1 | -505/+834 |
| | |||||
* | Fix overflow in DHCPv6 client remaining seconds calculation | Himbeer | 2025-04-05 | 1 | -9/+7 |
| | | | | | | This fixes an issue where overflows (e.g. due to time mismatches between router and manager) cause the DHCPv6 client display logic to crash. Now, 0 is displayed instead. | ||||
* | Set the version to 0.1.1 | Himbeer | 2024-09-08 | 3 | -3/+3 |
| | |||||
* | cargo update | Himbeer | 2024-09-08 | 1 | -161/+253 |
| | |||||
* | Set the version to 0.1.0 | Himbeer | 2024-08-19 | 2 | -2/+2 |
| | |||||
* | Populate VPN server management page | Himbeer | 2024-08-19 | 1 | -1/+338 |
| | |||||
* | Use hijacked DNS resolution instead of IP address | Himbeer | 2024-08-08 | 4 | -4/+8 |
| | | | | macOS doesn't allow connections to raw IP addresses, hopefully this fixes it. | ||||
* | Revert "Add com.apple.security.network.client entitlement" | Himbeer | 2024-08-08 | 3 | -12/+1 |
| | | | | This reverts commit 839b15b1c25a2b01a555051598a748d8e1dbbf34. | ||||
* | Set version to 0.0.2 | Himbeer | 2024-08-08 | 3 | -3/+3 |
| | |||||
* | Add com.apple.security.network.client entitlement | Himbeer | 2024-08-08 | 3 | -1/+12 |
| | |||||
* | Set version to 0.0.1 | Himbeer | 2024-08-08 | 3 | -3/+3 |
| | |||||
* | Add icon | Himbeer | 2024-08-08 | 16 | -0/+0 |
| | |||||
* | Set window title | Himbeer | 2024-08-08 | 2 | -19/+181 |
| | | | | Fixes #1. | ||||
* | Set window title | Himbeer | 2024-08-08 | 1 | -2/+2 |
| | | | | Fixes #2. | ||||
* | Request HTTP permissions (relevant on macOS) | Himbeer | 2024-08-08 | 1 | -5/+12 |
| | |||||
* | Set project identifier in tauri.conf.json | Himbeer | 2024-08-08 | 1 | -1/+1 |
| | |||||
* | Finish log page | Himbeer | 2024-08-07 | 1 | -1/+51 |
| | | | | This is the first release of the software. | ||||
* | Add system maintenance (admin password, reboot, shutdown) | Himbeer | 2024-08-07 | 1 | -1/+140 |
| | |||||
* | Add LAN information and settings | Himbeer | 2024-08-06 | 1 | -4/+325 |
| | |||||
* | Add WAN DHCPv6 information and control (DUID setting + rebind) | Himbeer | 2024-08-05 | 3 | -2/+360 |
| | |||||
* | Add WAN connection information | Himbeer | 2024-08-04 | 1 | -1/+156 |
| | |||||
* | Add WAN reconnecting (warm, cold, force) | Himbeer | 2024-08-04 | 3 | -3/+51 |
| | |||||
* | Add WAN credential viewing and changing | Himbeer | 2024-08-04 | 4 | -10/+240 |
| | |||||
* | Initial login/logout application | Himbeer | 2024-08-04 | 3 | -6/+653 |
| | |||||
* | Initial commit | Himbeer | 2024-08-04 | 22 | -0/+3850 |