Commit Graph

3875 Commits

Author SHA1 Message Date
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
billz
7be38373d8 Roundup new string additions for core locales 2025-11-20 13:36:51 +01:00
billz
05371b3bb0 Update nl_NL locale messages 2025-11-20 13:16:10 +01:00
Bill Zimmerman
b76efe1ab7 Refresh README
Updated various sections for clarity and accuracy, including IP address formatting, SSID name, and installation instructions for WireGuard and OpenVPN. Enhanced multilingual support details and added links for further information.
2025-11-19 08:38:01 +01:00
Bill Zimmerman
d70158cbe3 Merge pull request #2000 from RaspAP/fix/dhcpcd-buildconfig
Fix: Update regex patterns in buildConfig()
2025-11-18 14:25:20 +01:00
billz
60d58376f1 Fix: Update regex patterns in buildConfig() 2025-11-18 10:59:26 +01:00
Bill Zimmerman
36e447cd4d Merge pull request #1999 from RaspAP/fix/hostapd-logging
Fix: Revise hostapd.service logging to use journalctl
2025-11-17 17:39:46 +01:00
billz
ee776f2a2e Update en_US locale messages 2025-11-17 14:09:53 +01:00
billz
49ee0751d0 Reload .ini after save, fix LogEnable condition 2025-11-17 09:55:54 +01:00
Bill Zimmerman
963c533985 Merge pull request #1998 from RaspAP/fix/dashboard-elements
Fix: Apply theme color to dashboard SVG element
2025-11-17 08:14:00 +01:00
billz
95229fd1b7 Add public method getHostapdLogs() 2025-11-16 21:34:48 +01:00
billz
b451971c46 Replace enable/disable log scripts (deprecated) w/ logger_syslog=-1 2025-11-16 21:34:25 +01:00
billz
352008b966 Update template w/ $logOutput 2025-11-16 21:33:08 +01:00