32,912 commits found in 13 milliseconds
Firewall: Rules [new] - missing reply-to when not specifically set, closes https://github.com/opnsense/core/issues/9761
(cherry picked from commit e98e55ede5dffb109a11a979a49b9c2b37f931d4 )
Firewall: Rules [new] - missing reply-to when not specifically set, closes https://github.com/opnsense/core/issues/9761
mvc:javascript:SimpleFileUploadDlg() - add download button for validation errors, closes https://github.com/opnsense/core/issues/9760
When uploading a file results in validation messages, add a download button to dump the results into a csv file as well.
Since our javascript code doesn't translate very well, only add an icon and skip the title text for simplicity.
OPNSense /core 766c6ce — src/etc/inc/plugins.inc.d unbound.inc, src/opnsense/mvc/app/controllers/OPNsense/Unbound/forms dialogHostOverride.xml Services: Unbound DNS: Overrides - persist PTR configuration and allow the user to deselect it, closes https://github.com/opnsense/core/pull/9753
Services: Kea DHCP: Kea DHCPv4/6 / Subnets - missing root node, closes https://github.com/opnsense/core/issues/9762
OPNSense /core 68ff0dc — src/opnsense/mvc/app/controllers/OPNsense/Routing/forms dialogEditGateway.xml System: Gateways: Configuration - remove "upstream" from grid as priority already reflects the proper data, closes https://github.com/opnsense/core/issues/9751
The grid was added in https://github.com/opnsense/core/commit/7f9d1046639d5bea43f24ef80dadef913b54b739, but shouldn't have been due to type issues of the raw field, see also https://github.com/opnsense/core/commit/8069d72bacc651b0506a1a093d5206008f92731e
Revert "Services: ISC DHCPv4: hide menu items when dnsmasq is enabled to improve "out of the box" experience. closes https://github.com/opnsense/core/issues/8329 "
We are not hiding v6 now and since ISC-DHCP is not in the core system
we can go back to the normal way.
This reverts commit 0d6aa56527c60be14e6e626e5d0728108110cf2f .
PR: https://www.reddit.com/r/opnsense/comments/1qxqru9/comment/o42nx7v/
Firewall: NAT: Destination NAT - use "local-port" as target when specified, closes https://github.com/opnsense/core/issues/9750
(cherry picked from commit c56f89b756b186f4bf590ff3915145df74b37c48 )
Firewall: NAT: Destination NAT - use "local-port" as target when specified, closes https://github.com/opnsense/core/issues/9750
firewall: fix the faulty "any" replacement of a09fab2c8
While here fix another warning lighting up in the test run.
OPNSense /core b50350a — . plist, src/opnsense/mvc/tests/app/library/OPNsense/Firewall FilterRuleTest.php tests: add FilterRule testing for #9744
The test already revealed an issue with the refactor:
replacing "any" with "" and then "" with "in" is not in
the interest of the inventor. Fix follows.
OPNSense /core 9f70bc6 — src/etc/inc interfaces.inc, src/opnsense/scripts/interfaces rtsold_script.sh interfaces: multi-dhcp6c support and custom PD association #7647
This splits off rtsold and dhcp6c into separate processes
which frees us from the restrictions of faked iterative IDs
for PD associations. For NA we simply default to 0 now.
I'm not entirely sure why we settled for a single deamon of
dhcp6c back in the day, but there are certianly downsides to
it and I don't see something that wasn't fixed in the meantime
that makes this not work.
OPNSense /core 219e076 — src/opnsense/mvc/app/controllers/OPNsense/CaptivePortal/forms dialogZone.xml, src/opnsense/mvc/app/models/OPNsense/CaptivePortal CaptivePortal.xml captive portal: rename virtual IPs to 'roaming'
firewall: live view: combined filters stored as converted strings, adjust parsing (fixes https://github.com/opnsense/core/issues/9741 )
shorten this
comment not relevant anymore
OPNSense /core e90249c — src/opnsense/mvc/app/controllers/OPNsense/CaptivePortal/Api AccessController.php clean up ipv6 localhost usage
OPNSense /core ac2dc26 — src/etc/inc/plugins.inc.d captiveportal.inc, src/opnsense/mvc/app/controllers/OPNsense/CaptivePortal/forms dialogZone.xml captive portal: limit hostwatch output and other small changes
firewall: another ether rule leftover
Firewall: NAT: Destination NAT - fix target mapping inconsistency leading to ip and network references not being processed (e.g. "lan ip", "wan network")
(cherry picked from commit 96ceae0debc240789ebc962bc787443fb47c921b )
firewall: adjust for parseReplace() for icmp-type "skip"; closes #9738
Direction was a little tricky. Would be nice to have tests for this. ;)
OPNSense /core 3fe3500 — Scripts class-filename.sh, src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api FilterController.php Merge remote-tracking branch 'origin/master' into captive-portal-ipv6
OPNSense /core 9937de0 — src/etc/inc/plugins.inc.d captiveportal.inc, src/opnsense/mvc/app/controllers/OPNsense/CaptivePortal/Api AccessController.php captive portal: WIP for IPv6 support
OPNSense /core b84bd68 — src/opnsense/scripts/unbound-dnsbl dnsbl_match.py, src/opnsense/scripts/unbound-dnsbl/lib dnsbl.py Services: Unbound DNS: Blocklists / Tester - safeguard config use, when there's none specified, don't crash out.
firewall: adjust for parseReplace() for icmp-type "skip"; closes #9738
Direction was a little tricky. Would be nice to have tests for this. ;)
OPNSense /core 17bb00f — src/opnsense/scripts/unbound-dnsbl dnsbl_match.py, src/opnsense/scripts/unbound-dnsbl/lib dnsbl.py Services: Unbound DNS: Blocklists / Tester - safeguard config use, when there's none specified, don't crash out.
OPNSense /core c7650c6 — src/opnsense/mvc/app/library/OPNsense/Auth LDAP.php, src/www system_authservers.php System: Access: Servers - add configurable "memberOf" attribute, simplified version of https://github.com/opnsense/core/pull/9675
closes https://github.com/opnsense/core/issues/9650
Firewall: NAT: Destination NAT - fix target mapping inconsistency leading to ip and network references not being processed (e.g. "lan ip", "wan network")
interfaces: fix wlanmode usage part 2 #9727
(cherry picked from commit 4912a671be1ee8dd261d3dd9ed5720b9ed2f805e )
mvc: style