34,486 commits found in 32 milliseconds
OPNSense /core 9f77d6a — src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms dialogFilterRule.xml Change it back that category is first again, but it needs some more space now
Match terminology with legacy page
Rework the buttons, only use icons with tooltips, always show the expand tree button
OPNSense /core 588a70a — src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms dialogFilterRule.xml Move enabled checkbox before category
OPNSense /core 1871818 — src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api FilterController.php, src/opnsense/mvc/app/views/OPNsense/Firewall filter_rule.volt Remove the count labels from interfaces, as they imply something has to be done as they resemble event badges
Make label shorter
Render icons for the top tree level groups, remove counts behind them to reduce visual noise
OPNSense /core 3d2e8a5 — src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api FilterController.php The front end doesn't need any fake category for the automatic rules anymore, since it's decided by priority group now in the response handler logic
firewall: group filter rules by type and category
Always group rules by their priority/type in the filter grid and reuse the
same rule type metadata for both bucket labels and icons. When tree view is
enabled, categorized non-automatic rules are grouped one level deeper by
category, while automatic and uncategorized rules remain directly below their
rule type bucket.
This keeps the default view structured without relying on a mixed flat/tree
array and makes the tree toggle an additive category grouping layer.
System: Access: Groups - fix regression in selective delete introduced in https://github.com/opnsense/core/pull/9779
OPNSense /core aac399e — src/opnsense/mvc/app/controllers/OPNsense/Interfaces/Api VlanSettingsController.php Interfaces: Devices: VLAN - fix regression in selective delete introduced in https://github.com/opnsense/core/pull/9779
OPNSense /core 2a690f1 — src/opnsense/mvc/app/controllers/OPNsense/Interfaces/Api LaggSettingsController.php Interfaces: Devices: LAGG - fix regression in selective delete introduced in https://github.com/opnsense/core/pull/9779
OPNSense /core 1bce09c — src/opnsense/mvc/app/controllers/OPNsense/Interfaces/Api GreSettingsController.php Interfaces: Devices: GRE - fix regression in selective delete introduced in https://github.com/opnsense/core/pull/9779
OPNSense /core f470675 — src/opnsense/mvc/app/controllers/OPNsense/Interfaces/Api GifSettingsController.php Interfaces: Devices: GIF - fix regression in selective delete introduced in https://github.com/opnsense/core/pull/9779
OPNSense /core 0b128cd — src/opnsense/mvc/app/controllers/OPNsense/Diagnostics/Api SystemhealthController.php, src/opnsense/mvc/app/models/OPNsense/Diagnostics SystemHealth.php Reporting: Settings: convert to MVC (#10337)
Move all relevant toggles and actions to their respective pages with associated forms and endpoints.
Removes the Netflow Repair button as well. OPNSense /core f566dba — src/opnsense/mvc/app/controllers/OPNsense/Diagnostics/Api NetflowController.php remove repair action as well
OPNSense /core 73257a0 — src/opnsense/mvc/app/views/OPNsense/Diagnostics netflow.volt, src/opnsense/scripts/netflow flowd_aggregate.py netflow: remove repair button
trim this as well
leftover here
unbound: overview: reset page on data reset
update plist
OPNSense /core c759b4f — src/opnsense/mvc/app/controllers/OPNsense/Unbound/forms dnsreporting.xml trim this
OPNSense /core c69ab0b — src/opnsense/mvc/app/controllers/OPNsense/Diagnostics/Api SystemhealthController.php, src/opnsense/mvc/app/models/OPNsense/Diagnostics SystemHealth.php Reporting: Settings: convert to MVC
safeguard post as well
OPNSense /core 438dcd9 — src/opnsense/mvc/app/models/OPNsense/Core/Menu Menu.xml, src/opnsense/mvc/app/models/OPNsense/Diagnostics/ACL ACL.xml fix ACL and menu
ui: SimpleActionButton exclude scope should apply to first active tab as well
Newline sneaked in
OPNSense /core 31fb5cb — src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api FilterController.php, src/opnsense/mvc/app/views/OPNsense/Firewall filter_rule.volt Firewall: Rules [new]: Always show automatic and legacy rules, even without Inspect enabled.
OPNSense /core 09654ca — src/opnsense/mvc/app/controllers/OPNsense/Diagnostics InterfaceController.php, src/opnsense/mvc/app/models/OPNsense/Diagnostics/ACL ACL.xml ACL: some missing references and using camelcase pointers instead of snakecase [ref: https://github.com/opnsense/core/issues/10351]
Firewall: Settings: Normalization - add missing exclamation mark for "not" rules, closes https://github.com/opnsense/core/issues/10349