billz
37bc68c91a
Update default getColorOpt()
2021-11-25 08:05:38 +00:00
zbchristian
4408940a3d
Improve detection of escaped hex bytes in ssid name
2021-11-24 23:02:07 +00:00
zbchristian
db9f76eb5c
only lower case hex sequences in non-ASCII SSID
2021-11-24 22:52:59 +00:00
zbchristian
634eb72760
Convert non ASCII ssid for display to utf8
...
Convert hex bytes to binary. Assumes utf8 encoding
2021-11-24 22:49:05 +00:00
zbchristian
5cbb785529
Handle non-ASCII SSID
...
Non-ASCII SSID has to be stored in wpa_supplicant.conf identical to the string given by wpa_cli scan. This includes the escaped special chars (e.g. ö = \xc3\xb9 ), with a prescript "P".
To obtain a valid psk from wpa_passphrase, the UTF8 string is passed (ssid2utf8 replaces the \x bytes by their binary value) to the exec(). For this to work the shell locale has to be UTF8 (via putenv()). Otherwise the string is converted to the shell encoding.
2021-11-24 22:49:05 +00:00
zbchristian
74b6a15a75
Correct non-ASCII SSID read from wpa_supplicant
2021-11-24 22:47:39 +00:00
zbchristian
d8626bd790
Zbchristian fix wifi client connect #53
2021-11-24 19:50:06 +00:00
billz
63ec96dde3
Update release version
2021-11-18 16:39:30 +00:00
billz
f35663f0aa
Minor: typo fixes
2021-11-17 21:39:21 +00:00
billz
816f760dad
Update release version
2021-11-17 18:07:47 +00:00
billz
f077aedde0
Define RASPI_DHCPCD_LOG. Resolves #1058
2021-11-17 18:06:43 +00:00
billz
a2e1b4bb68
Update release version
2021-11-15 17:48:09 +00:00
billz
921d5a0c5f
Update release version
2021-10-13 21:56:33 +01:00
smurphy
6c0b2d8b82
Fix for issue #1016 DHCP serves wrong Subnet Mask after updaiting in the webapp
2021-09-24 12:32:07 -04:00
smurphy
43088d3d1d
Fix for issue #1016 DHCP serves wrong Subnet Mask after updaiting in the webapp
2021-09-24 12:31:28 -04:00
billz
c24104008a
Pass $upstreamServers to template, resolves #994 thx @SephGER
2021-09-07 17:04:00 +01:00
billz
b01e383e43
Instantiate system class w/ namespace
2021-08-09 06:25:41 +01:00
Bill Zimmerman
9b72d7f3db
Merge pull request #969 from fareg/master
...
DHCP static leases w/ optional comment
2021-08-03 16:43:20 +02:00
billz
4e62413e11
Instantiate system class w/ namespace
2021-08-03 15:18:36 +01:00
Fabrice Colas
17597cd2cc
DHCP static leases w/ optional comment
...
* Ability to add an optional Comment to DHCP static Leases
* Sort DHCP static leases by IP (more human readable)
2021-07-27 18:33:00 +02:00
billz
04fc73326b
Update release version
2021-06-05 08:10:43 +01:00
glaszig
807a591504
remove unnecessary function calls
2021-06-01 03:02:04 +01:00
glaszig
9dc1f14ccb
separate connected from known from nearby wifi stations in ui
2021-06-01 03:02:04 +01:00
billz
a4d5cc1af6
Remove extended ASCII ISO Latin-1 printable chars from filter
2021-05-31 10:49:02 +01:00
glaszig
fe3b8a108e
properly exclude raspap station from found wifi stations
2021-05-30 21:58:38 +01:00
glaszig
92e154fa64
interpret hex sequences in ssid station names
...
resolves #917
2021-05-30 21:49:48 +01:00
Bill Zimmerman
fabc48c7da
Merge pull request #884 from RaspAP/feature/reinitialize-wpa
...
Feature: reinitialize wpa_supplicant
2021-05-10 11:13:04 +02:00
glaszig
45a50edc41
use special multibyte shell escaping to support unicode ssid names with qr code
2021-05-08 14:24:36 -03:00
billz
3969db61b0
Validate wpa_passphrase w/ ctype_print
2021-05-07 11:33:17 +01:00
billz
90aea4ca93
Set locale for utf-8 support, remove mb_escapeshellarg (deprecated)
2021-05-02 07:02:30 +01:00
billz
6bfb3a3c9d
Add escapeshellarg() for iwgetid interface
2021-05-01 17:46:53 +01:00
billz
e5024c4c19
Minor: fix labels + update en_US locale
2021-04-30 17:24:45 +01:00
billz
8873735d7f
Add status msg, update shell cmds
2021-04-30 08:37:41 +01:00
Bill Zimmerman
3451efe132
Create reinitializeWPA()
2021-04-29 23:58:46 +02:00
Bill Zimmerman
c8a9c05d3e
Add handler for wpa_reinit
2021-04-29 23:56:40 +02:00
billz
6d3966dd8a
Update release version
2021-04-22 08:28:07 +01:00
billz
6c6722ae88
Update release version
2021-04-15 18:48:45 +01:00
glaszig
6196bcd311
add 'default route' toggle to network interface configuration ui
2021-04-03 00:43:42 +01:00
root
b10ee7a98f
sort interface list for hostapd
2021-04-02 00:13:35 +01:00
billz
dd46f6d483
Update release version
2021-03-09 13:26:30 +00:00
billz
54b9d7ec5e
Update release version
2021-02-22 12:02:12 +00:00
billz
1eec097b80
Bugfix: Parse dhcp-host entries
2021-02-22 09:47:25 +00:00
billz
871d5353a5
Update br0 dhcpcd sequence, thx @lifros
2021-02-21 10:28:55 +00:00
billz
e2a526ef81
Update release version
2021-02-10 17:13:34 +00:00
billz
b21ea0d28d
Transfer template logic to includes, see #749 thx @mp035
2021-02-02 12:26:14 +00:00
billz
3d2d608477
Fix warning: check for RASPI_CACHE_PATH
2021-02-02 11:15:08 +00:00
billz
5c4b84f826
Disambiguate iface overrides for ap-sta & bridged modes, thx @mp035
2021-02-02 07:36:28 +00:00
billz
62a5e42393
Update release version 2.6
2021-01-25 17:16:57 +00:00
billz
f1c85c993e
Move getHumanReadableDatasize() to functions
2021-01-21 11:54:10 +00:00
billz
0bbf03cc95
Set WifiManaged value from $_POST. Resolves #767
2021-01-17 10:41:12 +00:00