Bill Zimmerman
bf822a239c
Update OS options with Kali Linux 2025.3
2025-12-22 23:30:58 +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
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
Bill Zimmerman
8310c26021
Merge pull request #2004 from RaspAP/fix/nl_NL-locale
...
Fix: nl_NL locale sprintf placeholder count mismatch
2025-11-21 08:52:08 +01:00
billz
704b042082
Fix sprintf placeholder count mismatch
2025-11-21 08:47:54 +01:00
Bill Zimmerman
79862e65c4
Merge pull request #2001 from RaspAP/maint/nl_NL-locale
...
Translations: Update nl_NL locale messages
2025-11-21 08:34:56 +01:00
billz
391f765beb
Update nl_NL locale adblock messages
2025-11-21 08:26:18 +01:00
Bill Zimmerman
a60ed2e9ba
Merge pull request #2002 from RaspAP/maint/locale-msgs-roundup
...
Translations: Roundup new string additions for core locales
2025-11-21 08:21:29 +01:00
billz
21f157778a
Revise de_DE locale messages
2025-11-20 13:42:38 +01:00