Commit Graph

221 Commits

Author SHA1 Message Date
tom mortensen 929409d294 Merge pull request #1431 from unraid/fix-downgrade
Improve Downgrade process
2023-09-25 12:33:46 -07:00
tom mortensen 90ba712f7c Merge pull request #1433 from SimonFair/VM-Clone-and-Snapshot-merge
Vm clone and snapshot merge
2023-09-25 12:33:24 -07:00
SimonFair f95b599b61 Ignore same target and source files 2023-09-25 18:14:00 +01:00
tom mortensen c2db155751 Merge pull request #1423 from unraid/fix-shebang
Set bash shebang on scripts
2023-09-25 10:10:29 -07:00
tom mortensen f320b13bab Merge pull request #1429 from Squidly271/master
Integrate GUI Search
2023-09-25 10:06:37 -07:00
tom mortensen 0ee34fb8c4 Merge pull request #1427 from ich777/patch-1
update LXC diagnostics
2023-09-25 10:03:52 -07:00
SimonFair 6b67f4a589 Merge and spaces fixes 2023-09-25 15:05:02 +01:00
Squidly271 a039c2dd49 Fatal PHP error if dynamix.cfg corrupt or non existent 2023-09-23 10:20:14 -04:00
Squidly271 051e603384 Minor logic error if locale is "en_US" instead of "" (unlikely) 2023-09-23 10:07:04 -04:00
SimonFair 31e49a5f70 Merge branch 'Snapshots' into VM-Clone-and-Snapshot-merge 2023-09-23 10:39:34 +01:00
ljm42 e842121c3b Improve Downgrade process 2023-09-19 16:49:03 -07:00
Squidly271 e44851de92 PHP8 error if dynamix.cfg doesn't exist 2023-09-19 07:50:04 -04:00
SimonFair 5e5fb2e7b6 PHP Fix and Spice Audio Fix
Fix some PHP errors
Fix changing from spice to vnc if 	<audio id='1' type='spice'> is set,
2023-09-17 21:22:50 +01:00
SimonFair 3aeba2f871 Update reflink error display. 2023-09-16 00:27:23 +01:00
SimonFair eda8d37c12 Add option to try reflink first. Revert to rsync if not supported. 2023-09-15 21:10:06 +01:00
SimonFair 167ad02e4c Merge remote-tracking branch 'upstream/master' into Add-Clone-VM-option- 2023-09-14 18:33:59 +01:00
Squidly271 da3c313254 Integrate GUI Search 2023-09-13 19:50:21 -04:00
Christoph Hummer fa0a965494 update LXC diagnostics
- remove GitHub user and token from LXC diagnostics if they are set
2023-09-11 15:20:56 +02:00
Zack Spear a6be030a3a fix(upc): remove erroneous button from welcome dropdown 2023-09-08 16:15:58 -07:00
Zack Spear f59c3430e6 refactor(upc): vue3 + ts web components & improved supporting php 2023-09-08 15:54:00 -07:00
ljm42 c9c2a0a8be Set bash shebang on scripts
Any shell scripts that have been modified for Unraid should have the correct `#!/bin/bash` shebang to aid with linting.
2023-09-08 11:17:53 -07:00
Tom Mortensen 1cfe793761 Change wording of notification "lifetime" to "auto-close". Also a little shuffing of the settings and update Help text. 2023-08-31 12:03:20 -07:00
Tom Mortensen c37fbc7b07 Modify markdown to include "target='_blank'" for all inline links starting with "http". This will let us
get rid of inline <a .. /> anchors to do this and use normal markdown link syntax.
2023-08-31 12:00:12 -07:00
bergware 28bc68560c Notifications: auto archive when life time is zero 2023-08-26 10:02:26 +02:00
bergware 09042aff3f Docker settings: fix wrong size calculation function 2023-08-25 22:09:48 +02:00
bergware 835f2f1aa7 Revert "Docker settings: revert javascript floor function"
This reverts commit 3367eab76a.
2023-08-25 22:05:49 +02:00
bergware 3367eab76a Docker settings: revert javascript floor function 2023-08-25 21:17:39 +02:00
tom mortensen bd1714ebc6 Merge pull request #1418 from justinnichols/master
CSS: set overflow-x to 'auto'
2023-08-25 08:57:37 -07:00
bergware 05d5738423 Helptext: fix typo 2023-08-25 12:48:04 +02:00
bergware f0017ec452 Set default notifications life time to 5 seconds 2023-08-25 11:13:55 +02:00
bergware 15db8bdd36 Docker settings: fix subnet sizes 2023-08-24 19:22:03 +02:00
Justin Nichols 868578b17c CSS: set overflow-x to 'auto'
When overflow-x is set to 'scroll',
in some browsers, it will reserve
space for the scrollbar and will
override the background color even
when no scrollbar is necessary.
2023-08-24 12:48:49 -04:00
bergware a2dca4bc03 Docker settings: fix subnet sizes 2023-08-24 18:42:37 +02:00
bergware 099fb3a2c6 New notification option: notification life time 2023-08-22 15:55:00 +02:00
bergware f5083b3e58 New notification option: auto-closure time 2023-08-22 11:59:45 +02:00
bergware 2e3be9bc14 Fix: routing metric information 2023-08-18 02:26:04 +02:00
bergware 72937d625e Fix: routing metric information 2023-08-18 02:24:15 +02:00
bergware 9cd5518439 Auto update wireguard tunnels when disabling/enabling bridging 2023-08-15 14:39:30 +02:00
bergware 29b96374f2 Auto update wireguard tunnels when disabling/enabling bridging 2023-08-15 14:16:33 +02:00
tom mortensen aa1f377e45 Merge pull request #1409 from bergware/master
rc.inet1: suppress errors on non-existing interfaces
2023-08-14 14:16:20 -07:00
bergware fa70ef343e VMs: support IPv6 on macvtap interface 2023-08-14 12:29:03 +02:00
SimonFair 0bf12cd420 Add fix to remove downloaded .vv file when used. 2023-08-11 19:24:41 +01:00
SimonFair 951b0c9b1c Merge remote-tracking branch 'upstream/master' into Add-Clone-VM-option- 2023-08-11 15:07:58 +01:00
bergware 9f4a86acf1 Fix PHP error in SysDrivers.php 2023-08-11 12:38:58 +02:00
bergware 3e992ee00c Update libvirt_helpers.php 2023-08-11 02:13:48 +02:00
bergware b6dc2799dc Update libvirt.php 2023-08-11 02:13:45 +02:00
bergware aeda05bed7 Make bridge / macvtap selection per physical interface 2023-08-10 22:08:04 +02:00
bergware afe9065663 Update libvirt.php 2023-08-10 04:14:15 +02:00
bergware 7a7383a84b Update libvirt.php 2023-08-10 04:10:10 +02:00
bergware 28c6f03e83 Update libvirt.php 2023-08-10 04:07:21 +02:00