Commit Graph

5300 Commits

Author SHA1 Message Date
Tom Mortensen
f548bfd91c Merge branch 'master' of github.com:limetech/webgui 2022-12-21 10:49:09 -08:00
tom mortensen
508b9f6787 Merge pull request #1221 from SimonFair/VM-PHP8-additional-fixes
Additional VM Manager PHP fixes
2022-12-21 10:48:48 -08:00
tom mortensen
cbbc40b890 Merge pull request #1220 from limetech/fix/php8_fixes_and_sync
Fix/php8 fixes and sync
2022-12-21 10:48:19 -08:00
Tom Mortensen
4cabcae043 fix: cannot include PHP short codes within Markdown-style URL definitions 2022-12-21 10:46:13 -08:00
SimonFair
03061e26f4 Update VMMachines.page 2022-12-20 12:41:32 +00:00
SimonFair
7ed6864efb Additional VM Manager PHP fixes
<?#$color = strpos($msg, "rror:")!==false ? 'red-text':'green-text'?> Still need to find a fix for this, but remarked out to get it working for now.
2022-12-19 17:22:14 +00:00
Eric Schultz
72ed67487a sync changes from My Servers plugin 2022-12-19 10:14:57 -07:00
Eric Schultz
ef5997906c additional php8 fixes 2022-12-19 10:14:18 -07:00
SimonFair
10b0a7b02b Merge remote-tracking branch 'upstream/master' into MemoryBacking-processing 2022-12-18 12:12:01 +00:00
SimonFair
d23e731ec6 Update Memory Backup processing forVirtiofs. 2022-12-18 12:03:35 +00:00
Eric Schultz
a06e7ab885 fix a few php8 warnings 2022-12-14 15:20:56 -07:00
tom mortensen
92a4158f2a Merge pull request #1217 from SimonFair/Virtual-console-enable-copy-paste
Enable copy paste option for virtual consoles
2022-12-12 10:03:25 -08:00
tom mortensen
a5329592b5 Merge pull request #1211 from SimonFair/VM-Manager-PHP-8-fixes
Fix for bus text.
2022-12-12 10:00:55 -08:00
SimonFair
b662cea439 Enable cope paste option for virtual consoles
If you enable copy paste you need to install additional software on the client in addition to the QEMU agent if that has been installed. https://www.spice-space.org/download.html is the location for spice-vdagent for both window and linux. Note copy paste function will not work with web spice viewer you need to use virt-viewer.
2022-12-11 11:18:16 +00:00
Christoph Hummer
2cd4b01f7c Update CreateDocker.php
- changed `Docker Hub URL` to `Registry URL` because of GHCR and other new container registries becoming more and more popular.
2022-12-06 07:37:56 +01:00
bergware
353be46d06 PHP 8.1 support (round 1) 2022-12-04 15:48:17 +01:00
bergware
5f9af816a2 PHP 8.1 support (round 1) 2022-12-04 15:16:16 +01:00
bergware
ca34b9d327 PHP 8.1 support (round 1) 2022-12-04 13:00:12 +01:00
bergware
97716f718f PHP 8.1 support (round 1) 2022-12-04 12:40:53 +01:00
SimonFair
55258e7570 Fix for bus text. 2022-12-03 15:40:42 +00:00
SimonFair
34b7f64cfb Initial Fix
Create __construct() function.
Fix typo for macs should be $macs
Fix logfile size
Remove Bus, working on fix.
2022-12-03 14:45:47 +00:00
Tom Mortensen
97a1f5e4f0 Update Markdown to v2.0.0 and other misc. changes to support PHP v8 2022-12-02 12:14:14 -08:00
tom mortensen
362e9fd657 Merge pull request #1208 from SimonFair/Spice-fix-and-update-
Spice Bug fix for users with non standard GUI ports defined.
2022-11-28 09:54:41 -08:00
SimonFair
8b7f6b3b89 Fix help text. 2022-11-27 15:49:16 +00:00
SimonFair
7349bd6314 Bug fix for users with non standard GUI ports defined.
Change title to say VM name on host: x.x.x.x
2022-11-25 19:34:39 +00:00
SimonFair
63ad115195 Remove get_disk_stats_old function. 2022-11-25 18:25:00 +00:00
SimonFair
2f2d3931e2 Set serial to vdisk+index on create. 2022-11-25 15:32:16 +00:00
SimonFair
06df20c29a Add Serial option to vdisk 2022-11-25 07:15:38 +00:00
Tom Mortensen
677ff2b024 DockerSettings: ipvlan should come before macvlan in selection list 2022-11-20 13:07:34 -08:00
Christoph Hummer
5d0ca70418 revert change
This change will not only affect new installations, this will also affect existing installations but only if one changes something in the Docker settings and if the line DOCKER_NETWORK_TYPE isn't found in the docker.cfg.
It would be better to change the docker.cfg file which is shipped with Unraid in the zip file (append the line DOCKER_NETWORK_TYPE="1") but this is something that @limetech has to change.
2022-11-19 09:20:58 +01:00
bergware
67057acbc5 disk_load: initialize array values upon first start 2022-11-18 16:59:14 +01:00
bergware
873673ac62 Merge remote-tracking branch 'upstream/master' 2022-11-18 16:56:33 +01:00
bergware
45ffae59df disk_load: initialize array values upon first start 2022-11-18 16:56:02 +01:00
tom mortensen
d5c04bc619 Merge pull request #1193 from ljm42/feat-ssl-messaging
feature: improved messaging for SSL
2022-11-17 13:40:26 -08:00
ljm42
24862767b8 feature: improved messaging for SSL 2022-11-17 14:32:55 -07:00
SimonFair
f17bf4b791 Change to use API
Change to use libvirt_domain_interface_addresses which has been available for a long time but was not documented in the API manual. Using this function stops tainted warnings being written to the log.

