1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00
Commit Graph

2211 Commits

Author SHA1 Message Date
zbchristian
d478bf5362 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-09-02 09:37:33 +02:00
zbchristian
5630258d9a Fix SSID name of wifi client 2021-09-01 18:37:36 +02:00
zbchristian
433434f4b7 Correct non-ASCII SSID read from wpa_supplicant 2021-09-01 18:37:36 +02:00
billz
b4394513ca Update template msg + en_US locale 2021-08-03 23:37:42 +01:00
billz
fa849e55de Merge with upstream master 2021-08-03 17:42:56 +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
c3a219e340 Update class w/ namespace, phpcbf formatting 2021-08-03 15:20:08 +01:00
billz
4e62413e11 Instantiate system class w/ namespace 2021-08-03 15:18:36 +01:00
Bill Zimmerman
d12aa8da21
Update README.md 2021-07-30 21:01:29 +02:00
Bill Zimmerman
372da249af
Update README.md 2021-07-30 20:59:16 +02: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
98533c3ee8 Update release version 2021-07-15 08:49:35 +01:00
billz
1b7169edd4 Tweak wg template 2021-07-14 07:18:07 +01:00
Bill Zimmerman
78c4dff40b
Merge pull request #45 from RaspAP/feature/wg-extended
Extend WG functionality
2021-07-13 14:03:35 +02:00
billz
ab3e147bbf Update wg messages for en_US locale 2021-07-13 12:51:09 +01:00
billz
2ccce60189 Simplify template, update save actions 2021-07-08 11:22:17 +01:00
billz
8374d032b3 Update w/ common public_ip function 2021-07-07 23:25:23 +01:00
billz
84fcedc203 Added get_public_ip() 2021-07-07 23:24:49 +01:00
billz
225bff59b6 Upload wg config, set postup/down rules, move to destination 2021-07-07 23:01:47 +01:00
billz
fbe1348e15 Added sudoers mv /tmp/wg/* 2021-07-07 22:59:51 +01:00
billz
d7baf5492f Set toggle state from template var 2021-07-07 22:58:50 +01:00
billz
c3b45a7915 Update labels, add iptables rules toggle 2021-07-07 08:12:30 +01:00
billz
8c3531e6d2 Work in progress: SaveWireGuardUpload() 2021-07-06 23:13:32 +01:00
billz
1adaca1ea1 Set file upload as default wg config method 2021-07-06 23:11:16 +01:00
billz
84d5584150 Move file upload validation class to functions 2021-07-06 23:10:10 +01:00
billz
de586e0024 Work in progress: WG server config panels 2021-07-06 22:18:43 +01:00
Bill Zimmerman
4d4fac2a8f
Merge pull request #43 from RaspAP/feature/zbchristian-clients-mods
Feature/zbchristian clients mods
2021-07-05 10:07:51 +02:00
billz
8cd2c59ca1 Update w/ namespace 2021-07-04 11:16:21 +01:00
billz
87352b8b42 Update w/ namespace, fix configauth for client.conf 2021-07-04 11:15:50 +01:00
billz
699f9ff397 Bugfix + remove debug output 2021-07-04 10:47:45 +01:00
billz
8409c3e7d8 Update sudoers ovpn actions 2021-07-04 10:46:00 +01:00
billz
b7a9c6254e Refactor w/ file upload class 2021-07-03 23:03:14 +01:00
billz
8ae0fce366 Initial commit 2021-07-03 23:01:35 +01:00
Bill Zimmerman
ab9e9ae8d4
Update README.md 2021-06-20 17:10:48 +02:00
billz
859b99fd60 Update documentation links 2021-06-20 15:32:57 +01:00
Christian Zeitnitz
8f702a2a55 Correct Hilink authentication and service 2021-06-18 17:27:11 +02:00
Christian Zeitnitz
0625fcc5ef Add raspap_helpers.sh 2021-06-18 14:04:56 +02:00
Bill Zimmerman
73161151fe
Merge pull request #40 from RaspAP/dependabot/npm_and_yarn/postcss-7.0.36
Bump postcss from 7.0.18 to 7.0.36
2021-06-17 17:27:39 +02:00
dependabot[bot]
6f353b331f
Bump postcss from 7.0.18 to 7.0.36
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.18 to 7.0.36.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/7.0.18...7.0.36)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-17 14:55:24 +00:00
Bill Zimmerman
6c8ab2b31b
Merge pull request #934 from RaspAP/dependabot/npm_and_yarn/postcss-7.0.36
Bump postcss from 7.0.18 to 7.0.36
2021-06-16 15:53:21 +02:00
dependabot[bot]
3566d0f032
Bump postcss from 7.0.18 to 7.0.36
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.18 to 7.0.36.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/7.0.18...7.0.36)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-16 11:54:18 +00:00
Bill Zimmerman
bcff66d14f Update issue templates 2021-06-15 18:05:36 +02:00
billz
815e4639a1 Update release version 2021-06-15 16:03:45 +01:00
Bill Zimmerman
daffef71c8
Merge pull request #37 from RaspAP/zbchristian-openvpn-fix
Fix openvpn activation and config display
2021-06-14 07:48:07 +02:00
billz
0a9aa6a5e6 Update fr_FR locale translations, thx @yolateng0 2021-06-12 20:09:50 +01:00
billz
e07774c09b Update fr_FR locale translations, thx @yolateng0 2021-06-12 20:08:12 +01:00
zbchristian
4c79f1f362
Insert determination of the default config 2021-06-12 16:21:20 +02:00
zbchristian
4bfbfc40f1
Remove determination of the default config 2021-06-12 16:19:31 +02:00
zbchristian
a963c0564f
Correct displayed configuration name 2021-06-12 14:36:03 +02:00
zbchristian
f721c08dc9
Fix openvpn activation of configuration 2021-06-12 14:29:37 +02:00