9,111 commits found in 23 milliseconds
OPNSense /plugins 2392c95 — net-mgmt/net-snmp Makefile pkg-descr, net-mgmt/net-snmp/src/opnsense/mvc/app/models/OPNsense/Netsnmp General.xml net-mgmt/net-snmp switch to StrictTextField (#5715) OPNSense /plugins 6cb23d3 — www/caddy pkg-descr Makefile, www/caddy/src/opnsense/service/templates/OPNsense/Caddy/Config includeAuthProvider www/caddy: sync with master
www/caddy: document change
OPNSense /plugins fad95a7 — security/openvpn-legacy Makefile, security/openvpn-legacy/src/etc/rc.syshook.d/carp 50-openvpn-legacy security/openvpn-legacy: sync with master
LICENSE: sync
OPNSense /plugins cd4a463 — security/acme-client pkg-descr, security/acme-client/src/opnsense/mvc/app/controllers/OPNsense/AcmeClient/forms dialogValidation.xml security/acme-client: sync with master
OPNSense /plugins 2b28236 — net/turnserver Makefile pkg-descr, net/turnserver/src/etc/inc/plugins.inc.d turnserver.inc net/turnserver: sync with master
OPNSense /plugins 8ab644a — security/q-feeds-connector/src/opnsense/mvc/app/models/OPNsense/QFeeds Connector.xml, security/q-feeds-connector/src/opnsense/scripts/qfeeds/lib db.py security/q-feeds-connector - work in progress meta data processing.
OPNSense /plugins 4d827e3 — www/caddy Makefile, www/caddy/src/opnsense/service/templates/OPNsense/Caddy/Config includeAuthProvider www/caddy: fix authentik forward-auth Host header for #5712
Both the outpost passthrough (reverse_proxy) and forward_auth
directives sent the auth backend's own address as Host instead of
the original request's Host. authentik's shared outpost dispatches
by Host, so it could not tell which Provider/App a forward-auth
check was for and returned 404 instead of redirecting into the
login flow.
Hardcode header_up Host {http.request.host} on both directives,
unconditional of AuthToTls, since the original Host is always what
authentik needs regardless of how the auth backend itself is
reached.
Co-Authored-By: Claude Sonnet 5 <noreply at anthropic.com>
OPNSense /plugins 250286b — security/q-feeds-connector/src/opnsense/scripts/qfeeds/lib __init__.py db.py, security/q-feeds-connector/src/opnsense/scripts/qfeeds/sql setup.sql security/q-feeds-connector - fix performance issue with large deletes and add simple get_meta call
LICENSE: sync
OPNSense /plugins 2549932 — security/openvpn-legacy Makefile, security/openvpn-legacy/src/etc/rc.syshook.d/carp 50-openvpn-legacy security/openvpn-legacy: move CARP hook from core
OPNSense /plugins 6c69af2 — security/q-feeds-connector/src/opnsense/scripts/qfeeds/lib api.py __init__.py, security/q-feeds-connector/src/opnsense/scripts/qfeeds/sql setup.sql security/q-feeds-connector - add db_update action which indexes the additional feed information in sqlite, which will be executed during a regular update after fetch.
OPNSense /plugins 12f3ca8 — net/turnserver Makefile pkg-descr, net/turnserver/src/etc/inc/plugins.inc.d turnserver.inc Merge pull request #5707 from fraenki/turnserver_140
net/turnserver: release 1.4 OPNSense /plugins 9fa5424 — security/acme-client Makefile pkg-descr, security/acme-client/src/opnsense/mvc/app/library/OPNsense/AcmeClient/LeAutomation AcmeTruenasWs.php Merge pull request #5706 from fraenki/acme_417
security/acme-client: release 4.17 security/acme-client: update changelog
OPNSense /plugins 02ff376 — security/acme-client/src/opnsense/mvc/app/controllers/OPNsense/AcmeClient/forms dialogValidation.xml, security/acme-client/src/opnsense/mvc/app/library/OPNsense/AcmeClient/LeValidation DnsHostinger.php security/acme-client: add support for Hostinger DNS API (#5693) OPNSense /plugins 0b246e7 — security/intrusion-detection-content-at-antiphishing Makefile, security/intrusion-detection-content-at-antiphishing/src/opnsense/scripts/suricata/metadata/rules julioliraup-antiphing.xml security/intrusion-detection-content-at-antiphishing: sync with master
security/intrusion-detection-content-at-antiphishing: bump
OPNSense /plugins 801299e — sysutils/git-backup pkg-descr Makefile, sysutils/git-backup/src/opnsense/mvc/app/models/OPNsense/Backup GitSettings.xml sysutils/git-backup: sync with master
sysutils/git-backup: bump and document
OPNSense /plugins 78c7d28 — sysutils/nextcloud-backup pkg-descr Makefile, sysutils/nextcloud-backup/src/opnsense/mvc/app/library/OPNsense/Backup Nextcloud.php sysutils/nextcloud-backup: sync with master
sysutils/nextcloud-backup: document previous
OPNSense /plugins 0e155ce — www/nginx Makefile, www/nginx/src/opnsense/mvc/app/views/OPNsense/Nginx tabbed_dialog.volt www/nginx: sync with master
net/frr: bump revision for now
OPNSense /plugins 1f12a23 — misc/theme-rebellion Makefile, misc/theme-rebellion/src/opnsense/www/themes/rebellion/build/css tokenize2.css misc/theme-rebellion: sync with master
misc/theme-rebellion: style
OPNSense /plugins fb7ef66 — security/q-feeds-connector/src/opnsense/scripts/qfeeds/lib api.py __init__.py, security/q-feeds-connector/src/opnsense/scripts/qfeeds/sql setup.sql security/q-feeds-connector - add db_update action which indexes the additional feed information in sqlite, which will be executed during a regular update after fetch.
OPNSense /plugins c492daa — security/q-feeds-connector/src/opnsense/scripts/qfeeds/lib api.py __init__.py, security/q-feeds-connector/src/opnsense/scripts/qfeeds/sql setup.sql security/q-feeds-connector - work in progress db_update action which should index the additional feed information in sqlite.
OPNSense /plugins deba270 — security/acme-client pkg-descr, security/acme-client/src/opnsense/mvc/app/models/OPNsense/AcmeClient AcmeClient.xml security/acme-client: deprecate deploy hook truenas_ws, refs #5498, refs #5660