Commit Graph

3415 Commits

Author SHA1 Message Date
Tom Mortensen
f7caf24ba9 Fix: do not wrap select option values in htmlspecialchars() 2025-09-19 14:30:23 -07:00
Tom Mortensen
ed7d4ec420 Fix: correct alignment of buttons on DeviceInfo for Parity devices 2025-09-19 14:29:53 -07:00
tom mortensen
9b0e51a3bd Merge pull request #2385 from Squidly271/patch-5
Fix: PHP error on new install
2025-09-19 11:18:01 -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
Squidly271
079e3ba5b6 Fix: PHP error on new install 2025-09-19 10:14:12 -04:00
Squidly271
9c34169e90 Fix: CPU Bar charts not updating 2025-09-18 18:06:02 -04:00
Eli Bosley
44993359d0 fix: adjust SmoothieChart minValue and scaling for improved chart accuracy in DashStats page 2025-09-18 17:06:31 -04:00
Eli Bosley
76217e4b17 fix: readmorejs fix window resizing issues 2025-09-18 13:39:10 -04:00
Tom Mortensen
6522a72d99 feat: UI support for emptying shares from an unRAID array disk 2025-09-18 09:48:45 -07:00
Tom Mortensen
e50079b544 fix: properly support 'Europe/Kyiv' timezone 2025-09-18 09:47:59 -07:00
tom mortensen
1f9bd5911b Merge pull request #2379 from unraid/fix/readmore-js-optimizatons
fix: optimize readmorejs with more efficient rendering
2025-09-17 15:27:11 -07:00
tom mortensen
5fa16c5916 Merge pull request #2378 from unraid/feat/smoothie-charts
feat: swap to smoothiecharts
2025-09-17 15:26:33 -07:00
Eli Bosley
a2e3f8507d refactor: streamline view selection dropdown in DashStats page for improved user experience 2025-09-17 17:15:35 -04:00
Eli Bosley
dcc5506e9f refactor: enhance network value updates and optimize DOM manipulation in DashStats page 2025-09-17 17:13:24 -04:00
Eli Bosley
84d1bad01d refactor: optimize CPU load updates in DashStats page to reduce unnecessary DOM manipulations 2025-09-17 17:10:59 -04:00
Eli Bosley
34d60fd3a0 refactor: improve chart responsiveness and initialization in DashStats page 2025-09-17 16:56:12 -04:00
Eli Bosley
05f44161e4 fix: optimize readmorejs with more efficient rendering 2025-09-17 16:30:40 -04:00
Eli Bosley
5500745006 fix: cut off when CPU is at zero 2025-09-17 16:16:19 -04:00
Eli Bosley
c40ce5be5a Enhance DashStats page: make canvas elements responsive and enable responsive charts for better display on various screen sizes. 2025-09-17 16:08:30 -04:00
Eli Bosley
f7bf7bc1bb feat: swap to smoothiecharts 2025-09-17 15:41:53 -04:00
poroyo
3b239b4de0 fix: stop spinner & show error on File Manager Calculator failure 2025-09-17 11:01:05 -07:00
tom mortensen
d05f8aa48a Merge pull request #2374 from Squidly271/patch-3
Fix: Dashboard icons appearing over menu bar
2025-09-16 21:36:27 -07:00
tom mortensen
71abe534d6 Merge pull request #2373 from Squidly271/navbuttons
Fix: PHP Warnings & Share/Device prev/next buttons on narrow screens
2025-09-16 21:35:35 -07:00
tom mortensen
7debbde5da Merge pull request #2372 from Squidly271/patch-2
Fix PHP errors if file doesn't exist my_parse_ini_file
2025-09-16 21:34:26 -07:00
tom mortensen
d158b8aa92 Merge pull request #2369 from Squidly271/ChartAnimation
Fix: Don't allow charts to update before previous animation is complete and don't render if not visible
2025-09-16 21:31:53 -07:00
Squidly271
cb8a00deec Fix: Dashboard Tile management display on mobile sidebar themes 2025-09-16 23:23:04 -04:00
Squidly271
3ead1d4790 Fix: Dashboard icons appearing over menu bar 2025-09-16 23:20:16 -04:00
Squidly271
04882c3e54 Fix: Silence PHP error on docker networks. 2025-09-16 21:40:23 -04:00
Squidly271
12ab3df1a8 Fix: PHP error when changing container network if wireguard isn't enabled 2025-09-16 21:34:37 -04:00
Squidly271
eb43127f53 Fix: Share/Device prev/next buttons on narrow screens 2025-09-16 21:07:09 -04:00
Squidly271
94425ec961 Fix PHP error 2025-09-16 20:25:28 -04:00
Squidly271
51925bff78 Fix PHP errors if file doesn't exist my_parse_ini_file 2025-09-16 20:17:42 -04:00
Squidly271
ab9c4a34a0 Update PluginHelpers.php 2025-09-16 13:25:43 -07:00
Squidly271
d09b3622d2 Update DashStats.page 2025-09-16 14:55:36 -04:00
Squidly271
1e8f63bdbe Merge branch 'ChartAnimation' of https://github.com/Squidly271/webgui into ChartAnimation 2025-09-16 14:52:19 -04:00
Squidly271
f30d8dbdac clean up and remove logging 2025-09-16 14:47:08 -04:00
Squidly271
30bdb18298 Fix: Don't allow charts to update before previous animation is complete 2025-09-16 13:27:21 -04:00
Squidly271
bf0207ff0a Fix: Don't allow charts to update before previous animation is complete 2025-09-16 00:32:27 -04:00
tom mortensen
9a6ee0ad07 Merge pull request #2367 from unraid/fix/diagnostics-download-offscreen
fix: diagnostics downloads showing offscreen
2025-09-15 11:48:18 -07:00
Eli Bosley
f7d1ff3a72 fix: diagnostics downloads showing offscreen 2025-09-15 11:04:09 -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
tom mortensen
55d5731236 Merge pull request #2362 from unraid/fix/logout-page-text-color
fix: update text color in .login.php for better visibility
2025-09-11 11:47:35 -07:00
Eli Bosley
8a30a4803c fix: routing table fixed classes removed 2025-09-10 10:13:59 -07:00
Eli Bosley
786bc00e33 fix: update text color in .login.php for better visibility 2025-09-10 10:13:41 -07:00