ljm42
8909e16deb
fix: diagnostics: use escapeshellarg()
2025-04-22 12:44:52 -07:00
ljm42
9134a35cae
fix: diagnostics: remove error suppression to enable proper error logging
2025-04-22 12:32:03 -07:00
ljm42
35a7170b21
fix: diagnostics: use find with sed to properly handle wildcards in config files
2025-04-22 12:11:27 -07:00
ljm42
6891effea3
refactor: diagnostics: remove redundant if (!$all) checks
2025-04-22 11:57:35 -07:00
ljm42
119ca57db4
feat: diagnostics: use existing nchan publish function
2025-04-22 11:52:57 -07:00
ljm42
db9e92436f
feat: diagnostics: add error logging
2025-04-22 11:32:38 -07:00
tom mortensen
416cafc876
Merge pull request #2155 from unraid/fix-sshd
...
fix: rc.sshd determines which port to use
2025-04-21 10:44:24 -07:00
tom mortensen
7e4922b913
Merge pull request #2158 from unraid/fix-diags-remove-unraid-api-txt
...
fix: remove unraid-api.txt from diags
2025-04-21 10:28:32 -07:00
ljm42
0a016fba47
fix: remove unraid-api.txt from diags
...
no longer needed, graphql-api.log is better for troubleshooting
2025-04-18 08:57:57 -07:00
ljm42
07ce682e91
fix: rc.sshd determines which port to use
2025-04-16 15:23:21 -07:00
bergware
dfb65de17f
Wireless: remove special characters from key string used by openssl
2025-04-16 18:56:42 +02:00
bergware
6f9d99699d
diagnostics: include folder /boot/config/firmware
2025-04-10 17:04:35 +02:00
Zack Spear
61dca4cd84
fix: update feedback script to use standardized CSS class for feedback images, improving consistency in error and success messages
2025-04-03 16:48:46 -07:00
Zack Spear
b5e67b4293
refactor: update feedback script for improved readability and maintainability by standardizing PHP tags, restructuring CSS classes, and enhancing layout organization
2025-04-03 16:43:56 -07:00
bergware
7a6142ab5c
Wireless: only stop wifi when already running
2025-03-29 15:36:53 +01:00
Squidly271
d74a8d82a6
Fix: PHP error if a favourite page no longer exists
2025-03-25 17:11:58 -04:00
bergware
a600dbc678
diagnostics: anonymize IPv6 addresses in lsof.txt
2025-03-19 22:20:44 +01:00
bergware
d7fa9afb4a
Diagnostics: remove wireless username/password from diagnostics
2025-03-18 18:41:57 +01:00
tom mortensen
968b7de40a
Merge pull request #2042 from dlandon/mount_points_in_ud_cause_issues_in_ssd_trim
...
Bug: Fix handling of mount points with spaces is ssd_trim.
2025-02-27 12:26:05 -08:00
bergware
af5d627f60
Network: fix regression errors
2025-02-25 22:44:26 +01:00
bergware
d321201cc0
Network enhancements
...
- Remove non-existing ports from configuration file
- New option for additional ports: "Enable default gateway"
- Check refinements, do not execute on non-existing ports
2025-02-25 02:14:03 +01:00
dlandon
2069611a0c
Bug: Fix handling of mount points with spaces.
2025-02-24 09:53:40 -06:00
bergware
c1ecb1b2de
Wireless: add wifi info to dashboard and info button
2025-02-23 13:16:17 +01:00
bergware
db4e9a1fc1
minor code refracturing
2025-02-17 11:48:48 +01:00
bergware
68ca314a5b
Update reload_services
2025-02-17 11:19:23 +01:00
bergware
01e4027460
Revamp services management
...
Put update requests in a job queue and replace the job queue when new update requests are presented within the scheduled wait time
This approach makes only the last update request running
New log entries are provided to follow execution of the jobs
2025-02-16 21:33:00 +01:00
bergware
927d01a4ad
smarter restarting of access services
...
- restart ssh daemon only when changes are present
- restart telnet daemon only when changes are present
2025-02-16 21:26:53 +01:00
bergware
de3b154a70
Fix PHP errors
2025-02-15 20:58:22 +01:00
bergware
642e221556
Fix wireless at boot: don't start when not enabled
2025-02-15 19:51:55 +01:00
bergware
c21358142e
fix typo
2025-02-14 18:31:11 +01:00
bergware
76f0d68f24
wireless fine tuning
2025-02-12 03:50:42 +01:00
bergware
300bd2d468
Make script executable
2025-02-12 03:09:28 +01:00
bergware
b772e017b1
Wireless support - allow initial plain username and password
...
When user name and password are stored in plain text, these will be encrypted at start up.
2025-02-12 03:09:00 +01:00
bergware
dad99d98d8
Handle wired to wireless changeover when cable gets disconnected
2025-02-09 21:31:47 +01:00
bergware
48d708e738
Code refacturing
2025-02-01 19:45:16 +01:00
bergware
19bf71530a
Code refacturing
2025-02-01 19:42:15 +01:00
bergware
f28808e095
Better update services control
2025-02-01 19:22:32 +01:00
bergware
169c03aedf
Code corrections
2025-02-01 01:19:08 +01:00
bergware
3a0ba3f28d
Make script executable
2025-01-31 00:02:44 +01:00
bergware
cf98659c7c
Update wireless
2025-01-30 23:59:33 +01:00
bergware
9a1e11c616
Merge remote-tracking branch 'upstream/master'
2025-01-30 23:31:14 +01:00
bergware
643f71e143
network corrections
2025-01-30 23:26:35 +01:00
bergware
7deb8f6e78
Wireless support
2025-01-30 22:41:57 +01:00
bergware
5662fece45
Wireless support
2025-01-29 14:42:53 +01:00
Squidly271
d9a8728edc
Diagnostics: Show installed patches
2025-01-28 09:24:55 -05:00
bergware
91abb80095
Merge remote-tracking branch 'upstream/master'
2025-01-23 17:59:35 +01:00
Tom Mortensen
b3e355b29b
xss hardening
2025-01-22 21:22:32 -08:00
bergware
3c6f8262ee
Network enhancements
...
- Create separate entry for DNS server settings, which can be changed at all times (user is not required to stop the array)
- Added "info" button which shows a popup window with interface related assignments (error is shown if something is missing)
- Added "show" button to show or hide VLAN settings
- Make network settings a tabbed view
- Fixed a bug when sometimes DNS settings are not properly set
- Fixed a minor bug in routing table content
- Some other code optimizations
2025-01-13 22:19:45 +01:00
Tom Mortensen
f8e1d85681
nfsSettings script fix
2025-01-08 21:03:53 -08:00
dlandon
ba6f90a911
Merge branch 'master' into fix_nfs_ui_so_settings_can_be_made_with_nfs_enabled
2025-01-08 18:50:13 -06:00