8376 Commits

Author SHA1 Message Date
Franco Fichtner
e653586de2 pkg: fix plist 2018-03-05 10:42:49 +01:00
Ad Schellevis
ae3b64915e MVC, rename 404 page to not_found, make sure authentication failure still redirects to the login page 2018-03-05 10:18:20 +01:00
Franco Fichtner
9fc4cee31f firmware: text dumps may still be missing from reports 2018-03-05 08:42:56 +01:00
Franco Fichtner
22c81616ba pkg: fix plist 2018-03-05 07:16:07 +01:00
Franco Fichtner
f5fa5adca5 services: revert previous 2018-03-05 07:13:53 +01:00
Ad Schellevis
f83ad1c458 MVC, serve 404 when page ui page not found 2018-03-04 19:36:00 +01:00
Franco Fichtner
0ec6617db8 src: fix annotation 2018-03-04 19:30:25 +01:00
Franco Fichtner
46861ae113 www: better layouting for fa switch on btn-xs 2018-03-04 17:53:06 +00:00
Ad Schellevis
5003ad871f MVC, support multiple view directories (for development) 2018-03-04 18:44:38 +01:00
Ad Schellevis
d3cc016e7b MVC, use a relative file location in view_fetch_themed_filename() so we can point to our services in a different location. All in the quest for easier component based frontend development. 2018-03-04 17:25:55 +01:00
Ad Schellevis
f3b484fd0c MVC, attach config to dependency injector as soon as it's created, to avoid possible race conditions. (config depends on Phalcon\DI\FactoryDefault) 2018-03-04 16:28:49 +01:00
Franco Fichtner
56ed16cd0a www: start to tweak previous 2018-03-04 15:22:15 +00:00
Ad Schellevis
ad089da837 MVC, use predefined configuration in stead of relative path in service conf to ease development/test setup. 2018-03-04 15:18:17 +01:00
Franco Fichtner
dfe4fe64c9 www: switch copy+paste files to current standards 2018-03-04 12:57:12 +01:00
Franco Fichtner
64057c136f interfaces: pppoe link down improvements 2018-03-04 10:43:40 +00:00
Franco Fichtner
719ecf1d9e checkip: retain old default without relying on new model 2018-03-04 10:39:05 +00:00
NOYB
06bc82ee3f Check IP Services - Plugin Support
Update get_dyndns_ip function to support adding other services and disabling the factory default service (Check IP Services - Plugin).
  Factory default check IP service as array
  Support verify peer
  Support authentication
2018-03-04 11:16:06 +01:00
Franco Fichtner
3bca588177 services: more on IP detection #2128 2018-03-04 10:14:40 +00:00
Franco Fichtner
c098ec5ede src: whitespace sweep 2018-03-04 10:01:02 +00:00
Franco Fichtner
d59277c22a pkg: fix plist 2018-03-03 12:39:51 +01:00
NOYB
e76d768dbf Check IP Services - Plugin
Configurable check IP services.
Used by Dynamic DNS services to check IP addresses.
Configure as many check IP services as desired.  The first (highest in the list) that is enabled will be used as the default.
Include verify peer option.
A future possibility could be to add an option to the Dynamic DNS entires to use a specific check IP service.
Allows additional/private check IP services to be added and set as the default.
2018-03-03 12:39:16 +01:00
Franco Fichtner
1428ccdea0 gateways: correctly set new default 2018-03-02 19:18:34 +01:00
Franco Fichtner
9818e788e2 services: somewhat revert to what we had before #2128
Error on link-local, it can't be used to talk to a global address.
2018-03-02 18:49:41 +01:00
Franco Fichtner
b9a4514a39 LICENSE: sync 2018-03-02 07:36:40 +01:00
Ad Schellevis
81cb33fbfe IDS/IPS support request headers in ruleset metadata, to support additional authentication methods (besides oink codes in the url)
<headers>
       <Token>%%myruleset.mytoken%%</Token>
    </headers>
