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

312 Commits

Author SHA1 Message Date
glaszig
313852a698 handle configuration in a conflict-free way
* config defaults in includes/defaults.php
* removed includes/config.php, added to gitignore
* during installation copy config/config.php
  to includes/config.php
2019-11-05 15:30:08 +01:00
billz
bcdadd3d43 Parse/set static ip_address value for uap0. #329 2019-11-04 10:04:11 +00:00
billz
fdef2a3d7a Parse/set dhcp-range & dhcp-option values from system config. #329 2019-11-04 09:40:23 +00:00
billz
0b9f7d232e Replace empty values with placeholder 2019-11-03 09:45:55 +00:00
Bill Zimmerman
b1f9312175
Merge pull request #416 from billz/bootstrap4
Bootstrap 4 / SB Admin 2 v4 update
2019-11-01 18:30:32 +01:00
billz
7f384e9ff1 Abbreviate serviceStatus for small devices 2019-11-01 09:10:24 +00:00
billz
23c60010b3 Update release version 2019-10-31 09:14:10 +00:00
Bill Zimmerman
253b3cddc4 Added support for Indonesian, 한국어, 日本語 & Tiếng Việt 2019-10-28 21:18:40 +01:00
billz
9d38e6a806 Update OpenVPN + Tor to bootstrap4. Todo: templatize 2019-10-24 23:35:59 +01:00
Bill Zimmerman
093080cb49
Merge branch 'master' into bootstrap4 2019-10-20 22:33:09 +02:00
billz
b29bbf4f11 Replace HTML linebreaks in ConvertToSecurity() 2019-10-15 21:07:21 +01:00
billz
f0ab44a9fe Minor: update comment 2019-10-15 21:06:07 +01:00
billz
ce944f92bb Rebase master 2019-10-14 23:33:41 +01:00
billz
40e408dd98 Work in progress 2019-10-12 23:04:27 +01:00
Yusnel Rojas Garcia
4d45afa27b support dns options in dnsmasq configuration 2019-10-11 13:24:22 -04:00
billz
976ae2a6bb Update release version 2019-10-10 18:17:39 +01:00
billz
3fa1be1cd6 Update include path 2019-10-08 19:10:18 +01:00
billz
d1558413d4 Update paths to reflect gulp build 2019-10-08 18:36:31 +01:00
billz
7d8cce9fb1 Update release version 2019-10-06 12:43:45 +01:00
billz
f9afd96280 Fix: update tmp/dnsmasqdata to match sudoers. Resolves #407 2019-10-04 18:57:58 +01:00
billz
009f51c20c Parse/set dhcpcd & dnsmasq values from system config #329 2019-09-08 16:28:01 +01:00
billz
7938069841 Minor: mode change 2019-09-08 16:13:45 +01:00
billz
e399450cef Minor: mode change 2019-09-08 16:13:31 +01:00
billz
b641e963a9 Minor: mode change 2019-09-08 16:13:25 +01:00
billz
8be24381a8 Processed with phpcbf for PSR-2 coding standard 2019-09-07 16:42:31 +01:00
billz
bfc0dba6ad Added monitor option. Resolves #378 2019-09-07 09:53:37 +01:00
Bill Zimmerman
f59faabf1d
Merge branch 'master' into feature/templates 2019-08-27 15:16:56 +02:00
glaszig
452ad764d9
fix panel heading style in network config 2019-08-20 22:32:18 +02:00
billz
595a7eafcd Updated version 2019-08-20 10:18:25 +01:00
glaszig
259d3838b5 improved theme dropdown, selected theme detection 2019-08-19 22:37:22 +02:00
glaszig
2c64ff0b3e removed logic from system template 2019-08-19 22:37:22 +02:00
glaszig
df429064c6 fixed up dhcp template 2019-08-19 22:37:22 +02:00
glaszig
89f3330606 use template for network page 2019-08-19 22:37:22 +02:00
glaszig
33b99c0ae7 use template for hostapd page 2019-08-19 22:37:22 +02:00
glaszig
9defff1cf4 use template for dhcp page 2019-08-19 22:37:22 +02:00
glaszig
c1f75a696a use template for data usage page 2019-08-19 22:37:22 +02:00
glaszig
7fcdd5e89c use template for dashboard 2019-08-19 22:37:22 +02:00
glaszig
d7ee29aeee use template for configure client page 2019-08-19 22:37:22 +02:00
glaszig
e4e9b5c5c1 use template for admin page 2019-08-19 22:35:30 +02:00
glaszig
2215b11c21 use template for themes page 2019-08-19 22:35:29 +02:00
glaszig
0608b6cb22 use template for system page 2019-08-19 22:35:29 +02:00
glaszig
10dd214b17 add class for system information 2019-08-19 22:35:29 +02:00
glaszig
76f905fe9d use template for about page 2019-08-19 22:35:29 +02:00
glaszig
5a49768614 fix renderTemplate() function to allow data-less rendering 2019-08-19 22:35:29 +02:00
Bill Zimmerman
6985322ca0
Merge pull request #387 from glaszig/fix/wifi-stations
restore configuration of multiple networks
2019-08-19 18:50:58 +02:00
glaszig
1c8931c63b restore configuration of multiple networks
fucked up in 993dc633a9
2019-08-19 18:06:15 +02:00
glaszig
20d9e919c3 generate only one csrf token per session
some pages issue xhr which lead to new
tokens in the session and a future check
is garuanteed to fail.
2019-08-19 03:12:37 +01:00
Bill Zimmerman
5858971762
Merge pull request #372 from glaszig/ui/xhr-load-cached-wifi-stations
load wifi stations via ajax, cache the scan result
2019-08-17 09:53:13 +02:00
glaszig
d2bb1b02b5 move CSRFTokenFieldTag up to the opening form tag
for style and discoverability
2019-08-14 02:44:13 +02:00
glaszig
f5e3b717ff add missing CSRFTokenFieldTag's 2019-08-14 02:41:58 +02:00