Commit Graph

698 Commits

Author SHA1 Message Date
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
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
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
Squidly271
50643c77d7 Fix: Don't reload page if modal is open 2025-04-24 23:38:13 -04:00
bergware
b4cc5b13ab Merge branch 'master' into master 2025-04-24 18:52:41 +02:00
bergware
ebbc6b9a23 Wireguard: fix table 200 config creation 2025-04-24 10:41:57 +02: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
Squidly271
493cb496fd Use atomic writes when changing Dashboard display options 2025-04-21 13:48:38 -04:00
tom mortensen
7de31c9487 Merge pull request #2156 from Squidly271/patch-75
Refactor: Optimize publish.php
2025-04-21 10:27:33 -07:00
tom mortensen
a4f8652ebf Merge pull request #2152 from Squidly271/patch-73
Refactor: Reload Dash/Main pages when visibility becomes visible
2025-04-21 10:23:04 -07:00
Squidly271
e82e339870 Refactor: Optimize publish.php 2025-04-17 13:55:10 -04:00
Squidly271
e9799efc67 Remove 1 second delay 2025-04-15 12:09:08 -04:00
Squidly271
f90362c029 Refactor: Reload Dash/Main pages when visibility becomes visible 2025-04-15 11:38:57 -04:00
bergware
615ee2f56e Wireless: code optimization 2025-04-15 10:12:32 +02:00
bergware
7f2c262d14 File Manager: add UD shares to user shares 2025-04-14 12:53:22 +02:00
bergware
65995e2941 File manager: add UD shares to top level user shares 2025-04-11 17:58:00 +02:00
bergware
81182433f8 Update FileTree.php 2025-04-10 18:33:05 +02:00
bergware
21dba08330 Update FileTree.php 2025-04-10 18:32:11 +02:00
bergware
78feb2af04 file manager: add UD selection 2025-04-10 16:22:22 +02:00
tom mortensen
0ab90614bd Merge pull request #2140 from unraid/chore/remove-t2fa-from-login
chore: remove t2fa from .login.php template
2025-04-08 17:23:08 -07:00
tom mortensen
fd8bc9a907 Merge pull request #2130 from unraid/refactor/consolidate-jquery-ui-overwrites
refactor: migrate remaining dynamix-jquery-ui.css to default-dynamix.css
2025-04-08 17:22:21 -07:00
Zack Spear
7257c87831 chore: remove t2fa logic from .login.php template 2025-04-08 15:42:58 -07:00
bergware
665083c2de Merge remote-tracking branch 'upstream/master' 2025-04-08 09:24:44 +02:00
bergware
a3e3ff85cb Remove "domain" from network info. 2025-04-07 20:20:24 +02:00
Zack Spear
f615793cec refactor: removes dynamix-jquery-ui.css & migrate styles to default-dynamix.css 2025-04-07 10:09:59 -07:00
tom mortensen
0cee607627 Merge pull request #2124 from bergware/master
Networking: fix duplicate metrics handling
2025-04-07 09:50:45 -07:00
bergware
bcc1287d53 Update Wireless.php 2025-04-07 10:10:52 +02:00
Zack Spear
d19f3d2a3a chore: Add PHPDoc comments for releaseDateYear and getArrayStatus functions to improve code documentation and clarity. 2025-04-04 20:53:22 -07:00
Zack Spear
18ea6d8e35 fix: Correct logic in releaseDateYear function to only set timestamp if it exists, ensuring accurate year display in footer 2025-04-04 18:39:26 -07:00
Zack Spear
e6d4c8ca29 feat: Add releaseDateYear function to dynamically display the copyright year in the footer based on the build timestamp 2025-04-04 18:36:46 -07:00
Zack Spear
d11b22215f refactor: Move footer rendering logic and getArrayStatus function to a new Footer.php file for improved organization and maintainability. 2025-04-04 17:59:45 -07:00
Zack Spear
d4480c366d Refactor: Update getArrayStatus function to return an associative array for better data handling and improve footer rendering logic. 2025-04-04 17:53:09 -07:00
Zack Spear
cd990c8f1a Refactor: Simplify footer structure and encapsulate array status logic in a new function for improved readability and maintainability. 2025-04-04 17:49:04 -07:00
tom mortensen
07c30adc13 Merge pull request #2115 from bergware/master
Wireless fixes
2025-04-04 09:36:06 -07:00