Commit Graph

3926 Commits

Author SHA1 Message Date
Bill Zimmerman
018561bdf7 Merge pull request #1 from billz/feat/generate-os-sublist
Add GitHub action to auto-generate os-sublist JSON
3.5.1-test
2025-12-26 20:58:14 +01:00
Bill Zimmerman
5fadbc7ef4 Add GitHub action to auto-generate os-sublist JSON 2025-12-26 11:54:10 -08:00
Bill Zimmerman
ca6b445433 Merge branch 'RaspAP:master' into master 2025-12-26 20:22:56 +01:00
Bill Zimmerman
00f54d6d7e Merge pull request #2032 from RaspAP/release/3.5.1
Release: Set version 3.5.1
2025-12-26 18:52:05 +01:00
billz
8bd98ed518 Release: Set version 3.5.1 2025-12-26 18:45:11 +01:00
Bill Zimmerman
2e187d79d1 Merge pull request #1992 from RaspAP/feat/80211ax-80211be
Feature: Add support for 802.11ax/be (Wi-Fi 6 / 7)
2025-12-24 22:39:08 +01:00
billz
01caca9fad Prune unused class method 2025-12-24 18:29:11 +01:00
billz
632f72a5a7 Prune unused class method 2025-12-24 17:56:37 +01:00
billz
b4f9b3d5f4 Resolve PHP warning: undefined var $wpa_numeric 2025-12-24 17:55:48 +01:00
billz
e92329231f Standardize labels for IEEE 802.11 standards 2025-12-24 17:46:19 +01:00
Bill Zimmerman
e7d18d3ad0 Merge pull request #2026 from climberomes/bugfix/VPN-Providers-NonInteractiveMode
Fix: VPN Providers Mishandled in Unattended Installation
2025-12-23 04:01:39 +01:00
climberomes
8cdbfe44fd Remove comments 2025-12-22 17:40:58 -08:00
Bill Zimmerman
bf822a239c Update OS options with Kali Linux 2025.3 2025-12-22 23:30:58 +01:00
billz
dac7723441 Minor: comments 2025-12-21 20:25:15 +01:00
billz
3211735534 Fix dhcpcd.conf duplicate entries + trailing newline accumulation 2025-12-21 19:13:33 +01:00
billz
15a680934d Merge remote-tracking branch 'origin/master' into feat/80211ax-80211be 2025-12-21 18:18:14 +01:00
climberomes
83783ae056 nit typo code comment 2025-12-21 00:15:09 -08:00
climberomes
1d2a22397e Specifically assign 0 when not provider passed in 2025-12-21 00:06:11 -08:00
climberomes
206e23213a revert. ide rename went too far 2025-12-14 02:23:58 -08:00
billz
23b964a172 Remove parentheses from 802.11be config template 2025-12-14 08:30:54 +01:00
billz
c03f81719c Enable 802.11be / WiFi 7 mode in getModeCapabilities() 2025-12-14 08:30:14 +01:00
billz
0a3dbef531 Fix 802.11be mode not displaying in UI when WPA3 is enabled 2025-12-14 08:29:25 +01:00
billz
3ab66d3e76 Fix undefined array key warning in hostapd config parsing 2025-12-14 08:12:26 +01:00
climberomes
98b55ad10b PR Feedback + general clarity cleanup 2025-12-13 12:39:42 -08:00
billz
a25e0f1956 Fix TypeError when hostapd config parsing fails 2025-12-13 12:13:28 +01:00
billz
ac8a6fe4a8 Remove parentheses from JSON, resolves PHP warning 2025-12-13 12:12:55 +01:00
climberomes
1dde68ff88 Remove my extra echo. I think from the user input they will give the carriage return 2025-12-11 19:42:59 -08:00
climberomes
08d4443c02 Error on bad input 2025-12-11 17:55:18 -08:00
climberomes
d0b1b1c8f9 Check vpn provider then execute if valid 2025-12-11 17:30:24 -08:00
billz
fc8508b260 Expand 802.11be / WiFi 7 default settings 2025-12-08 13:27:16 +01:00
billz
8628c8d5b1 Update 802.11be defaults 2025-12-07 18:25:08 +01:00
Bill Zimmerman
f0dbb6455b Merge pull request #2022 from 1208nn/patch-1
Typo fix in common.sh
2025-12-07 18:14:33 +01:00
billz
c29f45867c Add dynamic center frequency + HT40 direction for 802.11ax/be 2025-12-07 15:17:07 +01:00
billz
de9f7548d5 Replace static HE/VHT center freq + HT40 dir values with placeholders 2025-12-07 14:57:17 +01:00
billz
955add1b25 Update hw_mode channel mapping in loadChannelSelect() 2025-12-07 14:54:51 +01:00
Bill Zimmerman
f34cb43882 Merge pull request #2023 from beattie/FixBridgeModeSelect
Fix bridged mode setting incorrect bridge parameter
2025-12-07 09:21:33 +01:00
Brian Beattie
c08095065e Fix bridged mode setting incorrect bridge parameter
When bridged mode is enabled, the bridge parameter in hostapd.conf
was set to "1" instead of "br0", causing authentication failures.

This fix introduces a separate bridgeName parameter for the hostapd
configuration while maintaining the boolean bridge parameter for
dnsmasq and dhcpcd services.

Fixes #2021
2025-12-06 17:24:46 -08:00
ShH Y
b21f9897e7 Update installers/common.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-12-05 23:17:48 +08:00
ShH Y
7cb3e62850 Use sudo for grep in common.sh 2025-12-05 23:06:16 +08:00
Bill Zimmerman
42a2a299c2 Merge pull request #2020 from RaspAP/fix/installer-set-package
Fix: Add missing test brackets for kali check
2025-12-01 17:37:07 +01:00
billz
0f5768a7dd Add missing test brackets for kali check 2025-12-01 17:36:17 +01:00
Bill Zimmerman
24fd53f8de Add Kali Linux + Debian 13 to distros 2025-12-01 17:25:28 +01:00
Bill Zimmerman
c8047670a2 Merge pull request #2019 from RaspAP/release/3.5.0
Release: Set version 3.5.0
2025-12-01 17:20:40 +01:00
billz
af74dc35f3 Update release version 2025-12-01 17:15:33 +01:00
Bill Zimmerman
53e4019e08 Merge pull request #2017 from RaspAP/feat/installer-kali-linux
Feature: Add Kali Linux 2025.x detection to installer
2025-12-01 17:10:58 +01:00
billz
1afb980ce5 Add Kali Linux 2025.x detection to installer 2025-11-30 14:42:38 +01:00
billz
1ca57260e1 Update release version 2025-11-28 10:53:51 +01:00
Bill Zimmerman
a21ecbfc0e Merge pull request #2012 from RaspAP/fix/wifi-security-open
Fix: Use SECURITY_OPEN for evaluating network protocol
2025-11-28 10:27:07 +01:00
billz
cca91dfeab Fix: re-apply locale settings template context 2025-11-28 09:54:01 +01:00
billz
681594b8d5 Remove unused var, comments 2025-11-28 08:47:25 +01:00