Christian Zeitnitz
34f46007bd
fix coding standard violations
2021-03-27 18:39:42 +01:00
Christian Zeitnitz
f583a3eeae
modified text in case of unconfigured client
2021-03-27 18:00:40 +01:00
Christian Zeitnitz
5b9d4ca814
Add unconfigured client state to dashboard.php
...
Add tun device as client_udev_prototypes.json
2021-03-27 17:43:15 +01:00
billz
43043d48e4
Processed with phpcbf
2021-03-27 14:38:03 +00:00
zbchristian
e16844294b
Merge branch 'master' into feature/zbchristian-clients
2021-03-21 18:00:40 +01:00
Christian Zeitnitz
68ec5f7db5
Fix name of internal wlan interface
2021-03-20 10:24:19 +01:00
Christian Zeitnitz
ac16d67609
Handling of USB tethering (Android phone) improved
2021-03-18 18:20:52 +01:00
Christian Zeitnitz
f77fb660bf
Fix missing mobiledata.ini and some cleanup
2021-03-16 19:11:40 +01:00
Christian Zeitnitz
3b64697b4a
Switch client on: wait for connection w/ timeout
...
add new switchClientState.sh to be used in hilink service (calls the php getClients code)
2021-03-15 14:03:34 +01:00
Christian Zeitnitz
11e2724afa
Dashboard: show correct status after switching the client state
...
fix huawei hilink service (udev rule)
2021-03-15 13:29:16 +01:00
Christian Zeitnitz
c87253a06b
Fix SSID consisting of multiple words
2021-03-14 19:53:08 +01:00
Christian Zeitnitz
2b4c9472e6
Replace switchClientState.sh by php function in get_clients.php
...
Cleanup display of client on dashboard
2021-03-12 12:20:34 +01:00
Christian Zeitnitz
76e2eecaec
Correct internet device GUI and udev config
2021-03-10 23:45:04 +01:00
billz
9a770329db
Update release version
2021-03-09 17:54:30 +00:00
billz
cb58e31089
Handle server/peer enable states
2021-03-09 15:35:48 +00:00
Bill Zimmerman
6d9eaceef7
Merge branch 'master' into feature/wireguard
2021-03-09 12:11:21 +01:00
billz
50901948e0
Added wg strings to en_US locale
2021-03-08 08:44:17 +00:00
billz
1e7438da23
Code cleanup, update Endpoint default value
2021-03-07 19:06:53 +00:00
Christian Zeitnitz
8b0383dd20
Implement Client configuration
...
- add mobile date network devices and configuration
- add client configuration via udev
- add GUI under networking tab
- add scripts to handle mobile data devices
2021-03-07 18:36:48 +01:00
billz
7c1ef85bb8
Update wg-quick w/ systemd start/stop
2021-03-07 13:22:26 +00:00
billz
cbab3f2825
Update peer input handling, write wg configs
2021-03-07 10:27:08 +00:00
billz
406ff39ef8
Update release version
2021-03-05 19:24:18 +00:00
billz
333d447c6b
Add defaults for wg server PostUp/Down
2021-03-05 08:32:00 +00:00
billz
0e89de2066
Remove private keys from payload
2021-03-04 23:50:16 +00:00
billz
4515ac95fb
Improved private key handling (security)
2021-03-04 23:44:45 +00:00
billz
0dbfb5c44f
Create SaveWireGuardConfig()
2021-03-04 23:06:27 +00:00
billz
6b484d383c
Progress commit: wg-qr-code
2021-03-02 23:15:47 +00:00
billz
9eadd28df1
Save client.conf
2021-03-02 14:16:43 +00:00
billz
3ec81ba085
Get/set pub+priv keys, create wg0.conf
2021-02-24 18:07:19 +00:00
billz
796ed558f7
Handle peer defaults
2021-02-24 09:12:31 +00:00
billz
6076e277c8
Disambiguate var names
2021-02-24 08:48:07 +00:00
billz
c80ad85214
Update wireguard constants
2021-02-24 08:46:41 +00:00
billz
cc1c8d594a
Update w/ fallback default values
2021-02-23 23:21:02 +00:00
billz
9c2cd82562
Merge branch 'feature/wireguard' of https://github.com/RaspAP/raspap-insiders into feature/wireguard
2021-02-23 20:17:38 +00:00
Bill Zimmerman
f9c2bccc3a
Merge pull request #5 from RaspAP/feature/dhcp-ignore
...
Limit network access to static clients
2021-02-23 07:31:12 +01:00
billz
effed56169
Bugfix: update br0 dhcpcd sequence
2021-02-22 09:41:37 +00:00
billz
f156fbceae
Add tag set:known to dhcp-host
2021-02-22 08:00:50 +00:00
billz
16eace63e7
Add dhcp-ignore handling
2021-02-21 23:51:20 +00:00
billz
c16d48d2fe
Update DisplayThemeConfig()
2021-02-15 22:07:34 +00:00
billz
4378ff7add
Implement night mode toggle in top navbar
2021-02-15 19:02:13 +00:00
billz
72515b0734
Update release version
2021-02-10 16:23:56 +00:00
billz
0ffe0ecd4b
Persist log-openvpn option
2021-02-10 11:27:24 +00:00
billz
04edc3a185
Implement openvpn logging
2021-02-09 21:57:15 +00:00
billz
f48e77da6c
Update w/ file_move_config + permissions
2021-02-07 11:54:57 +00:00
billz
ef09dd0f60
Add file utility functions
2021-02-07 11:53:57 +00:00
billz
dc03d9ea00
Prepend .ovpn filename to client + login
2021-02-06 11:03:30 +00:00
billz
b21ea0d28d
Transfer template logic to includes, see #749 thx @mp035
2021-02-02 12:26:14 +00:00
billz
3d2d608477
Fix warning: check for RASPI_CACHE_PATH
2021-02-02 11:15:08 +00:00
billz
5c4b84f826
Disambiguate iface overrides for ap-sta & bridged modes, thx @mp035
2021-02-02 07:36:28 +00:00
billz
62a5e42393
Update release version 2.6
2021-01-25 17:16:57 +00:00