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 |
|
billz
|
da0e714f86
|
Openvpn template layout, relative img paths. Closes #716
|
2020-12-07 11:37:57 +00:00 |
|
billz
|
3c4cdefc56
|
Minor: wrap msg w/ div
|
2020-12-06 08:27:18 +00:00 |
|
billz
|
a21009e049
|
Remove networking dhcp config (deprecated)
|
2020-11-30 17:33:17 +00:00 |
|
billz
|
495f33eaa3
|
Added subnet mask display/edit
|
2020-11-30 12:10:44 +00:00 |
|
billz
|
f8bc24ce6f
|
Template fixes
|
2020-11-27 16:26:25 +00:00 |
|
billz
|
6d331c3ebd
|
Add static IP fields, fallback, toggle state
|
2020-11-26 17:16:54 +00:00 |
|
billz
|
b63a53e182
|
Set default dhcp interface on page load
|
2020-11-21 13:52:20 +00:00 |
|
billz
|
d72661455e
|
Minor: spacing
|
2020-11-19 12:36:02 +00:00 |
|
billz
|
e4856484d9
|
Add advanced fields to JSON response
|
2020-11-17 11:18:10 +00:00 |
|
billz
|
0f8e7b88b7
|
Add IDs to form elements for ajax
|
2020-11-16 18:20:39 +00:00 |
|
billz
|
17da7cfcab
|
Move enable DHCP option to general tab
|
2020-11-15 10:51:51 +00:00 |
|
billz
|
0049518769
|
Minor: update label
|
2020-11-09 17:46:55 +00:00 |
|
billz
|
ab05bf15c7
|
Use dchp_eth0 to set toggle state
|
2020-11-06 09:05:43 +00:00 |
|
billz
|
6ca12a184b
|
Add DHCP for eth0 option to advanced tab
|
2020-11-04 01:05:35 +00:00 |
|
billz
|
deaf393a2f
|
Expose metric for network interfaces
|
2020-10-01 23:06:47 +01:00 |
|
billz
|
65381ecdbb
|
Prettify php
|
2020-09-24 08:55:06 +01:00 |
|
billz
|
88600f05de
|
Indicate wireless client iface in UI, thx @RobertDuncan42
|
2020-09-23 23:12:24 +01:00 |
|
billz
|
7335de7968
|
Cleanup debug output
|
2020-09-23 21:14:55 +01:00 |
|
billz
|
054c53831a
|
Wifi client layout fix. Resolves #680
|
2020-09-23 19:45:21 +01:00 |
|
billz
|
656e5d83ad
|
Template updates for custom blocklists
|
2020-09-19 22:27:32 +01:00 |
|
billz
|
18e21ad3e7
|
Added disassoc_low_ack help text
|
2020-09-12 13:02:37 +01:00 |
|
billz
|
4b1c5b802c
|
Implement beacon_int + disassoc_low_ack hostapd options. Addresses #666😈
|
2020-09-11 19:03:14 +01:00 |
|
billz
|
dd5ab7bdc2
|
Remove webconsole, fixes RCE via json-rpc. Thanks @lb0x
|
2020-08-22 23:23:06 +01:00 |
|
billz
|
eeccb19b35
|
WIP: enable bind-addr control
|
2020-07-29 15:52:31 +01:00 |
|
billz
|
04f62b9f0d
|
Templatize system
|
2020-07-29 08:37:27 +01:00 |
|
billz
|
b69d7f28a3
|
Create system subtemplates
|
2020-07-29 08:35:57 +01:00 |
|
billz
|
ec94706b32
|
Standardize labels
|
2020-07-11 09:04:28 +01:00 |
|
billz
|
e0e1f2f378
|
Standardize labels
|
2020-07-11 09:04:07 +01:00 |
|
billz
|
bf2fda1bc4
|
Templatize hostapd
|
2020-07-10 12:36:29 +01:00 |
|
billz
|
578bb9d9f4
|
Tweak column grid
|
2020-07-01 17:46:07 +01:00 |
|