388,885 commits found in 55 milliseconds
Typo in ValidationMessage
OPNSense /core b2fd306 — src/opnsense/mvc/app/controllers/OPNsense/Kea/Api Dhcpv4Controller.php, src/opnsense/mvc/app/controllers/OPNsense/Kea/forms dialogOption4.xml kea: Concept to allow sending any DHCP option as raw hex value to avoid the scaling issues of a fully type based approach
bootgrid: require selection to be enabled for delete-selected
Logically, multiSelect should be enabled here as well, but leave this
out for now as it may be too wide.
OPNSense /core bd1665e — src/opnsense/mvc/app/views/OPNsense/IPsec sad.volt, src/opnsense/scripts/ipsec saddelete.py VPN: IPsec: Security Association Database: apply the same as https://github.com/opnsense/core/commit/9c950fcc3ccc396e943b31908a6ea3a182b1d4b2. Missing datakey mapping here as well
OPNSense /core 0e7545e — src/opnsense/www/js/widgets Firewall.js, src/opnsense/www/js/widgets/Metadata Core.xml dashboard: firewall: add semantic groups coloring option (#9907)
* firewall.js should keep coloring after reload, use sematic groups block = red
* fixes for review, hash simplification, color palette, action matching
* action is string, include interface, add default color
* Use color schema for chart colors, vary by shades
* fix blocks
* make color schema configurable for widet, defaults to contrast uses Classic10
* changed from select_multi to select, contrast mode matches the old behavior
* use options.colorscheme, fix color cycling bug
* Update src/opnsense/www/js/widgets/Firewall.js
[13 lines not shown ] OPNSense /core 02c77e1 — src/opnsense/mvc/app/models/OPNsense/Base/Menu MenuSystem.php, src/opnsense/mvc/app/models/OPNsense/Core/Menu Menu.xml firewall: flip-flip rule GUI labels for #9947
OPNSense /core c761923 — src/etc/inc legacy_bindings.inc, src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api FilterBaseController.php firewall: fix regression in 8554581eac so alias content summary is shown (#9929)
The "description" is a summary so change the underlying
code accordingly to avoid future misinterpretations.
PR: https://forum.opnsense.org/index.php?topic=51246.0
(cherry picked from commit d908345d1ae54ed733d497543944abae6dac4052 )
OPNSense /core 072f176 — src/opnsense/mvc/app/controllers/OPNsense/IPsec/Api SpdController.php, src/opnsense/scripts/ipsec spddelete.py VPN: IPsec: Security Policy Database - delete selected not backed by actual logic, closes https://github.com/opnsense/core/issues/9937
(cherry picked from commit 9c950fcc3ccc396e943b31908a6ea3a182b1d4b2 )
OPNSense /core 24bde31 — src/opnsense/scripts/filter read_log.py, src/opnsense/scripts/openvpn ovpn_status.py backend: apparently r'' is a better fix for SyntaxWarning
Sometimes we even use it.
PR: https://forum.opnsense.org/index.php?topic=51175.0
(cherry picked from commit fa9e2177473c5b2b5711165c526696f1793a0781 )
interfaces: fix static neighbor apply button (#9934)
Fixes: #9932
(cherry picked from commit 72ab5e36fde40afa8c0fb0894565da445fcb4e57 )
this css does nothing anymore
OPNSense /core 52fd1b4 — src/opnsense/mvc/app/controllers/OPNsense/Unbound/Api SettingsController.php trim this slightly
network time: Friday challenges as always
OPNSense /core 6fe9054 — src/opnsense/mvc/app/controllers/OPNsense/Unbound/Api SettingsController.php, src/opnsense/mvc/app/controllers/OPNsense/Unbound/forms dialogHostOverride.xml check isPost() and update help description
network time: adjust previous
network time: pool.ntp.org servers must have sticky ispool behaviour
OPNSense /core 54ed928 — src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes BaseSetField.php, src/opnsense/mvc/app/models/OPNsense/Unbound/FieldTypes AliasReflector.php setValues() to BaseSetField, simplify reflector mapper
OPNSense /core 25be324 — src/opnsense/mvc/app/models/OPNsense/Unbound/FieldTypes AliasReflector.php switch to BaseSetField for AliasReflector
OPNSense /core c634290 — src/opnsense/mvc/app/models/OPNsense/Unbound/FieldTypes AliasRefCount.php remove AliasRefCount.php as well
OPNSense /core 37add66 — src/opnsense/mvc/app/controllers/OPNsense/Unbound/Api SettingsController.php, src/opnsense/mvc/app/controllers/OPNsense/Unbound/forms dialogHostOverride.xml ditch aliascount volatile field
OPNSense /core 5ea3f70 — src/opnsense/mvc/app/controllers/OPNsense/Unbound/Api SettingsController.php, src/opnsense/mvc/app/controllers/OPNsense/Unbound/forms dialogHostOverride.xml quick alias update logic
net/wol: add access to get_arp so dashboard widget works
For core the dashboard ACL holds all the dashboard related API
patterns but we don't want to taint it with plugin requirements.
So instead of adding a WoL-Dashboard privilege add the required
API endpoint to the standard ACL to unbreak. This is only relevant
for the plugin when installed and explicitly using the privilege.
OPNSense /core 9c950fc — src/opnsense/mvc/app/controllers/OPNsense/IPsec/Api SpdController.php, src/opnsense/scripts/ipsec spddelete.py VPN: IPsec: Security Policy Database - delete selected not backed by actual logic, closes https://github.com/opnsense/core/issues/9937
OPNSense /core fa9e217 — src/opnsense/scripts/filter read_log.py, src/opnsense/scripts/openvpn ovpn_status.py backend: apparently r'' is a better fix for SyntaxWarning
Sometimes we even use it.
PR: https://forum.opnsense.org/index.php?topic=51175.0
interfaces: fix static neighbor apply button (#9934)
Fixes: #9932 ditch ndp from arp source
OPNSense /core 5ad965a — src/opnsense/mvc/app/controllers/OPNsense/CaptivePortal/Api AccessController.php, src/opnsense/mvc/app/controllers/OPNsense/CaptivePortal/forms dialogZone.xml Merge pull request #9927 from agoodkind/agoodkind/captive-portal-ipv6-dual-stack-support
Follow up for dual-stack captive portal authorization in `CaptivePortal` OPNSense /core 1c92d4f — src/opnsense/mvc/app/controllers/OPNsense/CaptivePortal/Api AccessController.php, src/opnsense/scripts/captiveportal allow.py Merge branch 'captive-portal-ipv6' into agoodkind/captive-portal-ipv6-dual-stack-support OPNSense /core bc7a9ed — src/opnsense/mvc/app/controllers/OPNsense/CaptivePortal/Api AccessController.php, src/opnsense/service/conf/actions.d actions_captiveportal.conf last bits of allow.py
misc/theme-cicada: bump revision