Commit Graph

2190 Commits

Author SHA1 Message Date
tom mortensen a832e73f70 Merge pull request #2021 from SimonFair/VM-Manager-PHP-Fixes
Fix: PHP fixes
2025-02-15 12:23:12 -08:00
tom mortensen 9d2c06be34 Merge pull request #2020 from bergware/master
VM template fixes
2025-02-15 12:22:35 -08:00
bergware de3b154a70 Fix PHP errors 2025-02-15 20:58:22 +01:00
bergware 4ee7a14d5f fix ipv6 routing : missing default route in list 2025-02-15 20:15:42 +01:00
bergware 642e221556 Fix wireless at boot: don't start when not enabled 2025-02-15 19:51:55 +01:00
bergware e16fb7ba37 Networkinfo: default to port zero 2025-02-15 10:16:45 +01:00
bergware 0ef5cdafe2 security enhancements 2025-02-15 10:03:34 +01:00
bergware 93e75ef141 Add more information to wireless network info 2025-02-14 21:01:29 +01:00
bergware 98a77f8734 Update NetworkInfo.php 2025-02-14 20:35:15 +01:00
bergware 688109a2cf Add more information to wireless network info 2025-02-14 20:32:39 +01:00
SimonFair b5545c18f2 Fix: PHP fixes
Update xmlns to include http://unraid
Fixes for php
2025-02-14 18:51:43 +00:00
bergware c21358142e fix typo 2025-02-14 18:31:11 +01:00
bergware 0471cf9652 wireless: fix typo 2025-02-14 18:02:54 +01:00
bergware fe35a8af40 Array Operation: hide "Clear Stats" button when disk I/O is visible 2025-02-14 12:10:51 +01:00
bergware a7a38ab5a1 VM edit: visual updates
- make separate warnings for snapshots and user input
- widen vncrender and vncdspopt selection
2025-02-14 11:21:40 +01:00
bergware 068b5c4417 wireless - fine tuning 2025-02-14 03:37:12 +01:00
bergware c7cac78886 Update Wireless.page 2025-02-14 02:58:27 +01:00
bergware 3c6301d118 Wireless - fine tuning 2025-02-14 02:56:57 +01:00
bergware 6ad120e037 Wireless: faster initial loading of wireless page 2025-02-14 02:40:41 +01:00
bergware c1b6fd1b64 Added DIV closure 2025-02-13 23:39:18 +01:00
bergware 3a46ac1e38 Fix PHP errors 2025-02-13 23:30:54 +01:00
bergware 83dc36ff61 Update Custom.form.php 2025-02-13 23:27:04 +01:00
bergware 2cd4d64d02 Revert "VM: adding missing DIV closure"
This reverts commit 49025922ba.
2025-02-13 23:25:21 +01:00
bergware c3558c2f8b Fix PHP errors 2025-02-13 23:16:43 +01:00
bergware f9d14436ad VM: fixed bug: message sometimes not cleared 2025-02-13 23:04:27 +01:00
bergware 49025922ba VM: adding missing DIV closure 2025-02-13 22:54:46 +01:00
bergware b00258ab82 Update Custom.form.php 2025-02-13 22:22:52 +01:00
bergware cc44044ff2 Update Custom.form.php 2025-02-13 22:21:53 +01:00
bergware 26be6290f2 VM: textual update 2025-02-13 22:19:21 +01:00
bergware d84e9be3eb Update Custom.form.php 2025-02-13 22:05:52 +01:00
bergware 200b7367be VM: code simplification 2025-02-13 21:47:20 +01:00
bergware b7c881af9d Update Custom.form.php 2025-02-13 21:45:06 +01:00
bergware 8c2590dd68 VM template fixes
- fix show/hide elements
- fix translations
2025-02-13 21:28:21 +01:00
Christoph b8f7e2f32f Update DockerClient.php
- fix incorrect indentation
2025-02-13 08:45:18 +01:00
Christoph 4190ec4d71 Update DockerContainers.php
- only display update status for containers managed by `dockerman`
2025-02-13 08:40:28 +01:00
Christoph 698fc7bfb7 Update DockerClient.php
- make sure to only pull update status from Docker containers managed by `dockerman`
2025-02-13 08:34:36 +01:00
tom mortensen 0f07915dba Merge pull request #2013 from bergware/master
VM: make reference to interface instead of vhost
2025-02-12 09:07:48 -08:00
bergware fd6a70ec01 VM: disable MAC selection for wireless interface 2025-02-12 12:13:02 +01:00
bergware 76f0d68f24 wireless fine tuning 2025-02-12 03:50:42 +01:00
bergware 300bd2d468 Make script executable 2025-02-12 03:09:28 +01:00
bergware b772e017b1 Wireless support - allow initial plain username and password
When user name and password are stored in plain text, these will be encrypted at start up.
2025-02-12 03:09:00 +01:00
bergware 234d38027b VM: make reference to interface instead of vhost
This requires users to update their VM settings and use the interface name instead of the vhost name as network source.

This brings VMs inline with Docker which also shows the interface name for custom networks
2025-02-11 23:10:28 +01:00
tom mortensen d46686c662 Merge pull request #2012 from dlandon/php_warning_in_nchan_update_1
Fix php error when shell_exec() returns a null value.
2025-02-11 13:04:48 -08:00
tom mortensen e774b6eefa Merge pull request #2010 from unraid/fix-warning-in-Wrappers-php
fix: PHP Warning in Wrappers.php
2025-02-11 13:03:30 -08:00
tom mortensen 58c0888899 Merge pull request #2009 from unraid/fix-warning-in-state-php
fix: PHP Warning in state.php
2025-02-11 13:03:13 -08:00
tom mortensen 6c8542c249 Merge pull request #1968 from SimonFair/Fix-zfs-dataset-creation
Update logging and fix for ZFS Datasets.
2025-02-11 13:02:29 -08:00
tom mortensen e09f37cbac Merge pull request #2007 from bergware/master
Wireless and VM improvements
2025-02-11 13:01:55 -08:00
dlandon 1278040495 Fix php error when shell_exec() returns a null value. 2025-02-11 11:22:37 -06:00
bergware cbd4936d80 VM: force wireless interface MAC address for VMs 2025-02-11 11:00:36 +01:00
ljm42 036e307b7d chore: update phpdoc 2025-02-10 13:38:34 -07:00