Franco Fichtner
8951ccb1a5
rc: allow to launch a shell in importer...
...
So that users can use the installer here too manually.
2018-05-18 19:58:45 +02:00
Franco Fichtner
655f8ea573
installer: ifconfig knows this is 127.0.0.1/8
...
While here, also register ::1 -- it's only polite.
2018-05-18 19:48:15 +02:00
Franco Fichtner
fc0c0478b5
rc: bring in additions to start the installer early again
...
People ask for this sporadically, so we should weave this back
in a way that doesn't break the ncurses view and properly sets
up loopback when needed this early.
2018-05-18 19:42:35 +02:00
Franco Fichtner
9df08987b7
rc: merge rc.installer into opnsense-installer
...
We have successfully decoupled rc.installer from other components
so now we can merge both utilities. We use opnsense-installer for
user support, which is easier to invoke and remember.
2018-05-18 19:42:34 +02:00
Franco Fichtner
8844e7260a
rc: a bit for #2414
2018-05-18 17:21:33 +00:00
Franco Fichtner
a0e982f492
system: fix error in GDrive backup
2018-05-18 17:21:31 +02:00
Franco Fichtner
1d68157990
reporting: source mapping url fix
2018-05-18 16:01:13 +02:00
Franco Fichtner
86d9a32648
src: avoid "|| exit 0" usage to indicate the return value is irrelevant
2018-05-18 10:47:08 +02:00
Ad Schellevis
b7840df5ea
style, remove duplicate class
2018-05-18 10:44:53 +02:00
Ad Schellevis
08df2d02cb
network insight, click event issue, https://github.com/opnsense/core/issues/2405
2018-05-17 21:29:55 +02:00
Franco Fichtner
1941ec484b
rc: do not return a configctl failure in monitor script
2018-05-17 09:47:43 +02:00
Ad Schellevis
932157da3d
firewall/nat add missing alias link/tooltip , closes https://github.com/opnsense/core/issues/2410
2018-05-17 08:37:06 +02:00
Ad Schellevis
c1ad86d8ae
firewall, add text-muted to disabled rules, closes https://github.com/opnsense/core/issues/2409
2018-05-17 08:27:09 +02:00
Franco Fichtner
70a62f1807
ui: keep our css alterations in place to fix previous
2018-05-16 18:00:13 +02:00
Fabian Franz BSc
435f2fa02b
fix: move color settings from firewall_schedule_edit.php to theme ( #2407 )
2018-05-16 17:56:42 +02:00
Franco Fichtner
dee48af9b1
ui: text and value for #2381
2018-05-16 17:22:01 +02:00
Franco Fichtner
bc788f9727
firmware: repository files grow...
2018-05-16 07:30:54 +02:00
Ad Schellevis
fc05070084
upgrade nvd3 v1.8.6 for https://github.com/opnsense/core/issues/2405
2018-05-15 20:58:43 +02:00
Ad Schellevis
3ac6a82583
Revert "network insight / systemhealth tooltips may stick during graph reload, force removal before load", see https://github.com/opnsense/core/issues/2405
...
This reverts commit 7d98ae11e62d96922d85995c4d494a7c94a019db.
2018-05-15 20:56:27 +02:00
Franco Fichtner
319a8bca28
firewall: inherit color for themes
...
PR: https://forum.opnsense.org/index.php?topic=8699.0
2018-05-15 17:33:00 +00:00
Ad Schellevis
89b433f951
Firewall/Alias, work in progress for https://github.com/opnsense/core/issues/1858 fixes alias name validation
2018-05-15 18:25:23 +02:00
Ad Schellevis
57267ca994
small rework for https://github.com/opnsense/core/issues/2379 to make sure ui_devtools can overwrite the file_exists() behaviour
2018-05-15 12:08:05 +02:00
Franco Fichtner
bdb125e06c
system: consolidate usage of dpinger status return; closes #2396
2018-05-15 09:40:41 +02:00
Franco Fichtner
6518699474
interfaces: simplifications for dhclient #2372
...
Remove the dhclient "handlers" and use the PID file
like everything else. The pid file is already there
under the same name, but we make it explicit in
case something changes or code needs to be traced.
2018-05-14 15:48:17 +00:00
Ad Schellevis
b9cb170865
xdebug, decouple debug support with the plugin
2018-05-14 11:47:27 +02:00
Franco Fichtner
441c863cf3
src: whitespace sweep
2018-05-14 08:16:26 +02:00
Franco Fichtner
556734d575
ipsec: translate 'off' in DH parameter selection
2018-05-14 07:49:29 +02:00
Ad Schellevis
301565b449
Firewall/Alias, API work in progress https://github.com/opnsense/core/issues/1858 add grid and empty model
2018-05-13 20:15:48 +02:00
Ad Schellevis
bcf679570d
MVC, add support for application specific field types.
...
Some field validations tend to be very application specific, in which case it would be easier to add specific field types then trying to expand the common field type set too much.
This patch provides support for specific field types, as long as they are derived from OPNsense\Base\FieldTypes\BaseField in two forms, either a full path or a FieldTypes module within the current namespace using .\
2018-05-12 16:30:08 +02:00
Ad Schellevis
7a353fbf69
ipsec, fix previous on phase 1 too.
2018-05-11 19:42:52 +02:00
Ad Schellevis
e0cc1c5d44
ipsec, accidentally dropped disabled DH group with 28d0816229
2018-05-11 19:29:21 +02:00
Ad Schellevis
e7eef85d98
ipsec, add ike_name to syslog output
2018-05-11 18:32:17 +02:00
Ad Schellevis
b9446b2094
ui/showhelp, too script class match
2018-05-11 14:53:27 +02:00
Franco Fichtner
ad2126d5d5
system: logic fail #2396
2018-05-09 08:00:53 +00:00
Franco Fichtner
726449b2ff
system: fix dpinger gatewy edit validation #2396
2018-05-09 07:25:02 +00:00
Franco Fichtner
9ddc810f16
system: merge dpinger loop 1 and 2 #2396
...
Essentially, the first loop configures apinger targets
and later it starts them. Emulate the same for dpinger
by not going through the loop again with maybe differing
abort conditions.
2018-05-09 09:15:27 +02:00
Franco Fichtner
4bbb00296f
system: inline dpinger stop/start #2396
...
Our logic for figuring out $gwifip was subverted by an
opportunistic address lookup which does not take into
account link-local specialities in the IPv6 case.
2018-05-09 07:04:18 +00:00
Franco Fichtner
ce7a47a27c
system: fix after refactor #2396
2018-05-09 07:04:18 +00:00
Ad Schellevis
81ac241e0e
login/landing page, cleanse landing page so both /ui/page and ui/page are valid inputs. for https://github.com/opnsense/core/issues/2385
2018-05-09 08:37:12 +02:00
Franco Fichtner
699b5151a3
system: exec_safe for dpinger #2396
2018-05-09 08:32:54 +02:00
Franco Fichtner
a6db9d4fda
radvd: cluster logic, less noise against stable #2394
2018-05-09 08:07:53 +02:00
Franco Fichtner
e2ae0ce54d
system: small tweak for #2396
2018-05-09 06:03:50 +00:00
Lior Okman
3d03e00edf
If SLAAC, don't fix the subnet based on the current address
2018-05-09 07:52:14 +02:00
Franco Fichtner
00f9f600c7
system: dedup gateway monitor setup code #2396
2018-05-09 07:45:00 +02:00
Franco Fichtner
412a1e971a
system: this is better #2396
2018-05-09 07:24:09 +02:00
Franco Fichtner
f0c4f961ac
system: cleanups for easier diff against stable #2396
2018-05-09 07:18:40 +02:00
Franco Fichtner
9462a10685
system: indent and sort #2396
2018-05-08 21:34:51 +02:00
Franco Fichtner
743b409d95
system: cleanups for RTTd visibility #2396
2018-05-08 16:56:50 +00:00
Ad Schellevis
190fb3ddee
fix typo, closes https://github.com/opnsense/core/issues/2400
2018-05-08 18:52:54 +02:00
Ad Schellevis
fc3623158b
Insight, add dst address in detail search, closes https://github.com/opnsense/core/issues/2398
2018-05-08 18:52:18 +02:00