12818 Commits

Author SHA1 Message Date
Franco Fichtner
61ca8a7b68 pkg: add series and nickname to metadata 2021-04-09 08:56:46 +02:00
Franco Fichtner
26c8fbb267 pkg: fix plist 2021-04-08 17:16:46 +02:00
Ad Schellevis
361e336d3e Merge branch 'kulikov-a-lvtemplates' 2021-04-08 17:14:38 +02:00
Ad Schellevis
a785f71755 Firewall / Log Files / Live - refactor https://github.com/opnsense/core/pull/4902 a bit 2021-04-08 17:13:55 +02:00
Franco Fichtner
6658b92911 system: sort system_sysctl_get() output; closes #4907 2021-04-08 16:43:12 +02:00
Franco Fichtner
26c9ca7d08 rc: reverse list on stop action
Suggested by:	David Mora
PR:		https://github.com/opnsense/core/pull/4891
2021-04-08 16:43:12 +02:00
Franco Fichtner
bdb32652fb firmwre: make this clearer
Ideally, opnsense-update -M should replace this except
that -M is used to gain mirror access from other scripts
as well.  Need to think about it.
2021-04-08 16:43:12 +02:00
Franco Fichtner
aa56b3e45a system: reorder settings to let tunables override all 2021-04-08 16:43:12 +02:00
Ad Schellevis
f538c08065 unbound / blacklists: cleanse domain input. change regex in https://github.com/opnsense/core/issues/4898 per suggestion @kulikov-a 2021-04-08 16:43:12 +02:00
Franco Fichtner
d3063a2017 openvpn: remove OpenSSL engine support #4896 2021-04-08 16:43:12 +02:00
Franco Fichtner
cf8d1d045f system: sort system_sysctl_get() output; closes #4907 2021-04-08 12:24:01 +02:00
Franco Fichtner
7316071974 rc: reverse list on stop action
Suggested by:	David Mora
PR:		https://github.com/opnsense/core/pull/4891
2021-04-07 14:50:04 +02:00
Franco Fichtner
2fe4de6819 firmwre: make this clearer
Ideally, opnsense-update -M should replace this except
that -M is used to gain mirror access from other scripts
as well.  Need to think about it.
2021-04-07 12:07:32 +02:00
Franco Fichtner
c0a1fd321d system: reorder settings to let tunables override all 2021-04-07 12:06:34 +02:00
Ad Schellevis
565688cb4a unbound / blacklists: cleanse domain input. change regex in https://github.com/opnsense/core/issues/4898 per suggestion @kulikov-a 2021-04-06 11:22:08 +02:00
kulikov-a
90a4199e28
dialogTemplate.xml: dialog form 2021-04-06 12:03:18 +03:00
Franco Fichtner
d17e70b39b openvpn: remove OpenSSL engine support #4896 2021-04-06 10:02:52 +02:00
kulikov-a
8e8f87a15d
live view templates model 2021-04-06 11:00:21 +03:00
kulikov-a
903ba88fc7
live view templates model 2021-04-06 10:59:21 +03:00
kulikov-a
614c9fda8f
live view templates gui controller 2021-04-06 10:57:58 +03:00
kulikov-a
de4f483f7f
LvtemplatesController.php: live view templates 2021-04-06 10:56:28 +03:00
kulikov-a
7d66c4bf9b
fw_log.volt: add filter templates 2021-04-06 10:42:05 +03:00
Franco Fichtner
6c96038ced system: remove /dev/crypto GUI support #4896 2021-04-06 07:08:58 +02:00
Ad Schellevis
31a0c40e3f unbound / blacklists: cleanse domain input. closes https://github.com/opnsense/core/issues/4898
o while here, add missing import as well
2021-04-02 19:23:10 +02:00
Maurice Walker
0b9a778069
NPTv6 configuration clean-up (#4894)
* NPTv6 rule edit clean-up
Internal and external prefix length must be the same. Remove dstmask input and use srcmsk for source and destination.
"Invert" doesn't work for NPTv6. Remove.
Rephrase text to avoid confusion and match terminology used in firewall_nat_npt.php (Internal / External vs. Source / Destination).
* NPTv6 rule overview style fix
Uppercase for consistency.
2021-04-04 14:00:21 +02:00
Franco Fichtner
af587e812a make: also whitespace issue 2021-04-01 14:27:17 +02:00
Franco Fichtner
cd11a6a150 system: whitespace on previous 2021-04-01 14:24:15 +02:00
Martin Wasley
44072ec44c
Allow CPU temp display in Farenheit (#4098) 2021-04-01 14:22:50 +02:00
Franco Fichtner
65ae6246e7 firmware: same here 2021-04-01 11:39:33 +02:00
Franco Fichtner
763e5defd7 firmware: small issue with model migration 2021-04-01 11:34:17 +02:00
Franco Fichtner
5eeacb607c ui: same on bootgrid for discussion #4216 2021-04-01 09:44:30 +02:00
Franco Fichtner
5b0cbf26d3 LICENSE: sync 2021-04-01 09:44:20 +02:00
Franco Fichtner
813cc05dd1 ui: small change for #4216 2021-04-01 09:42:17 +02:00
Franco Fichtner
b02051391e ui: POC for #4216 2021-04-01 09:19:09 +02:00
Franco Fichtner
2b7beb78b3 interfaces: return scoped link-local
This way we can allow to add the same link-local VIP to
an interface.  Surprisingly, operating a link-local VIP at
all is not a problem with the code.

PR: https://forum.opnsense.org/index.php?topic=22397.0
2021-04-01 09:11:36 +02:00
Franco Fichtner
8220814034 pkg: verbatim match on business tag 2021-03-31 15:48:09 +02:00
Franco Fichtner
919f11941e ui: autocomplete is annoying in the quick navigation 2021-03-31 10:26:11 +02:00
Petr Kejval
5d908c7736
Fix missing ')' (#4884)
dns blacklist : Fix missing ')' at the end of log line:
2021-03-31 08:41:05 +02:00
Ad Schellevis
a7ae8c4373 Authentication - return errors when asked, fix regression in https://github.com/opnsense/core/pull/4784
PHP Fatal error:  Uncaught Error: Call to undefined method OPNsense\Auth\Radius::getLastAuthErrors() in /usr/local/www/diag_authentication.php:76
2021-03-30 18:44:19 +02:00
Ad Schellevis
384018c522 System / Routes / Configuration - for dynamic gateways retour inet|inet6. closes https://github.com/opnsense/core/issues/4880 2021-03-30 17:04:34 +02:00
Franco Fichtner
d570ff570c pkg: fix plist 2021-03-30 11:53:43 +02:00
Ad Schellevis
eb1f41f449 Firmware - minor bugfix to map Subscription on page load and add initial migration so BE users stick to their version. 2021-03-30 11:38:37 +02:00
Franco Fichtner
31aa007c74 system: adhere to naming conventions 2021-03-30 10:12:15 +02:00
Franco Fichtner
012e0f7f11 dhcp: on the GUI pages avoid the use of dhcpd_dhcp_configure()
Router advertisement pages were already doing it but the
DHCPv4/6 pages not. That is problematic for the IPv6 case
because there router advertisements would be reconfigured as
well.

This may not be the final form, but we need to see if this
solves the main concern about intermittent connectivity bumps
on GUI operations.

PR: https://github.com/opnsense/core/issues/4642
2021-03-30 09:18:05 +02:00
Franco Fichtner
d55a76b6a5 firmware: need to stop backend from going into background mode 2021-03-29 14:19:09 +02:00
Franco Fichtner
63af98ed5b firmware: rework previous, status action on POST is sync 2021-03-29 12:10:10 +02:00
Franco Fichtner
9541c1f963 firmware: add sync parameter to check action 2021-03-29 11:34:15 +02:00
Franco Fichtner
fa9eeae08d ipsec: remove spacing 2021-03-28 20:19:26 +02:00
Ad Schellevis
bd26a58820 Firewall / improve loopack visibility as suggested in https://github.com/opnsense/core/pull/4868
o cleanup remnants of previous loopback construction, which is redundant with 57bd1f2b05 in place
2021-03-26 22:16:53 +01:00
Ad Schellevis
fab56fa196 Merge branch 'kulikov-a-log.widget' 2021-03-26 21:26:59 +01:00