Russ Marshall
5c04c1dbca
preserve priority in wpa_supplicant.conf
2018-02-25 09:08:21 -05:00
Russ Marshall
ff36dbb3b4
support for 5GHz channels
2018-02-19 08:13:20 -05: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
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
3b8a832cae
Modified column class for better mobile compatibility
2017-11-06 12:38:57 +00:00
billz
d38ae7f334
Standardize UI elements
2017-11-04 20:24:23 +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
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
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
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
7749b79e2f
Implemented start of web interface to update Static IP addresses or use DHCP.
...
Currently saves to files in /etc/raspap/networking, still need to build something to generate a working config for dhcpcd
2017-10-28 02:40:30 +08:00
Lawrence
64a7cb9d62
Merging upstream to repo
2017-10-23 00:27:33 +08:00
Lawrence
77316709e1
Creating networking interface to change between Static / Dynamic IPs
2017-10-23 00:26:49 +08:00
Lawrence
5c6991dfe5
Merge pull request #119 from SirLagz/master
...
Added a Web Console
2017-10-21 20:35:37 +08:00
Lawrence
241e3ddff9
Updating layout of webconsole page
2017-10-21 20:30:15 +08:00
Lawrence
f18b5785c8
Merge branch 'master' of https://github.com/SirLagz/raspap-webgui
2017-10-14 12:56:23 +08:00
Lawrence
4d04155895
Added webconsole to system pane, added tabs to system pane to allow for webconsole to be hidden/shown
2017-10-14 12:55:42 +08:00
Lawrence
a24d3d8f86
Moved RASPI_ADMIN_DETAILS file check to the admin.php page which will now create the file if it doesn't exist - to resolve #116 . Commented out check on index.php
2017-10-14 11:36:42 +08:00
billz
8a501c075f
Persist selected theme in dropdown
2017-10-09 14:04:59 +00:00
Bill Zimmerman
b6fe00b880
Merge pull request #115 from billz/theme-support
...
Support for themes
2017-10-08 18:19:11 +02:00
billz
63dc84764f
Removed inline style
2017-10-06 23:18:42 +00:00
billz
508110a9c0
Support for themes
2017-10-06 23:08:06 +00:00
Lawrence
afa8e2d4aa
Merge branch 'master' of https://github.com/billz/raspap-webgui
2017-10-04 01:30:16 +08:00
Lawrence
1fc0615452
Updated install script with new sudoers lines required. Updated uninstall script to resolve lighttpd directory contents not being removed
...
Updated dashboard.php file to remove IP addresses when taking wlan0 down.
2017-10-04 01:28:57 +08:00
billz
56c9fccda7
Fixed style class for rescan btn
2017-10-03 17:22:48 +00:00
Lawrence
1fcb82ff8d
Still removing debug code
2017-10-04 00:19:43 +08:00
Lawrence
29aabf1bbe
Removing debug code
2017-10-04 00:15:53 +08:00
Lawrence
47f6366bf9
Changed the dashboard to use ip rather than ifconfig for Jessie/Stretch compatibility
2017-10-04 00:09:50 +08:00
Lawrence
42381a2aef
Updating dashboard to use ip rather than ifconfig
2017-10-03 12:46:02 +08:00
Lawrence
34c22e43a8
Merge pull request #105 from royord/resetButtonOnly
...
Reset button only
2017-10-03 11:53:33 +08:00
Lawrence
61d450d1c7
Fixed up a whole bunch of undefined variable warnings. Added a check to make sure raspap.auth exists before trying to include it.
2017-10-02 03:10:04 +08:00
Lawrence
a36e525f98
Fixed up PHP notices. Added text when IP Address, MAC Address, and Subnet mask aren't found.
...
Also added function to backup configuration files /etc/network/interfaces and /etc/hostapd/hostapd.conf files if found.
2017-10-01 20:54:16 +08:00
royord
df8f15acba
rescan button moved into a better home
2017-09-15 04:42:49 +00:00
royord
348e3a07b4
added rescan
2017-09-15 04:27:25 +00:00
Bill Zimmerman
7048a991c8
Resolves #76
2017-06-03 14:25:11 +00:00
Bill Zimmerman
85992a67b7
Moved alert above tabs for consistency
2017-05-25 09:40:37 +00:00
Bill Zimmerman
aa08e64043
Fixed misplaced /div
2017-05-19 14:56:07 +00:00
Bill Zimmerman
66a211429b
Resolves #60
2017-05-19 14:00:47 +00:00
Bill Zimmerman
d9baf397d4
Resolves #66
2017-05-19 13:44:51 +00:00
Bill Zimmerman
261c90473d
Resolves #49
2017-05-19 13:25:47 +00:00