390,129 commits found in 61 milliseconds
OPNSense /core 28c36da — src/opnsense/www/js/widgets Services.js BaseWidget.js, src/opnsense/www/js/widgets/Metadata Core.xml system: distill service widget essence based on #9608
xmlrpc: our xmlrpc sync still has a rather spcial handling for virtual ip's, which sometimes collisions with our standard handling when it comes to "nonsync" behavior.
In https://github.com/opnsense/core/commit/f469cf85296e3da8fe0bb49f4aaee58617d5e065 we fixed virtual ips with a vhid set, but missed the point that the backup may also set nosync on an item not in the list at all, in which case these items that are not in the list will still be duplicated.
This commit removes the vhid constraint and ignore all "nosync" records, which should close the gap here.
unbound: adjust for better layout, apply bar use and especially stats page
OPNSense /core eeee812 — src/opnsense/mvc/app/controllers/OPNsense/Routing/Api GroupSettingsController.php move this
OPNSense /core 386f58e — src/opnsense/mvc/app/controllers/OPNsense/Routing/Api GroupSettingsController.php, src/opnsense/mvc/app/controllers/OPNsense/Routing/forms dialogEditGatewayGroup.xml gateway groups: prepare controller logic, add missing lock on delete
OPNSense /core f5d0b89 — src/opnsense/mvc/app/controllers/OPNsense/Routing/Api GroupSettingsController.php, src/opnsense/mvc/app/models/OPNsense/Routing GatewayGroups.php Gateway Groups: MVC: protect group deletion and fix getGroupsConfig()
OPNSense /core e44c259 — src/opnsense/mvc/app/controllers/OPNsense/Routing/Api SettingsController.php, src/opnsense/mvc/app/models/OPNsense/Routing GatewayGroups.php Gateways.php Gateway Groups: convert to MVC
OPNSense /core 5656077 — src/opnsense/mvc/app/controllers/OPNsense/Routing/Api GroupSettingsController.php use xpath to determine uses
OPNSense /core cf78fdd — src/opnsense/mvc/app/controllers/OPNsense/Routes/Api GatewayController.php, src/opnsense/mvc/app/controllers/OPNsense/Routing/Api GroupSettingsController.php review feedback
OPNSense /core 34cad56 — src/opnsense/mvc/app/controllers/OPNsense/Routes/Api GatewayController.php, src/opnsense/mvc/app/controllers/OPNsense/Routing/Api SettingsController.php gateways: do a bit of refactoring in the regular gateway controller and backend call to ease parsing for the group settings
OPNSense /core 12d7ab9 — src/opnsense/mvc/app/models/OPNsense/Routing GatewayGroups.xml, src/opnsense/mvc/app/models/OPNsense/Routing/FieldTypes GatewayGroupItemField.php set this in the model just to be explicit
OPNSense /core b58606c — src/opnsense/mvc/app/models/OPNsense/Routing GatewayGroups.php, src/opnsense/scripts/routes gateway_watcher.php Gateway Groups: typo and lazy-load model in gateway watcher
OPNSense /core a9be0e7 — . plist, src/www system_gateway_groups_edit.php system_gateway_groups.php remove legacy pages
remove line
Gateway Groups: MVC: fix endpoint
OPNSense /core 4d051c1 — src/opnsense/mvc/app/controllers/OPNsense/Routing GatewayGroupsController.php, src/opnsense/mvc/app/controllers/OPNsense/Routing/forms dialogEditGatewayGroup.xml Gateway Groups: MVC conversion: review feedback and add UI
OPNSense /core 0014344 — src/opnsense/mvc/app/controllers/OPNsense/Routing/Api GroupSettingsController.php, src/opnsense/mvc/app/models/OPNsense/Routing GatewayGroups.php GatewayGroups.xml tmp
update function docs here
OPNSense /core 7d9e349 — src/opnsense/mvc/app/models/OPNsense/Routing GatewayGroups.php GatewayGroups.xml, src/opnsense/scripts/routes gateways.php Gateway Groups: MVC: missing gateway name validation, modify backend call to optionally exclude localhost,inactive,disabled
OPNSense /core 5ca0ece — src/opnsense/mvc/app/controllers/OPNsense/IPsec/forms dialogConnection.xml, src/opnsense/mvc/app/views/OPNsense/IPsec connections.volt ipsec: fancy up the connections dialog
It's a bit special but save is for the form in particular
and this way we can have native striping. The grids save
on their own and hopefully UI will be clearer now.
Add a static header option for it and fix true/false checks.
Close the extra dialog-form on apply.
Discussed with: @Monviech
OPNSense /core 36fda5f — src/opnsense/mvc/app/controllers/OPNsense/IPsec/forms dialogConnection.xml, src/opnsense/mvc/app/views/OPNsense/IPsec connections.volt ipsec: allow save_cancel render as field and restyle for gap layout incl. content box and vertical border
OPNSense /core c2c476f — src/opnsense/mvc/app/controllers/OPNsense/Base ControllerBase.php, src/opnsense/mvc/app/views/OPNsense/Firewall filter_rule.volt nat_rule.volt ui: use single generic event
ipsec: reduce visual jumping on page by reusing grids
only hide if we're coming from a different tab. Any change
triggered on the tab itself will now clear the grids and reload
them so the content doesn't pop out and in of existence when
pressing save.
As a fallback, always hide if the connection doesn't exist
OPNSense /core a610490 — src/opnsense/mvc/app/views/OPNsense/Firewall filter_rule.volt nat_rule.volt, src/opnsense/mvc/app/views/OPNsense/IPsec connections.volt ui: apply message unification progress #10230
OPNSense /core da8fb9d — src/opnsense/mvc/app/controllers/OPNsense/OpenVPN/Api ExportController.php, src/opnsense/mvc/app/models/OPNsense/Unbound/FieldTypes UnboundInterfaceField.php openvpn: fix legacy access following a0863680e2ca9
OPNSense /core 983ece5 — src/opnsense/mvc/app/controllers/OPNsense/IPsec/forms dialogConnection.xml, src/opnsense/mvc/app/views/OPNsense/IPsec connections.volt ipsec: allow save_cancel render as field and restyle for gap layout incl. content box and vertical border
ipsec: reduce visual jumping on page by reusing grids
only hide if we're coming from a different tab. Any change
triggered on the tab itself will now clear the grids and reload
them so the content doesn't pop out and in of existence when
pressing save.
As a fallback, always hide if the connection doesn't exist
OPNSense /core 99a0055 — src/opnsense/mvc/app/controllers/OPNsense/Base ControllerBase.php, src/opnsense/mvc/app/views/OPNsense/Firewall filter_rule.volt nat_rule.volt ui: use single generic event
ipsec: content boxes and vertical border in split md view
OPNSense /core 199881e — src/opnsense/mvc/app/controllers/OPNsense/IPsec/forms dialogConnection.xml, src/opnsense/mvc/app/views/OPNsense/IPsec connections.volt ipsec: allow save_cancel render as field and restyle for gap layout