p0lycarpio
4213d169bf
fix: check if file exists
2022-01-16 18:39:02 +01:00
p0lycarpio
f315f05073
change scripts order and backup raspap.auth
2022-01-16 14:16:40 +01:00
Bill Zimmerman
e353b82ab5
Update BACKERS.md
2022-01-10 09:53:09 +01:00
Bill Zimmerman
cf02ac04c8
Update BACKERS.md
2022-01-06 19:10:34 +01:00
billz
f549a3735d
Update release version
2022-01-05 12:52:18 +00:00
Bill Zimmerman
95d9cbd65d
Update wireguard.php
2022-01-05 13:17:07 +01:00
billz
1617a7c5be
Fix: chmod o+r for /var/log/dnsmasq.log
2022-01-05 11:30:09 +00:00
Bill Zimmerman
21da37712b
Fix: assign iw reg cc value if empty
2022-01-05 11:19:40 +01:00
Bill Zimmerman
c83ecb9527
Update BACKERS.md
2022-01-05 10:55:48 +01:00
billz
d10e963845
Merge branch 'master' of https://github.com/RaspAP/raspap-webgui
2022-01-04 20:48:02 +00:00
billz
b44bc01644
Update release version
2022-01-04 20:47:22 +00:00
Bill Zimmerman
793bbfac53
Bugfix: rewrite selected wlan dhcpcd cfg
2022-01-04 19:02:12 +01:00
billz
b1da175ea7
Fix: dhcpcd default-route status check
2022-01-02 19:31:07 +00:00
Bill Zimmerman
02ec6b03c6
Merge pull request #1093 from RaspAP/origin/master
...
Update release version
2022-01-01 23:55:01 +01:00
billz
6905dd36bd
Update release version
2022-01-01 22:53:19 +00:00
Bill Zimmerman
1c3c6599fe
Update common.sh
2022-01-01 23:47:20 +01:00
Bill Zimmerman
60d151b976
Merge pull request #1087 from RaspAP/billz/insiders-merge
...
Insiders 1st Edition
2022-01-01 10:03:08 +01:00
billz
78e56ecf88
Minor: update set_error message
2022-01-01 00:35:15 +00:00
billz
669efe4d8c
Standardize wg logging facility
2021-12-31 19:21:16 +00:00
billz
34ae762e5a
Abbreviate msg to fix sidebar layout
2021-12-31 17:49:35 +00:00
billz
c06bd30fed
Added Romainian language support - thx Drago!
2021-12-31 14:59:55 +00:00
billz
ef70e3938b
Add new Romanian translation - thx Drago!
2021-12-31 14:39:11 +00:00
billz
7ae0625ae3
Update translations + compile mo files
2021-12-31 14:38:11 +00:00
billz
031df3195c
Update release version
2021-12-31 13:12:38 +00:00
billz
acb9fb270e
Merge branch 'billz/insiders-merge' of https://github.com/RaspAP/raspap-webgui into billz/insiders-merge
2021-12-31 13:10:41 +00:00
billz
0af3e7a7c6
Update wg logging facility
2021-12-31 13:10:27 +00:00
billz
5fe58be79e
Update en_US msgs + compile .mo
2021-12-31 13:10:09 +00:00
billz
f6995ba239
Update default value for color-input
2021-12-31 13:05:11 +00:00
Bill Zimmerman
90470cbaf9
Merge branch 'master' into billz/insiders-merge
2021-12-29 17:04:09 +01:00
billz
cffade5cfc
Merge branch 'master' into billz/insiders-merge
2021-12-29 15:56:15 +00:00
billz
5017fb16b9
Fix merge conflict
2021-12-29 15:36:22 +00:00
billz
0c5ecb549d
Update release version - First Insiders Edition
2021-12-29 13:27:34 +00:00
billz
c2665ae528
Resolve merge conflict
2021-12-29 12:41:35 +00:00
billz
2ca5f25dff
Merge First Edition of RaspAP/raspap-insiders
2021-12-29 12:35:57 +00:00
Bill Zimmerman
d75175848f
Fix for issue RaspAP/raspap-webgui#1016
2021-12-29 12:39:59 +01:00
Bill Zimmerman
bf5de0a81d
Update README.md
2021-11-28 11:39:04 +01:00
billz
730c3c3cc8
Update release version
2021-11-28 09:07:16 +00:00
Bill Zimmerman
d0564ec946
Merge pull request #49 from RaspAP/feature-firewall
...
Feature: firewall settings
2021-11-26 22:48:14 +01:00
billz
d12fc09cae
Update nav-link dom element
2021-11-26 21:38:22 +00:00
billz
6b777ff8c2
Update release version
2021-11-25 09:02:59 +00:00
billz
4d00bd9e94
Update default getColorOpt()
2021-11-25 08:06:17 +00:00
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
c33cf5f81a
Fix display of non-ASCII SSID
2021-11-24 23:01:51 +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
5b0c480df7
Fix SSID name of wifi client
2021-11-24 22:48:31 +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