33,925 commits found in 28 milliseconds
OPNSense /core 5d0a25c — src/opnsense/mvc/app/controllers/OPNsense/Kea/forms dialogReservation6.xml, src/opnsense/mvc/app/library/OPNsense/Firewall Util.php Services: Kea DHCPv6: Add prefix to reservations to allow for static PD allocations based on DUID/MAC (#10206) Firewall: NAT: Fix inverted source/destination cosmetic issue in SNAT and One-to-One NAT grids (#10215) OPNSense /core 9f71564 — src/etc/inc/plugins.inc.d kea.inc, src/opnsense/mvc/app/models/OPNsense/Kea KeaDhcpv6.php Use count() directly in kea.inc
Firewall: NAT: Fix inverted source/destination cosmetic issue in SNAT and One-to-One NAT grids
Use new count() base method for hasPdPools()
OPNSense /core 72ce6b9 — src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes BaseField.php, src/opnsense/mvc/app/models/OPNsense/Base/Menu MenuItem.php Merge remote-tracking branch 'origin/master' into kea-prefix-watcher-socket-polling
OPNSense /core 4c796dc — src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes BaseField.php, src/opnsense/mvc/tests/app/models/OPNsense/Base/FieldTypes OptionFieldTest.php NetworkFieldTest.php mvc: BaseField: extend count() for value-based field types
So getValues() already uses isSet() which makes the count of
set values in the field type correct. Add the tests to prove
it.
use getValues()
update function docs here
OPNSense /core 1d8095a — src/opnsense/mvc/app/controllers/OPNsense/Kea/forms dialogReservation6.xml, src/opnsense/mvc/app/library/OPNsense/Firewall Util.php Services: Kea DHCPv6: Add prefix to reservations to allow for static PD allocations based on DUID/MAC
OPNSense /core 5c4589a — src/opnsense/mvc/app/models/OPNsense/Routing GatewayGroups.php, src/opnsense/scripts/routes gateway_watcher.php Gateway Groups: typo and lazy-load model in gateway watcher
OPNSense /core d48faca — src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes BaseField.php, src/opnsense/mvc/tests/app/models/OPNsense/Base/FieldTypes AutoNumberFieldTest.php TextFieldTest.php mvc: BaseField: add count() (#10199)
Helps with checking containers for applicability and
can be extended for non-containers. OPNSense /core 33650c2 — src/opnsense/mvc/app/controllers/OPNsense/Routing/Api SettingsController.php, src/opnsense/mvc/app/models/OPNsense/Routing GatewayGroups.php Gateways.php Gateway Groups: convert to MVC
OPNSense /core 8b47fdc — src/opnsense/mvc/app/controllers/OPNsense/Core/Api SnapshotsController.php, src/opnsense/scripts/system bectl.py system: revisit snapshot name validation #9892
See: https://github.com/opnsense/src/blob/6e01be67e/lib/libbe/be.c#L966
PR: https://github.com/opnsense/core/issues/9892
Co-authored-by: Konstantinos Spartalis <scoon405 at gmail.com>
(cherry picked from commit 6251336b064ea248fb1be74f1effa6021a2d05e0 )
(cherry picked from commit 6baf035b439aa98dedadfa1e8d670e2f34a7d3b8 )
(cherry picked from commit a689bf14e2fa70c19eda044be35e9b57cf452877 )
Services: Kea DHCPv6: Missed DUID during lease collection (#10203) OPNSense /core a689bf1 — src/opnsense/mvc/app/controllers/OPNsense/Core/Api SnapshotsController.php, src/opnsense/service/conf/actions.d actions_zfs.conf system: last round of fixes for snapshot names
"." and ".." are special path names and must be excluded.
"-." or "-_" are somehow problematic inside configd but adding
using ''%s seems to appease the whole system and doesn't mess
with shell quoting.
Reported by: @sopex
qoute all arguments, quotes and shell magic chars are not supported
OPNSense /core 948cda7 — src/opnsense/mvc/app/controllers/OPNsense/Core/Api SnapshotsController.php validate more
OPNSense /core 79286a7 — src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api FilterBaseController.php Guard all Savepoint Actions additionally as they can interact directly with the config in some instances
OPNSense /core 10bd064 — src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes BaseField.php, src/opnsense/mvc/tests/app/models/OPNsense/Base/FieldTypes AutoNumberFieldTest.php TextFieldTest.php mvc: BaseField: add basic count() helper
allow zero count on container, needs unit test later
mvc: remove unused import
System: Access: Privileges: remove add/delete from page
(cherry picked from commit 3c5ae0f3b3d72e15efd852061a77d85c43bc3d74 )
system: only split first colon when reading sysctls
(cherry picked from commit 293e645d89edb53c7f3fd2388740f28f5ec50346 )
(cherry picked from commit 791cc6f573a0b67808c7189544890c43c700f17f )
make: prevent error in new vim grepping step
(cherry picked from commit ea6f7103f1e27126abb3552cf30819c032b4549e )
OPNSense /core 1d78fa5 — src/opnsense/mvc/app/controllers/OPNsense/Firewall/Api FilterBaseController.php FilterController.php Firewall: Use save method from ApiMutableModelControllerBase for log command, move rule command and savepoint action
OPNSense /core b9b597b — src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes BaseField.php, src/opnsense/mvc/tests/app/models/OPNsense/Base/FieldTypes AutoNumberFieldTest.php TextFieldTest.php mvc: BaseField: add count()
make: prevent error in new vim grepping step
System: Access: Privileges: remove add/delete from page
system: symmetry for all 3 split column callers in previous