Michael Steenbeek
159400a714
Implement #2482 : Tokenise Trafficshaper source and destination fields ( #3022 )
2018-12-07 21:18:50 +01:00
Franco Fichtner
f72797d269
unbound: cleanup
2018-12-07 17:36:04 +01:00
Ad Schellevis
15876d6163
Routes/mvc, missing isset() in validations, closes https://github.com/opnsense/core/issues/3024
2018-12-07 15:27:22 +01:00
Franco Fichtner
0dbc3cc51e
system: remove unused get_dns_servers() #3020
2018-12-07 12:30:51 +00:00
Franco Fichtner
5cf8b4f2e2
unbound: probable fix for #3020
2018-12-07 12:29:58 +00:00
Franco Fichtner
a22c63a67c
interfaces: actually, use get_nameservers() for *all* interfaces
...
It has the added benefit of grabbing the correct servers provided
for all upstream interfaces.
PR: https://github.com/opnsense/core/issues/3020
2018-12-07 12:18:17 +00:00
Franco Fichtner
c65f2f5879
interfaces: remove questionable / limited use of get_dns_servers()
...
PR: https://github.com/opnsense/core/issues/3020
2018-12-07 12:35:06 +01:00
Ad Schellevis
c5acb417ab
configure_interface_hardware(), typo in [r|t]xcsum_ipv6, closes https://github.com/opnsense/core/issues/3021
2018-12-06 20:25:03 +01:00
Ad Schellevis
afeb422d69
interfaces_assign, show link status in select, closes https://github.com/opnsense/core/issues/3019
2018-12-06 14:30:06 +01:00
Ad Schellevis
c3213d4d91
filter/icmpv6, IPv6 FW Rule from WAN IP to ff02 missing, for https://github.com/opnsense/core/issues/3015
2018-12-06 12:45:28 +01:00
Ad Schellevis
0a0c80c006
MVC, sortable ModelRelationField including unittest, ref https://github.com/opnsense/plugins/issues/582
2018-12-06 12:37:26 +01:00
Ad Schellevis
ea639d6c8c
cleanup previous
2018-12-06 09:44:55 +01:00
Ad Schellevis
4cf79c9263
MVC, add unittest for ModelRelationFieldTest
2018-12-06 09:16:14 +01:00
Ad Schellevis
55853d21c2
MVC, ModelRelationField, prevent get_class(null) when using the fieldtype not bound to a model.
...
When unit testing the field type, it's not bound to a model, which leaves parent "null".
2018-12-06 09:13:09 +01:00
Franco Fichtner
d15605dc5b
firewall: third try #3015
2018-12-05 15:55:44 +00:00
Franco Fichtner
5865994648
firewall: only true for static setups #3015
2018-12-05 16:49:53 +01:00
Franco Fichtner
89bd032069
firewall: this is weird, automatic reply-to and route-to...
...
... should honour if a gateway was actually provided. It worked
or at least was supposed to work in this way before repairing
get_interface_gateway*().
PR: https://github.com/opnsense/core/issues/3015
2018-12-05 16:40:58 +01:00
Michael Steenbeek
aed23a9ecb
Clean up ipsec_convert_to_modp()
2018-12-05 16:14:22 +01:00
Franco Fichtner
dc8f8daf4f
system: make this explicit...
2018-12-05 08:29:53 +01:00
Franco Fichtner
536543be11
ipsec: already changed vs. stable/18.7, might as well do this
2018-12-05 08:25:42 +01:00
Franco Fichtner
ebaf3c61c0
system: reformat
2018-12-05 08:20:09 +01:00
Michael Steenbeek
00b6db04fb
Fix: name attribute cannot be set on tr tags
2018-12-05 08:15:14 +01:00
Michael Steenbeek
28aa54f03f
Fix br tags
2018-12-05 08:15:14 +01:00
Franco Fichtner
b6518ba0d5
dhcp: spacing
2018-12-05 08:00:03 +01:00
Ad Schellevis
61d4b3fefd
minor irregularities in event.preventDefault() usage
2018-12-04 16:28:10 +01:00
Franco Fichtner
2938c99628
unbound: unbreak #3012
2018-12-04 16:14:13 +01:00
Ad Schellevis
e17dc86235
User import, fix ldap import closes https://github.com/opnsense/core/issues/3012
2018-12-04 16:06:49 +01:00
Michael Steenbeek
3c3e27ae85
Fix sorting of SIZE and RES columns in system activity ( #3009 )
2018-12-04 11:53:51 +01:00
Michael Steenbeek
6db6598c00
Fix more incorrect HTML tags ( #3007 )
2018-12-04 10:13:22 +01:00
Michael Steenbeek
2a149a054c
Replace PEAR_ERROR with return null and delete PEAR.inc ( #3006 )
2018-12-04 09:53:09 +01:00
Ad Schellevis
fca195a3ab
widget/thermal: minor style/text fix
2018-12-04 09:41:04 +01:00
Ad Schellevis
aad0efbd19
Merge branch 'feature/2915' of https://github.com/MichaelDeciso/core into MichaelDeciso-feature/2915
2018-12-04 09:28:12 +01:00
Ad Schellevis
70ddc990b6
typo in comment
2018-12-04 09:10:29 +01:00
Franco Fichtner
f0cbe9ac99
firmware: error on missing file
...
Unlikely published in 18.7.x, and even there .mtree will exist
with 18.7.9 update at the very latest.
2018-12-04 07:18:29 +01:00
Ad Schellevis
8a4c461442
Trust/p12 export, add optional password protection for export, closes https://github.com/opnsense/core/pull/2926
2018-12-03 20:56:10 +01:00
Ad Schellevis
9ee732ae19
fix previous..
2018-12-03 17:59:49 +01:00
Ad Schellevis
0546e813a5
Firewall/Alias, performance regression in get_alias_description, take 2: cache actual descriptions, still too much loop overhead.
2018-12-03 17:57:29 +01:00
Ad Schellevis
e639924c9b
Firewall/Alias, performance regression in get_alias_description, take 1: move to our static firewall class
2018-12-03 17:47:01 +01:00
Michael Steenbeek
20fc9b366c
Implement #2915 : Add option to only show temperature of one core
2018-12-03 17:08:01 +01:00
Michael Steenbeek
b3d162a5f7
Clean up thermal sensors widget JS
2018-12-03 14:51:38 +01:00
Ad Schellevis
ebbc086f11
Firewall/VirtualIP, display vhid for IPAlias in overview
2018-12-03 14:44:42 +01:00
Ad Schellevis
754d483b86
Firewall/VirtualIP, when checking for usage, limit to type (ipalias may bee using the same vhid).
2018-12-03 14:39:10 +01:00
Ad Schellevis
903fddbaae
diag_authentication.php shouldn't need PEAR.inc
2018-12-03 14:31:22 +01:00
Michael Steenbeek
797fd6ff7b
Implement #2689 : Add setting to always send accounting requests ( #2996 )
2018-12-03 13:39:49 +01:00
Michael Steenbeek
88c28e3258
Fix typos and mismatched HTML tags ( #2998 )
2018-12-03 13:19:11 +01:00
Michael Steenbeek
71774ab376
Fix implicit Javascript global variable assignments ( #2945 )
2018-12-03 13:17:02 +01:00
Ad Schellevis
4722f9558c
OpenVPN export, some rework for tgb format https://github.com/opnsense/core/issues/2787
2018-12-03 12:16:20 +01:00
Ad Schellevis
bb4bd9e87f
OpenVPN export, defaults dev_mode to tun, for https://github.com/opnsense/core/issues/2787
2018-12-03 12:13:28 +01:00
Michael Steenbeek
98247373d0
Remove nonexistant CSS properties
...
The table attributes 'cellspacing' and 'cellpadding' were moved inside the style attribute via a script. However, they are not valid CSS properties, so browsers should (and do) ignore them.
This commit removes them. The 'table' class, set on most tables, should take care of proper formatting anyway.
2018-12-03 12:01:41 +01:00
Franco Fichtner
a122361d36
firmware: if mtree is not found, still do version check
2018-12-03 09:49:59 +01:00