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

267 Commits

Author SHA1 Message Date
zbchristian
d8626bd790 Zbchristian fix wifi client connect #53 2021-11-24 19:50:06 +00:00
Bill Zimmerman
66c9095ba9
Merge pull request #1050 from RaspAP/feature-open-network
Remove pw requirement for open networks
2021-11-23 19:54:26 +01:00
billz
f077aedde0 Define RASPI_DHCPCD_LOG. Resolves #1058 2021-11-17 18:06:43 +00:00
billz
c9c321c435 Remove pw requirement for open networks #1039 2021-11-12 16:45:19 +00:00
billz
c661b0f473 Update template msg + en_US locale 2021-08-03 23:38:02 +01:00
Fabrice Colas
17597cd2cc DHCP static leases w/ optional comment
* Ability to add an optional Comment to DHCP  static Leases
    * Sort DHCP static leases by IP (more human readable)
2021-07-27 18:33:00 +02:00
billz
859b99fd60 Update documentation links 2021-06-20 15:32:57 +01:00
glaszig
c832b46e4f fix card-header content items alignments and heading text wrap 2021-06-01 03:27:28 +01:00
glaszig
d711acb52d use css grid for wifi stations layout (better width equality) 2021-06-01 03:02:05 +01:00
glaszig
d9212737e5 fix layout issues, mainly margins and centering 2021-06-01 03:02:05 +01:00
glaszig
9dc1f14ccb separate connected from known from nearby wifi stations in ui 2021-06-01 03:02:04 +01:00
Bill Zimmerman
fabc48c7da
Merge pull request #884 from RaspAP/feature/reinitialize-wpa
Feature: reinitialize wpa_supplicant
2021-05-10 11:13:04 +02:00
billz
a3814cdf71 Wrap reinitialize w/ monitor mode condition 2021-05-08 19:40:19 +01:00
billz
a8d59c1479 Merge branch 'master' of https://github.com/RaspAP/raspap-webgui 2021-05-02 16:15:07 +01:00
billz
d6b3304c01 Apply dashboard widget layout to sysinfo 2021-05-02 16:12:50 +01:00
billz
3207ac75cd Minor: standardize labels 2021-04-30 14:40:47 +01:00
billz
d1fdbd9f25 Add wpa_reinit button to template 2021-04-30 08:38:49 +01:00
Bill Zimmerman
79393c48d0
Add reinitialize message on scan failure 2021-04-30 00:05:19 +02:00
glaszig
048848b2b5 make interface cards full width for legibility 2021-04-22 16:52:09 +01:00
glaszig
d1382cbabf make interface cards be of 100% height 2021-04-22 16:36:58 +01:00
glaszig
779bce7cc8 remove superfluous button container 2021-04-22 16:35:59 +01:00
glaszig
c624c36f31 fix indentation 2021-04-22 16:35:14 +01:00
glaszig
f6c4d2b1d8 Revert "fix markup in networking"
This reverts commit 8dbb2f3a1b.
2021-04-22 16:31:58 +01:00
glaszig
8dbb2f3a1b fix markup in networking 2021-04-22 16:31:20 +01:00
glaszig
e5ac7d23a3 improve table layout 'internet connection' 2021-04-22 16:31:20 +01:00
glaszig
1d21f524f1 remove superfluous quote 2021-04-22 16:31:20 +01:00
billz
620fece123 Apply updated info-item layout to openvpn ipv4 2021-04-09 15:03:25 +01:00
billz
83d0a98979 Additional chart layout tweaks 2021-04-09 07:51:43 +01:00
billz
30c42b8ea3 Align signal strength meter w/ adjacent col 2021-04-07 09:25:28 +01:00
billz
f9e907e3ce Tweak layout of dashboard client widget 2021-04-06 22:59:40 +01:00
glaszig
6196bcd311 add 'default route' toggle to network interface configuration ui 2021-04-03 00:43:42 +01:00
root
b418212408 div => p 2021-04-02 17:25:45 +01:00
root
f2ec732bf0 add missing card-title class to headings 2021-04-02 17:25:45 +01:00
root
41e27cc546 improving layout, text and styles of wifi client box 2021-04-02 17:25:44 +01:00
billz
8d4cf1c96d Update country_code optionv values 2021-03-31 19:48:34 +01:00
billz
1eec097b80 Bugfix: Parse dhcp-host entries 2021-02-22 09:47:25 +00:00
billz
677e06807a Update about template 2021-02-10 17:06:51 +00:00
billz
b9a87df343 Update openvpn template 2021-02-08 07:32:40 +00:00
Bill Zimmerman
eb1ba5933f
Merge pull request #799 from RaspAP/feature/modal-wificlient
Add modal dialog to configure wifi client
2021-02-04 08:49:10 +01:00
billz
8a4453b0f5 Migrate repo to organization 2021-02-03 09:07:15 +00:00
billz
e5ce7b9fb2 Add modal dialog to configure client 2021-02-02 16:55:46 +00:00
billz
b21ea0d28d Transfer template logic to includes, see #749 thx @mp035 2021-02-02 12:26:14 +00:00
Mark Pointing
6966bc7f3a Changed routing system to use the more common path approach instead of query strings. 2021-01-30 16:06:33 +00:00
billz
32099f9330 Update about template w/ docs link 2021-01-25 17:15:44 +00:00
billz
37ea945516 Normalize hostapd + dhcp log output, update en_US 2020-12-26 09:55:54 +00:00
billz
cb10bf684c Update en_US messages, compile .mo files 2020-12-26 08:51:45 +00:00
billz
8e8ce320d4 Implement hostapd modal dialog 2020-12-24 20:52:18 +00:00
Bill Zimmerman
f43083fec8
Merge branch 'master' into feature/dhcp-eth0 2020-12-15 23:01:23 +01:00
Mark Pointing
12b69590da Removed some band-aid fixes of incorrect client/ap interface identification function. 2020-12-15 10:45:27 +00:00
Bill Zimmerman
16f4c47f00
Merge branch 'master' into feature/dhcp-eth0 2020-12-12 17:41:41 +01:00