Commit Graph

3893 Commits

Author SHA1 Message Date
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
climberomes
98b55ad10b PR Feedback + general clarity cleanup 2025-12-13 12:39:42 -08: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
Bill Zimmerman
f0dbb6455b Merge pull request #2022 from 1208nn/patch-1
Typo fix in common.sh
2025-12-07 18:14:33 +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
billz
d226b70c92 Remove redundant clientInterface declarations 2025-11-27 23:50:29 +01:00
billz
a0a3a9ca52 Refactor: encapsulate WiFi client operations in WiFiManager class 2025-11-27 18:45:12 +01:00
Bill Zimmerman
f5ade0f444 Merge pull request #2016 from RaspAP/maint/suppress-tooltip
Maintenance: Remove tooltip for clarity
2025-11-27 13:12:10 +01:00
billz
9538bd3f95 Remove tooltip for clarity 2025-11-27 12:59:34 +01:00
Bill Zimmerman
93ef7c7430 Merge branch 'master' into fix/wifi-security-open 2025-11-27 12:22:32 +01:00
Bill Zimmerman
94e197ddd7 Merge pull request #2011 from RaspAP/fix/wpacli-listnetworks
Fix: Revise getNetworkIdBySSID to handle networks w/o flags
2025-11-27 12:21:22 +01:00
billz
8bf918ce28 Fix getNetworkIdBySSID() column condition 2025-11-27 12:20:12 +01:00
billz
0d9d1f3319 Remove error_log debug output 2025-11-27 12:19:04 +01:00
billz
0a668475d8 Fix PHP undefined var warning 2025-11-27 12:18:25 +01:00
billz
346f774517 Remove error_log debug output, fix delete ssid 2025-11-27 12:17:43 +01:00
billz
f9d115bbde Merge remote-tracking branch 'origin/master' into fix/wifi-security-open 2025-11-27 11:09:35 +01:00
Bill Zimmerman
789cc4f593 Merge pull request #2013 from meandthemachine/fix/duplicate-ids-for-nearby-networks
Fix: Determine start index of nearby networks more robustly to prevent from duplicate ids for known and nearby networks
2025-11-26 18:05:14 +01:00
meandthemachine
0938c3d9e9 Remove unused local variable
The  assigned/incremented value is/was never used anywhere else in the loop.
2025-11-24 16:03:34 +01:00
meandthemachine
2c63f84862 Determine start index of nearby networks more robustly
Resolves #2003:
Unless we examine its source code, we don't exactly know if `wpa_cli ... list_networks` always assigns network ids in the order the known networks are listed in the configuration file. Therefore, we should not assume it to be this way and instead, we should make the code capable of handling all scenarios (in-synch as well as async) in a robust way.
2025-11-24 15:51:10 +01:00
billz
16e52c3b90 Remove stale wpa_supplicant socket and restart daemon manually 2025-11-24 11:03:03 +01:00
billz
4c2138d419 Add rm /var/run/wpa_supplicant/wlan[0-9] 2025-11-24 11:01:53 +01:00
billz
302fc4f6dc Reinitialize wpa on connect 2025-11-24 11:01:22 +01:00
billz
bf86a6ef57 Use self::SECURITY_OPEN for network protocol conditions 2025-11-24 10:01:59 +01:00
billz
ce7032c99a Use $wifi::SECURITY_OPEN constant 2025-11-24 09:58:57 +01:00
billz
d86ad11f0a Revise getNetworkIdBySSID to handle networks w/o flags 2025-11-23 10:40:26 +01:00
Bill Zimmerman
2080b0d576 Merge pull request #2010 from RaspAP/fix/sudoers-iwregset
Fix: Update sudoers with iw reg set*
2025-11-23 10:22:07 +01:00
billz
53af2ecc03 Update sudoers w/ iw reg set* 2025-11-23 10:14:39 +01:00
Bill Zimmerman
e81b74ab61 Merge pull request #2009 from RaspAP/fix/security-open
Fix: Define constant for Open security protocol
2025-11-23 09:53:20 +01:00
billz
f547a35312 Define constant for Open for security protocol 2025-11-23 09:47:58 +01:00
Bill Zimmerman
db9ca93bfb Merge pull request #2005 from RaspAP/maint/plugins-submodule
Maintenance: Update plugins submodule to latest commit
2025-11-22 09:03:22 +01:00
billz
e120379602 Update plugins submodule to latest commit 2025-11-22 08:54:55 +01:00
billz
4d8cf545af Update release version 2025-11-21 09:20:18 +01:00