Franco Fichtner
e9f3b31581
mvc: selectpicker for interface selectors
2018-05-04 08:47:14 +00:00
Ad Schellevis
2d43e962c7
select, hide "Clear all" when not tokenizer
2018-05-04 10:29:31 +02:00
Franco Fichtner
a0e3630364
src: unify the label printing of interfaces
...
This annoyed me for a long time: always print the literal description
if found, only use uppercase on the interface key if no description
is available.
2018-05-04 08:15:52 +00:00
Ad Schellevis
2bb7131d33
multiselect, selectpicker missing search for https://github.com/opnsense/core/issues/2380
2018-05-04 09:53:15 +02:00
Ad Schellevis
f600fc951e
proxy, switch some selects to selectpickers
2018-05-04 09:52:44 +02:00
Ad Schellevis
aab704c70c
Netflow, change select to selectpicker style, closes https://github.com/opnsense/core/issues/2380
2018-05-04 09:24:07 +02:00
Franco Fichtner
8ebfd58797
rc: simplify zfs mount #2386
2018-05-04 01:03:56 +02:00
Franco Fichtner
ce6a597ca1
rc: emulate zfs_enable="YES" #2386
2018-05-03 22:26:18 +00:00
Franco Fichtner
345e92fedc
rc: initial zfs boot awareness for #2386
...
This should have no impact on existing non-zfs installations.
2018-05-03 21:42:01 +00:00
Ad Schellevis
ba35d5ec8d
mvc, set default selectbox for mulitple items to selectpicker as discussed here https://github.com/opnsense/core/issues/2380#issuecomment-385917200
2018-05-03 22:11:34 +02:00
Franco Fichtner
500b547862
interfaces: tweak previous
2018-05-03 21:49:11 +02:00
Franco Fichtner
0a69a87dde
system: gateways also have these typos
2018-05-03 21:40:12 +02:00
Franco Fichtner
10cf1bbcc2
www: more of the same typo
2018-05-03 21:34:29 +02:00
Franco Fichtner
a584cb16e9
interfaces: clear up use IPv4 connectivity
...
PR: https://twitter.com/sjorge/status/992110532860751873
2018-05-03 21:24:11 +02:00
Franco Fichtner
4953add9b5
webgui|openssh: working theory for #2375
2018-05-03 16:10:58 +00:00
Franco Fichtner
9a604aa5bb
ipsec: set ignore_acquire_ts to allow ASA compat
...
Let's try this unconditionally. From the manual...
If this is disabled the traffic selectors from the kernel's acquire events,
which are derived from the triggering packet, are prepended to the traffic
selectors from the configuration for IKEv2 connection. By enabling this,
such specific traffic selectors will be ignored and only the ones in the
config will be sent. This always happens for IKEv1 connections as the protocol
only supports one set of traffic selectors per CHILD_SA.
PR: https://forum.opnsense.org/index.php?topic=8539.0
2018-05-02 16:04:14 +02:00
Franco Fichtner
5e41585d2c
dhcp: fix unwanted name-server write
...
PR: https://forum.opnsense.org/index.php?topic=7837.0
2018-05-02 15:38:21 +02:00
noctarius
932038d36e
interfaces: little typo fix ;-)
2018-05-02 14:34:35 +02:00
Franco Fichtner
1b895d8adf
system: safety belt for #1929
...
If authenticator init should fail for whatever reason,
do not call a function on an uninitialised object.
2018-05-01 18:30:11 +00:00
Ad Schellevis
e9b9b22c73
IDS/IPS, ET open rules, support https://github.com/opnsense/core/issues/2377
2018-05-01 20:12:32 +02:00
Ad Schellevis
f43a5c8c58
IDS/IPS rules, add support for version checks, closes https://github.com/opnsense/core/issues/2377
2018-05-01 20:07:27 +02:00
Franco Fichtner
64811322fb
system: order settings menu alphabetically
2018-05-01 17:45:25 +00:00
Franco Fichtner
3509ec5df2
system: add back policy js hide/show #1929
2018-05-01 17:39:37 +00:00
Franco Fichtner
d13da15cb1
system: move password policy settings to local database server edit #1929
...
A few review spots and regression fixes as well.
2018-05-01 13:44:38 +00:00
Franco Fichtner
c2962ece8b
system: cleanups related to #1929
2018-05-01 12:48:01 +00:00
Franco Fichtner
5064cc5072
system: remove old LDAP tester remains #1929
...
Saves time reverse-engineering, fixing and properly integrating.
2018-05-01 13:49:14 +02:00
Franco Fichtner
2dd067e313
system: move auth settings to administration settings #1929
2018-05-01 10:19:30 +00:00
Ad Schellevis
9a010a9794
rework previous, closes https://github.com/opnsense/core/issues/2381
2018-04-30 21:42:24 +02:00
Ad Schellevis
a4d77517d6
tokenizer, reset searchInput after blur() fixes https://github.com/opnsense/core/issues/2381
2018-04-30 21:23:53 +02:00
Franco Fichtner
5fafceada9
system: tweak working for #1929
2018-04-29 21:16:14 +02:00
Franco Fichtner
b78654eb98
system: remove authmode_fallback, allow multiple authmode #1929
...
Simplifies and alignes the code, although that is a backwards-
incompatible change that should never have happened. Still a
few things to do and extensive testing.
2018-04-29 19:00:14 +00:00
Ad Schellevis
6d0b93b856
OpenVPN, push radius Framed-Route to client. for https://github.com/opnsense/core/issues/2348
2018-04-29 18:34:42 +02:00
Franco Fichtner
42acebd5c2
system: fix display on user languge change
2018-04-29 14:54:19 +00:00
Franco Fichtner
d5a795b329
make: only run test on matching version number
...
The tests need the exact installed version to run the correct
tests so we need to enforce it even if it mostly works otherwise.
The procedure is mostly used for the nightly builds anyway, and
that shall run directly after the build.
2018-04-29 14:03:01 +00:00
Franco Fichtner
6c724e4933
rc: smoothen tools.git usage
...
Plugins throw errors where none should exist. Was already
fixed in rc.configure_firmware...
While here, switch if and exec calls, we don't need sync if
we are not going to run.
2018-04-29 15:29:16 +02:00
Franco Fichtner
130c2a8bb6
system: the correct height is 50, same after login
...
Correctly positions the logo vertically now.
2018-04-29 12:48:58 +00:00
Michael
c620fde139
firewall: update help text for port ranges; closes #2378
2018-04-29 12:42:34 +00:00
Ad Schellevis
553d16ee18
fix logo colour, last bits of work switching to svg. thanks @MaxOrelus
2018-04-29 14:38:04 +02:00
Franco Fichtner
628c12ed07
firmware: small follow-up to catch all errors
2018-04-29 12:30:00 +00:00
Franco Fichtner
8488bb3e24
firmware: last bits for #2066 and also #2370
2018-04-29 12:16:52 +00:00
Franco Fichtner
effc1ed20c
pkg: fix plist
2018-04-29 11:08:11 +02:00
Ad Schellevis
f723c30dc8
theme, css. latests sass version renders the output slightly different, better to align.
2018-04-29 11:04:05 +02:00
Ad Schellevis
5a65b04242
Theme/default, switch logo to svg, closes https://github.com/opnsense/core/issues/2379
2018-04-28 09:33:46 +02:00
Ad Schellevis
ed0f68c2ff
mvc/theme add svg support, for https://github.com/opnsense/core/issues/2379
2018-04-27 16:39:24 +02:00
Ad Schellevis
057a7ef48d
mvc/volt templates, add file_exists function, needed for https://github.com/opnsense/core/issues/2379
2018-04-27 16:38:27 +02:00
Ad Schellevis
c1f7d7725f
theme, add svg support for legacy pages. for https://github.com/opnsense/core/issues/2379
2018-04-27 16:37:31 +02:00
noctarius aka Christoph Engelbert
a0bb26b529
Fixed RA setup of tracked interfaces which should be handled by the s… ( #2371 )
2018-04-27 07:56:08 +02:00
Franco Fichtner
3505c231e7
firmware: speedup! #2066
2018-04-26 08:50:08 +00:00
Franco Fichtner
d222879577
mvc: small audit on configdRun(), only use when needed
2018-04-26 06:55:12 +00:00
Franco Fichtner
cf6b28574d
firmware: configdpRun, not configdRun #2066
2018-04-26 06:15:10 +00:00