Commit Graph

974 Commits

Author SHA1 Message Date
Squidly271 f053ef52e6 Coderabbit changes 2025-10-09 17:47:46 -04:00
Squidly271 de8974f6da Protect parsing headers of .page file
Simple protection -> assigns default in case of an error
2025-10-09 17:26:30 -04:00
Squidly271 31e4100387 Don't log silenced PHP warnings 2025-10-09 16:41:39 -04:00
Squidly271 8fa55ad2db Update evalContent.php 2025-10-08 19:21:17 -04:00
Squidly271 392a014fb8 Re-add error in console 2025-10-08 16:36:23 -04:00
Squidly271 3d3edef2b7 Simplification 2025-10-07 10:45:31 -04:00
Squidly271 906e86e46c Update evalContent.php 2025-10-04 03:16:56 -04:00
Squidly271 61e3b26926 Protect from errors in Cond 2025-10-04 03:07:54 -04:00
Squidly271 9608ba63ac Remove line added by connect 2025-10-04 01:19:29 -04:00
Squidly271 7109522c78 Allow PHP warnings to execute code 2025-10-04 00:42:32 -04:00
Squidly271 8662f6f9e7 POC Safe eval of .page files 2025-10-03 23:43:59 -04:00
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