Commit Graph

10664 Commits

Author SHA1 Message Date
tom mortensen 1e0895b2f2 Merge pull request #2186 from bergware/master
Miscellanous network fixes and improvements
2025-05-10 01:19:54 -07:00
bergware db3bc9898e Update rc.docker 2025-05-10 10:15:59 +02:00
bergware daab1207d9 Update rc.docker 2025-05-10 05:16:40 +02:00
bergware 2d0208f8be Revert "Update rc.docker"
This reverts commit 018d9fe90a.
2025-05-10 04:52:39 +02:00
bergware 018d9fe90a Update rc.docker 2025-05-10 04:47:23 +02:00
bergware 1050c7a0ca added 'to' in 'ip route show' commands for better readability
in accordance with CodeRabbit
2025-05-10 04:35:54 +02:00
bergware 92cc39f28b Update rc.docker 2025-05-10 04:06:00 +02:00
bergware 4370bf8457 Update rc.docker 2025-05-10 04:03:28 +02:00
bergware 91ddc7d345 Update rc.docker 2025-05-10 04:00:07 +02:00
bergware 3c5b532fc5 Update rc.docker 2025-05-10 03:07:27 +02:00
bergware f8eedada6e Update rc.docker 2025-05-10 01:38:12 +02:00
bergware dfd599b681 docker: code optimization 2025-05-10 01:27:16 +02:00
bergware 82026eca04 docker: silently remove network 2025-05-10 01:14:38 +02:00
bergware 255f3b98df Update rc.nginx 2025-05-10 00:50:03 +02:00
bergware acf0224249 Update rc.local 2025-05-10 00:49:18 +02:00
bergware bd0e1af8a7 Update rc.docker 2025-05-10 00:29:15 +02:00
bergware d5305b6cd8 docker: only delete IP when it exists 2025-05-09 23:03:20 +02:00
bergware 7ea1095cca docker: create custom networks unconditionally 2025-05-09 22:40:53 +02:00
bergware 1ba2f4bd89 Merge remote-tracking branch 'upstream/master' 2025-05-09 11:31:43 +02:00
bergware 321c899547 Merge branch 'master' of https://github.com/bergware/webgui 2025-05-08 23:33:34 +02:00
bergware 012e486414 docker: better handling of IPv6 /128 subnets 2025-05-08 23:33:32 +02:00
tom mortensen 98f1c72ce8 Merge pull request #2187 from SimonFair/general-protection-fix
Fix boot issue starting VM manager.
2025-05-08 12:19:40 -07:00
tom mortensen 490caa6dba Merge pull request #2185 from unraid/fix/notice-shift-with-content-position-relative
fix: update header styles and layout in default-base.css
2025-05-08 12:18:57 -07:00
tom mortensen 6f650efa0c Merge pull request #2184 from unraid/refactor/main-content-position-relative
refactor: header, menu, content, & footer position CSS
2025-05-08 12:18:20 -07:00
bergware 63a5c244cb Merge branch 'master' into master 2025-05-08 17:59:09 +02:00
SimonFair 3208c8c0f1 Fix boot issue starting VM manager. 2025-05-08 16:51:14 +01:00
bergware 756d008c50 Update rc.docker 2025-05-08 17:45:17 +02:00
bergware ea94ff2e31 Update rc.wireless 2025-05-08 17:42:52 +02:00
bergware b7ccdb36c1 Update create_network_ini 2025-05-08 17:24:19 +02:00
bergware 1b596c938f Update rc.wireless 2025-05-08 17:24:16 +02:00
bergware 3d23937009 Update rc.wireless 2025-05-08 17:11:14 +02:00
bergware 288dca6137 Update rc.wireless 2025-05-08 16:30:16 +02:00
bergware 83a364e52e Revert "Update rc.wireless"
This reverts commit ea2ba286b0.
2025-05-08 16:20:47 +02:00
bergware ea2ba286b0 Update rc.wireless 2025-05-08 16:17:23 +02:00
bergware d8c5b24d6a Make script executable 2025-05-08 16:03:16 +02:00
bergware 1b4e0fdbe5 Network: added interface monitoring script 2025-05-08 16:02:35 +02:00
bergware f90db2d0ac Network: monitor interfaces with static IP assignment 2025-05-08 16:02:09 +02:00
bergware a4bcc9e3b0 Network: improved ip selection for interface 2025-05-08 16:01:37 +02:00
bergware cb42fcf436 Docker: allow host access on wireless interface 2025-05-08 16:00:40 +02:00
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
Zack Spear 091675054e refactor: shares, docker, and vm pages - move away from echoing full HTML 2025-05-07 16:30:42 -07:00
Zack Spear ad342e68b6 refactor: improve scroll position handling in BodyInlineJS.php
- Changed the 'top' variable to use parseInt for better type handling.
- Updated the scrollTop logic for clarity and consistency.
2025-05-07 16:15:45 -07:00
Zack Spear 98c5ef3a19 fix: add aria-live attribute to status bar for improved accessibility 2025-05-07 16:14:32 -07:00
Zack Spear 02c1410e02 fix: correct syntax error in presetBanner function 2025-05-07 16:13:46 -07:00
Zack Spear 5c13404492 refactor: update content handling for non-tabbed layout
- Introduced a new file, MainContentTabless.php, which provides a non-tabbed content template for the Unraid web interface, rendering all pages in sequence without tabs.
2025-05-07 16:11:14 -07:00
Zack Spear 9eab318383 fix: add rel attribute to footer link for security enhancement 2025-05-07 16:09:59 -07:00
Zack Spear 3457f5918a fix: remove duplicate jQuery UI CSS reference from DefaultPageLayout.php 2025-05-07 16:09:13 -07:00
Zack Spear 27629ebd3b fix: correct typo in CSS positioning property 2025-05-07 16:03:37 -07:00