bergware
5b74fb7d08
Wireless: fix potential double entries in station list
2025-03-25 00:40:16 +01:00
bergware
1cf608e7fb
wireless : ignore possible 'null' named networks
2025-03-24 23:33:19 +01:00
bergware
45072f9d08
Merge remote-tracking branch 'upstream/master'
2025-03-24 23:16:19 +01:00
bergware
9bd9e10f1f
Wireless: fix potential double entries in station list
2025-03-24 23:10:42 +01:00
bergware
8043d9e32e
Wireless: fix potential double entries in station list
...
Also added wireless band under "info"
2025-03-24 21:52:53 +01:00
bergware
75a522a92c
Wireless: fix potential double entries in station list
2025-03-24 21:11:51 +01:00
tom mortensen
e5c0dacecb
Merge pull request #2081 from Squidly271/nchan-fix
...
Refactor: Prevent nchan updates on browsers not in focus
2025-03-24 11:58:15 -07:00
Squidly271
0c33f55894
Copyright
2025-03-24 14:13:34 -04:00
Squidly271
57e4579dfe
Stop monitored on unload if live updates enabled
2025-03-24 13:46:33 -04:00
Squidly271
a9b00b4d19
Support VM page
2025-03-24 12:45:15 -04:00
Squidly271
23c474556f
Support Main and Docker Tabs
2025-03-24 12:37:02 -04:00
Squidly271
782baac3f0
Stop monitored subs when unloading page
2025-03-24 11:33:38 -04:00
bergware
402830cef1
Dashboard: fix restore to default function
2025-03-24 15:16:37 +01:00
bergware
30df391d3f
Dashboard: fix cpu graph
2025-03-24 14:49:55 +01:00
bergware
67244adb85
Networking: fix empty config when updating DNS and docker/vms are running
2025-03-24 14:35:44 +01:00
tom mortensen
281d8c9055
Merge pull request #2078 from SimonFair/Fix-Virgl-show-gpus-with-nouveau-driver
...
Show NV GPU if nouveau in use.
2025-03-22 15:44:48 -07:00
tom mortensen
e07a4484c2
Merge pull request #2079 from bergware/master
...
File manager: style fixes
2025-03-22 15:44:30 -07:00
Squidly271
7dbc9d14a5
Fix typo
2025-03-21 23:05:59 -04:00
Squidly271
38efaf4165
Update default.cfg
2025-03-21 22:58:36 -04:00
Squidly271
bd9419c4c6
Update DefaultPageLayout.php
2025-03-21 22:56:45 -04:00
Squidly271
18994d247a
Update DashStats.page
2025-03-21 22:50:39 -04:00
Squidly271
0ae3b06aa6
Update DisplaySettings.page
2025-03-21 22:44:20 -04:00
bergware
cef6800375
update_2: fix PHP error
2025-03-21 23:39:43 +01:00
bergware
b299a4fe3c
update_2: fix PHP error
2025-03-21 23:03:47 +01:00
bergware
0ffe15774a
Wrappers: fix PHP error
2025-03-21 22:34:10 +01:00
Zack Spear
6a3d9c96f8
feat: enhance UnraidCheckExec security
...
* Added security headers to the setupEnvironment method for improved security.
* Implemented stricter validation for the altUrl parameter to ensure it matches allowed domains and uses HTTPS.
* Enhanced script execution checks to validate permissions before running the unraidcheck script.
2025-03-21 14:13:38 -07:00
bergware
fd3e5de80f
File manager: style fixes
2025-03-21 15:20:27 +01:00
SimonFair
afe4b2ba15
Update Custom.form.php
2025-03-21 10:53:07 +00:00
tom mortensen
e77c98bd8b
Merge pull request #2063 from Squidly271/patch-36
...
Refactor: Delete Unraid Patch install page
2025-03-21 00:25:24 -07:00
tom mortensen
45cd178daf
Merge pull request #2077 from zackspear/feat/replace-key-improvements
...
feat: replace key improvements
2025-03-21 00:24:53 -07:00
tom mortensen
ece22eb33d
Merge pull request #2074 from Squidly271/patch-45
...
Fix: Allow docker context menu to be either above or below depending …
2025-03-21 00:23:55 -07:00
tom mortensen
9f4ead59a8
Merge pull request #2073 from Squidly271/patch-44
...
Chore: Update ApexCharts to latest version
2025-03-21 00:23:32 -07:00
tom mortensen
8ae6d677e5
Merge pull request #2070 from bergware/master
...
Diagnostics: remove wireless username/password from diagnostics
2025-03-21 00:22:38 -07:00
Zack Spear
116732fab7
feat: UnraidCheckExec for calling unraidcheck from web components
...
* Added `UnraidCheckExec` class to handle execution of the unraidcheck script and return JSON responses.
* Updated the unraidcheck script to parse query parameters for better integration with web components.
* This change maintains separation of concerns between UnraidCheck and ReplaceKey functionalities.
2025-03-20 17:34:24 -07:00
Zack Spear
f6aa74c264
feat: Integrate ReplaceKey functionality across multiple pages
...
* Added `ReplaceKey` initialization and check to `Registration.page`, `Downgrade.page`, `Update.page`, and `unraidcheck` script.
* Ensures consistent handling of key replacement across relevant components.
2025-03-20 14:52:29 -07:00
Zack Spear
1768d77c31
feat: Enhance ReplaceKey to handle installation response and notifications
...
* Added logic to process the response from KeyInstaller's installKey method.
* Implemented error handling and notification system based on installation success or failure.
* Notifications include event, subject, and description for better user feedback.
2025-03-20 14:48:29 -07:00
Zack Spear
58bee5744d
fix: KeyInstaller class responseComplete usage
2025-03-20 12:41:38 -07:00
Zack Spear
80869a032c
refactor: Simplify writeJsonFile method and adjust forceCheck logic in ReplaceKey
...
* Removed appending functionality from writeJsonFile for cleaner implementation.
* Inverted condition for forceCheck to improve logic clarity.
2025-03-20 12:31:04 -07:00
Squidly271
3d2ea08bc1
Fix: Allow docker context menu to be either above or below depending upon space
2025-03-19 23:01:23 -04:00
Squidly271
ee63d2179e
Chore: Update ApexCharts to latest version
2025-03-19 22:27:48 -04:00
bergware
a600dbc678
diagnostics: anonymize IPv6 addresses in lsof.txt
2025-03-19 22:20:44 +01:00
bergware
9f14e81621
Docker: allow independent IPv4 and IPv6 selection for configured networks
2025-03-19 13:09:17 +01:00
bergware
8fb1974de3
Docker: allow independent IPv4 and IPv6 selection for configured networks
2025-03-19 13:07:22 +01:00
Zack Spear
bd640b1f62
feat: ReplaceKey 7 day window around regExp & new forceCheck param ( #10 )
...
* feat: ReplaceKey 7 day window around regExp & new forceCheck param
* feat: Enhance writeJsonFile to support appending data
2025-03-18 15:51:08 -07:00
bergware
d7fa9afb4a
Diagnostics: remove wireless username/password from diagnostics
2025-03-18 18:41:57 +01:00
Tom Mortensen
b03a4e436b
fix: if singled disabled array disk, should still be able to create shares
2025-03-17 12:18:39 -07:00
Tom Mortensen
bf52e73791
fix: disabled disks do not show up on Dashboard
2025-03-12 22:14:08 -07:00
Tom Mortensen
5448557ff3
Corrections for non-standard partition layouts
2025-03-12 22:14:08 -07:00
tom mortensen
8b333fda51
Merge pull request #2066 from Squidly271/patch-41
...
Fix: Disallow HTML in plugin attributes
2025-03-12 22:07:48 -07:00
Squidly271
04d497c240
Fix: Disallow HTML in plugin attributes
2025-03-12 20:07:15 -04:00