bergware
f2fa2109e5
File manager: fix file overwrite on move operation
2025-06-11 23:44:25 +02:00
Zack Spear
c8b15bcf67
feat: ArrayOperation.page responsive table
2025-05-30 16:53:25 -07:00
bergware
faf6b7afe3
Miscellaneous fixes
2025-05-30 08:59:57 +02:00
Zack Spear
a035594d60
style: update select elements for improved clarity and consistency
...
- Changed class names of select elements in device_list to 'slots-amount' for better semantic clarity.
- Added new CSS rule for 'slots-amount' to set a specific width, enhancing layout consistency across the plugin.
- This change aligns with previous updates aimed at improving structure and responsiveness.
2025-05-09 15:22:11 -07:00
bergware
da91923f68
Main: remove warning message from disabled disk
2025-04-10 16:24:44 +02:00
bergware
cef6800375
update_2: fix PHP error
2025-03-21 23:39:43 +01:00
bergware
b299a4fe3c
update_2: fix PHP error
2025-03-21 23:03:47 +01:00
bergware
fd3e5de80f
File manager: style fixes
2025-03-21 15:20:27 +01:00
Tom Mortensen
bf52e73791
fix: disabled disks do not show up on Dashboard
2025-03-12 22:14:08 -07:00
Tom Mortensen
5448557ff3
Corrections for non-standard partition layouts
2025-03-12 22:14:08 -07:00
bergware
fa43a9a4d1
wlan0: make file reading more robust (coderabbit)
2025-03-11 09:40:11 +01:00
bergware
4a8ff20ba0
wlan0: prevent read error when port status is unavailable
2025-03-11 09:30:33 +01:00
bergware
c1ecb1b2de
Wireless: add wifi info to dashboard and info button
2025-02-23 13:16:17 +01:00
bergware
6ad120e037
Wireless: faster initial loading of wireless page
2025-02-14 02:40:41 +01:00
dlandon
1278040495
Fix php error when shell_exec() returns a null value.
2025-02-11 11:22:37 -06:00
bergware
e2b793b428
Fix PHP error
2025-02-07 04:11:11 +01:00
tom mortensen
11084b447c
Merge pull request #2000 from dlandon/parity_notification_shows_previous_check_not_current_check
...
Bug: Parity check notification often shows the previous parity check
2025-02-06 12:39:50 -08:00
dlandon
a45d1851fa
Delay deleting of resync files so the parity check notification gets the latest parity check from the history.
2025-02-05 07:20:53 -06:00
bergware
6db4ef7520
Add wlan to port selection
2025-02-03 18:46:16 +01:00
bergware
0cbf4d519d
Update wlan0
2025-02-03 14:26:14 +01:00
bergware
5374a363b4
security update
2025-02-01 15:41:22 +01:00
bergware
81aa739ac5
Code fixes
2025-02-01 11:57:25 +01:00
bergware
788e12a535
Add title and reference to WiFi icon in bottom status bar
2025-02-01 11:40:36 +01:00
bergware
964598ad72
Make script executable
2025-02-01 00:40:50 +01:00
bergware
80e60637a9
Add wireless monitor in status bar
2025-02-01 00:40:22 +01:00
Tom Mortensen
b3e355b29b
xss hardening
2025-01-22 21:22:32 -08:00
SimonFair
861491b5c8
Fix units in display
2024-12-26 16:47:18 +00:00
tom mortensen
a69fdff173
Merge pull request #1953 from dlandon/update_1_lsof_hangs_when_ud_remote_share_is_offline
...
Limit 'lsof' command to valid mount points in /nchan/update_1.
2024-12-16 14:53:04 -08:00
dlandon
e27e33cc73
Revert "Use $varroot for the shares.ini file."
...
This reverts commit a6905bc3ad .
2024-12-16 13:48:15 -06:00
dlandon
a6905bc3ad
Use $varroot for the shares.ini file.
2024-12-16 06:56:52 -06:00
dlandon
b454a9b733
Only do lsof on valid mount points.
2024-12-15 06:11:25 -06:00
dlandon
827db046c4
Only do 'lsof' command on disks and shares; add timeout so it doesn't hang.
2024-12-14 16:49:29 -06:00
SimonFair
fb7809325c
Update vm_dashusage
...
Fix vm_dashusage processing when array not started.
2024-12-06 14:47:10 +00:00
SimonFair
227c5797d9
Update vm_dashusage
2024-10-26 15:10:52 +01:00
SimonFair
e79a99e8d7
Update vm_dashusage
2024-10-26 13:56:52 +01:00
SimonFair
c40147643a
Update vm_dashusage
2024-10-26 13:54:28 +01:00
SimonFair
60c5dd2902
Update device_list
2024-10-17 13:18:13 +01:00
ljm42
c062e4dd9c
Fix PHP error in device_list
...
Was preventing the main page from populating with data in some cases
2024-10-10 09:09:39 -07:00
Tom Mortensen
8f656e87b1
establish sensible zfs pool defaults
2024-09-23 10:57:13 -07:00
tom mortensen
dcfaa1afa0
Merge pull request #1866 from SimonFair/VM-ZFS-Fixes
...
Fix VM usage stats value if timer > 1 sec.
2024-09-20 09:19:46 -07:00
SimonFair
e52813b626
Divide net and disk values by timer
2024-09-19 22:16:00 +01:00
dlandon
ef5067584b
Change file_put_contents_atomic() back to file_put_contents() since it is liable to change.
2024-09-04 12:34:23 -05:00
dlandon
24bdc5169d
Parity check wrong again.
2024-09-03 15:36:12 -05:00
Tom Mortensen
506270e413
Fixes zfs subpool creation issue.
...
Fixes DeviceInfo not populating for array devices when Started.
2024-08-29 02:04:38 -07:00
Tom Mortensen
69e11713e5
Dashboard: Soften messages during parity sync/check
2024-08-21 23:28:44 -07:00
Tom Mortensen
ed308c3a69
Display warning along side replacement and expansion devivces on Main if they will be initialized
2024-08-13 12:28:28 -07:00
Tom Mortensen
2b41f9a8d2
Device Info page:
...
* Prevent reducing pool slot count unless pool state is NEW_ARRAY
* Permit changing pool file system type only when Stopped
* Add "Delete Pool" button which unassigns all devices of a pool and then removes the pool
* Change button label "Erase" to "Erase Pool"
2024-07-24 02:13:22 -07:00
tom mortensen
793289bc7f
Merge pull request #1792 from dlandon/master
...
Fix overlapping text on VPN Manager page; php warning; allow UD disks to show in file picker.
2024-07-24 00:31:21 -07:00
tom mortensen
7d92761860
Merge pull request #1797 from SimonFair/VM-Manager-PHP-Fixes
...
Fix memory Stats in VM Usage.
2024-07-24 00:29:01 -07:00
SimonFair
e20f37d936
Update emhttp/plugins/dynamix/nchan/vm_dashusage
...
Co-authored-by: Shay Levy <levyshay1@gmail.com >
2024-07-19 21:04:17 +01:00