tom mortensen
75d44f3b35
Merge pull request #2409 from Squidly271/master
...
Chore: Remove debugging information from publish.php
2025-09-30 13:09:41 -07:00
Squidly271
94cf4c5262
Remove debugging information
2025-09-30 15:39:24 -04:00
tom mortensen
9b7889ea41
Merge pull request #2404 from unraid/fix/ChangelogExternalLinks
...
Fix: Prevent GUI issues when clicking an external link from within a changelog
2025-09-27 12:37:23 -07:00
tom mortensen
fed439ef72
Merge pull request #2402 from unraid/fix/move-notice-above-selection
...
fix: update HTML structure in Templates.php to improve formatting and…
2025-09-27 12:34:53 -07:00
tom mortensen
6300405c76
Merge pull request #2401 from bergware/master
...
wireguard: fix missing semi-colon
2025-09-27 12:28:37 -07:00
Squidly271
c4b60f401a
Update BodyInlineJS.php
2025-09-25 15:00:16 -04:00
Squidly271
fcc3704503
Revert fix external links within changelog
2025-09-25 14:57:03 -04:00
Squidly271
79de90e12e
Fix: Prevent GUI issues if clicking external link within a changelog
2025-09-25 14:54:58 -04:00
Eli Bosley
ea9966ae19
fix: update HTML structure in Templates.php to improve formatting and consistency of warning messages
2025-09-25 10:54:13 -04:00
bergware
1f604e6bbe
fix typo
2025-09-25 11:17:20 +02:00
bergware
48a1b4287f
wireguard: fix missing semi-colon
2025-09-25 10:00:01 +02:00
tom mortensen
ad09b2b02f
Merge pull request #2400 from bergware/master
...
Wireguard: fix PHP error on import
2025-09-24 15:52:23 -07:00
tom mortensen
e6d2b763e7
Merge pull request #2398 from unraid/fix/a-info-element-positioning-with-window-scroll-offset
...
Fix: adjust tooltip positioning to account for window scroll offsets
2025-09-24 15:50:39 -07:00
tom mortensen
33bbf869a0
Merge pull request #2392 from unraid/fix/copy-options-rearranged
...
fix: reorganize copy and move input fields in Templates.php for impro…
2025-09-24 15:47:35 -07:00
tom mortensen
2475077aee
Merge pull request #2390 from unraid/fix/PHP-error
...
Fix: Random PHP error
2025-09-24 15:46:58 -07:00
bergware
3facf57b4c
Wireguard: fix PHP error on import
2025-09-24 18:56:25 +02:00
Zack Spear
b291f217ce
Fix: adjust tooltip positioning to account for window scroll offsets
2025-09-23 17:54:50 -07:00
Eli Bosley
848eae6e2c
fix: reorganize copy and move input fields in Templates.php for improved clarity
2025-09-23 12:51:05 -04:00
Squidly271
07e17871dd
Update Helpers.php
2025-09-20 19:03:13 -04:00
Squidly271
5dd61f64b3
Feat: Log if a config file is corrupted
2025-09-20 13:42:57 -04:00
Tom Mortensen
f7caf24ba9
Fix: do not wrap select option values in htmlspecialchars()
2025-09-19 14:30:23 -07:00
Squidly271
c3240c2beb
Update emhttp/plugins/dynamix/include/Report.php
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-09-19 13:39:54 -04:00
Squidly271
c0cc15744e
Fix: Don't report dynamix.cfg as corrupt if 0 byte file
2025-09-19 13:04:47 -04:00
Tom Mortensen
e50079b544
fix: properly support 'Europe/Kyiv' timezone
2025-09-18 09:47:59 -07:00
Squidly271
51925bff78
Fix PHP errors if file doesn't exist my_parse_ini_file
2025-09-16 20:17:42 -04:00
Eli Bosley
8e5bdaae8d
refactor: Improve XFS v4 notice display in filesystem warnings
...
- Changed the XFS v4 notice from a span to a div for better styling and layout.
- Removed the .notice class to prevent duplicate icons, enhancing the visual clarity of the warning message.
2025-09-12 15:58:15 -04:00
Eli Bosley
9603eaa00a
fix: Clarify XFS v4 deprecation timeline in warning message
...
- Updated the deprecation message for XFS v4 to specify the migration deadline as 2030, improving user awareness and understanding of the timeline for necessary filesystem upgrades.
2025-09-12 15:28:30 -04:00
Eli Bosley
f5a36c6ac1
fix: Update XFS v4 deprecation message for clarity
...
- Revised the warning message for XFS v4 to emphasize its deprecation and the timeline for migration to XFS v5, enhancing user understanding.
2025-09-12 15:12:30 -04:00
Eli Bosley
f0cfe5199f
refactor: Simplify filesystem warning checks by removing test mode logic
...
- Removed test mode checks for deprecated filesystem warnings in the check_disk_for_deprecated_fs function.
- Streamlined the logic for detecting ReiserFS and XFS v4 filesystems, enhancing code clarity and maintainability.
2025-09-12 14:45:24 -04:00
Eli Bosley
5551dd5f98
refactor: Enhance filesystem warning handling and display
...
- Replaced deprecated filesystem warning logic with a shared helper function for better maintainability.
- Updated DeviceInfo.page to utilize the new helper for displaying filesystem warnings.
- Improved the display of critical and notice warnings for deprecated filesystems, including session-based dismissal for notices.
2025-09-12 14:44:45 -04:00
Eli Bosley
f2cad7693c
feat: Implement deprecated filesystem detection and warnings for array and cache devices
...
- Added a shared function to check for deprecated filesystems (ReiserFS and XFS v4) across array and cache devices.
- Updated ArrayDevices.page and CacheDevices.page to display warnings for deprecated filesystems.
- Introduced helper functions for generating filesystem warning icons and messages.
2025-09-12 13:55:04 -04:00
Eli Bosley
786bc00e33
fix: update text color in .login.php for better visibility
2025-09-10 10:13:41 -07:00
Tom Mortensen
2cc687c64f
Fix: Reading Share Settings from Share containing ' crashes the share
...
Root cause is that arguments passed to mk_option() should be sanitized via htmlspecialchars().
2025-09-05 10:30:14 -07:00
tom mortensen
fb6ce68c42
Merge pull request #2342 from unraid/fix-firefox-cancel-resend
...
Fix: Prevent Firefox from showing resend/cancel popup when starting array
2025-08-27 08:43:22 -07:00
ljm42
fc91c39389
chore: replace another location.reload()
2025-08-21 19:24:26 -07:00
ljm42
32854d47e8
Fix: Prevent Firefox from showing resend/cancel popup when starting array
2025-08-21 17:44:51 -07:00
Zack Spear
ac906029be
fix: update favicon link structure for browser consistency
2025-08-21 10:44:57 -07:00
Tom Mortensen
ee238ef656
chore: refactor file sysem check scripts again
...
fix: re-arrange raidz vdev selections and establish better defaults
2025-08-20 08:26:30 -07:00
Tom Mortensen
e8a8291649
feat: exFAT support
...
chore: refactor file sysem check scripts
fix: fix some mode bits
2025-08-15 13:51:36 -07:00
tom mortensen
b9baa461bf
Merge pull request #2338 from Squidly271/patch-8
...
Fixed: Multiple Tabs on Main would cause issues on parity sync changes
2025-08-15 10:03:20 -07:00
Squidly271
680363d54a
Fixed: Multiple Tabs on Main would cause issues on parity sync changes
2025-08-14 19:30:56 -04:00
tom mortensen
7ff00c2a2f
Merge pull request #2336 from unraid/fix/swal-input-type-text-visibility
...
fix: swal input type text
2025-08-13 22:43:38 -07:00
Squidly271
ac9d97a628
Merge branch 'master' into patch-8
2025-08-13 19:28:12 -04:00
Zack Spear
965a753020
fix: swal input type text
...
- Added 'swal-input-show' class to input fields in Wireless.php to ensure they are displayed correctly.
- Modified CSS in jquery.sweetalert.css to hide default SweetAlert input fields while allowing specific ones to show (hiding was already done in legacy webgui)
2025-08-13 15:03:53 -07:00
Squidly271
021afafa41
Refactor:Remove unused global var in JS
2025-08-12 23:21:55 -04:00
Squidly271
e361b0b864
Refactor: Remove code for live updates disabled
2025-08-12 23:05:48 -04:00
Squidly271
0b57133b82
Update emhttp/plugins/dynamix/include/publish.php
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-08-12 22:08:05 -04:00
Squidly271
22abfc6a5c
Feat: If no listener always publish a msg even if dupe
2025-08-12 12:34:24 -04:00
tom mortensen
ce9b3aba1d
Merge pull request #2330 from unraid/fix/footer-copyright-on-right
...
fix: footer layout and styles for improved responsiveness
2025-08-12 09:18:31 -07:00
tom mortensen
a24e0f4ef4
Merge pull request #2328 from unraid/fix/tooltips-cutoff
...
fix: tooltip position in array list table
2025-08-12 09:17:17 -07:00