Domain id=4 is tainted: custom-ga-command will no longer be seen in the log.
2022-11-16 18:16:19 +00:00
tom mortensen
44a926fe34 Merge pull request #1201 from bergware/master
Miscellaneous updates
2022-11-15 11:47:57 -08:00
tom mortensen
b3e63f5505 Merge pull request #1200 from SimonFair/Rename-VM-fix-and-add-Clone-VM-option-
Fix for VM Rename.
2022-11-15 11:38:31 -08:00
bergware
cfc4680213 Diagnostics minor code optimization 2022-11-15 19:26:40 +01:00
bergware
239a64edde Set IPVLAN as default for new installations 2022-11-15 19:26:20 +01:00
SimonFair
a9a213ab7a Fix for VM Rename, 2022-11-13 20:48:24 +00:00
bergware
57b50330e8 Revert "Allow multiple rows in NFS rule"
This reverts commit 4e25bc8cb1.
2022-11-13 21:14:18 +01:00
bergware
cfdab68a01 Fix shares information in Diagnostics 2022-11-13 13:09:58 +01:00
bergware
f0db94f545 Parity History: add day of the week to date 2022-11-13 12:28:14 +01:00
bergware
57ed6a4902 Fix shares information in Diagnostics 2022-11-13 11:38:50 +01:00
bergware
1dab549cad Fix shares information in Diagnostics 2022-11-13 11:25:41 +01:00
bergware
1c4c4bbde5 Fix: do not allow creation of hidden share names 2022-11-13 10:41:13 +01:00
bergware
1cd06da408 Fix: do not allow creation of hidden share names 2022-11-13 10:38:42 +01:00
bergware
4e25bc8cb1 Allow multiple rows in NFS rule 2022-11-13 10:10:25 +01:00
bergware
17029e70a5 Fix shares information in Diagnostics 2022-11-13 09:57:20 +01:00