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

1624 Commits

Author SHA1 Message Date
billz
82db0a34b9 WIP: dashboard redesign 2020-02-02 08:37:15 +00:00
billz
2056236c42 Get hostapdStatus from System 2020-02-01 11:07:54 +00:00
billz
1bbeefca7c Add hostapdStatus to System 2020-02-01 11:06:41 +00:00
Bill Zimmerman
223b20ddc9
Update README.md 2020-01-31 12:57:00 +01:00
Bill Zimmerman
8530280a98
Update twitter badge 2020-01-30 09:02:55 +01:00
Bill Zimmerman
3a63ea0d90
Update README.md 2020-01-30 08:41:41 +01:00
Bill Zimmerman
34859daa63
Update README.md 2020-01-29 22:08:22 +01:00
Bill Zimmerman
c166829191
Update FUNDING.yml 2020-01-29 21:39:27 +01:00
billz
9fc2b9d91e Use defaults in absence of user config. Resolves #486 2020-01-29 09:58:36 +00:00
Bill Zimmerman
0712351508
Merge pull request #466 from yolateng0/patch-1
Update dhcpcd.conf dns safe
2020-01-28 19:43:31 +01:00
Bill Zimmerman
f4afe925f8
Merge pull request #483 from WRXTsla/patch-2
Update dhcp.php
2020-01-27 11:35:14 +01:00
Bill Zimmerman
50de4f73a3
Merge branch 'master' into patch-2 2020-01-27 11:34:18 +01:00
Bill Zimmerman
96773ab447 Minor: fix indentation 2020-01-27 07:39:16 +01:00
Bill Zimmerman
659f9675eb
Update BACKERS.md 2020-01-26 08:51:06 +01:00
WRXTsla
26190c0f5c
Update dhcp.php
typo?
2020-01-26 02:16:47 +01:00
Bill Zimmerman
8ff2167a75
Merge pull request #479 from Weylin-fr/adding-cpu-temperature
Adding cpu temperature
2020-01-22 11:04:43 +01:00
Weylin-fr
303347ac00
Update system.php
removed "</div>" as billz request it in the master branch
2020-01-22 10:59:02 +01:00
Weylin-fr
9819c6a3e1
Update system.php
- Adding the CPU temp from a copy of CPU load.
- The CPU temp cannot go to 100°C, so i multiply the temp to 1.2. This way the progress bar is full when CPU temp is 83°C or more.
- The LAN Chipset supports up to 70°C, so i set the red progress bar to that threshold 
   (source: https://www.raspberrypi.org/documentation/faqs/)
2020-01-20 16:30:44 +01:00
Weylin-fr
6fc73851aa
Update system.php
get CPU temp from "/sys/class/thermal/thermal_zone0/temp"
2020-01-20 16:27:19 +01:00
Bill Zimmerman
419e10a5b2
Update FUNDING.yml 2020-01-19 22:54:39 +01:00
Bill Zimmerman
a76e8ad35a
Update FUNDING.yml 2020-01-19 22:53:37 +01:00
Bill Zimmerman
e449c47212
Update FUNDING.yml 2020-01-19 22:47:32 +01:00
Bill Zimmerman
d194b85a74
Update FUNDING.yml 2020-01-19 22:45:46 +01:00
Bill Zimmerman
f9bcc0979f
Delete FUNDING.yml 2020-01-19 22:45:29 +01:00
Bill Zimmerman
b63f34e48e
Update FUNDING.yml 2020-01-19 22:43:59 +01:00
Bill Zimmerman
2f851ecf7d
Create FUNDING.yml 2020-01-19 22:41:40 +01:00
billz
a801f43615 Comments for clarity. Addresses #461 2020-01-15 17:47:09 +00:00
billz
a07adb6d3a Added Greek to list of supported translations 2020-01-14 09:55:30 +00:00
billz
7f12ef1cee Added support for Greek. Thanks Chris K! 2020-01-14 09:23:13 +00:00
billz
6e443c66d1 Compiled .mo for el_GR 2020-01-14 09:21:49 +00:00
Bill Zimmerman
37d49ae328 Initial commit 2020-01-14 10:04:05 +01:00
billz
6325f4dd02 Update dnsmasq with bind-dynamic. Addresses #429 2020-01-13 09:42:05 +00:00
Bill Zimmerman
4ea015c6ef
Update README.md 2020-01-07 09:21:00 +01:00
Bill Zimmerman
815a479ca5
Update README.md 2020-01-07 09:15:43 +01:00
billz
ff2c91fe8d Bugfix, resolves #457 2020-01-06 18:00:07 +00:00
billz
6106c3196a Bugfix. Resolves #470 2020-01-04 18:59:19 +00:00
billz
8d1b6a5c6a Minor: comments 2020-01-01 19:12:04 +00:00
Bill Zimmerman
bc8ed88d93
Merge pull request #465 from billz/802.11ac
802.11ac config
2020-01-01 10:58:22 -08:00
Yo
6230d787f7
Update dhcpcd.conf dns safe
Quad9 provides DNSSEC validation on our primary resolvers.
in addition Quad9 validate DNSSEC on our EDNS enabled service.
Quad9 does not and never will share any of its data with marketers, nor will it use this data for demographic analysis.
This means that for domains that implement DNSSEC security, the Quad9 system will cryptographically ensure that the response provided matches the intended response of the domain operator. In the event of a cryptographic failure, our system will not return an answer at all. This ensures protection against domain spoofing or other attacks that attempt to provide false data. Learn more about DNSSEC here: https://www.icann.org/resources/pages/dnssec-qaa-2014-01-29-en
2020-01-01 17:29:55 +00:00
billz
e072e0a32a Replace hardcoded 5Ghz countries with constant 2019-12-31 19:12:01 +00:00
billz
154eee337c Initial commit 2019-12-31 19:11:00 +00:00
billz
f41bfa93aa Fetch wireless regulatory data from config/wireless.json 2019-12-31 19:10:48 +00:00
billz
581798a15f Added constant for CRDA wireless regulatory domain 2019-12-31 19:09:26 +00:00
billz
ba8d245eca Revert "Expanded 5Ghz country list (testing)"
This reverts commit f1ff34af6d.
2019-12-30 04:41:07 +00:00
billz
a596568fbc Revert "Allow channel input up to 64 (testing)"
This reverts commit 40bc21a04b.
2019-12-30 04:39:37 +00:00
billz
882621a6af Prevent disabled state when AP mode is inactive 2019-12-29 23:34:31 +00:00
billz
3dfb5995b6 Minor: remove comments + fix indents 2019-12-29 19:30:55 +00:00
billz
40bc21a04b Allow channel input up to 64 (testing) 2019-12-28 00:05:59 +00:00
billz
f1ff34af6d Expanded 5Ghz country list (testing) 2019-12-28 00:04:50 +00:00
billz
597f1b04cf Fetch ajax channel value 2019-12-27 06:43:49 +00:00