firewall: no VIPs for outbound NAT
PR: https://forum.opnsense.org/index.php?topic=7438.0
mvc, move view_fetch_themed_filename() to index, so a stub can overwrite it's behaviour (when developing locally)
MVC/Theme, force theme setting if base theme directory (/usr/local/opnsense/www/themes) doesn't exist, which might be the case for local test/development (we can't know for sure the predefined theme doesn't exist, but if we can't probe if we might as well trust the settings)
MVC/Menu, oops, left some debugging output
rc: style in previous
interface/link-up event, change unassigned to a valid (unassigned) ip address in src/etc/rc.linkup, to avoid configuring when one of the proto's isn't configured. brings back some of https://github.com/opnsense/core/commit/fdc754e4261d333878549d1f43c980ae23a5f9ed
MVC, add support for multiple model locations to collect menu items
mvc, missed a spot
mvc, oops, object of type Phalcon\Config can't be converted to string... so we'll have to check if the routing is an object or array to support both configurations
IDS, only resize alert dialod using css class "suricata-alert"
JS, add cssClass to stdDialogInform so we can better target our new forms
ldap, cleanse local username on import, closes https://github.com/opnsense/core/issues/2242
mvc, support multiple controller directories in routing
lighttpd, redirect 404 page to /ui/404 to uniform behaviour
MVC/404 error page, go back to previous page from history instead of index.
MVC, use relative path for firmware-product so we can move around our core package without breakage (needed for https://github.com/opnsense/ui_devtools)
pkg: fix plist
OPNSense/core ae3b649 — src/opnsense/mvc/app/controllers/OPNsense/Core IndexController.php, src/opnsense/mvc/app/views/OPNsense/Core index.volt not_found.volt
MVC, rename 404 page to not_found, make sure authentication failure still redirects to the login page
firmware: text dumps may still be missing from reports
pkg: fix plist
services: revert previous
OPNSense/core f83ad1c — src/opnsense/mvc/app/controllers/OPNsense/Core IndexController.php, src/opnsense/mvc/app/views/OPNsense/Core index.volt
MVC, serve 404 when page ui page not found
src: fix annotation
OPNSense/core 46861ae — src/opnsense/mvc/app/views/OPNsense/Core firmware.volt, src/opnsense/mvc/app/views/OPNsense/Diagnostics networkinsight.volt systemhealth.volt
www: better layouting for fa switch on btn-xs
MVC, support multiple view directories (for development)
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.
MVC, attach config to dependency injector as soon as it's created, to avoid possible race conditions. (config depends on Phalcon\DI\FactoryDefault)
www: start to tweak previous
MVC, use predefined configuration in stead of relative path in service conf to ease development/test setup.
www: switch copy+paste files to current standards