Commit Graph

3127 Commits

Author SHA1 Message Date
Squidly271 c3e328e324 Update .login.php 2025-06-18 12:37:01 -04:00
Tom Mortensen 24c19f265a fix: prevent changing pool Compression/Autotrim settings when arry is Started 2025-06-17 21:59:08 -07:00
ljm42 0d083a1430 Fix: Docker listing could show APIPA IP 2025-06-17 16:16:44 -07:00
tom mortensen 83c45601be Merge pull request #2257 from unraid/fix/css-for-hiding-rouge-dt-dd-tags-with-hidden-elements
fix: hide empty dt, dd, p tags w/ only hidden inputs
2025-06-17 09:49:51 -07:00
tom mortensen 5a07a2867f Merge pull request #2256 from unraid/refactor/plugin-install-filetree-styles
fix: plugin install filetree scrollbar styles
2025-06-17 09:49:09 -07:00
tom mortensen 1a006a3a72 Merge pull request #2254 from bergware/master
File manager: fix file overwrite on move operation
2025-06-17 09:48:15 -07:00
Zack Spear f7ff72cbfa fix: hide empty dt, dd, p tags with only hidden inputs 2025-06-12 15:10:55 -07:00
Zack Spear 1cfb996852 style: update plugin tree overflow property for improved scrolling
- Changed overflow property of the plugin tree from 'overflow-y-scroll' to 'overflow-y-auto' to enhance the scrolling experience
2025-06-12 14:50:18 -07:00
bergware 4623daedae Merge branch 'unraid:master' into master 2025-06-12 10:26:16 +02:00
Zack Spear b1df0439ac style: update max-width in jquery.sweetalert.css for improved layout
- Changed max-width of swaltext from 600px to 60rem to enhance responsiveness and layout consistency.

This update aims to improve the visual presentation of alerts in the application.
2025-06-11 16:28:27 -07:00
bergware f2fa2109e5 File manager: fix file overwrite on move operation 2025-06-11 23:44:25 +02:00
Zack Spear c2a59063b2 style: update jquery.sweetalert.css for improved layout and word handling
- Increased max-width of swaltext to 600px for better responsiveness.
- Added styles to ensure p tags without pre children break words to prevent overflow.
2025-06-11 14:05:02 -07:00
Zack Spear 02b2be2c2a fix: remove hide_eth variable & function usage in DockerSettings.page
- Eliminated the $hide_eth variable as it was not used and attempting to be set by an undeclared function
2025-06-11 13:33:52 -07:00
Zack Spear 10e9ffaa99 refactor: make manifest json static 2025-06-11 13:09:01 -07:00
Zack Spear 8dc5410e14 feat: add favicon and web app manifest support
- Introduced new favicon files: apple-touch-icon.png, favicon-96x96.png, favicon.ico, favicon.svg.
- Updated auth-request.php to include new favicon paths in the whitelist.
- Added web app manifest files: web-app-manifest-192x192.png, web-app-manifest-512x512.png, and created a manifest.json structure in ThemeHelper.
- Refactored DefaultPageLayout to include favicon links and manifest reference.

This update enhances the application's branding and improves the user experience on mobile devices.
2025-06-10 18:09:39 -07:00
Zack Spear 7fe3b4dcd0 style: add selection styles for improved text highlighting
- Introduced custom styles for text selection using ::selection and ::-moz-selection.
- Set color and background for selected text to enhance visibility.

This update aims to improve user experience by providing better text selection feedback.
2025-06-10 15:23:00 -07:00
Zack Spear 64a0dbafce style: enhance #swalbody and #swaltext styles
- Added new styles for pre#swalbody to improve typography and layout.
- Adjusted padding and font sizes for better readability.
- Ensured consistent margin and padding resets for various elements within pre#swalbody.

