9291 Commits

Author SHA1 Message Date
Franco Fichtner
5ca45ab688 pkg: another package change 2018-08-08 09:10:24 +02:00
Ad Schellevis
146cc63383 Revert "tokenize2, increase zIndexMargin"
This reverts commit 0da7b4f1d8e5e21a093b5af84a7b39564eec500f.
2018-08-07 19:04:18 +02:00
Ad Schellevis
0da7b4f1d8 tokenize2, increase zIndexMargin 2018-08-07 18:59:55 +02:00
Ad Schellevis
56ec0a2b3e Revert "mvc, apply tokenizer and selectpicker after form model to prevent tokenizer to fetching the wrong z-axis"
This reverts commit b09775e5c9ed5775d349bc5f1dc64f8a13e018c8.
2018-08-07 18:55:39 +02:00
Ad Schellevis
b09775e5c9 mvc, apply tokenizer and selectpicker after form model to prevent tokenizer to fetching the wrong z-axis 2018-08-07 18:44:06 +02:00
Ad Schellevis
542331c93f Tokenizer2, pull in https://github.com/zellerda/Tokenize2/pull/38 to fix https://github.com/opnsense/plugins/issues/769 2018-08-07 17:53:00 +02:00
Franco Fichtner
0fd2043f66 firmware: annotate issue with new code 2018-08-07 13:20:19 +02:00
Franco Fichtner
c37d2055a3 pkg: move back to radvd1 2018-08-07 13:13:09 +02:00
Franco Fichtner
bf2b06fcf9 dashboard: interface table spacing, change no carrier and down icons 2018-08-06 08:10:30 +00:00
Franco Fichtner
ed1bf3879d boot: 19.1 development now 2018-08-06 09:48:50 +02:00
Franco Fichtner
24f045108b pkg: we'll be switching to explicit radvd1 package soon 2018-08-06 08:10:18 +02:00
Franco Fichtner
7965e5f525 ui: remove unused colour variable 2018-08-06 07:20:37 +02:00
Franco Fichtner
dcc4ec0a82 interfaces: move the dhcpdv6 start up once more 2018-08-06 07:13:58 +02:00
Franco Fichtner
abf1e44d74 wizard: fix root password input
Unfortunately, <name/> generates the name from a label
into the form name= and id= attributes, which can utterly
break if the name is changed when there is custom code.
2018-08-06 06:56:45 +02:00
Ad Schellevis
a710ff5e7f fix previous 2018-08-05 18:17:17 +02:00
Franco Fichtner
b8a651a931 shell: omit ":" from SSL fingerprint, asymmetry bugs me 2018-08-05 18:16:43 +02:00
Ad Schellevis
61697e050e Firewall/alias, forgot about updatefreq 2018-08-05 17:52:27 +02:00
Franco Fichtner
26ba02c9af interfaces: bubble up dhcpdv6 server reload 2018-08-05 17:48:40 +02:00
Franco Fichtner
703d683195 interfaces: cleanups, unused function removed 2018-08-05 17:35:13 +02:00
Franco Fichtner
56b922f187 pkg: fix plist 2018-08-05 17:26:54 +02:00
Ad Schellevis
adec5865dc MVC, add numeric field 2018-08-05 17:08:50 +02:00
Ad Schellevis
cc5f5f05ee MVC, handle validations. remove duplicate messages, when a fieldtype validates on multiple conditions, there may be duplicate texts in the validation output. for example:
```
            $validators[] = new MinMaxValidator(array('message' => $this->internalValidationMessage,
                "min" => $this->minimum_value,
                "max" => $this->maximum_value
            ));
            $validators[] = new Numericality(array('message' => $this->internalValidationMessage));
```

Will both fail when `122.99XX` is inserted, raising `internalValidationMessage` message twice
2018-08-05 17:00:52 +02:00
Ad Schellevis
3600cf26b4 mvc/javascript, minor glich in getFormData() we should ignore empty id fields 2018-08-05 16:47:03 +02:00
Franco Fichtner
5ebe27bdb6 firmware: switch to HTTPS by default; closes #2582
Disclaimer: this does *not* increase privacy.  It's pretty
obvious what you do on an OPNsense mirror at any given point
in time WRT release version to update, traffic volume, etc.

