Commit Graph

10651 Commits

Author SHA1 Message Date
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
Zack Spear 648d9252cc fix: update cookie handling in tab management
- Removed unused cookie helper functions from MainContentTabbed.php to streamline the code.
- Updated the tab management logic to ensure cookies are cleared when no cookie exists, aligning with the behavior of the initab function.
- Corrected the filename reference in MainContent.php from 'MainContentNotab.php' to 'MainContentNoTab.php' for consistency.
2025-05-07 15:20:16 -07:00
Zack Spear ad9f54618c refactor: implement panel generation functions for menu pages
- Added `generatePanel` and `generatePanels` functions to encapsulate panel creation logic for menu items.
- Updated `MainContentNotab.php` and `MainContentTabbed.php` to utilize the new functions, improving code reusability and readability.
- Introduced `generateContent` function to handle content generation based on Markdown flag.
2025-05-07 15:06:38 -07:00
Zack Spear 3f46137605 fix: adjust cookie handling for scroll position in BodyInlineJS.php
- Modified the calculation of the 'top' variable to remove the offset adjustment, simplifying the logic.
- Ensured that the scroll position is set correctly based on the cookie value.

This change improves the handling of scroll position based on user preferences.
2025-05-07 11:08:25 -07:00
Zack Spear 46731110ea fix: adjust cookie handling for scroll position in BodyInlineJS.php
- Modified the calculation of the 'top' variable to remove the offset adjustment, simplifying the logic.
- Ensured that the scroll position is set correctly based on the cookie value.

This change improves the handling of scroll position based on user preferences.
2025-05-07 10:48:43 -07:00
Zack Spear 15279ab619 style: remove commented margin in default-base.css for cleaner code
- Deleted the commented-out margin property in the default-base.css file to enhance code clarity and maintainability.
2025-05-07 10:48:37 -07:00
Zack Spear 8472f1b4ed fix: ensure banner settings visibility based on form selection
- Added a check to ensure the form object exists before accessing the selectedIndex property.
- Improved readability by restructuring the conditional logic for showing/hiding banner settings.
2025-05-07 10:48:28 -07:00
Zack Spear 843efed231 refactor: abstract tab vs no tab content into separate components 2025-05-07 10:48:13 -07:00
Zack Spear 8379c02192 fix: jquery.ui.css reference 2025-05-06 17:11:43 -07:00
Zack Spear 5c8d920269 style: update padding in DashStats.css and default-base.css for improved layout
- Changed padding-top and padding-bottom in DashStats.css from fixed values to rem units for better responsiveness.
- Removed margin from div.tabs in default-base.css to enhance layout consistency.
2025-05-06 16:24:25 -07:00
Zack Spear f2e4d6fb18 refactor: update footer layout and styles for improved responsiveness
- Restructured footer HTML to use flexbox for better alignment and spacing.
- Adjusted CSS styles for #footer, including padding and box-sizing.
- Removed unnecessary float properties and improved layout consistency.
2025-05-06 15:54:52 -07:00
Zack Spear 2401c2b8d3 chore: remove unused CSS styles from myservers1.php
- Deleted obsolete styles related to the header and Downgrade icon rotation.
- Cleaned up the file to improve maintainability and reduce clutter.
2025-05-06 15:41:20 -07:00
Zack Spear 1d7a2f6344 fix: update header styles and layout in default-base.css
- Corrected position property from 'absolute' to 'relative' for #header.
- Added flexbox properties to #header for better alignment and spacing.
- Introduced new styles for unraid-i18n-host and Downgrade icon rotation.
- Adjusted #menu position to 'sticky' for improved usability.

This change enhances the layout and responsiveness of the header and menu elements.
2025-05-06 15:40:23 -07:00
ljm42 24b40eeb86 Merge pull request #2141 from SimonFair/Intel-processor-core-types
7.x Intel processor core types
2025-05-06 11:58:09 -07:00