33,899 commits found in 25 milliseconds
OPNSense /core b9b597b — src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes BaseField.php, src/opnsense/mvc/tests/app/models/OPNsense/Base/FieldTypes TextFieldTest.php AutoNumberFieldTest.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
No we still have do add state into the mix or the route lazy drop will not work anymore
Firewall: Aliases - fix typo in error log (remove url as it has no value anyway) and make parser a bit more resilient by trapping all errors. closes https://github.com/opnsense/core/issues/10168
(cherry picked from commit 5b6913a0df45577f31a6a7777702cf876897c79e )
(cherry picked from commit 4e939d528cc7d4e38c1bfe777b71e1772fcc6edc )
firewall: small whitespace issue in prev
Remove duplicate state check, add documentation for the possible states
system: minor style update in new menu code
firmware: moved FreeBSD.php duty to opnsense-update
PR: https://github.com/opnsense/update/commit/aeb88a8fb9
(cherry picked from commit 0175c1e1f0a263fc2ef640f485a60f45d5448b7d )
Services: Kea DHCPv4/v6: Remove depend constraint of ddns_reverse_zone (#10182)
Since ddns_forward_zone already depends on ddns_dns_server, and the config generator bails if either of these are empty we do not need to protect ddns_reverse_zone in any specific way right now.
It's a good idea to keep it this way, only populating a reverse zone is very uncommon, and ISC also tethered it to the forward zone being there.
(cherry picked from commit 4a1d6cf0851940f352f6d414240792c9f66be91a )
OPNSense /core c82e874 — src/opnsense/mvc/app/controllers/OPNsense/Routing/Api SettingsController.php system: small note on legacy bindings
OPNSense /core d9e4f1d — src/opnsense/mvc/app/controllers/OPNsense/Kea/forms dialogSubnet4.xml dialogSubnet6.xml, src/opnsense/mvc/app/models/OPNsense/Kea KeaDdns.php KeaDhcpv6.xml Kea: DHCPv4/v6: DDNS dns server port can now be specified, default will remain 53 (#10183)
(cherry picked from commit 7eea65839c919cb76a24d7d9d3f48fbfd8befa3d )
OPNSense /core 136c360 — src/opnsense/mvc/app/controllers/OPNsense/Kea/forms dialogSubnet6.xml dialogSubnet4.xml, src/opnsense/mvc/app/models/OPNsense/Kea KeaDdns.php KeaDhcpv4.xml Services: Kea DHCPv4/v6: add explicit reverse DDNS zones support (#10123)
---------
Co-authored-by: XtraLarge <20318559 +XtraLarge at users.noreply.github.com>
Co-authored-by: Monviech <79600909 +Monviech at users.noreply.github.com>
(cherry picked from commit db41dfce2e67be3f6d3fd676ba5a47e7ef182d66 )
system: shorten static route collection code here
(cherry picked from commit 7e000a945439678d25ad769eda546ea24dc319d7 )
(cherry picked from commit 9a9b1ae078db7f9c79ee7eab71cfe9c29261cb7f )
system: add compatibility layer to future route disable/enable migration
Add an explicit empty argument for backend parser
OPNSense /core 0c853da — src/etc/inc/plugins.inc.d kea.inc, src/opnsense/scripts/kea kea_prefix_watcher.py We do not need argparse or parameters anymore
Time is still needed for polling
Make interval parameter explicit
Use state instead of time based mechanism to decide of lease is still valid
OPNSense /core 3221a9f — src/etc/inc/plugins.inc.d kea.inc, src/opnsense/mvc/app/models/OPNsense/Kea KeaDhcpv6.php Services: Kea DHCPv4/v6: Use KeaCtrl python lib for kea_prefix_watcher to switch to polling the socket instead of streaming the csv lease files. The running configuration has structured output, and we stay in memory without needing to read and parse any files. The tradeoff is that we always have to process the full set of leases, yet by using lease6-get-page which is especially made for efficient bulk operations, this should be rather cheap. The main benefit is we always work with structured json data, can filter for ID_PD better, and reprocess the full truth on every poll interval to ensure the whole setup is self-healing
widgets: fix Traffic.js initialization race condition (#10099)
(cherry picked from commit 8b5a768ec7ae12684aedff279311bc975d6d5982 )
make: add merge target for "community" origin (or upstream equivalent)
(cherry picked from commit 28ba22564be0efd18d2cc787415a5fc7eba97c41 )
(cherry picked from commit bf8545b285edab9e618945a00e36f5fc04f9e201 )
(cherry picked from commit 469b57f3db2cdb64c5fa2a910144f784e92d6fd9 )
github: add pull request template similar to plugins
(cherry picked from commit a11921609ebb8ac4a6c81221a20c76b9ee784203 )
OPNSense /core cc9ebaf — src/opnsense/mvc/app/controllers/OPNsense/Interfaces/Api LaggSettingsController.php GreSettingsController.php interfaces: fix import use and message style
(cherry picked from commit 2be8c8de5c90bd5bf099521006b5262c44576428 )
radvd: make a note for dev/debug and closes #10048
Ideally this should be refactored a bit to flush the configuration
regardless of enabled state, but the legacy code has no separate
template flush so it is tied to service (re)start and we are going
to leave it at a note.
(cherry picked from commit fd780bb1dc9e68ae10520491c5e1f5d0e967a256 )
OPNSense /core fd9d523 — . plist, src/opnsense/mvc/app/controllers/OPNsense/Core/Api DashboardController.php mvc: introduce JSON field type and refactor dashboard to use it, closes https://github.com/opnsense/core/issues/10064
We can use the same fieldtype for the favorites PR (https://github.com/opnsense/core/pull/10033 )
(cherry picked from commit 1c2405e48076daae925d92a9109306500fe45835 )
OPNSense /core a38db0d — . LICENSE, src/opnsense/mvc/app/controllers/OPNsense/Core/Api DashboardController.php dashboard: add Notepad widget (#9936)
(cherry picked from commit 558bedda0340d6e56a833af8addd3720792e9ff5 )
(cherry picked from commit e54c919ea140449a92debcb42753449660acc1ca )
OPNSense /core b5cb388 — src/opnsense/mvc/app/controllers/OPNsense/Cron/Api SettingsController.php, src/opnsense/mvc/app/controllers/OPNsense/Cron/forms dialogEdit.xml system: improve cron command and parameter escaping #10075
(cherry picked from commit c62ef330b12a67a9f2752d22931ed4cec7899702 )
(cherry picked from commit 19eaeb608ed4bc1a63476aa6607248ef29876c49 )
(cherry picked from commit 00f63c7a1e82fc7b485d3c5adf240f2510bfe906 )