bergware
582cefbfc1
Services: move sleep to upper layer to improve accuracy
2025-05-08 15:59:10 +02:00
bergware
b52defdbda
Network: updated routing table
2025-05-08 15:58:16 +02:00
bergware
05899b36a5
Network: improved automatic metric assignment
2025-05-08 15:57:46 +02:00
tom mortensen
440f2b3618
Merge pull request #2181 from Squidly271/patch-79
...
Refactor: Only reload Main/Dash on visibility if Live Updates disabled
2025-05-01 09:50:21 -07:00
Squidly271
9d5d343738
nitpick
2025-04-30 22:13:18 -04:00
Squidly271
d27786548a
Refactor: Only reload Main/Dash on visibility if Live Updates disabled
2025-04-30 22:07:27 -04:00
ljm42
60601f13f2
fix: diagnostics: prevent warnings for non-existent files, take 2
2025-04-29 09:41:55 -07:00
tom mortensen
9660c7b827
Merge pull request #2176 from unraid/fix-diags-2
...
fix: diagnostics: prevent warnings for non-existent files
2025-04-28 09:44:57 -07:00
ljm42
ce089737a8
fix: diagnostics: prevent warnings for non-existent files
2025-04-27 21:10:16 -07:00
bergware
2879a50fe5
Fix double declaration
2025-04-27 20:46:34 +02:00
bergware
148e9aeb7d
Code enhancements
2025-04-27 17:06:08 +02:00
bergware
86ba071c7b
Revert "Fix routing table selection"
...
This reverts commit 569ca8d1f7 .
2025-04-27 04:41:53 +02:00
bergware
569ca8d1f7
Fix routing table selection
2025-04-27 04:36:31 +02:00
bergware
bb25bee9c6
Update update.wireguard.php
2025-04-27 04:26:44 +02:00
bergware
ba23aa5910
Fixed time loop
2025-04-27 04:15:52 +02:00
bergware
e28a18f046
Improved time loop
2025-04-27 02:53:40 +02:00
bergware
2d2a3fc1cd
Improve wired/wireless detection
2025-04-27 02:29:52 +02:00
bergware
7346aacbdf
Update NetworkInfo.php
2025-04-26 19:56:04 +02:00
bergware
dbae271399
Wireless: codeRabbit advice
2025-04-26 19:55:34 +02:00
bergware
2c07d92388
Wireless: rounded tx & rx speeds in info
2025-04-26 19:49:34 +02:00
bergware
404b0da94b
Wireless: fix manual input field
2025-04-26 19:36:10 +02:00
bergware
eb7b6d3714
Wireguard: add verification check
2025-04-26 19:14:11 +02:00
bergware
2e99ef2a6f
Wireless: fix javascript error
2025-04-26 18:57:22 +02:00
bergware
154073340b
Fix typo
2025-04-26 15:42:27 +02:00
bergware
a558b497b2
Wireguard: fix wlan0 support
2025-04-26 15:36:48 +02:00
tom mortensen
fd7abae0e9
Merge pull request #2172 from Squidly271/patch-78
...
Fix: Don't reload page if modal is open
2025-04-25 10:11:30 -07:00
Squidly271
50643c77d7
Fix: Don't reload page if modal is open
2025-04-24 23:38:13 -04:00
Squidly271
5107f84270
Fix: Prevent spurious console error when leaving Main tab
2025-04-24 22:14:09 -04:00
ljm42
fef99b9df7
fix: diagnostics: ensure commands run with UTF-8 charset
2025-04-24 12:58:47 -07:00
ljm42
d8218ab906
revert diagnostics changes in #2168
2025-04-24 12:56:55 -07:00
bergware
854a02b63f
Update diagnostics
2025-04-24 19:03:22 +02:00
bergware
e45853b28c
Merge branch 'master' of https://github.com/bergware/webgui
2025-04-24 19:02:37 +02:00
bergware
4540a2f92b
Update diagnostics
2025-04-24 19:02:19 +02:00
bergware
b4cc5b13ab
Merge branch 'master' into master
2025-04-24 18:52:41 +02:00
bergware
b4542d9d2a
update diagnostics
...
- make use of "publish" function
- force bash commands to run with UTF8 encoding
2025-04-24 12:07:34 +02:00
bergware
ebbc6b9a23
Wireguard: fix table 200 config creation
2025-04-24 10:41:57 +02:00
ljm42
1ba779f8a1
fix: Add -b flag to awk commands in diagnostics script
...
Add the -b flag to awk commands that process log files to prevent
encoding warnings when encountering non-UTF-8 characters. This fixes
the "Invalid multibyte data detected" warning that could occur when
processing syslog files.
2025-04-23 16:04:59 -07:00
tom mortensen
cfc1f23170
Merge pull request #2163 from unraid/diags-improvements
...
fix: diagnostics improvements
2025-04-23 14:59:14 -07:00
tom mortensen
66391bb9a9
Merge pull request #2164 from unraid/fix-proxy
...
fix: Replace unassigned_log with outgoingproxy_log
2025-04-23 14:58:26 -07:00
bergware
a8b3c9a23a
Wireless: escape double quotes (") in ssid
2025-04-23 11:37:46 +02:00
ljm42
5c5d8562e0
fix: Replace unassigned_log with outgoingproxy_log
...
unassigned_log is not a valid function
2025-04-22 20:42:21 -07:00
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
Squidly271
493cb496fd
Use atomic writes when changing Dashboard display options
2025-04-21 13:48:38 -04: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