This update aims to enhance the visual presentation of the nchan live log output and changelog content.
2025-06-10 15:02:16 -07:00
Zack Spear 9b79ebf37c fix: adjust z-index for banner dimiss styling 2025-06-10 14:56:27 -07:00
Zack Spear bbd547235c refactor: consolidate .ca_element_notice styles into default-base.css
- Merged styles from the deleted PluginHelpers.css into default-base.css.
- Updated .upgrade_notice and .ca_element_notice styles for consistency.
- Added padding to .bannerInfo and adjusted related selectors for improved layout.
2025-06-10 14:53:26 -07:00
Zack Spear 92a994dc1f fix: banner icon placement 2025-06-10 11:18:58 -07:00
tom mortensen 3cfa60e726 Merge pull request #2245 from Squidly271/patch-85
Fix: Add progress to VM actions popup
2025-06-10 09:09:19 -07:00
Squidly271 eb050458dc Fix: Add progress to VM actions popup
A line of code was also missed on the original PR
2025-06-09 22:18:10 -04:00
Zack Spear ed8c6a7535 fix: Update upgrade_notice styles
- Adjusted CSS for .upgrade_notice to improve layout and responsiveness.
- Removed outdated JavaScript code related to banner positioning.
2025-06-09 16:25:43 -07:00
tom mortensen 691b1fa426 Merge pull request #2243 from Squidly271/patch-84
Feat: Add Progress to Docker / Plugin popup window
2025-06-09 09:04:50 -07:00
Squidly271 536ca665b6 Feat: Add Progress to Docker / Plugin popup window 2025-06-09 11:07:46 -04:00
bergware bf4dd36706 Update Eth0.page 2025-06-09 12:33:32 +02:00
bergware 8778f2c481 Update EthX.page 2025-06-09 11:33:05 +02:00
bergware 8f054cea03 Networking: fix default gateway selection 2025-06-09 10:42:39 +02:00
bergware c2ebff5c38 Update Eth0.page 2025-06-09 08:20:56 +02:00
bergware fab0b3257c Networking: fix default gateway selection 2025-06-09 08:01:22 +02:00
tom mortensen 32ff144399 Merge pull request #2235 from bergware/master
Miscellaneous fixes and updates
2025-06-08 11:11:28 -07:00
tom mortensen 99ead6a76b Merge pull request #2234 from unraid/style/swal-pre-padding
style: swal pre padding
2025-06-08 11:10:58 -07:00
tom mortensen d2a06d93ee Merge pull request #2233 from unraid/fix/modal-pre-height-responsive
fix: update swal text height for improved layout consistency
2025-06-08 11:10:32 -07:00
tom mortensen cc379f3c63 Merge pull request #2232 from unraid/fix/docker-edit-field-copy-responsive
fix: docker container add / edit responsive consistency
2025-06-08 11:10:04 -07:00
tom mortensen db8165c36d Merge pull request #2231 from unraid/fix/panels-item-alignment-responsive
fix: panels item alignment responsiveness
2025-06-08 11:09:37 -07:00
tom mortensen 0bb9dca1f6 Merge pull request #2230 from unraid/feat/ui-dialog-responsive
feat: ui dialog responsiveness
2025-06-08 11:09:04 -07:00
tom mortensen b162c34dae Merge pull request #2229 from SimonFair/VM-PHP-Fixes
MAC Address option and ZFS ref link
2025-06-08 11:08:32 -07:00
tom mortensen 84cb0410d5 Merge pull request #2228 from unraid/fix/footer-position-fixed-media-queries
fix: footer position fixed media queries
2025-06-08 11:07:19 -07:00
tom mortensen d0c5f5a306 Merge pull request #2227 from unraid/refactor/responsive-tables
refactor: table responsivess min-width
2025-06-08 11:06:42 -07:00
tom mortensen fb3675b5a8 Merge pull request #2222 from unraid/feat/swal-responsive
feat: responsive SWAL
2025-06-08 11:06:04 -07:00
SimonFair ff0b8846e7 Revert "Add virbr to list"
This reverts commit 5ac98519b5.
2025-06-08 09:42:48 +01:00
SimonFair b8144bb85e Revert "remove duplicate virbr0"
This reverts commit 7b57860252.
2025-06-08 09:42:35 +01:00
SimonFair 8978ab2d82 Update Custom.form.php 2025-06-08 09:42:21 +01:00
bergware 194f972edf networking: fix default route not applied correctly and fix metrics assignment 2025-06-07 13:24:37 +02:00
bergware 1b0a985e95 Docker: fix settings page 2025-06-07 13:14:25 +02:00
bergware 762f6ad48c VMs: fix MAC regeneration 2025-06-07 12:38:51 +02:00
bergware 7c485bae57 VMs: fix multiple virbr interfaces may exist 2025-06-07 12:38:02 +02:00
SimonFair 7b57860252 remove duplicate virbr0 2025-06-07 09:01:43 +01:00
SimonFair 5ac98519b5 Add virbr to list 2025-06-07 08:25:56 +01:00
SimonFair dd0349f363 Fix jquery. 2025-06-06 20:34:35 +01:00