2018-03-01 21:43:47 +01:00
Franco Fichtner
d0a6f4486b system: license reformat for recent edit 2018-02-28 22:15:47 +01:00
Franco Fichtner
b2dc0c3e0a unbound: add default to hint, tweak link embed
Requested by: @NOYB
2018-02-28 20:28:52 +00:00
Franco Fichtner
c6dc3dbd22 interfaces: reject leases in dhcp advanced
PR: https://forum.opnsense.org/index.php?topic=7201.0
2018-02-28 20:13:27 +00:00
Franco Fichtner
c3dfd37d8e intrusion detection: convert to new service control 2018-02-28 20:00:45 +00:00
Franco Fichtner
f651d13359 make: preliminary `collect' target 2018-02-28 19:57:00 +00:00
Franco Fichtner
49fbd936d8 mvc: rework previous, unified look and feel 2018-02-28 19:57:00 +00:00
Alexander Shursha
9ff52058e1 Buttons for services control. (#2184) 2018-02-28 20:55:04 +01:00
Ad Schellevis
048f3d0b4f SystemHealth, some small style fixes and "non-numeric value encountered" when inverting graph, see https://github.com/opnsense/core/issues/2228 2018-02-28 19:01:17 +01:00
Franco Fichtner
912dd0dda1 firewall: use sticky outbound NAT by default
PR: https://forum.opnsense.org/index.php?topic=7323.0
2018-02-28 08:12:32 +01:00
Franco Fichtner
b30cbe1570 system: reorder routing calls for #1821
In order for default gateway switching to work we need to
call routing first, then set up gateways, lastly invoke
filter reload which currently chains the gateway swtich code.

While here, remove deprecation notes.
2018-02-27 18:13:13 +00:00
Franco Fichtner
4f955e4f7c system: repair system default route handling; closes #2164
Inspired by: https://github.com/pfsense/pfsense/commit/d35dfaaec
2018-02-27 17:57:51 +00:00
Franco Fichtner
60df387cac make: retain upgrade clean without clobbering package build 2018-02-27 12:40:10 +01:00
Franco Fichtner
97847afaeb make: patch core build for now 2018-02-27 12:35:18 +01:00
Franco Fichtner
fcb754818b ui: it takes new settings, but doesn't redraw... sure #1689 2018-02-27 10:31:53 +00:00
Franco Fichtner
4e80fa931d ui: remap manually instead of flushing for #1689 2018-02-27 10:18:45 +00:00
Franco Fichtner
40f95a7a91 ui: update tokenizer to 2.6, visual tweaks and blur-add
PR: https://github.com/opnsense/core/issues/1689
2018-02-27 08:36:21 +00:00
Ad Schellevis
13ad9eb920 dhcp, validate max interface mtu, for https://github.com/opnsense/core/issues/2225 2018-02-26 21:47:17 +01:00
Ad Schellevis
275989eeb3 ldap Authentication containers / keep dialog on page, switch to post type request and switch system_usermanager_settings_ldapacpicker.php to only send back a json response in stead of a page. closes https://github.com/opnsense/core/issues/2218 2018-02-26 21:40:14 +01:00
Ad Schellevis
35bb9097da IDS/et-open, start using suricata version 4 rules. closes https://github.com/opnsense/core/issues/2150 2018-02-26 20:39:19 +01:00
Franco Fichtner
854ab5a9b8 system: gateway group status into main list; closes #2201 2018-02-26 17:46:06 +00:00
Franco Fichtner
2c9b064662 system: add labels to gateway groups, more refactor for #2201 2018-02-26 17:08:43 +00:00
Ad Schellevis
a68224210b fix previous 2018-02-26 16:40:56 +01:00
Ad Schellevis
6e7ad483ea mvc/config, improve phpdoc 2018-02-26 16:33:20 +01:00
Franco Fichtner
83b47096f7 make: mute line size check in sweep target 2018-02-26 14:55:16 +00:00
Franco Fichtner
9c63784ebf make: update target, some cleanups 2018-02-26 14:55:16 +00:00