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

1961 Commits

Author SHA1 Message Date
Bill Zimmerman
3a7ac95ffe
Update bug_report.md 2020-12-09 10:01:45 +01:00
Bill Zimmerman
3cd5de59fe
Update bug_report.md 2020-12-09 09:57:58 +01:00
Bill Zimmerman
b5e49a9477 Merge branch 'feature/dhcp-eth0' of https://github.com/billz/raspap-webgui into feature/dhcp-eth0 2020-12-08 09:44:31 +01:00
billz
c0e5625ae1 Update release verison 2.5.2 2020-12-07 12:45:19 +00:00
billz
da0e714f86 Openvpn template layout, relative img paths. Closes #716 2020-12-07 11:37:57 +00:00
billz
3b1c9b23c5 Update installer w/ -c advice.detachedHead=false 2020-12-07 09:55:01 +00:00
billz
6aaa1bd7a4 Set default install branch to latest release 2020-12-07 09:47:04 +00:00
billz
5eae4bd086 Handle default subnet mask values 2020-12-06 17:31:03 +00:00
Bill Zimmerman
927fed257c Merge branch 'feature/dhcp-eth0' of https://github.com/billz/raspap-webgui into feature/dhcp-eth0 2020-12-06 17:19:49 +01:00
billz
e8219c70ec Check if raspapd.service file exists 2020-12-06 09:11:43 +00:00
billz
b832954f05 Check if 090_wlan0.conf exists 2020-12-06 09:08:11 +00:00
billz
4bb2597bff Fix: pass required param 2020-12-06 09:04:40 +00:00
billz
3c4cdefc56 Minor: wrap msg w/ div 2020-12-06 08:27:18 +00:00
billz
24e4bc8705 Apply defaults.json + set ownership 2020-12-05 22:21:39 +00:00
billz
a56a59b7e5 Default config tweaks 2020-12-05 21:49:32 +00:00
billz
3f4901495a Add stop services to uninstaller 2020-12-05 14:30:11 +00:00
billz
d35397f09e Remove hardcoded default values, implement defaults.json 2020-12-05 09:14:07 +00:00
billz
9f85daaa86 Added getDefaultNetValue() 2020-12-05 09:12:47 +00:00
billz
e77b0fead1 Minor: camelCase + docblocks 2020-12-04 22:44:27 +00:00
billz
e3f36158bb Added updateHostapdConfig() 2020-12-04 22:36:54 +00:00
billz
bcab63bb30 Bugfix + documentation 2020-12-04 21:41:10 +00:00
billz
de787c424a Create functions from procedural code 2020-12-04 14:40:54 +00:00
billz
f32d7c8778 Update installer w/ 090_wlan0.conf 2020-12-03 20:26:17 +00:00
billz
6044d3d6ae Replace dnsmasq.conf (deprecated) w/ 090_wlan0.conf 2020-12-03 10:31:50 +00:00
billz
1c6d837a80 Bugfix: handle subnetmask null value 2020-12-03 10:29:11 +00:00
Bill Zimmerman
eb7c50be26
Log installer output, addresses #721 2020-12-02 22:43:36 +01:00
billz
8420bbb0da Read/apply dhcp settings from json 2020-12-01 22:52:15 +00:00
billz
15fb1b714c Minor: cleanup 2020-12-01 22:51:00 +00:00
billz
160c47defe Create network.json + RASPI_CONFIG_NETWORK 2020-12-01 19:48:59 +00:00
billz
b09d61619a Bugfix: typo 2020-12-01 18:39:23 +00:00
billz
66bd5d5927 Added getNetConfig() 2020-12-01 18:38:57 +00:00
Bill Zimmerman
99918c30e0 Merge branch 'feature/dhcp-eth0' of https://github.com/billz/raspap-webgui into feature/dhcp-eth0 2020-12-01 09:13:10 +01: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
5b1325803a Added cidr2mask() 2020-11-30 12:09:56 +00:00
billz
5cc7794cb0 Update fallback static profile, subnet mask 2020-11-30 12:09:22 +00:00
billz
2ff8f6f179 Bugfix: add/update/delete config 2020-11-27 16:28:37 +00:00
billz
f8bc24ce6f Template fixes 2020-11-27 16:26:25 +00:00
billz
57174245ad Updated w/ set toggle states 2020-11-27 16:25:46 +00:00
billz
5045cbfd33 Fixup dhcp cfg save/update 2020-11-26 17:20:12 +00:00
billz
827f37385f Decouple default settings from wlan0 cfg 2020-11-26 17:18:04 +00:00
billz
6d331c3ebd Add static IP fields, fallback, toggle state 2020-11-26 17:16:54 +00:00
billz
d3e842f6db Update ajax w/ dhcpcd settings 2020-11-26 17:15:42 +00:00
Bill Zimmerman
7925513367 Merge branch 'feature/dhcp-eth0' of https://github.com/billz/raspap-webgui into feature/dhcp-eth0 2020-11-21 16:54:11 +01:00
billz
b63a53e182 Set default dhcp interface on page load 2020-11-21 13:52:20 +00:00
Bill Zimmerman
297246aea0 Merge branch 'feature/dhcp-eth0' of https://github.com/billz/raspap-webgui into feature/dhcp-eth0 2020-11-20 23:27:41 +01:00
billz
73deab78cf Update uninstall: remove adblock (optional) 2020-11-20 22:06:51 +00:00
billz
687c16810e Update default dhcpcd config 2020-11-20 13:35:52 +00:00
Bill Zimmerman
cf092566e3 Merge branch 'feature/dhcp-eth0' of https://github.com/billz/raspap-webgui into feature/dhcp-eth0 2020-11-20 10:30:05 +01:00
billz
b13f57283e Update raspap_dnsmasq uninstall 2020-11-20 08:41:42 +00:00