Ad Schellevis
aea1cbd15a
Firewall / Diagnostics / States Dump : extend filter options for future rewrite of states view. (refactor limit, add offset and query on label/rule_id)
2021-06-02 06:14:18 +02:00
Franco Fichtner
4c9ad1b862
src: change (isset && is_array) to (!empty)
...
is_array was used until it broke and isset was added in front
back in the day. It's almost certain the array is there so
!empty is the simplest option to check for data to iterate on.
Also avoids looping over empty data.
2021-06-10 20:33:55 +02:00
Franco Fichtner
45884380f7
interfaces: move OpenVPN device creation up for #5040
2021-06-10 17:46:07 +02:00
Franco Fichtner
3e4df24168
rc: make REROUTE unconditional, might affect static setups too
...
It doesn't solve the underlying issue, but it's better than nothing
and yields more operational sense than uncondtionally restarting
routing in VTI tunnel reconfiguration because we don't know the
full requirements of the tunnel/route combination yet.
2021-06-10 08:26:49 +02:00
Franco Fichtner
6d1b3ceaba
system: raise memory limit to 1G
2021-06-10 08:00:06 +02:00
Franco Fichtner
f3e2f8ea3e
mvc: fix Phalcon 4 translations
2021-06-08 10:38:31 +02:00
Franco Fichtner
4ea0e9c785
firewall: spacing issue in help text
2021-06-08 09:43:42 +02:00
Franco Fichtner
78ae660bf0
interfaces: fix typo; closes #5008 #5036
2021-06-07 21:07:51 +02:00
Franco Fichtner
8e56216b87
system: add new translation file
2021-06-07 15:38:58 +02:00
Franco Fichtner
38250e5bf5
src: fix previous as it is already escaped
2021-06-07 10:48:23 +02:00
Franco Fichtner
57b3cff9d4
src: more cleanups on static pages
2021-06-07 10:45:21 +02:00
Franco Fichtner
5b09522cbb
ipsec: clear unused classes
2021-06-07 10:19:12 +02:00
Franco Fichtner
07b5fe0241
system: cleanup RSS widget
2021-06-07 10:16:29 +02:00
Franco Fichtner
5f36bbbbdc
ui: improve subnet selectors in unound and ipsec
2021-06-07 09:53:55 +02:00
Franco Fichtner
9435e02618
ui: unused "formfld"
2021-06-07 09:48:59 +02:00
Franco Fichtner
735dbfa7f6
interfaces: work harder to match ifconfig output #5008
2021-06-07 08:51:12 +02:00
Franco Fichtner
89922cc191
ui: improve the subnet size selector
...
o toggle between 32 and 64 to indicate it's working
o serialize the option change event
o remove disabled option workaround
2021-06-07 08:33:55 +02:00
kulikov-a
2f98cad8c3
fw_log.volt: prevent controls overlap
2021-06-05 18:10:38 +02:00
Franco Fichtner
dd54795f7a
firewall: fix typo in previous #4988
2021-06-05 07:07:03 +02:00
Franco Fichtner
90f84eb51b
src: whitespace and style sweep
2021-06-04 08:19:26 +02:00
Ad Schellevis
20e51b80c3
OpenVPN - Export: return "result" in stead of "status", fixes : Error at /usr/local/opnsense/mvc/app/controllers/OPNsense/OpenVPN/Api/ExportController.php:397 - Undefined index: result (errno=8)
2021-06-01 22:02:36 +02:00
Franco Fichtner
7ef730ac1c
unbound: space works as domainsearchlist separator
...
Also clear its use for IPv4 like the old code did.
PR: https://forum.opnsense.org/index.php?topic=23373.0
2021-06-02 16:51:58 +02:00
Ad Schellevis
4c845540ac
Firewall / Diagnostics / States Dump : add verbose fields to states output, first step in refactoring the states dump.
2021-06-01 12:18:03 +02:00
Franco Fichtner
a759338381
firmware: push automatic flags to firmware for #5025
2021-05-31 14:49:27 +02:00
Franco Fichtner
7ddb90cb79
firmware: allow manual development override on business subscription
...
In case the flavour is a directory location on the mirror containing
a slash allow for manual flavour and type selection.
2021-05-31 13:49:33 +02:00
Franco Fichtner
1eb4520b65
ui: change service restart icons to fa-repeat; closes #4972
2021-05-31 08:00:08 +02:00
Ad Schellevis
e038c1573c
IDPS: add yaml tag to custom.yaml.sample [2], closes https://github.com/opnsense/core/issues/5018
2021-05-28 19:17:57 +02:00
Ad Schellevis
11f3de0972
Firewall / NAT / Portforward - explicit default for Filter rule association , closes https://github.com/opnsense/core/issues/5019
2021-05-28 19:12:38 +02:00
vnxme
d24b2e7e4a
DHCPv6 leases status: Display manufacturer info ( #4527 )
...
o Display info about manufacturers of devices based on their MAC addresses.
o Get MAC addresses not only from NDP, but also from DUID of certain types.
2021-05-29 09:36:11 +02:00
Ad Schellevis
f43ea56336
IDPS: add yaml tag to custom.yaml.sample
...
for https://github.com/opnsense/core/issues/5018
2021-05-28 18:43:56 +02:00
Franco Fichtner
0f55d6e0a5
dhcp: lock access like menu decides to show entry; closes #4406
2021-05-28 15:02:36 +02:00
Franco Fichtner
eb429363fa
dhcp: style update
2021-05-28 14:38:36 +02:00
Maurice Walker
0cc8cd1c74
Diagnostics / DNS Lookup, small improvements ( #4729 )
...
* DNS lookup tool, query AAAA+A
Also, display 'PTR' in type field for reverse lookups, remove unused $ipaddr.
* DNS lookup tool: filter SOA record from response
For consistency. SOA was only displayed if no AAAA or A record was found.
2021-05-28 14:38:20 +02:00
Maurice Walker
49c15d0499
Unbound: fix domain overrides for private address reverse lookup zones ( #4663 )
...
* Add local-zone for IPv6 reverse lookup zones
* Fix domain overrides for private reverse zones
* Add $config to unbound_add_domain_overrides()
2021-05-28 14:36:05 +02:00
vnxme
fc396ff63e
DHCPv6 leases status: Fix sorting ( #4525 )
...
- Add UI required for the sorting feature.
- Implement a more secure way of the order argument handling
- Use ipcmp() instead of strcmp() for sorting by IPv6 and strnatcasecmp() for sorting by other fields.
2021-05-28 14:29:19 +02:00
vnxme
576d69f8a3
DHCPv4 leases status: Fix sorting ( #4524 )
2021-05-28 14:23:48 +02:00
Franco Fichtner
9e7e8a59ce
openvpn: update help texts in exporter; closes #4890
2021-05-28 14:19:26 +02:00
Franco Fichtner
cd09bb8e80
interfaces: system match only works with compressed IPv6; closes #4932
...
It fixes faulty mismatches reported by @marjohn56
2021-05-28 14:12:32 +02:00
Franco Fichtner
47d6832edc
firewall: change live log group matcher to correctly flip logic #4988
2021-05-28 12:09:33 +02:00
Franco Fichtner
7c1f2659b0
pkg: PHP 7.4 does not have a separate hash module
2021-05-28 10:05:12 +02:00
Ad Schellevis
5eacbb06f1
firewall: let live log use the provided rule label instead of guessing it, closes https://github.com/opnsense/core/issues/5014
2021-05-27 15:47:37 +02:00
Franco Fichtner
41365f0829
pkg: fix plist
2021-05-27 08:23:13 +02:00
Ad Schellevis
4f126c758c
Firewall - aliases: move dynamic ipv6 handling ( https://github.com/opnsense/core/issues/4923 ) to a separate branch.
2021-05-26 18:18:26 +02:00
Franco Fichtner
bf449e20ee
github: extend templates
2021-05-26 16:08:20 +02:00
Franco Fichtner
ddfd1cb562
firmware: show update pending hint in system widget; closes #5013
2021-05-26 15:49:10 +02:00
Ad Schellevis
f1b67df57f
Merge branch 'jdeluyck-fix-distinguished-name'
2021-05-26 15:16:59 +02:00
Ad Schellevis
de09fb4f36
Trust - Distinguished name - Organisation validations, cleanup https://github.com/opnsense/core/pull/5010
2021-05-26 15:16:22 +02:00
Ad Schellevis
f9cfb4658b
System / Routes - delete previous route when changed. closes https://github.com/opnsense/core/issues/4621
2021-05-26 15:08:54 +02:00
Franco Fichtner
468eaa8a68
interfaces: interface_configure() checks for enabled
2021-05-26 15:08:54 +02:00
Franco Fichtner
842e661ce4
github: offer link to open/closed tickets for search
...
Too many duplicates in some cases when bugs were fixed fast.
2021-05-26 15:08:54 +02:00