Commit Graph

3859 Commits

Author SHA1 Message Date
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
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
billz
efc2dbc136 Update w/ /usr/bin/journalctl -u hostapd.service * 2025-11-16 21:32:34 +01:00
billz
e5c162ddcf Revise fetch hostapd logs w/ hotspot->getHostapdLogs() 2025-11-16 21:32:09 +01:00
billz
de188cd8fc Remove RASPI_HOSTAPD_LOG (deprecated) 2025-11-16 21:31:02 +01:00
billz
2e2438b045 Remove copy logging shell scripts (deprecated) 2025-11-16 18:35:48 +01:00
billz
836444105e Remove hostapd logging scripts (deprecated) 2025-11-16 18:34:54 +01:00
billz
c5fdff2413 Apply theme color to svg 2025-11-16 14:46:37 +01:00
billz
2c34fef61f Update release version 2025-11-12 13:43:15 +01:00
Bill Zimmerman
4f0f4bb93c Merge pull request #1996 from RaspAP/fix/dhcp-required-fields
Fix: Add required validation for DHCP fields when enabled
2025-11-12 13:41:03 +01:00
Bill Zimmerman
5b8ecff185 Merge pull request #1997 from RaspAP/fix/update-restart-php-fpm
Fix: Restart php-fpm after _install_dependencies()
2025-11-12 09:27:00 +01:00
billz
22c558a786 Restart php-fpm after _install_dependencies() 2025-11-12 09:17:57 +01:00
billz
821aaf646c Add required validation for DHCP fields when enabled 2025-11-11 13:29:22 +01:00
Bill Zimmerman
aecf8e6e94 Merge pull request #1988 from RaspAP/fix/persists-plugins
Fix: Preserve installed user plugins on update/upgrade
2025-11-11 11:52:20 +01:00
billz
cb7ece3d4c Merge remote-tracking branch 'refs/remotes/origin/fix/persists-plugins' into fix/persists-plugins 2025-11-11 11:41:24 +01:00
billz
076c03311b Fix fastcgi-php-fpm module enable error handling 2025-11-11 11:40:54 +01:00
billz
4667ce53be Code cleanup, improve readability 2025-11-11 11:27:31 +01:00
Bill Zimmerman
e7df5691bd Merge pull request #1995 from RaspAP/maint/ru_RU-locale
Translations: Update ru_RU locale messages
2025-11-10 16:19:06 +01:00