35,383 commits found in 22 milliseconds
OPNSense /core d784d75 — src/opnsense/mvc/app/controllers/OPNsense/Kea/forms dialogSubnet6.xml dialogSubnet4.xml Add fields to dialog
OPNSense /core 09e3ac4 — . plist, src/opnsense/mvc/app/models/OPNsense/Kea/Migrations M1_0_6.php Most likely dont need this kind of migration approach
OPNSense /core 64a5bbc — src/opnsense/mvc/app/models/OPNsense/Kea KeaDhcpv6.php KeaDhcpv4.php, src/opnsense/mvc/app/models/OPNsense/Kea/Migrations M1_0_6.php Services: Kea DHCPv4/6: Store subnet IDs inside the model so they cannot shift during config generation (WIP)
OPNSense /core 8821d45 — src/opnsense/mvc/app/controllers/OPNsense/Diagnostics/Api NetflowController.php diagnostics/netflow: stop service before reloading configuration (#10658) OPNSense /core ef82e60 — src/opnsense/mvc/app/controllers/OPNsense/Diagnostics/Api NetflowController.php diagnostics/netflow: stop service before reloading configuration
OPNSense /core a70c67f — src/opnsense/mvc/app/views/layout_partials base_bootgrid_table.volt, src/opnsense/www/css opnsense-bootgrid-layout.css ui: tabulator: Add _showMaximized() modal that can show a grid close to full screen
OPNSense /core 237aa2b — src/opnsense/mvc/app/views/layout_partials base_bootgrid_table.volt, src/opnsense/www/css opnsense-bootgrid-layout.css ui: tabulator: Add _showMaximized() modal that can show a grid close to full screen
OPNSense /core 1cac21f — src/opnsense/www/themes/opnsense-dark/assets/stylesheets main.scss, src/opnsense/www/themes/opnsense-dark/build/css main.css ui: opnsense-dark theme - fix collapsed sidebar stray line and restore rail divider (#10560)
Closes: #8263 OPNSense /core 5e1bbff — src/opnsense/mvc/app/views/layout_partials base_bootgrid_table.volt, src/opnsense/www/css opnsense-bootgrid-layout.css ui: tabulator: Add _showMaximized() modal that can show a grid close to full screen
menu: add Favorites section - fix some const's in javascript
ui: tabulator: Do not freeze commands column on touchscreen devices, as their viewports are most likely very constrained (#10651) ui: tabulator: Do not freeze commands column on touchscreen devices, as their viewports are most likely very constrained
menu: add Favorites section - fix const $before --> let $before
OPNSense /core adc74b5 — src/opnsense/mvc/app/controllers/OPNsense/Base ControllerBase.php, src/opnsense/mvc/app/controllers/OPNsense/Core/Api MenuController.php menu: add Favorites section - minor cleanups for https://github.com/opnsense/core/pull/10033
MVC: UI: base_tabs_header fix tab activation (#10606) system: switch timezone and hostname restarts #9352
OPNSense /core 6a7b61e — src/opnsense/service/conf/actions.d actions_ipsec.conf actions_interface.conf configd: further restrict configd actions to root and wwwonly for more sensitive actions (stopping services, reading certain data, ..) that won't be scheduled anyway and should have no other consumers.
addition to https://github.com/opnsense/core/commit/a313cbd5bdcfc3c9d4a55704fcdb8bbcf7182069
In the long run we might consider swapping the defaults, but since the chance of regressions is rather larger and most callouts aren't that problematic anyway, opt for explicit elevated rights for now.
system: change approach due to MVC entanglement
Frist approach did not work. Make it a bit more obvious.
OPNSense /core db507cc — src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api DNatController.php, src/opnsense/mvc/app/models/OPNsense/Firewall/FieldTypes FilterRuleField.php SourceNatRuleField.php Firewall: Rules and NAT: Group invalid rules to the end of the ruleset. These rules are skipped by PF processing because they do not have a valid interface. (#10550)
---------
Co-authored-by: Stephan de Wit <stephan.de.wit at deciso.com> system: move backup restore to /var/lib/php/tmp #9352
OPNSense /core f707063 — src/opnsense/service/conf/actions.d actions_dns.conf, src/www system_general.php system_advanced_admin.php system: add dns reconfigure #9352
OPNSense /core a810878 — src/opnsense/mvc/app/library/OPNsense/Firewall Rule.php ForwardRule.php Firewall: NAT: Destination NAT - fix missing "well-known" in local-port, closes https://github.com/opnsense/core/issues/10612
While here, also suppress a php warning for an non-existing entry.
system: replace kernel/powerd restart now that it works #9352
MVC:ui Fix collapsible form section rendering in base_form.volt in f8c0ba6 (#10604) system: replace login/sysctl restart for #9352
system: replace cron restart in legacy pages #9352
This probably slows down execution, but either we solve this later
on or just live with it as these pages are going away eventually.
Auth/SSOProviders - add glue for https://github.com/opnsense/core/issues/10433
OPNSense /core dd6b4f7 — src/opnsense/mvc/app/views/layout_partials base_form.volt base_dialog.volt MVC: UI: Parenthesize the filtered static value so Volt applies the default before negating it, avoiding undefined array key warnings. (#10608) system: add hidden services so they can be operated by pluginctl -s #9352
For now that's kernel and powerd. Eventually these workarounds will
go away anyway.
system: switch resolver reload for #9352