Commit Graph

1395 Commits

Author SHA1 Message Date
bergware dcaf500eff Revert "Wireguard: fix regression error"
This reverts commit 4b5154bdad.
2022-04-20 17:38:04 +02:00
bergware 4b5154bdad Wireguard: fix regression error 2022-04-20 17:33:20 +02:00
bergware 2f4e8691aa Wireguard: minor code optimizations 2022-04-20 12:34:47 +02:00
bergware 9f6aeb8d18 Wireguard: minor code optimizations 2022-04-20 12:03:39 +02:00
bergware 241f9a7c8c Wireguard: make routing independent from docker state 2022-04-20 00:52:35 +02:00
bergware 191e8683a7 Wireguard: make routing independent from docker state 2022-04-20 00:47:57 +02:00
bergware c463a4c0f3 Wireguard: make routing independent from docker state 2022-04-20 00:43:51 +02:00
bergware 29349fd17e Wireguard: fix initial network creation 2022-04-19 23:05:20 +02:00
bergware c7c94614d8 Wireguard: minor timer adjustment 2022-04-18 08:55:31 +02:00
bergware e6a0a70863 Wireguard: make management interface seletable
Defaults to eth0 - future expansion
2022-04-18 04:14:56 +02:00
bergware 4af40db1a1 WireGuard: add logic to recreate networks after reboot 2022-04-18 01:00:12 +02:00
bergware 00b2826b9b Wireguard: fix regression error 2022-04-17 19:26:05 +02:00
bergware 838becf80c WireGuard: use kill switch when tunnel inactive
Docker containers have no access when the WG tunnel is inactive
2022-04-16 00:00:20 +02:00
bergware b16262494f WireGuard: improved IP list processing 2022-04-15 17:36:21 +02:00
bergware 3370cf9738 WireGuard: fix ipv6 address generation 2022-04-15 16:53:38 +02:00
bergware 89b082f5b4 WireGuard: minor code changes 2022-04-15 14:01:38 +02:00
bergware 9c173a9f35 Minor code updates 2022-04-14 11:36:30 +02:00
bergware 95e919545a Minor code updates 2022-04-14 10:39:58 +02:00
bergware 7473d46d02 WireGuard update 2022-04-14 09:57:04 +02:00
bergware d4003464ee WireGuard update 2022-04-14 09:55:25 +02:00
bergware 7d294b8a7a WireGuard update
Add warning when tunnel deletion fails
2022-04-14 09:43:42 +02:00
bergware 68f94b4175 WireGuard updates
Introduce new network modes:
1. VPN tunneled access for system
2. VPN tunneled access for docker
2022-04-14 01:34:59 +02:00
bergware d3f9eb691f WireGuard updates 2022-04-13 13:21:19 +02:00
bergware 649245931f WireGuard updates 2022-04-13 13:19:22 +02:00
bergware 31c06a3de5 WireGuard updates 2022-04-13 11:00:31 +02:00
bergware 57d99aaf9c WireGuard updates 2022-04-13 00:38:54 +02:00
bergware 7599875605 WireGuard updates 2022-04-13 00:19:34 +02:00
bergware abb2a7880a WireGuard updates 2022-04-13 00:16:18 +02:00
bergware 14ba46a4a5 WireGuard updates
1. Make import config file of VPN providers more robust.
2. Add tunnel routing for docker containers
3. Automatically make the WG tunnel available to containers (custom network)
2022-04-12 19:57:49 +02:00
bergware 28e3cda86b Change page switching to better suit Safari on mobile devices 2022-04-10 21:02:44 +02:00
bergware d4362f68d2 Fixed PHP errors for share and disk calculations 2022-04-07 20:01:12 +02:00
ljm42 69fdea598d Support T2FA 2022-03-30 08:14:51 -07:00
ljm42 0d50fa0a8c fix: password lockouts not being cleared properly 2022-03-24 12:18:55 -07:00
bergware 3f01535f05 WireGuard: user nginx settings and unraid.net api 2022-03-22 20:19:04 +01:00
bergware cee04f0a68 Fixed: missing samesite attribute in cookies
Removes browser warning that cookies without this attribute will be deprecated
In addition all cookies have a default path = '/' to reference the complete site
2022-03-22 19:43:12 +01:00
bergware ff73c0f843 UpdateDNS to prefer IPv4 only 2022-03-22 08:33:51 +01:00
bergware a1fd464957 Allow simultaneous log and console windows for containers 2022-03-22 08:20:31 +01:00
bergware 60e817ab9f UpdateDNS to prefer IPv4 first and then IPv6 2022-03-21 23:38:53 +01:00
tom mortensen b0ab1a9dc0 Merge pull request #1056 from bergware/master
Highlight selected row when hovering over array or shares
2022-03-21 10:24:56 -07:00
bergware 9a90f05387 Fix regression error for menu click behavior
Right-clicking or long-clicking a menu item should open the selected menu
2022-03-20 08:55:01 +01:00
Tom Mortensen 5317db757b Closer to ipv6 support 2022-03-19 11:58:12 -07:00
bergware 64610c0622 Fix regression error for themes auzre & gray 2022-03-18 13:07:49 +01:00
ljm42 bc249a5edb UpdateDNS: DNS rebind test checks specific domain
specifically checks unraid.net or myunraid.net, depending on the system's cert
2022-03-15 12:01:14 -07:00
ljm42 78abec6491 UpdateDNS: response encoding 2022-03-15 11:58:31 -07:00
bergware 68f9ef7bcc Remove Nchan error detection
Rely on the automatic reconnect of Nchan to re-establish connections when communication is slow
2022-03-14 09:01:13 +01:00
bergware 769855d27f Changed header selection for better support of Android 2022-03-13 14:08:37 +01:00
tom mortensen b5be5d805d Merge pull request #1049 from bergware/master
Update helptext.txt
2022-03-11 10:49:49 -08:00
bergware 634b6270b5 Revert back to capitalization of device names 2022-03-11 17:24:02 +01:00
Tom Mortensen 3d82123645 Merge branch 'master' of github.com:limetech/webgui 2022-03-10 09:44:47 -08:00
tom mortensen d267ac2b38 Merge pull request #1046 from bergware/master
Do not capitalize first character of device name
2022-03-10 09:44:37 -08:00