Commit Graph

109 Commits

Author SHA1 Message Date
Bill Zimmerman 4d4fac2a8f
Merge pull request #43 from RaspAP/feature/zbchristian-clients-mods
Feature/zbchristian clients mods
2021-07-05 10:07:51 +02:00
Christian Zeitnitz 8f702a2a55 Correct Hilink authentication and service 2021-06-18 17:27:11 +02:00
Christian Zeitnitz 0625fcc5ef Add raspap_helpers.sh 2021-06-18 14:04:56 +02:00
billz 43e9a093c4 Add RASPI_OPENVPN_CLIENT_PATH 2021-06-06 20:47:30 +01:00
billz 06476b9a61 Merge with upstream master 2021-06-05 12:02:26 +01:00
Christian Zeitnitz 29547b52e1 Use Hilink API 2021-05-23 09:04:08 +02:00
Christian Zeitnitz 26a50993b9 Fix hilink login 2021-05-21 22:07:04 +02:00
Christian Zeitnitz b99752c4cd Implement login for Hilink devices 2021-05-21 14:57:14 +02:00
Bill Zimmerman 9c6de84752
Update config.php 2021-05-20 10:10:44 +02:00
Christian Zeitnitz 613cd6bae8 Add Huawei Hilink API
Cleanup mobile data scripts
2021-05-19 21:04:31 +02:00
glaszig bd3e8de2d7
add second quad9 service address
see https://www.quad9.net/service/service-addresses-and-features
2021-05-04 00:06:50 -03:00
zbchristian 9d132bee3a
Fix naming of hilink devices 2021-04-24 11:17:25 +02:00
billz 6c674537bb WIP: txpower feature 2021-04-20 15:19:00 +01:00
Bill Zimmerman 0c9152fff3
Merge branch 'master' into feature/zbchristian-clients 2021-04-15 09:00:48 +02:00
billz 594c5dad1c Merge with upstream master 2021-04-05 10:06:44 +01:00
glaszig 8f0ae3b36a
fix url rewriting
(\?.+) already captures the question mark so it's not needed in the replaced string.
this actually made the `page` GET parameter be `?page` because the url wound up being `??page=foo`.
2021-04-02 19:33:35 -03:00
Christian Zeitnitz d7428be2ec Fix json format of client udev prototypes
limit device name length to 20
2021-03-29 21:53:26 +02:00
Christian Zeitnitz 689b3439f7 Update prototypes of udev rules with extra "raspapType" property 2021-03-29 15:53:43 +02:00
Christian Zeitnitz 34f46007bd fix coding standard violations 2021-03-27 18:39:42 +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
zbchristian e16844294b
Merge branch 'master' into feature/zbchristian-clients 2021-03-21 18:00:40 +01:00
Christian Zeitnitz ac16d67609 Handling of USB tethering (Android phone) improved 2021-03-18 18:20:52 +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 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
Bill Zimmerman 6d9eaceef7
Merge branch 'master' into feature/wireguard 2021-03-09 12:11:21 +01:00
Christian Zeitnitz b978a3d468 Add UDEV prototypes for network devices 2021-03-07 20:35:58 +01: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 4a50687e79 Add wg peer default values 2021-03-07 10:24:34 +00:00
billz 333d447c6b Add defaults for wg server PostUp/Down 2021-03-05 08:32:00 +00:00
billz 18729edd1e Update wg endpoint default value 2021-03-04 23:54:21 +00:00
billz 6b002e3d4c Update wg placeholder values 2021-03-04 23:23:05 +00:00
billz 33ac6d26cf Fix for #803 by @mp035 2021-03-02 14:37:50 +00:00
billz 796ed558f7 Handle peer defaults 2021-02-24 09:12:31 +00:00
billz c80ad85214 Update wireguard constants 2021-02-24 08:46:41 +00:00
billz 1fddf4270b Add wg default values 2021-02-23 23:19:33 +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
billz 3b0ce8aa3b Exclude config from routing 2021-02-02 04:22:13 +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 31e3afa4a4 Create getDefaultNetOpts() 2020-12-24 12:29:52 +00:00
billz 22b173b4c5 Update dhcpcd.conf 2020-12-24 11:06:08 +00:00
Bill Zimmerman 3ab19574f4 Set default config static dns + router 2020-12-15 17:33:02 +01:00
billz 0cd278f040 Create 090_raspap.conf w/ dnsmasq log-facility 2020-12-12 19:29:43 +00:00
billz 1f318f0137 Remove default_hostapd (deprecated) 2020-12-09 17:16:25 +00:00
billz 5eae4bd086 Handle default subnet mask values 2020-12-06 17:31:03 +00:00
billz a56a59b7e5 Default config tweaks 2020-12-05 21:49:32 +00:00
billz d35397f09e Remove hardcoded default values, implement defaults.json 2020-12-05 09:14:07 +00:00
billz 6044d3d6ae Replace dnsmasq.conf (deprecated) w/ 090_wlan0.conf 2020-12-03 10:31:50 +00:00
billz 160c47defe Create network.json + RASPI_CONFIG_NETWORK 2020-12-01 19:48:59 +00:00