Commit Graph

11717 Commits

Author SHA1 Message Date
SimonFair 053c2a0f72 Update emhttp/languages/en_US/helptext.txt
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-12-07 16:14:00 +00:00
SimonFair eb36828b21 Update helptext.txt 2025-12-07 16:10:56 +00:00
SimonFair 0ab79f48ec Add PCI speeds, width and gen to display. 2025-12-07 15:56:14 +00:00
SimonFair 550655c90c Add pcidiffs and savedpcidata to diags 2025-12-07 15:54:24 +00:00
SimonFair e7d3687323 Fix usb filter. 2025-12-07 11:22:47 +00:00
SimonFair cf1dbef59e Fix filter of removed devices. 2025-12-07 11:17:28 +00:00
SimonFair 9a1007c695 Add PCI changes warning to GPUs and Audio devices 2025-12-07 10:39:48 +00:00
SimonFair d1b8e255da Updates warning icon and coderabbit 2025-12-07 09:09:03 +00:00
SimonFair d2c8d3e03e Merge remote-tracking branch 'upstream/master' into SR-IOV 2025-12-06 20:59:49 +00:00
SimonFair 8932138274 Add Numa node processing to VM Template. 2025-12-06 20:37:40 +00:00
SimonFair 9b1bb9b7cd Updates and Fixes 2025-12-06 20:37:12 +00:00
Tom Mortensen d0e94e4a40 Minor changes to /etc/hosts file handling. 2025-12-05 12:17:26 -08:00
SimonFair a9439171b1 System Devices selections 2025-12-05 14:18:31 +00:00
tom mortensen 01b0e024a9 Merge pull request #2464 from unraid/feat/download-only-plugin-installs
feat: Enhance plugin installation command to support 'download-only' option
2025-12-04 13:53:25 -08:00
tom mortensen 403b0700bf Merge pull request #2472 from unraid/feat-hostname
fix: standardize on /etc/hostname
2025-12-04 13:31:07 -08:00
ljm42 0bdb784939 fix: standardize on /etc/hostname
/etc/HOSTNAME is no longer set
2025-12-04 12:46:40 -07:00
tom mortensen 139d6b3c51 Merge pull request #2470 from unraid/feat-add-usb-details-to-diagnostics
feat: add lsusb details to diagnostics
2025-12-03 14:56:32 -08:00
tom mortensen ca84872f32 Merge pull request #2469 from unraid/fix-disable-avahidnsconfd
fix: disable rc.avahidnsconfd by default
2025-12-03 14:55:44 -08:00
tom mortensen e31029e7ba Merge pull request #2467 from pujitm/fix/default-base
fix(styles): exclude unapi from raw element css rules
2025-12-03 14:05:10 -08:00
ljm42 408fc9721b fix typo
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-12-03 11:41:21 -07:00
ljm42 2f6904e170 feat: add lsusb details to diagnostics 2025-12-03 11:23:52 -07:00
ljm42 8f2e6edc3a fix: disable rc.avahidnsconfd by default
rc.avahidaemon remains active
2025-12-03 11:18:32 -07:00
ljm42 9f8ee55878 Feat: Plugin download method now stages plugin updates for next boot 2025-12-01 22:36:25 -07:00
tom mortensen fa9a481ae2 Merge pull request #2427 from Squidly271/patch-9
7.3 Refactor fixed listing height processing
2025-12-01 12:06:23 -08:00
tom mortensen cfbd79bb31 Merge pull request #2466 from SimonFair/Fix-NoVNC-missing-json-files-
Fix missing novnc files
2025-12-01 12:05:19 -08:00
Pujit Mehrotra 31957f1c55 fix: exclude unapi from raw element rules 2025-12-01 14:28:05 -05:00
Squidly271 9535aea6b1 Merge branch 'master' into patch-9 2025-11-27 22:28:09 -05:00
SimonFair 77b8cc7638 Fix missing novnc files 2025-11-26 17:00:13 +00:00
ljm42 1dd843df97 Add plugin download method with target version support for OS upgrades 2025-11-25 12:06:48 -05:00
Eli Bosley d2d326f4e1 refactor: Enhance plugin argument handling by introducing optional argument parsing. Streamline the logic for determining forced plugin installations and improve clarity in command processing. 2025-11-25 12:06:48 -05:00
Eli Bosley e9c9f03cc7 refactor: Normalize download handling in plugin installation logic. Adjusted method flow to reuse installation steps for download requests, enhancing clarity and maintainability in plugin processing. 2025-11-25 12:06:48 -05:00
Eli Bosley 28452597a8 refactor: Remove legacy download flags from plugin installation logic. Streamline the handling of options to enhance clarity and maintainability in plugin processing. 2025-11-25 12:06:48 -05:00
Eli Bosley f6370ef331 refactor: Simplify plugin option handling by removing unnecessary flags. Update logic to determine if a plugin is forced based solely on the presence of options, enhancing clarity in plugin processing. 2025-11-25 12:06:48 -05:00
Eli Bosley 22ff21f712 refactor: Update plugin processing logic to consistently handle 'download_only' variable. Ensure pre and post hook execution respects the download-only mode, improving clarity and functionality during plugin installation and downloading. 2025-11-25 12:06:48 -05:00
Eli Bosley d350257753 Revert "refactor: Simplify plugin processing logic by replacing 'download_only' variable with 'download_mode'. Update related conditions for clarity and consistency in plugin installation and downloading behavior."
This reverts commit 3ac24e47af.
2025-11-25 12:06:48 -05:00
Eli Bosley f276a0c772 refactor: Simplify plugin processing logic by replacing 'download_only' variable with 'download_mode'. Update related conditions for clarity and consistency in plugin installation and downloading behavior. 2025-11-25 12:06:48 -05:00
Eli Bosley 67a5e0d483 refactor: Update plugin command usage to replace 'download-only' with a dedicated 'download' command. Adjust processing logic and improve logging for clarity during plugin installation and downloading. 2025-11-25 12:06:48 -05:00
Eli Bosley 109563cc0b feat: Enhance plugin installation command to support 'download-only' option, allowing users to download plugin files without executing installation commands. Update usage instructions and adjust processing logic accordingly. 2025-11-25 12:06:48 -05:00
tom mortensen 8fa0abee15 Merge pull request #2452 from Squidly271/Feat-vncportcheck
Feat: Add port checking for VNC and sane defaults
2025-11-25 00:22:42 -08:00
tom mortensen 7ec5520184 Merge pull request #2445 from Squidly271/feat/bettersafemodeswal
Feat: Better identify safemode
2025-11-25 00:22:12 -08:00
tom mortensen 4b70b80820 Merge pull request #2443 from SimonFair/SR-IOV
Feat: 7.3 SR-IOV Support Network Cards
2025-11-25 00:21:33 -08:00
tom mortensen b8359502f9 Merge pull request #2407 from SimonFair/CPU-Packages
Feat:Add power, temps and Split physical CPUS
2025-11-25 00:20:18 -08:00
SimonFair c1632c271c escape module. 2025-11-24 23:01:22 +00:00
SimonFair f932fae8e0 Coderabbit Fixes 2025-11-24 22:31:25 +00:00
SimonFair 837c650701 Fix error processing 2025-11-24 21:23:58 +00:00
SimonFair a6d3f0d380 Fix typo and apply processing if saved first 2025-11-24 16:39:08 +00:00
SimonFair 6f5e7b3701 Update SysDevs.php 2025-11-23 16:35:30 +00:00
SimonFair 881d43c730 Coderabbit and code formatting 2025-11-23 16:35:08 +00:00
SimonFair 0c68b87032 Status message and fixes. 2025-11-23 13:52:57 +00:00
SimonFair 0fa2467147 WIP Updates 2025-11-22 22:23:28 +00:00