7695 Commits

Author SHA1 Message Date
Ad Schellevis
c62616e856 firewall live log, replace menu item "dynamic" with new live view, change color scheme and fix some JS issues
for https://github.com/opnsense/core/issues/1788
2017-11-05 19:23:35 +01:00
Ad Schellevis
eedf24c966 firewall live log, wrap info in button, for https://github.com/opnsense/core/issues/1788 2017-11-04 15:44:55 +01:00
Ad Schellevis
ca79e25230 firewall live log, change caption, for https://github.com/opnsense/core/issues/1788 2017-11-04 15:36:19 +01:00
Ad Schellevis
64663a96f5 fix typo for https://github.com/opnsense/core/issues/1788 2017-11-04 10:10:04 +01:00
Ad Schellevis
e580afeab5 parse label from running firewall config, for https://github.com/opnsense/core/issues/1788 2017-11-03 22:41:07 +01:00
Ad Schellevis
eeb7cc097e fix typo for https://github.com/opnsense/core/issues/1788 2017-11-03 22:16:00 +01:00
Ad Schellevis
708938328c work on live fw logging, https://github.com/opnsense/core/issues/1788 2017-11-03 21:52:13 +01:00
Ad Schellevis
df4747107b
Merge pull request #1909 from evbevz/patch-1
Fix form header
2017-10-31 14:23:27 +01:00
evbevz
01d753b87e
Fix form header 2017-10-31 15:19:56 +02:00
Ad Schellevis
deb8e8214c add pptp as well, closes https://github.com/opnsense/core/issues/1907 2017-10-31 12:22:31 +01:00
Ad Schellevis
6278fc000f ignore pptp as static ip in ipfw.conf, see https://github.com/opnsense/core/issues/1907 2017-10-31 10:01:57 +01:00
Alexander Shursha
baab54de6f Add support UTF-8 domain names in black, white and exclude lists. (#1892) 2017-10-30 09:14:50 +01:00
Franco Fichtner
739835bf63 system: fix missing e-mail 2017-10-30 08:04:20 +01:00
Franco Fichtner
e5c6f52d10 make: let upgrade install missing dependencies
Required for the php70-intl bump, but also generally useful
for OEMs.  The plugins already do the same with joy.
2017-10-30 07:52:28 +01:00
Ad Schellevis
bd984071b4 Firewall / Util, isAlias() should return false when an empty name is provided. for https://github.com/opnsense/core/issues/1903 2017-10-29 18:48:57 +01:00
Ad Schellevis
8334db3a7b
Merge pull request #1902 from fabianfrz/squid_update_cache
add update cache; closes #1691
2017-10-29 11:37:29 +01:00
Fabian Franz
ed874d6fa0
add update cache; closes #1691 2017-10-29 08:32:00 +01:00
Ad Schellevis
694e1a981b filter log, work in progress for https://github.com/opnsense/core/issues/1788 2017-10-27 21:45:28 +02:00
Franco Fichtner
8f2360e168 firewall: bring back original host_url field
PR: https://forum.opnsense.org/index.php?topic=6245.0
2017-10-26 17:16:43 +00:00
Ad Schellevis
7d98ae11e6 network insight / systemhealth tooltips may stick during graph reload, force removal before load 2017-10-25 17:36:04 +02:00
Franco Fichtner
08ba138ebe src: whitespace sweep 2017-10-25 07:23:55 +02:00
Franco Fichtner
4536b239d0 interfaces: missing line break, further rewording / reordering
PR: https://github.com/opnsense/core/issues/1859
2017-10-25 07:06:26 +02:00
Franco Fichtner
a8e3f65c61 interfaces: change order, add warning for MAC override
PR: https://github.com/opnsense/core/issues/1859
2017-10-25 06:58:39 +02:00
Ad Schellevis
15e2d55d77 insight, default sqlite timeout can be a bit low at 5 seconds, which can result in a failed commit (and daemon exit). 2017-10-24 21:13:12 +02:00
Ad Schellevis
76d18ef466 ipsec, add passthrough networks for https://github.com/opnsense/core/issues/1890 2017-10-24 20:17:22 +02:00
Ad Schellevis
591a089d2c Merge pull request #1889 from ljm42/patch-1
improve sorting of DHCP leases
2017-10-24 19:02:07 +02:00
ljm42
7b84bc03b0 tabs to spaces 2017-10-24 08:56:35 -07:00
ljm42
c030c3fa18 improved secondary sort 2017-10-24 08:41:31 -07:00
Ad Schellevis
5049d2c84f ipsec, remove some dead code 2017-10-24 13:04:24 +02:00
ljm42
f5f51bdebe add quotes around strings 2017-10-23 15:05:45 -07:00
Franco Fichtner
eeb8cfe0ca pkg: fix plist 2017-10-23 23:50:15 +02:00
Ad Schellevis
d69f503938 firewall log parser script, bugfix, split rule and metadata during processing. for https://github.com/opnsense/core/issues/1788 2017-10-23 18:29:53 +02:00
Franco Fichtner
d9b417600c firmware: add mirror courtesy of Ventura Systems, Columbia 2017-10-23 15:06:18 +02:00
Franco Fichtner
96e1a47dda web proxy: remove default value of visible_hostname
Since this is not mandatory, better to leave it out unless
one requires this information in the header explicitly.

PR: https://github.com/opnsense/core/issues/1888
2017-10-23 09:10:19 +02:00
ljm42
ec39f8d389 fixes sorting by lease type
fixes sorting on the "lease type" column (the underlying data structure is keyed on "act" instead of "type")
2017-10-22 21:11:05 -07:00
ljm42
0d8b5c14e7 fixes sorting by description
fixes sorting on the "description" column (the underlying data structure is keyed on "descr" instead of "desc")
2017-10-22 20:47:13 -07:00
ljm42
22cba875cb adjust spacing 2017-10-22 19:34:17 -07:00
ljm42
81c6775d32 improve sorting of DHCP leases
* replaces strcmp with strnatcasecmp, which is much better at sorting ip addresses
* sorts the list by IP address by default
* does a secondary sort by IP address, which gives better results when sorting by status or lease type
* fixes sorting on the "status" column (the underlying data structure is keyed on "online" instead of "status")
* removes the option to sort by interface, since that doesn't work (the data doesn't exist at the time the array is sorted)
2017-10-22 19:27:02 -07:00
Ad Schellevis
3b23174be9 firewall live log, work in progress for https://github.com/opnsense/core/issues/1788 2017-10-22 20:16:31 +02:00
Ad Schellevis
7c8f799011 filter log parsing, bug in parsing metadata (wrong order), work in progress for https://github.com/opnsense/core/issues/1788 2017-10-22 20:08:20 +02:00
Ad Schellevis
ab5ad92eeb Api interface/diagnostics, expose /api/diagnostics/interface/getInterfaceNames to list interface naming 2017-10-22 18:16:59 +02:00
Ad Schellevis
704ba99631 model, serializeToConfig() shouldn't use getElementsByTagName() as it returns not only immediate children. see https://github.com/opnsense/core/issues/1885 2017-10-22 12:06:03 +02:00
Ad Schellevis
6c346f4974 style issue 2017-10-20 16:24:39 +02:00
Ad Schellevis
1b93dc8625 missing trim() in getserviceproviders.php 2017-10-20 16:10:14 +02:00
Franco Fichtner
6363e5fe25 mvc: remove comment, we always use gettext now 2017-10-20 07:33:27 +02:00
Alexander Shursha
bd1f1c266c Translate Proxies tabs. (#1884) 2017-10-20 07:31:36 +02:00
Ad Schellevis
3765909351 filter, add configd call "filter read log" 2017-10-19 21:47:33 +02:00
Franco Fichtner
fa347e5712 config: set stick multi wan as default #1874 2017-10-19 18:45:43 +00:00
Franco Fichtner
3aca5d1ace pkg: fix plist 2017-10-18 19:44:07 +02:00
Ad Schellevis
a0cb9c97b1 style fix in previous 2017-10-18 18:58:34 +02:00