Commit Graph

1157 Commits

Author SHA1 Message Date
dlandon a76a68d4e2 Simpler check for null values. 2024-04-12 14:34:41 -05:00
dlandon f9398d01c6 Move OutgoingProxy.php file to /include/ folder. 2024-04-12 14:16:56 -05:00
dlandon fcb58b1908 Merge branch 'master' into master 2024-04-12 08:04:31 -05:00
dlandon 22c3ac6061 Changes for set_proxy rewrite. 2024-04-12 07:35:26 -05:00
dlandon 562a1ace79 Changes for set_proxy rewrite. 2024-04-12 07:35:08 -05:00
dlandon cdedaa9476 Code cleanup. 2024-04-12 07:34:13 -05:00
dlandon 1d35b06539 Remove create_proxy; set_proxy replaces the functionality. 2024-04-12 07:33:50 -05:00
Tom Mortensen 7d85097bce fix: Emulated disk is not clickable 2024-04-09 14:36:26 -07:00
Tom Mortensen 37b41950bb fix: ZFS subpools show up and can be selected in the new permissions tool 2024-04-09 14:35:05 -07:00
tom mortensen a88d5608af Merge pull request #1697 from SimonFair/VM-Metrics
Fix php error due to typo and if libvirt is not started.
2024-04-08 13:14:25 -07:00
dlandon 1a79fb8cd8 Make scripts executable 2024-04-08 08:23:46 -05:00
dlandon e6e74004a3 Rename scripts to be more consistent with Unraid standards. 2024-04-06 11:58:10 -05:00
dlandon bf36603023 Rename config file to prevent confusion. 2024-04-06 08:17:10 -05:00
dlandon c8967594c7 Remove debug log line. 2024-04-06 08:08:39 -05:00
SimonFair e0ea112af7 Fix php error due to typo and if libvirt is not started. 2024-04-06 11:09:42 +01:00
dlandon 5867f6719d Don not include user and pass in the /boot/config/proxy.cfg file. Thgey are not needed by set_proxy. 2024-04-05 12:33:38 -05:00
dlandon cf69edb57d Key generation fails on first run. 2024-04-05 08:16:03 -05:00
dlandon 1d47440008 Code cleanup. 2024-04-05 08:15:28 -05:00
dlandon 890671f106 Fix typo. 2024-04-04 19:15:56 -05:00
dlandon a1d486f112 Add password encryption and create_proxy.sh script to create the proxy.cfg file needed by set_proxy. 2024-04-04 13:05:36 -05:00
tom mortensen bce62bb5e9 Merge pull request #1650 from SimonFair/VM-Metrics
Various VM Manager changes
2024-04-03 15:53:54 -07:00
tom mortensen 7c318c11f1 Merge pull request #1667 from jski/master
Add additional USB device passthrough smartmontools options to webgui
2024-04-03 15:52:37 -07:00
tom mortensen 1447bea75b Merge pull request #1684 from SimonFair/VM-Avoid-spinup-of-ISOS-location-volume
Add spin up check to CD info function.
2024-04-03 15:51:58 -07:00
tom mortensen a2a598d28d Merge pull request #1690 from unraid/proxy-via-localprepend
Proxy via local_prepend.php
2024-04-03 15:43:52 -07:00
tom mortensen cc2d969181 Merge pull request #1694 from dlandon/master
Add Outgoing Proxy Manager
2024-04-03 15:43:38 -07:00
dlandon 3790217cec Fix php errors. 2024-04-03 12:43:13 -05:00
dlandon cde1e4582a Fix menuing. 2024-04-03 11:00:48 -05:00
dlandon 689f0bb697 Add Outgoing Proxy Manager. 2024-04-03 10:38:52 -05:00
tom mortensen 845fb47335 Merge pull request #1691 from SimonFair/Sysdevices-Language-Fix
Fix for sysdrivers.
2024-04-02 08:56:23 -07:00
SimonFair 7738c25e7c Fix for sysdrivers. 2024-04-01 20:49:03 +01:00
ljm42 2f279bc56e Proxy via local_prepend.php 2024-04-01 11:32:46 -07:00
SimonFair 2d78738cef Add check for memory dump 2024-03-29 11:05:52 +00:00
SimonFair c0f79e8929 Add tooltip and * if spundown. 2024-03-29 07:48:33 +00:00
Tom Mortensen 02de6b43b4 support 'inelgible' configValid state 2024-03-26 18:22:21 -07:00
Tom Mortensen 3b2ed257da permit file system selection with array Started only if fle system type is 'auto' 2024-03-26 18:22:21 -07:00
tom mortensen 0afb8dd7de Merge pull request #1681 from unraid/curl-improvements
Curl improvements
2024-03-25 08:44:44 -07:00
ljm42 537149f206 Use Curl for network connectivity checks 2024-03-24 14:59:03 -07:00
ljm42 0b7f980e97 introduce http_get_contents wrapper for Curl 2024-03-24 14:17:09 -07:00
ljm42 da32a2ab36 Add proxy env vars to Tools -> Vars 2024-03-23 09:55:28 -07:00
tom mortensen 614826552f Merge pull request #1675 from unraid/add-proxy
Add outgoing proxy support
2024-03-23 08:43:55 -07:00
ljm42 e696f98467 Fix PHP warnings on Management Access page 2024-03-21 11:22:35 -07:00
ljm42 cb84d60e00 Remove special handling for file_get_contents(), use libcurl instead 2024-03-19 11:52:59 -07:00
ljm42 ffcb5b11a1 Remove special handling for libcurl, use environment variables instead 2024-03-18 14:44:51 -07:00
ljm42 77bd950c6d remove proxy.ini, use environment variables instead 2024-03-18 14:22:57 -07:00
ljm42 6d379a4dd6 Add outgoing proxy support 2024-03-17 20:23:51 -07:00
SimonFair a101d2c538 Code optimisation for quicker load. 2024-03-17 11:12:40 +00:00
SimonFair a15501a2b5 Remove tmp debug files. 2024-03-16 21:34:39 +00:00
jski 10d590fc66 Fixed two typos, thanks @ljm42 2024-03-16 15:28:20 -04:00
SimonFair 1c23a008b9 Add context menu on VM Usage Panel 2024-03-16 13:40:53 +00:00
tom mortensen 8d1438635a Merge pull request #1671 from unraid/fix-notifications
Fix Docker notifications
2024-03-15 14:33:36 -07:00