10021 Commits

Author SHA1 Message Date
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
Franco Fichtner
0d24a23d27 pkg: better wording 2018-12-05 07:39:43 +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
d699c38647 Merge branch 'MichaelDeciso-feature/2915' 2018-12-04 09:42:01 +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
Franco Fichtner
f9315ee890 firewall: align alias hint to left 2018-12-03 08:47:43 +01:00
Franco Fichtner
5ba560509d mvc: style fixes 2018-12-03 08:47:31 +01:00
Franco Fichtner
723d97bbdf system: move settings as per #2279
Not the perfect spot either as this is for gateway groups
now but still better than firewall and actually the original
spot where the setting could be found.
2018-12-03 08:40:42 +01:00
Franco Fichtner
d8da4890fe firmware: fix issue with previous 2018-12-03 08:02:22 +01:00
Franco Fichtner
3d8507a5cf firmware: more consolidation 2018-12-03 07:59:20 +01:00
Ad Schellevis
b89a9e5b66 typo in d4b2f161e8, closes https://github.com/opnsense/core/issues/2992 2018-12-01 14:41:18 +01:00
Franco Fichtner
1912290b5a dhcp: fixup header 2018-12-02 11:25:09 +01:00
Ad Schellevis
3c7540bd28 OpenVPN export, another take at the tgb format, for https://github.com/opnsense/core/issues/2787 2018-12-01 14:09:30 +01:00
Ad Schellevis
2aa1b90b24 Network insight, drop date from 2 and 8 hour view + some minor style cleanups 2018-11-30 17:27:13 +01:00
Ad Schellevis
fad4b3c426 Network insight, resample data for get_timeseries(), closes https://github.com/opnsense/core/issues/2895
This commit samples data for all requested fractions, which should improve the missing data output.
2018-11-30 16:59:06 +01:00
Ad Schellevis
a8b0c06de4 Firewall/alias, default proto to ipv4+ipv6, this will force a reload of all aliases (since uniqueid uses proto), but usually that's not a big issue. closes https://github.com/opnsense/core/issues/2986 2018-11-30 10:06:19 +01:00
Franco Fichtner
0299224578 captive portal: same here 2018-11-30 09:18:33 +01:00
Franco Fichtner
26628258c9 insight: start delay for GUI status, "one" usage fixes 2018-11-30 09:11:51 +01:00
Franco Fichtner
eeb99d2a31 www: indent 2018-11-29 19:00:32 +01:00
Michael Steenbeek
50e323d8dc Fix many PHPdoc declarations and some functions 2018-11-29 17:48:41 +01:00