Commit Graph

253 Commits

Author SHA1 Message Date
Bill Zimmerman e171efa2f4
Merge pull request #161 from rmarshall31/master
support for 5GHz channels
2018-02-25 11:10:46 +01:00
Bill Zimmerman 3157d59132
Merge pull request #160 from jbishop129/patch-1
Fix /etc/sudoers entries
2018-02-25 10:43:51 +01:00
Russ Marshall ff36dbb3b4 support for 5GHz channels 2018-02-19 08:13:20 -05:00
Joe ba9d6cba59
Fix /etc/sudoers entries
- symlink to hook wpa_supplicant if multiple wireless adapters. Otherwise, "wpa_cli" cmds fail if you have more than one wlan device
- set cmds array items to double quotes
- added entries for wlan1 interfaces, to be able to control more than one wireless adapter
- updated if statement checking the number of lines in /etc/sudoers
- added IFS in do loop, to handle spaces in array items properly (current method truncates the line if it finds a space)
2018-02-16 07:31:04 -07:00
Bill Zimmerman 75f6d53555
Merge pull request #140 from emmanuelgeoffray/master
Select wireless interface for wifi client, add globals to select services, memory output fix
2018-02-11 11:14:01 +01:00
Bill Zimmerman 0bf1654476
Create ISSUE_TEMPLATE.md 2018-01-16 16:12:38 +01:00
Bill Zimmerman a942dc120d
Merge pull request #143 from arduino-man/patch-1
Patch dashboard.php to take dots in ESSID's
2018-01-04 07:47:23 -08:00
arduino-man d4010bd866
Patch dashboard.php to take dots in ESSID's
Patched dashboard.php so that the dashboard can display ESSID's that have dots in their names such as "kayton-2.4G". This was done by modifying the regex on line 38.
2017-12-26 11:55:30 -07:00
Emmanuel Geoffray 4325f9a9cf
Fixed memory used 2017-12-07 20:49:12 +01:00
Emmanuel Geoffray 674c38a54e
Reset to default config 2017-12-07 20:14:20 +01:00
Emmanuel Geoffray 3bcf16a3ba add globals to select visible services 2017-12-07 19:12:35 +00:00
Emmanuel Geoffray 3228114dd8 add global to select wireless interface for wifi client 2017-12-07 19:00:48 +00:00
billz d22cdd6e68 Updated manual installation steps 2017-11-17 07:11:18 +00:00
billz 5d9d58630c Merge branch 'master' of https://github.com/billz/raspap-webgui 2017-11-16 22:38:54 +00:00
billz 951228275c Fixes #138 2017-11-16 22:38:03 +00:00
Bill Zimmerman 6e2c6de8a6
Merge pull request #124 from billz/new-php-pa
Installs php7.0-cgi for Stretch. Maintains backward compatibility with Jessie. Resolves #118 #109
2017-11-16 18:22:30 +01:00
Bill Zimmerman 6dc944603c
Merge branch 'master' into new-php-pa 2017-11-16 02:28:59 +01:00
billz 0f7658221e Installs php7.0-cgi on Stretch, maintains backwards compatibility 2017-11-16 01:24:02 +00:00
billz 0c696e061f Applied style to label 2017-11-13 23:16:18 +00:00
billz b950a1966d Fixed permission error. Resolves #136 2017-11-08 08:23:02 +00:00
billz 17e737792f Fixed path 2017-11-07 17:05:09 +00:00
billz e18b488bbb Fixed typo 2017-11-06 16:09:38 +00:00
billz e389d8f760 Updated for latest release + new screenshots 2017-11-06 15:45:27 +00:00
billz 3b8a832cae Modified column class for better mobile compatibility 2017-11-06 12:38:57 +00:00
billz bb7481c1a4 Applied style to btn states 2017-11-06 12:14:28 +00:00
billz 0a57cd8001 Applied style to webconsole 2017-11-05 17:57:00 +00:00
billz af9f997eb0 Applied style to .alert-danger 2017-11-05 15:00:40 +00:00
billz ea6737e1be Applied style to missing elements 2017-11-05 12:09:04 +00:00
Lawrence 5cb5cf1d6a
Merge pull request #131 from SirLagz/master
Created interface to configure Static / DHCP settings
2017-11-05 19:29:22 +08:00
billz d38ae7f334 Standardize UI elements 2017-11-04 20:24:23 +00:00
billz f6cfd65a55 Moved sublevel item to top level (for now) 2017-11-04 20:23:55 +00:00
Lawrence 28513a91ee Removing conflict 2017-11-04 12:56:51 +08:00
Lawrence 39d743ae89 merge from upstream 2017-11-04 12:53:29 +08:00
Lawrence 068c4c519e Merge from Upstream 2017-11-04 12:49:48 +08:00
Bill Zimmerman a4d8b04590
Merge pull request #133 from billz/hostapd-logging
Hostapd logging
2017-11-02 22:07:42 +01:00
billz 19a32f53ba Applied theme styles to log output 2017-11-02 21:05:40 +00:00
billz 8d1370e2fd Removed debug output 2017-11-02 20:46:46 +00:00
billz c88d027ec6 Added standard div wrapper to new tab 2017-11-02 18:43:52 +00:00
Lawrence 7b93326478 updated stylesheet and installer with left out stuff 2017-11-02 22:48:15 +08:00
Lawrence f61cc31b20 Created new branch off master to help troubleshoot with #132 2017-11-02 22:43:41 +08:00
Lawrence 604b28130f Updating to help troubleshoot #132
Added the scripts to disable and enable logging for hostapd
Updated sudoers to allow running scripts
2017-11-02 22:33:11 +08:00
Lawrence 7845c8908b Initial commit to enable logging for hostapd 2017-11-02 22:13:36 +08:00
Lawrence 8d77295fd3 Updated sudoers to accomodate restarting dhcpcd to apply network settings.
Updated installer to insert new lines
Created files to generate / modify / save dhcpcd files and networking configuration
2017-10-30 02:21:34 +08:00
Lawrence db8e201624 Merge from Upstream/Master https://github.com/billz/raspap-webgui 2017-10-29 12:32:36 +08:00
Lawrence 6e786e41c2 Updating index to create new menu, custom.js with new code, moved config parameters from index.php to its own file 2017-10-29 12:31:51 +08:00
Lawrence 85c0c29923
Merge pull request #129 from billz/fix-a-fix
Fix properly
2017-10-29 12:25:31 +08:00
Joseph Haig c8f863aeaf Fix properly 2017-10-28 20:59:17 +01:00
Lawrence 52e7f04882
Merge pull request #128 from billz/fix-fastcgi
Fix fastcgi-php setup for fresh install
2017-10-29 01:00:47 +08:00
Joseph Haig f0f4f16438 Fix fastcgi-php setup for fresh install 2017-10-28 12:00:15 +00:00
Lawrence d42e265365 Updated version number to reflect big functionality update 2017-10-28 02:44:45 +08:00