Tom Mortensen
6ef719f9ee
fix: for zfs pools, for number of slots > 8 select 'raidz2' as defualt
2025-08-20 21:10:34 -07:00
Tom Mortensen
074aa304dc
fix: do not permit new share names to include embedded space characters
2025-08-20 21:10:02 -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
ff34cbd528
fix: share name validation
2025-08-20 08:26:08 -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
Zack Spear
a393306a71
fix: update swal input visibility logic
...
- Modified CSS in jquery.sweetalert.css to refine the visibility of the default SweetAlert input fields. The new rule ensures that inputs are hidden unless the class 'show-input' is present on the alert or 'swal-input-show' is applied to the input itself.
2025-08-14 15:38:58 -07: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
tom mortensen
6bdc997608
Merge pull request #2335 from unraid/fix/notice-abort-background-process-icon-margin
...
style: remove unnecessary margins abort process notice
2025-08-13 22:43:07 -07:00
Squidly271
173c388b0f
Refactor: Don't time out on scripts that can continue in background and auto exit when finished
2025-08-13 22:56:45 -04:00
Squidly271
4ed31801bc
Refactor: Change to always publish
2025-08-13 22:37:24 -04: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
Zack Spear
02b9d57115
style: remove unnecessary margins from abortOps class in default-base.css
2025-08-13 12:08:55 -07:00
Squidly271
021afafa41
Refactor:Remove unused global var in JS
2025-08-12 23:21:55 -04:00
Squidly271
c5d984d270
Chore: Remove references to :stop on nchan options
2025-08-12 23:09:23 -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
4e733f971e
Fix: nchan script monitoring for Main
2025-08-12 21:39:32 -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
7228b4d33e
Merge pull request #2329 from unraid/fix/file-manager-issues
...
fix: file manager issues
2025-08-12 09:18:01 -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
tom mortensen
9509849721
Merge pull request #2327 from Squidly271/patch-11
...
Fix: Prevent nchan scripts from spawning
2025-08-12 09:16:40 -07:00
tom mortensen
fd0ccd228e
Merge pull request #2326 from Squidly271/patch-8
...
Feat: Allow selected nchan publishers to exit if no listeners
2025-08-12 09:15:50 -07:00
Squidly271
3c2c2c2635
Chore: Rename func and set properly set default values
2025-08-12 12:14:37 -04:00
tom mortensen
e90aa66ae1
Merge pull request #2325 from SimonFair/Fix-p-core-if-no-e-cores
...
Fix: Dont allow ' in file paths
2025-08-12 09:14:28 -07:00
Zack Spear
58e8dc86a7
fix: footer layout and styles for improved responsiveness
...
- Added a footer spacer div to enhance layout structure.
- Changed footer display to grid for better alignment on larger screens.
- Adjusted footer spacer visibility for mobile and desktop views.
2025-08-11 16:39:52 -07:00
Zack Spear
63135b6297
style: update dialog and filter input styling in Browse.page, BrowseButton.css, and default-dynamix.css
2025-08-11 15:27:49 -07:00
Zack Spear
9a011f03db
style: fix fileTree top position in dialog content styling in Browse.css
2025-08-11 14:44:58 -07:00
Zack Spear
331d4ebf94
feat: add tooltip positioning logic for a.info elements on mouse enter
2025-08-11 14:27:11 -07:00
Zack Spear
585dd8533b
fix: change tooltip position to fixed for better visibility and functionality
2025-08-11 13:35:56 -07:00
Squidly271
b15416219f
Update comments
2025-08-11 13:14:33 -04:00
Squidly271
edf61fd90f
Fix: write nchan.pid before starting scripts to avoid possible race conditions
2025-08-11 12:57:11 -04:00
Squidly271
f52e77d15b
Refactor: Remove support for :stop nchan option
2025-08-11 12:22:10 -04:00
Squidly271
4612e00065
Update emhttp/plugins/dynamix/include/publish.php
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-08-10 22:37:30 -04:00
Squidly271
6030f7f2f9
Coderabbitai suggestions
2025-08-10 22:23:30 -04:00
Squidly271
fb98b20982
Update emhttp/plugins/dynamix/include/publish.php
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-08-10 19:49:01 -04:00
Squidly271
a981e63a62
Refactor: vmdashusage updates nchan.pid consistent with publish.php
2025-08-10 19:31:43 -04:00
Squidly271
32d04532f3
fix typo
2025-08-10 19:25:49 -04:00
Squidly271
879e1cba41
Feat support string or array passed as a message
2025-08-10 18:22:21 -04:00
Squidly271
408331edf5
Refactor: Support not sending duplicate messages
...
Keep track of the md5 within a separate function. Avoids duplication of code on the nchan scripts, and allows for the script to still exit if no listeners without adding in more code within each script to handle this.
2025-08-10 18:13:10 -04:00
Squidly271
fa5c87cc75
Refactor docker_load
...
keep publishing at a slower rate if no containers are running.
Precursor to having publish not publish if md5 hasn't changed but still honoring timeouts.
2025-08-10 16:44:06 -04:00
Squidly271
353ae247b8
Fixed: dockerload exiting if no containers running
2025-08-10 16:29:29 -04:00
Squidly271
e57011bc38
Simpler Syntax for calling publish function
2025-08-10 12:47:10 -04:00
Squidly271
ec795ac882
Fix: Prevent nchan scripts from spawning
...
Also, if a script is listed as it is supposed to be running and it isn't, then restart it
2025-08-09 23:15:46 -04:00
Squidly271
1e19f59859
Update docker_load
2025-08-09 22:50:16 -04:00
Squidly271
ac359b4094
Feat: Allow update 1,2,3 on dashboard to exit
2025-08-09 22:39:28 -04:00
Squidly271
fc43ec7bfe
Update publish.php
2025-08-09 22:20:42 -04:00