30,978 commits found in 18 milliseconds
OPNSense /core 3dd24ff — src/etc/inc/plugins.inc.d openvpn.inc, src/opnsense/mvc/app/controllers/OPNsense/OpenVPN/forms dialogInstance.xml dialogCSO.xml OpenVPN: allow multiple domains settings for client connection (#9281)
* OpenVPN: allow multiple domains settings for client connection
* OpenVPN: allow multiple domains settings - update plugin files
---------
Co-authored-by: Krisztian Ivancso <dev at devopsoffice.com> System: High Availability - when nosync is set on the secondary machine for a vip, the record seems to be added twice as merge_config_attributes() solves this generically for all types. exclude no sync from the $vipbackup in the custom handling code to fix this.
closes https://github.com/opnsense/core/issues/8911
OPNSense /core 936c00e — src/opnsense/mvc/app/views/OPNsense/Firewall filter_rule.volt, src/opnsense/www/css opnsense-bootgrid.css Fix margins a little
VPN: IPsec: Pre-Shared Keys - allow underscores in identifiers, closes https://github.com/opnsense/core/issues/9276
OPNSense /core 75560d7 — src/opnsense/mvc/app/views/OPNsense/CaptivePortal clients.volt, src/opnsense/mvc/app/views/OPNsense/DHCPv4 leases.volt Fix the last of these spots too
OPNSense /core 562d28c — src/opnsense/mvc/app/views/OPNsense/Wireguard diagnostics.volt general.volt wireguard general.volt diagnostics.volt fix flex behavior of selectpickers
filter.volt fix flex behavior of selectpickers
virtual IP vip.volt fix flex behavior of selectpickers
alias alias.volt fix flex behavior of selectpickers
dnsmasq settings.volt fix flex behavior of selectpickers
kea leases4.volt leases6.volt fix flex behavior of selectpickers
dnsmasq leases.volt fix flex behavior of selectpickers
OPNSense /core 5eade41 — src/opnsense/mvc/app/views/OPNsense/Diagnostics log.volt, src/opnsense/www/css opnsense-bootgrid.css Fix flex behavior for elements inside the button group, fix log.volt
OPNSense /core c053b08 — src/opnsense/mvc/app/views/OPNsense/Firewall filter_rule.volt, src/opnsense/www/css opnsense-bootgrid.css Give search bar some left padding so when it collides with left elements there is some spacing
OPNSense /core 15438fd — src/opnsense/www/css opnsense-bootgrid.css, src/opnsense/www/themes/opnsense-dark/assets/stylesheets opnsense-bootgrid.scss Simplify header css a bit, important is not needed here
OPNSense /core 1227d0a — src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms dialogFilterRule.xml, src/opnsense/www/js opnsense_bootgrid.js Give width precedence over minWidth, fix some minWidth in firewall page
Merge remote-tracking branch 'origin/master' into firewall-automation-responsiveness
Firewall: Rules - remove cache/rate-limit introduced in https://github.com/opnsense/core/commit/9db6ca2fad930790eb7116a1bf18ccba99604cad and superseded https://github.com/opnsense/core/commit/5baba39831dffbab79f7d30c90c400876b9700d2
OPNSense /core cab3230 — src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms dialogFilterRule.xml, src/opnsense/mvc/app/models/OPNsense/Dnsmasq/FieldTypes HostnameField.php AliasesField.php Merge branch 'master' into firewall-automation-responsiveness OPNSense /core 5baba39 — src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api FilterController.php, src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms dialogFilterRule.xml firewall/automation: Consolidate the stats column into a combined always visible one, implement cache invalidation via refresh button (#9272)
* firewall/automation: Consolidate the stats column into a combined always visible one, implement cache invalidation via refresh button
* Update src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api/FilterController.php
Co-authored-by: Franco Fichtner <franco at opnsense.org>
* Update src/opnsense/service/conf/actions.d/actions_filter.conf
Co-authored-by: Franco Fichtner <franco at opnsense.org>
* Update src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api/FilterController.php
Co-authored-by: Franco Fichtner <franco at opnsense.org>
* Move event binding into headerFormatter, remove all loaded.rs.jquery.bootgrid since nothing in it is needed anymore
* Make click handler safe
[15 lines not shown ] Add cache_ttl at correct spot
OPNSense /core d07ea82 — src/opnsense/service/templates/OPNsense/Unbound/core dnsbl_module.py, src/opnsense/www/js opnsense_bootgrid.js Merge remote-tracking branch 'origin/master' into firewall-automation-cache
OPNSense /core bca426f — src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms dialogFilterRule.xml, src/opnsense/mvc/app/views/OPNsense/Firewall filter_rule.volt Fix duplicate headerSort in opnsense_bootgrid.js, push sortable to global setting in filter_rule.volt so that no persistence is set on header clicks
Do not fire persistence event when clicking on refresh button in tabulator header
Split stats into two rows to safe on horizontal space
Flip this around
OPNSense /core 54fa1ad — src/opnsense/mvc/app/views/OPNsense/Firewall filter_rule.volt, src/opnsense/www/js opnsense_ui.js Apply decimals if the base has been exceeded at least once, there are no half bytes or half integers, this only matters if the base changed for better accuracy
OPNSense /core 37b2ffb — src/opnsense/mvc/app/views/OPNsense/Firewall filter_rule.volt, src/opnsense/www/js opnsense_ui.js Include number formatter into byteFormat as parameter switch, show formatted number in column and real full number in tooltip.
OPNSense /core cab54b1 — src/opnsense/www/themes/opnsense-dark/assets/stylesheets bootstrap-dialog.scss, src/opnsense/www/themes/opnsense-dark/build/css bootstrap-dialog.css themes / opnsense-dark - change header font color in BootstrapDialog, closes https://github.com/opnsense/core/issues/9142
Make click handler safe