aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Set version to 0.2.0HEADmainHimbeer2025-04-053-3/+3
|
* Add wg, rtd and diagd logs to log viewer pageHimbeer2025-04-052-0/+54
|
* Update error log base pathHimbeer2025-04-052-12/+66
| | | | | Error logs were been moved to /data some time ago. This change makes them accessible again.
* Set version to 0.1.2Himbeer2025-04-053-3/+3
|
* Remove unused/unnecessary variablesHimbeer2025-04-051-3/+5
|
* cargo updateHimbeer2025-04-051-505/+834
|
* Fix overflow in DHCPv6 client remaining seconds calculationHimbeer2025-04-051-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.1Himbeer2024-09-083-3/+3
|
* List 192.168.100.1/24 as the standard modem addressHimbeer2024-09-081-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 updateHimbeer2024-09-081-161/+253
|
* Set the version to 0.1.0Himbeer2024-08-192-2/+2
|
* Hide preshared keys unless hoveredHimbeer2024-08-193-1/+30
|
* Add VPN server logs to the log pageHimbeer2024-08-192-0/+18
|
* Populate VPN server management pageHimbeer2024-08-193-1/+659
|
* Fix a typo on the WAN button of the navigation barHimbeer2024-08-196-6/+6
|
* Add (empty) VPN pageHimbeer2024-08-198-5/+111
|
* Use hijacked DNS resolution instead of IP addressHimbeer2024-08-085-5/+9
| | | | macOS doesn't allow connections to raw IP addresses, hopefully this fixes it.
* Revert "Add com.apple.security.network.client entitlement"Himbeer2024-08-083-12/+1
| | | | This reverts commit 839b15b1c25a2b01a555051598a748d8e1dbbf34.
* Set version to 0.0.2Himbeer2024-08-083-3/+3
|
* Add com.apple.security.network.client entitlementHimbeer2024-08-083-1/+12
|
* Set version to 0.0.1Himbeer2024-08-083-3/+3
|
* Add iconHimbeer2024-08-0817-0/+0
|
* Make README even less detailedHimbeer2024-08-081-6/+2
| | | | Fixes #3.
* Set window titleHimbeer2024-08-082-19/+181
| | | | Fixes #1.
* Set window titleHimbeer2024-08-081-2/+2
| | | | Fixes #2.
* Request HTTP permissions (relevant on macOS)Himbeer2024-08-081-5/+12
|
* Add Tauri publishing workflowHimbeer2024-08-081-0/+58
|
* Set project identifier in tauri.conf.jsonHimbeer2024-08-081-1/+1
|
* Apply custom styleHimbeer2024-08-081-26/+11
|
* Style tables to look like gridsHimbeer2024-08-081-0/+6
|
* Make log textareas readonly and non-resizableHimbeer2024-08-083-24/+51
|
* Finish log pageHimbeer2024-08-073-67/+293
| | | | This is the first release of the software.
* Add log pageHimbeer2024-08-073-8/+147
|
* Remove all references to (inexistent) DDNS pageHimbeer2024-08-074-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)Himbeer2024-08-074-2/+366
|
* Remove duplicate code in lan.jsHimbeer2024-08-061-59/+0
|
* Rename 'Systemeinstellungen' button to 'System'Himbeer2024-08-063-3/+3
| | | | There will be non-setting options too, such as rebooting.
* Add LAN information and settingsHimbeer2024-08-063-4/+927
|
* Add WAN DHCPv6 information and control (DUID setting + rebind)Himbeer2024-08-056-4/+592
|
* Add WAN connection informationHimbeer2024-08-043-1/+182
|
* Use emojis for better visibility of special buttonsHimbeer2024-08-042-8/+8
|
* Add WAN reconnecting (warm, cold, force)Himbeer2024-08-045-8/+138
|
* Add WAN credential viewing and changingHimbeer2024-08-0410-28/+487
|
* Initial login/logout applicationHimbeer2024-08-048-41/+751
|
* Initial commitHimbeer2024-08-0431-0/+4083