Also note that all updates are signed and verified either way.

If you want true privacy rsync to a local private mirror and
use that one instead.

At the time of this writing FreeBSD and pfSense both use
HTTP as the default.
2018-08-05 14:55:29 +02:00
Franco Fichtner
f190ec9869 ui: another glyphicon vs fontawesome spot 2018-08-05 14:30:17 +02:00
opnsenseuser
1bdade149e wrong colors opnsense sidebar theme; closes #2601 2018-08-05 14:26:56 +02:00
Ad Schellevis
188afed620 Firewall, validate port alias... wrong order, causing disabled snat rule. 2018-08-05 12:42:53 +02:00
Ad Schellevis
a435f74707 Firewall, add some logging when rules are disabled to increase traceability. 2018-08-05 12:35:10 +02:00
marjohn56
3a26aff78e Fix PD when using DHCPD6 override on tracked interface; closes #2604
Missing PD override section
2018-08-05 11:59:59 +02:00
Franco Fichtner
7a5f1fef6e ui: spacing without &nbps; also in help text 2018-08-05 11:45:05 +02:00
Franco Fichtner
34b06640be pkg: fix plist 2018-08-05 11:39:42 +02:00
Ad Schellevis
cdb4b818c8 OpenVPN, don't remove CSO on disconnect, since there might already be a new one from a duplicate connect. closes https://github.com/opnsense/core/issues/2600 2018-08-05 11:33:11 +02:00
opnsenseuser
8df4ab1ae1 blank problem advanced button (#2605)
since i used opnsense i noticed that the advanced slider button has an ugly blank. this problem occurs in every theme. also in the original theme of opnsense. I've fixed this with a standard html syntax. see the screenshot
2018-08-05 10:32:48 +02:00
Franco Fichtner
64f01f5427 src: style sweep 2018-08-04 20:10:42 +02:00
Franco Fichtner
4fc44b142c monit: fix test after service controller change 2018-08-04 20:06:13 +02:00
Franco Fichtner
d95187f086 firmware: no dev version on production type 2018-08-04 19:58:01 +02:00
Franco Fichtner
881ab33bfe ui: fix sidebar collapse, mea culpa #2596 2018-08-04 16:06:42 +02:00
marjohn56
9bdc16828e Fix for sidebar vertical line issue; closes #2581 2018-08-04 15:56:08 +02:00
marjohn56
fbdfcf758b radvd & dhcpd6 configure fix; closes #2586
Safety net to configure dhcpd6 and radvd6
2018-08-04 15:46:03 +02:00
Franco Fichtner
6e18e3a991 pkg: point to correct CORE_ABI 2018-08-04 11:08:59 +02:00
Franco Fichtner
90ff8defcb reporting: remove unneeded margin 2018-08-04 10:40:17 +02:00
Ad Schellevis
5d3a7cd909 theme, opnsense, take two f5c29c5bf1 2018-08-04 09:54:45 +02:00
Ad Schellevis
1eb1d1defc theme/opnsense, add spacing between content blocks like it was, removed in f5c29c5bf1 2018-08-03 17:59:04 +02:00
Ad Schellevis
4ba0fa679d default config, switch "VLAN Hardware Filtering" to use card's default 2018-08-03 15:29:58 +02:00
Franco Fichtner
7593cc66d2 pkg: depend on surciata-devel for opnsense-devel 2018-08-03 12:16:59 +02:00
Ad Schellevis
61fd53ee7b Captive portal, vouchers, both the voucher server and group can contain spaces, which we need to decode before processing. closes https://github.com/opnsense/core/issues/2597
In theory it should be possible to escape before handling the endpoint, but I can't seem to find out how. in the time being let's make sure we accept the right data
2018-08-03 10:53:14 +02:00
Franco Fichtner
24e0a308ff firmware: whoops, wrong file 2018-08-02 22:09:46 +02:00
Franco Fichtner
32bdc28500 firmware: remove origin.conf fallback 2018-08-02 22:06:17 +02:00
Franco Fichtner
4b461425a5 firmware: revoke 18.1 fingerprint 2018-08-02 22:05:13 +02:00
Franco Fichtner
d993743e72 firmware: update no more 2018-08-02 22:02:43 +02:00