Commit Graph

572 Commits

Author SHA1 Message Date
bergware 745d85f257 Add background tracking to NetworkExtra 2025-01-31 10:51:53 +01:00
bergware e124115e19 Wireless support 2025-01-30 22:48:31 +01:00
bergware 7deb8f6e78 Wireless support 2025-01-30 22:41:57 +01:00
bergware 4fc6c4ddad Wireless support 2025-01-29 18:51:28 +01:00
bergware a03245c14a Merge branch 'master' of https://github.com/bergware/webgui 2025-01-29 14:42:55 +01:00
bergware 5662fece45 Wireless support 2025-01-29 14:42:53 +01:00
bergware 10079e87d7 Merge branch 'master' into master 2025-01-27 20:57:48 +01:00
Tom Mortensen 07f96d490a Revert "Fix for qcow2 file additions." 2025-01-27 11:46:48 -08:00
SimonFair f1737d2f1d Merge remote-tracking branch 'upstream/master' into Fix-zfs-dataset-creation 2025-01-26 22:02:45 +00:00
tom mortensen 898d52197c Merge pull request #1987 from dlandon/ud_devices_not_selectable_in_picker_and_file_manager
UD devices not selectable in picker and file manager
2025-01-26 12:50:02 -08:00
bergware 91abb80095 Merge remote-tracking branch 'upstream/master' 2025-01-23 17:59:35 +01:00
Tom Mortensen b3e355b29b xss hardening 2025-01-22 21:22:32 -08:00
bergware 844f86a10f Add "Move To End" icon 2025-01-18 15:03:10 +01:00
bergware 83d735c10d Add "Move To End" icon 2025-01-18 14:49:05 +01:00
bergware d2c608fe7b Update DefaultPageLayout.php 2025-01-18 13:40:03 +01:00
bergware e6d7b0bf88 Add "Move To End" icon 2025-01-18 13:00:54 +01:00
bergware ebfbaec3dc Add "Move To End" icon 2025-01-18 12:49:52 +01:00
bergware 8bf934c988 IPv6 corrections 2025-01-17 23:07:55 +01:00
SimonFair 8d0ae66a8c Merge remote-tracking branch 'upstream/master' into 7.1-NoVM-Pinning 2025-01-15 16:47:14 +00:00
bergware f2ed0eaef4 Update NetworkInfo.php 2025-01-14 14:40:47 +01:00
bergware bd30462c56 Update NetworkInfo.php 2025-01-14 13:55:00 +01:00
bergware 51a0a19572 Update NetworkInfo.php 2025-01-14 13:50:55 +01:00
bergware 69c18369aa Update NetworkInfo.php 2025-01-14 13:29:32 +01:00
bergware f803bf7563 Update NetworkInfo.php 2025-01-14 13:23:47 +01:00
bergware 0ec700e173 Update NetworkInfo.php 2025-01-14 13:22:43 +01:00
bergware a6df9b388a Improved network information (including vlans) 2025-01-14 12:59:21 +01:00
bergware 3c6f8262ee Network enhancements
- Create separate entry for DNS server settings, which can be changed at all times (user is not required to stop the array)
- Added "info" button which shows a popup window with interface related assignments (error is shown if something is missing)
- Added "show" button to show or hide VLAN settings
- Make network settings a tabbed view
- Fixed a bug when sometimes DNS settings are not properly set
- Fixed a minor bug in routing table content
- Some other code optimizations
2025-01-13 22:19:45 +01:00
dlandon 2e9495076e Tool tip showed '%20' instead of a blank in a share with a space. 2025-01-13 12:57:29 -06:00
dlandon 0ac4a6ae0d Allow remotes to be included in the file picker. 2025-01-13 12:56:42 -06:00
bergware 17d0de2667 Merge remote-tracking branch 'upstream/master' 2025-01-01 10:18:21 +01: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
SimonFair 5a7f6692a0 Update Helpers.php 2024-12-30 13:14:35 +00:00
SimonFair 2d00cb6db0 Update logging and fix for ZFS Datasets.
Fix for dir not a dataset.
2024-12-29 22:23:28 +00:00
bergware 2799378702 Date and Time enhancements
- Add more info to NTP/PTP server message
2024-12-29 13:00:08 +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
bergware 63eefc27b2 Merge remote-tracking branch 'upstream/master' 2024-12-17 09:21:18 +01: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
bergware ca23a61bfc Merge remote-tracking branch 'upstream/master' 2024-12-16 21:29:46 +01: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
bergware ff945bb6ce Date and Time enhancements
- Support Precision Time Protocol (PTP) - time accuracy in nanoseconds
- PTP requires a local time server which supports the PTP protocol
- Show only the applicable fields for the selected time sync value (animated)
- Add 'hints' to help the user in configuration
- Do not restart time service when only date/time format is updated

Note for Tom: to make PTP work the package "linuxptp-4.2-x86_64-1_BW.txz" needs to be installed with stock Unraid
2024-12-14 15:37:28 +01:00
Tom Mortensen b8aa426abd Put file in correct place, oops 2024-12-13 15:39:22 -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
dlandon 563f2dfd48 Fix reversion of incorrect code. 2024-12-13 09:05:41 -06:00
Mainfrezzer 76366c6a50 Update update.wireguard.php
The MTU needs to be set to at least to the wireguard default. While it seems to work just fine, to create a docker bridge with a MTU of 1500, it breaks in some cases. For example, if you "curl https://api.minecraftservices.com/publickeys" via a container thats running over that wireguard-docker-bridge, it fails.
2024-12-12 15:41:52 +01:00
tom mortensen 90383a0702 Merge pull request #1943 from dlandon/menu_tabbing_not_returning_to_the_right_selection
Tabbed page mode not working properly.
2024-12-11 13:42:45 -08:00
dlandon d9383e7db4 Readability improvement. 2024-12-08 12:48:12 -06:00