dlandon
afdf81bb5c
Setting for the number of fuse file descriptors.
2025-01-07 11:56:13 -06:00
tom mortensen
175d24afd2
Merge pull request #1842 from dlandon/rework-share-list
...
Fix condition where useCache is 'no' when there is no array.
2024-08-30 13:00:58 -07:00
dlandon
156599031a
Fix condition where useCache is 'no' when there is no array.
2024-08-30 07:25:33 -05:00
tom mortensen
15f4138c87
Merge pull request #1839 from SimonFair/VM-ZFS-Fixes
...
ZFS fixes
2024-08-29 11:58:12 -07:00
tom mortensen
fd6e4f1ba1
Merge pull request #1840 from dlandon/rework-share-list
...
Fix share list.
2024-08-29 11:57:17 -07:00
tom mortensen
72a47035ef
Merge pull request #1841 from dlandon/rename-pool-message
...
Add warning message to rename pool dialog.
2024-08-29 11:55:57 -07:00
dlandon
d57bf205fa
Add warning message to rename pool dialog.
2024-08-29 13:23:38 -05:00
dlandon
16a8e7092d
Fix share list not showing invalid storage configurations and some code cleanup.
2024-08-29 13:00:06 -05:00
SimonFair
00b1f77742
ZFS fixes
2024-08-29 17:45:00 +01:00
Tom Mortensen
506270e413
Fixes zfs subpool creation issue.
...
Fixes DeviceInfo not populating for array devices when Started.
2024-08-29 02:04:38 -07:00
Christoph Hummer
49b82d0eb8
Make sure to not show internal IP from stopped containers
2024-08-28 20:33:25 +02:00
tom mortensen
106f155ecc
Merge pull request #1835 from donbuehl/feature/1832
...
Feature Request: Use user's actual shell in OpenTerminal.php #1832
2024-08-27 21:14:52 -07:00
donbuehl
53704b58aa
Final minimal viable solution
2024-08-27 21:43:46 +02:00
donbuehl
db77c13552
MVP solution for zsh plugin
...
Implemented a minimal viable solution for the zsh plugin:
- Checks if the shell is /bin/zsh
- Falls back to bash if not
This approach prioritizes simplicity and reliability over a more general solution to avoid potential errors.
2024-08-26 14:29:24 +02:00
donbuehl
be22c0e1f8
Simplify shell detection for openterminal
2024-08-25 15:44:28 +02:00
donbuehl
cd9d20eaf3
Simplify shell detection for openterminal
2024-08-25 15:19:53 +02:00
tom mortensen
8981e8bb15
Merge pull request #1834 from ich777/grub_cpuisolation_fix
...
GRUB compatibility changes
2024-08-24 09:18:04 -07:00
tom mortensen
83675005d2
Merge pull request #1833 from SimonFair/VM-Unmap-support
...
Fix vmusage stopping/Unmap Defaults and Fix Multifunction.
2024-08-24 09:17:10 -07:00
SimonFair
4b7f2bfcee
Default new disk to unmap.
2024-08-23 07:30:11 +01:00
SimonFair
72ff3c52c0
Unmap Default and Multifuncton
...
Set default for new VMs to discard="unmap"
Fix BSOD for VMs and Multifunction.
2024-08-22 23:24:18 +01:00
Tom Mortensen
69e11713e5
Dashboard: Soften messages during parity sync/check
2024-08-21 23:28:44 -07:00
Christoph Hummer
d9f83cc76b
Fix diagnostics to support GRUB
2024-08-21 07:54:31 +02:00
donbuehl
7e6ad9512d
Wrap getUserShell() call with escapeshellarg() for additional security
2024-08-20 09:08:31 +02:00
donbuehl
d7b4dfd44b
Fixed missing $ in variable
2024-08-19 22:14:46 +02:00
donbuehl
c62ef28fc3
Refactor getUserShell() for improved clarity and maintainability
...
- Introduce variable for better code readability
- Simplify return logic using the default shell variable
- Maintain comprehensive error handling with Throwable
2024-08-19 22:06:41 +02:00
donbuehl
07fa790411
Improve getUserShell() function for accuracy and consistency
...
- Refine username matching to prevent partial matches
- Use English for syslog error message
2024-08-19 21:49:31 +02:00
donbuehl
fb19a99ad4
Added function getUserShell() to OpenTerminal.php and use it for the execution
2024-08-19 18:16:38 +02:00
Christoph Hummer
d0dcf6c314
Fix for GRUB bootloader
2024-08-19 16:58:31 +02:00
Christoph Hummer
0d925a2471
Fix for GRUB bootloader
2024-08-19 16:54:19 +02:00
SimonFair
2b4eb1abad
Fix vmusage stopping when you on a new page on a tab.
2024-08-19 13:16:50 +01:00
tom mortensen
251881d850
Merge pull request #1831 from SimonFair/VM-Unmap-support
...
Add Unmap Support
2024-08-18 10:34:35 -07:00
tom mortensen
24fce7582c
Merge pull request #1828 from mtongnz/network-display-improvements
...
Network info display improvements (part 2)
2024-08-17 08:28:45 -07:00
SimonFair
b56f3e529c
Add Discard option.
2024-08-17 00:34:52 +01:00
mtongnz
c1b2bb7435
fix: better display of container LAN IP for ipvlan & macvlan
2024-08-16 18:20:10 +12:00
mtongnz
840e19d322
fix: some networks not showing
2024-08-16 17:35:22 +12:00
SimonFair
2ae85fdd31
Add unmap on VM change.
2024-08-15 22:36:15 +01:00
SimonFair
0db0032648
Add Unmap Support
2024-08-15 19:29:20 +01:00
desertwitch
8d9e2a04c0
PHP constants for better read-/maintainability
2024-08-15 16:49:32 +02:00
desertwitch
31f81349a8
sanitize PHP setting constants for update.php
...
update.php encapsulates the PHP constants used by the OS default PHP error reporting level with double quotes, which breaks functionality as they are then treated as text. by turning the PHP constants into strings first this problem is avoided.
2024-08-15 16:29:45 +02:00
desertwitch
3de8e05432
fix inconsistent PHP error reporting defaults
2024-08-15 14:08:58 +02:00
Matt
1c019c8f08
fix: display LAN:IP for multiple external networks
2024-08-15 18:50:44 +12:00
Matt
8d76d6f1cc
fix: display multiple networks for all types
...
This commit ensures containers with multiple networks are always displayed.
Previously, networks connected to containers (docker network connect...) don't show
2024-08-15 15:55:01 +12:00
Zack Spear
6f51589547
refactor: registration page transfer check ineligible copy
2024-08-13 17:28:29 -07:00
tom mortensen
b5a8223ffe
Merge pull request #1820 from Garbee/ssh-key-regex
...
feat(user-edit): update allowed ssh key encryptions
2024-08-13 12:46:39 -07:00
tom mortensen
1572378824
Merge pull request #1822 from SimonFair/VM-Manager-PHP-Fixes
...
Add ZFS Checking
2024-08-13 12:39:12 -07:00
Tom Mortensen
0cf3585a0d
update error messsage
2024-08-13 12:37:57 -07:00
Tom Mortensen
3f103f2089
DeviceInfo page improvements:
...
* Present confirmation dialog for Delete Pool operation
* Fix expansion of single device pool to multi-device zfs mirror or btrfs raid-1
2024-08-13 12:28:28 -07:00
Tom Mortensen
ed308c3a69
Display warning along side replacement and expansion devivces on Main if they will be initialized
2024-08-13 12:28:28 -07:00
tom mortensen
53c1788580
Merge pull request #1821 from Garbee/remove-document-write
...
fix: replace document write usages
2024-08-13 12:27:42 -07:00
SimonFair
32bb9bb6d9
Add ZFS Checking
...
This will check VM name does not include characters that are not valid for ZFS.
Existing VMs are not modified but will throw error and disable update if invalid characters are found.
2024-08-12 17:18:28 +01:00