From 40d196c9cde09270adfe513357b3cb797b766688 Mon Sep 17 00:00:00 2001 From: billz Date: Tue, 20 Aug 2019 10:18:12 +0100 Subject: [PATCH 1/8] Updated version and project title --- index.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.php b/index.php index b0816c37..3538df03 100755 --- a/index.php +++ b/index.php @@ -4,16 +4,16 @@ * Raspbian WiFi Configuration Portal * * Enables use of simple web interface rather than SSH to control wifi and hostapd on the Raspberry Pi. - * Recommended distribution is Raspbian Server Edition. Specific instructions to install the supported software are + * Recommended distribution is Raspbian Buster Lite. Specific instructions to install the supported software are * in the README and original post by @SirLagz. For a quick run through, the packages required for the WebGUI are: - * lighttpd (I have version 1.4.45 installed via apt) - * php7-cgi (I have version 7.0.33-0+deb9u3 installed via apt) - * along with their supporting packages, php7 will also need to be enabled. + * lighttpd (I have version 1.4.53 installed via apt) + * php-cgi (I have version 7.1.20-1+b2 installed via apt) + * along with their supporting packages, php7.1 will also need to be enabled. * * @author Lawrence Yau * @author Bill Zimmerman * @license GNU General Public License, version 3 (GPL-3.0) - * @version 1.5.1 + * @version 1.6 * @link https://github.com/billz/raspap-webgui * @see http://sirlagz.net/2013/02/08/raspap-webgui/ */ @@ -58,7 +58,7 @@ $theme_url = 'dist/css/'.htmlspecialchars($theme, ENT_QUOTES); - <?php echo _("Raspbian WiFi Configuration Portal"); ?> + <?php echo _("RaspAP WiFi Configuration Portal"); ?> From 595a7eafcd286eb6b55900d96e51ce743eef0c63 Mon Sep 17 00:00:00 2001 From: billz Date: Tue, 20 Aug 2019 10:18:25 +0100 Subject: [PATCH 2/8] Updated version --- includes/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/config.php b/includes/config.php index 0931caf5..07a2250b 100755 --- a/includes/config.php +++ b/includes/config.php @@ -1,6 +1,6 @@ Date: Tue, 20 Aug 2019 11:24:05 +0200 Subject: [PATCH 3/8] Update release version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ef5e1bd..0d60931f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ![](https://i.imgur.com/xeKD93p.png) -# `$ raspap-webgui` [![Release 1.5](https://img.shields.io/badge/Release-1.5.1-green.svg)](https://github.com/billz/raspap-webgui/releases) [![Awesome](https://awesome.re/badge.svg)](https://github.com/thibmaek/awesome-raspberry-pi) +# `$ raspap-webgui` [![Release 1.6](https://img.shields.io/badge/Release-1.6-green.svg)](https://github.com/billz/raspap-webgui/releases) [![Awesome](https://awesome.re/badge.svg)](https://github.com/thibmaek/awesome-raspberry-pi) A simple, responsive web interface to control wifi, hostapd and related services on the Raspberry Pi. From cd6cfd14069c391d8b68894cc566c37e38be1979 Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Tue, 20 Aug 2019 11:59:18 +0200 Subject: [PATCH 4/8] Updated screenshot --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d60931f..51728c53 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This project was inspired by a [**blog post**](http://sirlagz.net/2013/02/06/scr We'd be curious to hear about how you use this with your own RPi-powered projects. Until then, here are some screenshots: -![](https://i.imgur.com/lQ57jVg.png) +![](https://i.imgur.com/9yEHFt6.gif) ![](https://i.imgur.com/jFDMEy6.png) ![](https://i.imgur.com/ck0XS8P.png) ![](https://i.imgur.com/Vaej8Xv.png) From 4b4e2514f78ac990559a7678054d76e52f359a12 Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Tue, 20 Aug 2019 12:42:25 +0200 Subject: [PATCH 5/8] Updated mobile screenshots --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 51728c53..840f28cb 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ This project was inspired by a [**blog post**](http://sirlagz.net/2013/02/06/scr We'd be curious to hear about how you use this with your own RPi-powered projects. Until then, here are some screenshots: ![](https://i.imgur.com/9yEHFt6.gif) -![](https://i.imgur.com/jFDMEy6.png) -![](https://i.imgur.com/ck0XS8P.png) -![](https://i.imgur.com/Vaej8Xv.png) -![](https://i.imgur.com/iNuMMip.png) +![](https://i.imgur.com/T0vrSsA.gif) +![](https://i.imgur.com/n7Ir2cS.gif) +![](https://i.imgur.com/JdsNr9L.gif) +![](https://i.imgur.com/cYFnTIl.gif) ## Contents - [Prerequisites](#prerequisites) From 9dcea9c97a387a5f539d555af37b9cc0a0335864 Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Tue, 20 Aug 2019 14:50:17 +0200 Subject: [PATCH 6/8] Updated screenshot --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 840f28cb..0fee68ee 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This project was inspired by a [**blog post**](http://sirlagz.net/2013/02/06/scr We'd be curious to hear about how you use this with your own RPi-powered projects. Until then, here are some screenshots: -![](https://i.imgur.com/9yEHFt6.gif) +![](https://i.imgur.com/xyAdop0.gif) ![](https://i.imgur.com/T0vrSsA.gif) ![](https://i.imgur.com/n7Ir2cS.gif) ![](https://i.imgur.com/JdsNr9L.gif) From 9182c5509c3fece82bfa64216ef538eb46de931f Mon Sep 17 00:00:00 2001 From: glaszig Date: Tue, 20 Aug 2019 22:15:38 +0200 Subject: [PATCH 7/8] allow raspap to read hostapd log without elevated privileges --- installers/enablelog.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/installers/enablelog.sh b/installers/enablelog.sh index 79f75546..9985d626 100755 --- a/installers/enablelog.sh +++ b/installers/enablelog.sh @@ -1,2 +1,4 @@ #!/bin/bash /bin/sed -i 's|#DAEMON_OPTS=""|DAEMON_OPTS=" -f /tmp/hostapd.log"|' /etc/default/hostapd +touch /tmp/hostapd.log +chmod o+r /tmp/hostapd.log From 452ad764d983bed68d594e0fa8533a64e9f6d9da Mon Sep 17 00:00:00 2001 From: glaszig Date: Tue, 20 Aug 2019 22:32:18 +0200 Subject: [PATCH 8/8] fix panel heading style in network config --- includes/networking.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/networking.php b/includes/networking.php index 24e9d35d..9884c398 100755 --- a/includes/networking.php +++ b/includes/networking.php @@ -21,7 +21,7 @@ function DisplayNetworkingConfig()
-
+