27,963 commits found in 15 milliseconds
Update ICANN Trust Anchor to include the new one which will be active in 2026 (#7852)
Signed-off-by: Jagveer Loky (jagveer at cyberstorm.mu)
Signed-off-by: Jagveer Loky (jagveer at cyberstorm.mu) System: Access: Users: add missing dashboard container
make: move to better spot
make: add "glint" target ;)
OPNSense /core 514f87a — src/etc/inc auth.inc, src/opnsense/service/templates/OPNsense/Auth system.pam sshd.pam System: Access: Users - remove support for local passwords
Since https://github.com/opnsense/core/issues/998 we support our authenticators for all service types, for backward compatibility reasons we kept default unix authentication available, since this is hardly used anymore, after 8 years it's time to deprecate this option.
OPNSense /core 6e9bcf7 — src/opnsense/mvc/app/models/OPNsense/Auth Group.xml, src/opnsense/mvc/app/models/OPNsense/Auth/FieldTypes UsernameField.php system: typo, end sentence
OPNSense /core 44f5964 — . plist, src/opnsense/mvc/app/models/OPNsense/Auth/FieldTypes UsernameField.php src: style sweep
System: Access: Users - allow long usernames for non local users (without a shell account), for https://github.com/opnsense/core/issues/7904
With the new mvc code inplace, it's also a good idea to loosen the constraints for some accounts. One of the mail advantages is that we can now user email addresses as usernames for most services.
OPNSense /core 4f0fdfa — src/opnsense/www/themes/opnsense-dark/assets/stylesheets main.scss, src/opnsense/www/themes/opnsense-dark/build/css main.css wizard: revert a373d411f67cb1 now that new logos are in
authentication - remove expireaccounts script which has been disfunctional for some time, accounting for expirey is the responsibility of the authenticator.
ref: https://github.com/opnsense/core/blob/252fd04811bb0cb74b69895aed69d1e6944683a6/src/opnsense/mvc/app/library/OPNsense/Auth/Local.php#L161-L162
ipsec: fix mobile clients reload missing system.inc
PRL https://forum.opnsense.org/index.php?topic=44724.0
mvc: style sweep
OPNSense /core 1058244 — src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms dialogFilterRule.xml, src/opnsense/mvc/app/models/OPNsense/Firewall Filter.php Filter.xml Firewall: Automation: Filter - add interface inverse for https://github.com/opnsense/core/issues/8143
OPNSense /core 83587d9 — src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms dialogFilterRule.xml, src/opnsense/mvc/app/library/OPNsense/Firewall FilterRule.php Firewall: Automation: Filter - reorganize input dialog and add reply-to option, for https://github.com/opnsense/core/issues/8143
OPNSense /core 8e310b1 — src/opnsense/mvc/app/controllers/OPNsense/Firewall/forms dialogFilterRule.xml, src/opnsense/mvc/app/library/OPNsense/Firewall Rule.php Firewall: Automation: Filter - always lowercase 'protocol' to avoid mismatches, partly reverts previous commit.
OPNSense /core bcb5bae — src/opnsense/mvc/app/library/OPNsense/Firewall Rule.php, src/opnsense/mvc/app/models/OPNsense/Base/FieldTypes ProtocolField.php Firewall: Automation: Filter - allow TCP/UDP combination in protocol selection, closes https://github.com/opnsense/core/issues/7962
Firewall: Automation: Filter - add "IPv4+IPv6" in ipprotocol (https://github.com/opnsense/core/issues/7962 )
src: style
Mvc/Router - normalize multiple slashes in paths, fix regression in https://github.com/opnsense/core/commit/61c9d2f5b19ad4bec2bafc90d8d45aa24ce416dd
Although zero (0) is hardly used in url's, when it is used, the function should not suppress it. Fix this by using a closure in array_filter() which only filters empty strings.
ref: https://www.reddit.com/r/opnsense/comments/1hghfzv/health_reporting_rrd_graphs_stopped_working_with/
(cherry picked from commit 6145b7f0d0575a0d2adcf92ee4de8c3c7edda9ec )
OPNSense /core 0b6025b — src/opnsense/scripts/firmware launcher.sh, src/opnsense/scripts/shell firmware.sh firmware: add a light script mode -S to launcher
Because otherwise we do not get the current return value in the
shell menu option script after the refactor.
(cherry picked from commit 3009ad964d9ee645b215844d51846c734c2d1f56 )
Services: Kea DHCP: Kea DHCPv4 - align hostname validation with manual host entries (support RFC2181), closes https://github.com/opnsense/core/issues/8128
Mvc/Router - normalize multiple slashes in paths, fix regression in https://github.com/opnsense/core/commit/61c9d2f5b19ad4bec2bafc90d8d45aa24ce416dd
Although zero (0) is hardly used in url's, when it is used, the function should not suppress it. Fix this by using a closure in array_filter() which only filters empty strings.
ref: https://www.reddit.com/r/opnsense/comments/1hghfzv/health_reporting_rrd_graphs_stopped_working_with/
OPNSense /core 2448570 — src/opnsense/mvc/app/controllers/OPNsense/Core/forms hasyncSettings.xml, src/opnsense/mvc/app/models/OPNsense/Core/ACL ACL.xml System: High Availability: Status - some missing links for https://github.com/opnsense/core/issues/7899
OPNSense /core 3009ad9 — src/opnsense/scripts/firmware launcher.sh, src/opnsense/scripts/shell firmware.sh firmware: add a light script mode -S to launcher
Because otherwise we do not get the current return value in the
shell menu option script after the refactor.
plist: fix
firmware: new fingerprint for 25.1
firmware: refactor lock/unlock scripts using new output helpers
src: style
(cherry picked from commit ec4277c9aa5a56c8f416482aa7737b7ad56e9f46 )
src: style
src: style