32,076 commits found in 25 milliseconds
OPNSense /core 15a0918 — . plist, src/opnsense/mvc/app/models/OPNsense/Radvd Radvd.xml Radvd.php radvd: MVC/API WIP #8351
OPNSense /core 8d89a6c — src/opnsense/scripts/filter update_tables.py, src/opnsense/scripts/filter/lib/alias __init__.py bgpasn.py Firewall: Aliases - add has_parser() to check if an alias has a valid parser available (get_parser() may throw an exception when failed) and re-throw requests.exceptions.ConnectionError as IOError in BGPASN, likely closes https://github.com/opnsense/core/issues/9505
backend: remove mwexecf_bg() which is already unused
OPNSense /core 4aba405 — src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms dialogOneToOneRule.xml, src/opnsense/mvc/app/views/OPNsense/Firewall onat_rule.volt The interface formatter is useless here since only one interface is allowed and there is no inversion allowed
OPNSense /core 4810ad6 — src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms dialogNptRule.xml, src/opnsense/mvc/app/views/OPNsense/Firewall npt_rule.volt The interface formatter is useless here since only one interface is allowed and there is no inversion allowed
OPNSense /core 5a48dac — src/opnsense/mvc/app/controllers/OPNsense/Firewall NptController.php, src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api NptController.php Fix copyright date
OPNSense /core bc5e670 — . plist, src/opnsense/mvc/app/controllers/OPNsense/Firewall NptController.php nat: Refactor network prefix translation (NPT) view
dhcrelay: some style in the pugin file
OPNSense /core 9dd1bd1 — src/etc/rc.subr.d php var, src/opnsense/mvc/tests/app/config config.php mvc: now that config.xml behaviour is fixed change tests to own directory
OPNSense /core 7cbda13 — src/opnsense/mvc/app/config config.php, src/opnsense/mvc/app/controllers/OPNsense/Core/Api TunablesController.php DefaultsController.php mvc: introduce defaultConfig property for AppConfig
Related to testing there is a side effect from snatching the
default config.xml if no other configuration was found. We
want the tests to be independent of runtime so this is a first
step towards it. While here replace other uses of the default
file acquire and almost completely fix the permission issue
on default bootstrap.
OPNSense /core 00583b4 — src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms dialogOneToOneRule.xml Simplify labels
tests: ConfigTest: we can cast and do not need save
OPNSense /core 6e634f6 — . plist, src/opnsense/mvc/tests/app/library/OPNsense/Core ConfigTest.php tests: add a Core\Config class test for toArray/fromArray
OPNSense /core b9d7cf3 — src/opnsense/mvc/tests/app/models/OPNsense/Base BaseModelTest.php, src/opnsense/mvc/tests/app/models/OPNsense/Base/BaseModelConfig/backup config.xml tests: BaseModelTest: disable backups and mock revision
Change class invokes to self and add a $configDir variable.
OPNSense /core 18b3e24 — src/etc config.xml.sample, src/opnsense/mvc/tests/app/models/OPNsense/ACL/AclConfig config.xml system: remove long obsolete snmpd section from default config
OPNSense /core 69d8515 — src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api OneToOneController.php Apply suggestions from code review
Co-authored-by: Franco Fichtner <franco at opnsense.org> OPNSense /core fdf52dc — . Makefile plist, src/opnsense/mvc/tests/app/models/OPNsense/Base BaseModelTest.php tests: unwind BaseModel test side effect on AclConfig
Give the test its own empty config to migrate into, which makes
resetting it irrelevant. A tiny bit of magic is needed to bootstrap
a config.xml so it's not the one that is checked in and we also
remove the temporary files from the tree so it does not confuse git.
save() is a far-reaching side effect in the test, but more or less
necessary for better test coverage. But I'd still want a simpler
test around Core\Config and this offers merely offers the groundwork
also removing the need to reset this from make commands.
mvc: advertise use of Config instead of just using it in ACL
OPNSense /core c7fc716 — src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms dialogDNatRule.xml dialogOneToOneRule.xml Change general header in dialog to organization, to be in line with firewall filter dialog
OPNSense /core e0bfc35 — src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms dialogOneToOneRule.xml Using / in labels messes with the label in column headers
OPNSense /core 472f17f — src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api FilterBaseController.php OneToOneController.php Turn moveRuleBeforeAction() and toggleRuleLogAction() into shared based methods
unbound: ditch dnsbl_available and bind around self.dnsbl
Services: Unbound DNS - fix "configctl unbound check" as it doesn't use a chroot.
ref: https://forum.opnsense.org/index.php?topic=49989.0
OPNSense /core d4567fe — src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms dialogOneToOneRule.xml These labels are not needed in grid_view
nat/one-to-one: Refactor UI part to be in line with other firewall components
OPNSense /core 5a0fadb — src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms dialogOneToOneRule.xml nat/one-to-one: Refactor UI part to be in line with other firewall components
OPNSense /core cceaf1a — src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api OneToOneController.php, src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms dialogOneToOneRule.xml nat/one-to-one: Refactor UI part to be in line with other firewall components
unbound: clean up marker and size files, closes #9489
OPNSense /core cc9159f — src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms dialogOneToOneRule.xml, src/opnsense/mvc/app/views/OPNsense/Firewall onat_rule.volt nat/one-to-one: Refactor UI part to be in line with other firewall components
OPNSense /core a7564c2 — src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api OneToOneController.php, src/opnsense/mvc/app/models/OPNsense/Firewall Filter.xml nat/one-to-one: Refactor UI part to be in line with other firewall components