Commit Graph

9546 Commits

Author SHA1 Message Date
tom mortensen
0f2f644720 Merge pull request #1970 from dlandon/share_edit_read_write_not_working
Read and Write shares not working.
2025-01-06 10:35:57 -08:00
tom mortensen
2a78fab606 Merge pull request #1969 from Squidly271/patch-12
Add direct search for Tailscale in CA
2025-01-06 10:35:32 -08:00
dlandon
e185958ec9 Read and Write shares not working. 2025-01-02 06:51:56 -06:00
Squidly271
2ad8fcaa9d Add direct search for Tailscale in CA 2025-01-01 15:41:51 -05:00
tom mortensen
1f07eec08b Merge pull request #1967 from dlandon/nfs_security_page_causing_js_error
Fix JS error in NFS Security page.
2024-12-31 13:59:03 -08:00
tom mortensen
ebc189b8ac Merge pull request #1966 from ich777/ich777-aspm
Add aspm status to `diagnostics`
2024-12-31 13:58:14 -08:00
tom mortensen
3e55606142 Merge pull request #1961 from dlandon/incorrect_display_of_shares_after_updating_unraid
Shares don't show correctly when upgrading
2024-12-31 13:57:50 -08:00
tom mortensen
137a7e2b4e Merge pull request #1962 from SimonFair/Dashboard-Clone-name-fix
Fix clone on dashboard
2024-12-31 13:57:05 -08:00
dlandon
6f6bf3ee21 Fix JS error. 2024-12-27 06:18:00 -06:00
SimonFair
861491b5c8 Fix units in display 2024-12-26 16:47:18 +00:00
SimonFair
1d76e504ef Fix typo. 2024-12-26 16:18:05 +00:00
Christoph
ae1b1d78ef Add aspm status to diagnostics 2024-12-26 07:54:53 +01:00
dlandon
f56f8a3f5d Default to first pool when array is missing on a share that was originally an array. 2024-12-24 14:40:43 -06:00
SimonFair
257603c2a0 Fix clone on dashboard 2024-12-21 17:28:15 +00:00
dlandon
1fdd8402a5 Merge branch 'master' into incorrect_display_of_shares_after_updating_unraid 2024-12-20 15:53:26 -06:00
dlandon
d888ce8ddc Some shares show incorrectly after upgrading from previous Unraid versions. 2024-12-20 15:37:59 -06:00
Tom Mortensen
1af5d0de5d improve shutdown clean-up 7.0.0-rc.2 2024-12-20 11:55:26 -08:00
tom mortensen
20a93f5b95 Merge pull request #1959 from ich777/master
Imporvements to Tailscale
2024-12-17 20:45:35 -08:00
Tom Mortensen
6554bd233a latest change 2024-12-17 20:42:15 -08:00
Christoph
7383c3a555 Fix visual bug with tailscale 2024-12-17 22:58:51 +01:00
Christoph
f38ce017b9 Make Tailscale State dir persistent in xml 2024-12-17 22:57:19 +01:00
tom mortensen
30de171f65 Merge pull request #1958 from dlandon/allocaton_method_not_showing_in_share_edit
Last set of changes did not stick in share edit.
2024-12-17 09:38:29 -08:00
dlandon
c6ba702081 Update ShareList.php 2024-12-17 06:52:11 -06:00
dlandon
ac882976c7 Last set of changes did not stick. 2024-12-17 06:26:06 -06:00
tom mortensen
e1ff22f8f3 Merge pull request #1954 from dlandon/outgoing_proxy_manager_password_enhancements
Enhancements to password handling in Outgoing Proxy Manager.
2024-12-16 15:45:07 -08:00
dlandon
746b732de1 Change sanitation to where variables are used in drop down. 2024-12-16 17:39:12 -06: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
tom mortensen
20fe2a055c Merge pull request #1952 from SimonFair/qcow2-fix-for-add-additional-qcow2-file
Fix for qcow2 file additions.
2024-12-16 14:45:32 -08:00
tom mortensen
fd6182d8f7 Merge pull request #1955 from Squidly271/patch-10
Fix PHP8 warning
2024-12-16 14:43:06 -08:00
tom mortensen
3136f2b864 Merge pull request #1950 from Squidly271/patch-7
Switch CA Install URL to new repository
2024-12-16 14:41:36 -08:00
dlandon
e27e33cc73 Revert "Use $varroot for the shares.ini file."
This reverts commit a6905bc3ad.
2024-12-16 13:48:15 -06:00
tom mortensen
99a370c22c Merge pull request #1957 from dkaser/nfs
fix: nfsd restarts
2024-12-16 10:29:18 -08:00
dlandon
a6905bc3ad Use $varroot for the shares.ini file. 2024-12-16 06:56:52 -06:00
Derek Kaser
f3c1fec95b fix: restart nfsd if interfaces change 2024-12-16 04:39:34 +00:00
Derek Kaser
21c4f70498 fix: stop knfsd by setting threads to 0 2024-12-16 04:39:20 +00:00
Squidly271
f23cacecee Fix PHP8 warning 2024-12-15 19:50:01 -05:00
dlandon
b454a9b733 Only do lsof on valid mount points. 2024-12-15 06:11:25 -06:00
SimonFair
3839ea4ee2 Fix for menu popup if double quotes in name. 2024-12-15 09:25:36 +00:00
dlandon
51e9caf2c2 Change password fields to type='password' and store passwords properly to allow use of special characters. 2024-12-14 17:03:19 -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
bb4b76e700 Fix for qcow2 file additions. 2024-12-14 17:29:12 +00:00
Squidly271
a3d2aa5b61 Switch CA Install URL to new repository 2024-12-14 09:44:57 -05:00
Tom Mortensen
b8aa426abd Put file in correct place, oops 2024-12-13 15:39:22 -08:00
Tom Mortensen
09b4323ffa Properly handle incomplete key file download 2024-12-13 15:36:32 -08:00
tom mortensen
fce3f56379 Merge pull request #1948 from dlandon/don't_show_secondary_storage_and_allocation_when_primary_is_array
Don't show secondary storage if primary storage is array in share edit.
2024-12-13 12:41:22 -08:00
tom mortensen
a34cabd3c7 Merge pull request #1947 from dlandon/add_nfs_share_rules_help
Add Share NFS security Rules help.
2024-12-13 12:39:31 -08:00
tom mortensen
e55c193538 Merge pull request #1946 from Mainfrezzer/Mainfrezzer-Wireguard-Docker-Bridge-patch-1
Set MTU of docker wireguard bridge to match wireguard default MTU
2024-12-13 12:30:16 -08:00
tom mortensen
c3716ff7cf Merge pull request #1945 from bergware/master
Revert helptext 'ticks'
2024-12-13 12:26:44 -08:00
dlandon
563f2dfd48 Fix reversion of incorrect code. 2024-12-13 09:05:41 -06:00
dlandon
4b203f5226 Add help text. 2024-12-13 08:23:28 -06:00