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
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
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
936adea879
Merge pull request #1824 from unraid/fix-typo
...
Fix typo in help text
2024-08-13 12:44:31 -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
ljm42
043d2baaf7
Fix typo in help text
2024-08-12 12:21:57 -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
Jonathan Garbee
2ff8b77c9d
fix: replace document write usages
2024-08-10 15:35:49 +00:00
Jonathan Garbee
654db74167
feat(user-edit): update allowed ssh key encryptions
2024-08-10 14:51:06 +00:00
Christoph Hummer
fb2b66b5b0
Make VM Settings work with grub
2024-08-09 12:38:18 +02:00
Christoph Hummer
663665a61b
Make VM Settings work when using GRUB
2024-08-09 12:37:00 +02:00
tom mortensen
c9333ea955
Merge pull request #1616 from mtongnz/network-display-improvements
...
Network info display improvements
2024-08-08 23:16:15 -07:00
tom mortensen
bad23e7647
Merge pull request #1817 from dlandon/master
...
Sort users in natural order on shares page.
2024-08-08 09:48:11 -07:00
Christoph Hummer
17909f889e
Fix PHP Warning ( #3 )
...
- Fix PHP Warnings on Add Container page
2024-08-08 20:32:38 +12:00
Christoph Hummer
8cabad6f0d
Changes ( #2 )
...
* Changes
- Revert commit #ed5fe721d9cdfeb65148a5f12eebdf35729e1dfb
- Fix php errors
* Update DockerContainers.page
- Change `External IP:Port` to `LAN IP:Port`
2024-08-08 16:58:58 +12:00
dlandon
566113f86c
Sort users in natural order.
2024-08-07 16:56:09 -05:00
suzuki
202196f7d3
Fixed an issue where routes could not be saved in languages other than English
...
fix https://forums.unraid.net/bug-reports/stable-releases/%E3%80%9061211%E3%80%91%E3%80%90bug%E3%80%91cannot-save-static-route-r3156/
2024-08-03 22:17:51 +08:00
Christoph Hummer
9c2aa45751
Minor improvements ( #1 )
...
* few changes, please test
* Change weird formatting
* Another formatting change
* Fix for `container:` networks
* Hide IPs/Ports when container is not running
* WebUI fix
- generate WebUI links correctly
- don't show WebUI from containers which use a `container:` network
2024-08-03 17:39:00 +12:00
tom mortensen
06735f7a3e
Merge pull request #1805 from SimonFair/VM-Manager-PHP-Fixes
...
Fix delete VM if in a dataset.
2024-08-01 14:18:51 -07:00
tom mortensen
e7f7ef43c0
Merge pull request #1809 from desertwitch/patch-1
...
update.php: release file pointer after usage
2024-08-01 14:13:53 -07:00
SimonFair
6a91f270e3
Fix Audio and PCI for Mutlifunction.
2024-08-01 19:13:14 +01:00
Rysz
6d3a7a3298
release file pointer after usage
2024-08-01 10:53:47 +02:00
Christoph Hummer
f81118ffe3
Remove unnecessary comment
2024-07-31 21:33:50 +02:00
Christoph Hummer
f9107ebe11
Always display storage driver when Docker is active
2024-07-31 12:02:05 +02:00
Christoph Hummer
76f58d2995
overlay2 default
2024-07-31 11:05:54 +02:00
Christoph Hummer
3314860d31
Change the default to overlay2
2024-07-31 10:56:03 +02:00
Christoph Hummer
9a6b62ae98
Bugfix for new installations
2024-07-31 10:55:30 +02:00