8280 Commits

Author SHA1 Message Date
NOYB
222aaefbbc Firewall Logs Widget - Settings Form Layout
Options labeling and arrangement
Space utilization
2018-02-11 12:41:21 -08:00
Ad Schellevis
3e8ec0caf5 style/theme, align padding for help texts, see https://github.com/opnsense/core/pull/2085 2018-02-11 14:25:01 +01:00
Ad Schellevis
36022f8bdc style / theme, better targetting for top tabs spacing, for https://github.com/opnsense/core/issues/2185 2018-02-11 14:10:11 +01:00
Franco Fichtner
01f38e3135 rc: "tweak" previous, but it's practically unfixable 2018-02-09 07:37:27 +00:00
Franco Fichtner
a8c30a1829 network time: tweak previous
CC: @fabianfrz
2018-02-08 21:25:59 +00:00
Fabian Franz BSc
4c8afeb35a inline nmea checksum calculator; use bootstrap style for button (#2180)
* inline nmea checksum calculator; use bootstrap style for button
* also style 'Advanced' button and remove * and $, use text instead of html for result
* add a default string
2018-02-08 21:56:20 +01:00
Ad Schellevis
c5555b2ebc firewall/aliases, set alias update/check interval to 1 minute and align update to configd call. for https://github.com/opnsense/core/issues/2162
This was a bit forgotten, since the new alias update handles all types of aliases using different expiry intervals, we need to make sure we actually probe our changes in time, otherwise it's impossible to expire dns entries within a reasonable timeframe.
2018-02-08 21:14:51 +01:00
Franco Fichtner
b5a3ad126b rc: fix access to shell for now
PR: https://forum.opnsense.org/index.php?topic=7222.0
2018-02-08 19:01:46 +01:00
Franco Fichtner
557c0b6f9a mvc: all getBase() callers use $uuid, typo went unnoticed; closes #2176 2018-02-07 13:13:46 +01:00
Franco Fichtner
b12f9212dc unbound: optimize outgoing-range differently; closes #2172
"- 50" would will eventually underflow.  According to the official
docs in the libevent case we set double num-queries-per-thread, so
that's what we'll do and kick the other code.

While here, seems like the GUI options for the default value are
missing which causes the num-queries-per-thread value to decrease
to 512, reducing the outbound-range with it arbitrarily.

See: https://www.unbound.net/documentation/howto_optimise.html
2018-02-06 19:15:39 +00:00
Franco Fichtner
d613fa1a1c voucher: typo 2018-02-06 18:34:15 +00:00
Ad Schellevis
d324c9f4a9 Merge branch 'Stephanowicz-patch-1', closes https://github.com/opnsense/core/pull/1837 2018-02-06 19:13:07 +01:00
Ad Schellevis
83bde8ef1b Captive portal, cleanups and backward compatibility for https://github.com/opnsense/core/pull/1837 2018-02-06 19:11:10 +01:00
Ad Schellevis
1db9884041 Merge branch 'patch-1' of https://github.com/Stephanowicz/core into Stephanowicz-patch-1 2018-02-06 16:43:12 +01:00
Ad Schellevis
2d4ef851ef
Merge pull request #2085 from NOYB/HTML_Compliance_-_MVC_Form_Input
HTML Compliance - MVC Form Input - Attribute "for" on Element <tr,div,a,small,span>
2018-02-06 16:33:22 +01:00
Ad Schellevis
1f6d663a59
Merge pull request #2107 from NOYB/Firewall_Logs_Widget_-_Add_Update_Interval_Option
Firewall Logs Widget - Add Update Interval Option
2018-02-06 15:57:53 +01:00
Ad Schellevis
3b2b036ef7 IDS, forgot to pass $enabled in toggleUserRuleAction() 2018-02-06 08:39:05 +01:00
Franco Fichtner
e072f97294 firewall: typo 2018-02-06 08:20:21 +01:00
Franco Fichtner
da377034b9 mvc: style sweep 2018-02-06 06:05:42 +00:00
AdSchellevis
2bac260d5a traffic shaper, use shared base methods as far as possible.
It might be practical to add a custom function or call hook in addBase() to support custom handlers when setting new content, maybe for a next version.
2018-02-05 21:44:21 +00:00
AdSchellevis
630357d27e mvc, add forced toggle in toggleBase 2018-02-05 21:43:20 +00:00
AdSchellevis
315286bf95 IDS, while at it fix doc strings in ServiceController 2018-02-05 20:31:07 +00:00
AdSchellevis
2d34db916d IDS fix doc strings 2018-02-05 20:18:00 +00:00
AdSchellevis
fcdfdbf1bd IDS, code cleanup, use base methods for user defined rules. Thanks @fabianfrz 2018-02-05 20:03:01 +00:00
AdSchellevis
b739c49892 mvc, better to close session and prevent ui locking when executing search in ApiMutableModelControllerBase 2018-02-05 19:47:07 +00:00
AdSchellevis
cd6b733ac0 mvc, add missing default sort field name in ApiMutableModelControllerBase 2018-02-05 19:44:34 +00:00
AdSchellevis
80506b66b3 mvc, style. fix doc strings in ApiMutableServiceControllerBase 2018-02-05 19:36:56 +00:00
Ad Schellevis
bad6be2c96 Firewall/SNAT, wrap interface as list to prevent "no IP address found for ..." in some scenario's (openvpn for example) 2018-02-05 15:47:20 +01:00
Franco Fichtner
49a2bc6584 system: a bit more magic to keep things from breaking; closes #2154 2018-02-05 06:50:17 +00:00
Franco Fichtner
2055a4fb54 ui: normal priority for previous 2018-02-05 05:56:24 +00:00
Franco Fichtner
44622dc97a www: "formselect" hasn't been around for a long time 2018-02-04 22:36:51 +01:00
Franco Fichtner
9e92654cce intrusion detection: forgotten ACL addition for #2158 2018-02-04 19:33:03 +00:00
Franco Fichtner
5a9f6c4cfb system: remove the user-shell-access privilege #2154
Eventually, the two remaining user privileges should be killed
as well in favour of similar approaches.  The ACL should be for
page access, not more, not less.
2018-02-04 19:27:21 +00:00
Franco Fichtner
c8bdf3e92f system: allow shell selection for user, prepped a long time ago #2154 2018-02-04 19:24:47 +00:00
Franco Fichtner
e09dc8c91a rc: recover all known shells, plus zsh, scponly and bash... #2154 2018-02-04 18:47:09 +00:00
Ad Schellevis
58350179a8 Firewall/aliases, move general settings to AliasParser and fix Alias constructor to receive the general settings 2018-02-04 18:52:16 +01:00
Ad Schellevis
d034df7b67 theme, move 378aa627d0 into main.scss and recompile css 2018-02-04 18:03:20 +01:00
Ad Schellevis
63b1422221 Revert "ui: allow text to wrap in table-responsive"
This reverts commit 378aa627d065ec7298fcd54543044c398cc3a3fb.
2018-02-04 17:55:25 +01:00
NOYB
d13387b134 Firewall Logs Widget - Add Update Interval Option
Add update interval configuration option.
2018-02-04 02:17:37 -08:00
NOYB
7424d5d1ca Firewall Logs Widget - Action Selectors CSS
Make use of checkbox label child CSS
Prevent line wrap disconnection of checkbox and it's label.
2018-02-04 10:42:11 +01:00
NOYB
e5174d5f29 CSS - Checkbox & Radio Button Label Children
Apply layout for checkboxes and radio buttons that are a label element child.

Place label to the right (float left).
Prevent insertion of extra space (typically due to newline in the html) (float).
Uniform spacing between the checkbox/radio button and the label (margin/padding).
2018-02-04 10:42:11 +01:00
NOYB
c3ff906041 HTML Compliance - Interfaces Overview
Error: script element between head and body.
2018-02-03 21:45:25 +01:00
NOYB
6078cb7843 Interfaces Overview Tweaks - DNS Servers
These are not necessarily ISP DNS servers.
2018-02-03 21:45:25 +01:00
NOYB
d67787a8fb Interfaces Overview Tweaks - Opportunistic Word Breaks
Create opportunistic word breaks between raw and unit-ized (KB/MB/GB) In/Out Packets for better portrait mobile view line wrap formating.
2018-02-03 21:45:25 +01:00
Franco Fichtner
6bf6e7ba63 mvc: do not close session as discussed
PR: https://github.com/opnsense/plugins/pull/544
2018-02-03 21:28:43 +01:00
Franco Fichtner
d94f592213 system: fallbacks without logs are bad, this cannot happen
If we don't have default gateways and no connectivity, we cannot
rely on the idea that "WAN" will save us.  It could be an OPT interface
instead...

PR: https://github.com/opnsense/core/issues/2164
2018-02-03 20:12:14 +01:00
Franco Fichtner
f09eaf7f3a system: default gateway disappears, needs more refactoring for clarity
PR: https://github.com/opnsense/core/issues/2164
2018-02-03 20:01:29 +01:00
Franco Fichtner
64ad42d349 intrusion detection: log viewer; closes #2158
While here strip empty logs...
2018-02-03 15:43:37 +00:00
Ad Schellevis
830de143a9 NetworkValidator, cleanup 2018-02-03 16:00:07 +01:00
Ad Schellevis
6b6a4b267e text cleanup 2018-02-03 15:58:08 +01:00