Commit Graph

2969 Commits

Author SHA1 Message Date
tom mortensen b9b0987a41 Merge pull request #963 from limetech/feat/unraid-cert-requires-sign-in
Feat/unraid cert requires sign in
2021-09-30 09:15:14 -07:00
Eric Schultz e6b2db9859 Merge pull request #957 from zackspear/feat/unraid-cert-requires-sign-in
Feat/unraid cert requires sign in
2021-09-25 09:14:28 -05:00
Eric Schultz e5c935d265 fix: UpdateDNS phones home more often than needed 2021-09-24 15:12:05 -05:00
Eric Schultz e38072c3ec feat: updatedns - send proto, port, and hostname #2 2021-09-22 15:20:27 -05:00
Eric Schultz 2b433600bc feat: updatedns - send proto, port, and hostname 2021-09-22 11:58:36 -05:00
Zack Spear 1110d7bacd chore: clean up 2021-09-20 18:03:08 -07:00
Zack Spear 2905b1a136 improve(ManagementAccess): LE SSL requires unraid.net sign in 2021-09-20 18:00:40 -07:00
bergware b9d4f95b81 Merge remote-tracking branch 'upstream/master' 2021-09-19 10:04:34 +02:00
bergware 96822c3be3 Update Browse.php 2021-09-19 02:28:04 +02:00
bergware fe846b9a82 Multi-language correction 2021-09-18 18:25:46 +02:00
bergware a4a84d2343 Multi-language correction 2021-09-18 15:51:53 +02:00
bergware 878d84a589 Multi-language correction 2021-09-18 10:09:48 +02:00
bergware 462b67d6eb Multi-language correction 2021-09-17 23:49:34 +02:00
Zack Spear 15cee10f4d refactor: unraid.net cert requires server to be signed in 2021-09-17 14:28:33 -04:00
Zack Spear 6a1637f9e2 refactor(UpdateDNS): var readability 2021-09-10 13:50:53 -07:00
Zack Spear fc53726f0f Merge commit '7301aa5a195026a35c9fa846fb6466c09276b78d' into master 2021-09-10 13:48:54 -07:00
tom mortensen 9dda51fba2 Merge pull request #949 from limetech/feat-servercomment
UpdateDNS servercomment and internalip tweaks
2021-09-09 15:02:57 -07:00
Zack Spear 7301aa5a19 fix(UpdateDNS): send servername w/ servercomment 2021-09-09 10:43:42 -07:00
Eric Schultz 0707423db8 UpdateDNS: only send internalip when using cert 2021-09-08 01:46:52 -05:00
Eric Schultz 515c337c04 UpdateDNS: also send servercomment when signed in 2021-09-08 01:39:24 -05:00
Squidly271 fe1dcffdd6 Silence PHP error on syslinux page if flash drive is missing
While this case isn't explicitly covered by the banner warning (no syslinux.cfg file), if this file is missing / corrupted then the system probably won't boot if the flash drive is still present.   I told JonP as I run across PHP errors in the WebUI I'd put in code to silence them or handle them as applicable.
2021-09-06 19:07:12 -04:00
Zack Spear f2d7fc3d24 chore: code formatting 2021-09-02 13:59:01 -07:00
Zack Spear 5052df8f44 style: increase notification close size 2021-09-02 13:57:37 -07:00
bergware 7f0729fc68 Fixed possible race condition in flash check 2021-08-28 20:27:27 +02:00
Eric Schultz 844eb45025 fix: UpdateDNS send 'base-*' instead of 'na' 2021-08-25 17:47:54 -05:00
tom mortensen 4ffd5f4361 Merge pull request #940 from ljm42/feat/diagnostics-urls
Diagnostics: add url details
2021-08-25 09:48:58 -07:00
bergware 4b059d1db1 Prepare access for IPv6 only and variable interface 2021-08-25 16:16:52 +02:00
bergware 0f34949787 Prepare access for IPv6 only and variable interface 2021-08-25 14:20:31 +02:00
bergware b12fb134f4 Prepare access for IPv6 only and variable interface 2021-08-25 14:10:35 +02:00
bergware 8cdbaf5975 Prepare access for IPv6 only and variable interface 2021-08-25 13:56:48 +02:00
bergware 4aeeed6072 Prepare access for IPv6 only and variable interface 2021-08-25 13:48:04 +02:00
bergware 09a3e63868 Prepare access for IPv6 only and variable interface
variable interface defaults to eth0.
2021-08-25 12:21:59 +02:00
ljm42 2d862f4096 Diagnostics: add note about use_ssl no 2021-08-23 13:19:32 -07:00
ljm42 202b30e428 Diagnostics: add check for DNS Rebinding Protection 2021-08-23 11:59:21 -07:00
ljm42 b37163c046 Diagnostics: additional url checks 2021-08-23 11:34:41 -07:00
ljm42 65d0ee10bd Diagnostics: privatize routable IPs 2021-08-23 10:00:40 -07:00
bergware f4eef78d94 Add 'root' folder protection to filetree 2021-08-23 17:48:14 +02:00
bergware 7a435c6338 Update Report.php 2021-08-23 07:35:34 +02:00
ljm42 d84bcfff1c Diagnostics: add url details
Add details to aid troubleshooting the HTTP and HTTPS urls for this server
2021-08-22 20:41:18 -07:00
bergware 276f24be13 Update Report.php 2021-08-23 00:37:44 +02:00
bergware 2f63c19329 Update Report.php 2021-08-23 00:10:21 +02:00
bergware 81cd4e34f1 Timed events
banner timers are stored for start/stop action
minimize reading of flash during quick browsing
2021-08-23 00:02:15 +02:00
bergware 94a149e855 Revert "Use timers variable for banner warnings"
This reverts commit 8b8a9d3ea6.
2021-08-22 23:52:19 +02:00
bergware 8b8a9d3ea6 Use timers variable for banner warnings
The timers variable keeps track of running timers and stop/start them accordingly when async GUI updates are done. This protects the GUI from hanging.
2021-08-22 23:28:42 +02:00
bergware 69cdd8de6f Use configuration check as background check 2021-08-22 22:00:24 +02:00
bergware 10a11c38b3 Revert "Use vfat check to validate flash device"
This reverts commit 4ba014c7bc.
2021-08-22 21:56:01 +02:00
bergware 31f4f61782 Revert "New setting "Flash Device Check""
This reverts commit 5b1e9153bd.
2021-08-22 21:55:53 +02:00
bergware 3645088e3d Revert "New setting "Flash Device Check""
This reverts commit 86881d38e5.
2021-08-22 21:55:33 +02:00
bergware 86881d38e5 New setting "Flash Device Check" 2021-08-22 19:00:02 +02:00
bergware 5b1e9153bd New setting "Flash Device Check"
Available under Flash Settings.
It allows the user to chose how to check the USB device.
Defaults to "none"
2021-08-22 18:56:44 +02:00