Commit Graph

6136 Commits

Author SHA1 Message Date
bergware e9bd58b3b7 Dashboard: make items moveable between columns
This PR also introduces a system to completely hide items and a content manager function to unhide them
2023-01-02 22:13:58 +01:00
tom mortensen f3523bf1fa Merge pull request #1225 from bergware/master
Miscellaneous fixes
2022-12-30 14:04:15 -08:00
tom mortensen ec9704c701 Merge pull request #1223 from SimonFair/VM-PHP8-additional-fixes
Add support for rtl8139 network model.
2022-12-30 13:58:34 -08:00
bergware d5bd7f92a9 VMs: fix lockup when no VMs are present 2022-12-30 21:49:11 +01:00
bergware 6c2c6f74b0 Move "view" icon on Main and Shares page to the left 2022-12-30 14:47:30 +01:00
bergware bdc7f08833 PHP 8.1 support (round 2) 2022-12-30 14:00:42 +01:00
bergware 6ce9bc9de3 Docker: honor user setting of stop time-out 2022-12-30 13:20:07 +01:00
bergware 2967e30bba PHP 8.1 support 2022-12-30 12:43:12 +01:00
bergware dc7768b17f Dashboard: fix regression error in "select case"
This error prevents the selection of another case
2022-12-29 14:11:19 +01:00
SimonFair fc29b58dea Add support for rtl8139 network model. 2022-12-27 19:37:24 +00:00
tom mortensen fca4753f24 Merge pull request #1222 from ljm42/fix-eth0-ip-required
Disable Provision/Renew/Upgrade buttons when no IP on eth0
2022-12-23 14:12:02 -08:00
ljm42 a00bb9f848 Disable Provision/Renew/Upgrade buttons when no IP on eth0 2022-12-21 14:29:06 -07:00
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 d0c16ff45c Merge pull request #1219 from SimonFair/MemoryBacking-processing
Update Memory Backup processing for Virtiofs.
2022-12-21 10:47:50 -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
tom mortensen 7b3d9294a6 Merge pull request #1218 from limetech/fix/php8_warnings
fix a few php8 warnings
2022-12-14 21:47:22 -08: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
tom mortensen ae6a2ccc47 Merge pull request #1216 from ich777/patch-2
Update CreateDocker.php
2022-12-07 09:31:06 -08: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
tom mortensen 6e6f262bb4 Merge pull request #1213 from bergware/master
PHP 8.1 support (round 1)
2022-12-05 09:39:55 -08:00
bergware 353be46d06 PHP 8.1 support (round 1) 2022-12-04 15:48:17 +01:00
bergware fef7ae7cb2 Merge remote-tracking branch 'upstream/master' 2022-12-04 15:38:24 +01:00
bergware 5f9af816a2 PHP 8.1 support (round 1) 2022-12-04 15:16:16 +01:00
tom mortensen 9f4373ace5 Merge pull request #1212 from bergware/master
PHP 8.1 support (round 1)
2022-12-04 06:02:14 -08: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
bergware bbe9f8ffb8 Merge remote-tracking branch 'upstream/master' 2022-12-03 21:13:26 +01:00
SimonFair 55258e7570 Fix for bus text. 2022-12-03 15:40:42 +00:00
tom mortensen 4b01e4cff7 Merge pull request #1210 from SimonFair/VM-Manager-PHP-8-fixes
Initial Fix PHP 8
2022-12-03 07:17:50 -08: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
tom mortensen 221dbd387a Merge pull request #1207 from SimonFair/vdisk-serials
Add Serial option to vdisk
2022-11-28 09:53:16 -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
bergware 42bb3ea28a Merge remote-tracking branch 'upstream/master' 2022-11-21 10:07:27 +01:00