Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Set version to 0.2.0HEADmain | Himbeer | 2025-04-05 | 3 | -3/+3 |
| | |||||
* | Add wg, rtd and diagd logs to log viewer page | Himbeer | 2025-04-05 | 2 | -0/+54 |
| | |||||
* | Update error log base path | Himbeer | 2025-04-05 | 2 | -12/+66 |
| | | | | | 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 |
| | |||||
* | List 192.168.100.1/24 as the standard modem address | Himbeer | 2024-09-08 | 1 | -0/+9 |
| | | | | | | 192.168.1.1/24 still remains the DSL modem address for the specific model in use in my network, but a future modem is likely to use a different default address (if any). | ||||
* | cargo update | Himbeer | 2024-09-08 | 1 | -161/+253 |
| | |||||
* | Set the version to 0.1.0 | Himbeer | 2024-08-19 | 2 | -2/+2 |
| | |||||
* | Hide preshared keys unless hovered | Himbeer | 2024-08-19 | 3 | -1/+30 |
| | |||||
* | Add VPN server logs to the log page | Himbeer | 2024-08-19 | 2 | -0/+18 |
| | |||||
* | Populate VPN server management page | Himbeer | 2024-08-19 | 3 | -1/+659 |
| | |||||
* | Fix a typo on the WAN button of the navigation bar | Himbeer | 2024-08-19 | 6 | -6/+6 |
| | |||||
* | Add (empty) VPN page | Himbeer | 2024-08-19 | 8 | -5/+111 |
| | |||||
* | Use hijacked DNS resolution instead of IP address | Himbeer | 2024-08-08 | 5 | -5/+9 |
| | | | | 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 | 17 | -0/+0 |
| | |||||
* | Make README even less detailed | Himbeer | 2024-08-08 | 1 | -6/+2 |
| | | | | Fixes #3. | ||||
* | 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 |
| | |||||
* | Add Tauri publishing workflow | Himbeer | 2024-08-08 | 1 | -0/+58 |
| | |||||
* | Set project identifier in tauri.conf.json | Himbeer | 2024-08-08 | 1 | -1/+1 |
| | |||||
* | Apply custom style | Himbeer | 2024-08-08 | 1 | -26/+11 |
| | |||||
* | Style tables to look like grids | Himbeer | 2024-08-08 | 1 | -0/+6 |
| | |||||
* | Make log textareas readonly and non-resizable | Himbeer | 2024-08-08 | 3 | -24/+51 |
| | |||||
* | Finish log page | Himbeer | 2024-08-07 | 3 | -67/+293 |
| | | | | This is the first release of the software. | ||||
* | Add log page | Himbeer | 2024-08-07 | 3 | -8/+147 |
| | |||||
* | Remove all references to (inexistent) DDNS page | Himbeer | 2024-08-07 | 4 | -16/+0 |
| | | | | This functionality is not needed by the target audience and is not worth the implementation effort. | ||||
* | Add system maintenance (admin password, reboot, shutdown) | Himbeer | 2024-08-07 | 4 | -2/+366 |
| | |||||
* | Remove duplicate code in lan.js | Himbeer | 2024-08-06 | 1 | -59/+0 |
| | |||||
* | Rename 'Systemeinstellungen' button to 'System' | Himbeer | 2024-08-06 | 3 | -3/+3 |
| | | | | There will be non-setting options too, such as rebooting. | ||||
* | Add LAN information and settings | Himbeer | 2024-08-06 | 3 | -4/+927 |
| | |||||
* | Add WAN DHCPv6 information and control (DUID setting + rebind) | Himbeer | 2024-08-05 | 6 | -4/+592 |
| | |||||
* | Add WAN connection information | Himbeer | 2024-08-04 | 3 | -1/+182 |
| | |||||
* | Use emojis for better visibility of special buttons | Himbeer | 2024-08-04 | 2 | -8/+8 |
| | |||||
* | Add WAN reconnecting (warm, cold, force) | Himbeer | 2024-08-04 | 5 | -8/+138 |
| | |||||
* | Add WAN credential viewing and changing | Himbeer | 2024-08-04 | 10 | -28/+487 |
| | |||||
* | Initial login/logout application | Himbeer | 2024-08-04 | 8 | -41/+751 |
| | |||||
* | Initial commit | Himbeer | 2024-08-04 | 31 | -0/+4083 |