Commit graph

1371 commits

Author SHA1 Message Date
0xdcarns
50016ed219 added legacy check to maintain compatibility 2022-01-17 14:22:39 -05:00
0xdcarns
0502ff131c adapted node routes further to new id 2022-01-17 14:21:40 -05:00
0xdcarns
96aec541e3 updated routes to use uuid 2022-01-17 14:21:40 -05:00
0xdcarns
52195cd040 updated routes to use uuid 2022-01-17 14:21:40 -05:00
0xdcarns
9af3688b24 fixed egress to use id 2022-01-17 14:21:40 -05:00
0xdcarns
e2ffcd4b3c adjusting client join 2022-01-17 14:21:40 -05:00
0xdcarns
ec8d9baa29 added hotfixes 2022-01-17 14:21:40 -05:00
0xdcarns
90463dd1d7 test adjust 2022-01-17 14:21:40 -05:00
0xdcarns
52d684aa1e continued. 2022-01-17 14:21:40 -05:00
0xdcarns
32f7e2c4ef continued. 2022-01-17 14:21:40 -05:00
0xdcarns
4bcef22498 continued. 2022-01-17 14:21:40 -05:00
0xdcarns
b961b6a1f5 testing continued 2022-01-17 14:21:40 -05:00
0xdcarns
b793c248ec test logic update 2022-01-17 14:21:40 -05:00
0xdcarns
d18b6d5ee2 refactored all grpc to be uniform 2022-01-17 14:21:40 -05:00
0xdcarns
545f45d86d refactored more 2022-01-17 14:21:40 -05:00
0xdcarns
a4a8c368d4 missave 2022-01-17 14:21:40 -05:00
0xdcarns
64e7791011 restructuring continued 2022-01-17 14:21:40 -05:00
0xdcarns
c033be41bb began transition 2022-01-17 14:21:40 -05:00
Alex
d6e1351fc5
Merge pull request #614 from gravitl/feature_v0.9.4_docs
Feature v0.9.4 docs
2022-01-17 11:41:08 -05:00
afeiszli
86b4a18688 minor docs changes 2022-01-17 11:30:33 -05:00
afeiszli
630463ab4b minor docs changes 2022-01-17 11:28:28 -05:00
Alex
44688fe32c
Merge pull request #611 from gravitl/feature_v0.9.4_docs
minor docs fixes
2022-01-16 12:02:36 -05:00
afeiszli
9159f2adda minor docs fixes 2022-01-16 12:01:47 -05:00
Alex
fce744be9a
Merge pull request #603 from gravitl/feature_v0.9.4_mac_wg_quick
Feature v0.9.4 mac wg quick
2022-01-16 11:48:57 -05:00
afeiszli
7dc794285c resolving conflicts 2022-01-16 10:28:53 -05:00
Alex
7070da3010
Merge pull request #608 from gravitl/feature_v0.9.4_docs
Feature v0.9.4 docs
2022-01-16 10:24:52 -05:00
afeiszli
ab37bce748 changing versions to 0.9.4 2022-01-16 10:16:00 -05:00
afeiszli
f5299ea338 0.9.4 docs 2022-01-16 10:09:19 -05:00
afeiszli
23d1a28965 added more comments and fixed formatting 2022-01-15 19:57:07 -05:00
afeiszli
93188fb32a adding small fixes and token convert script 2022-01-15 18:46:57 -05:00
dcarns
4d36a6024b
Merge pull request #604 from gravitl/bugfix_v0.9.4_localnets
Bugfix v0.9.4 localnets
2022-01-14 08:56:11 -05:00
dcarns
78df049472
Merge pull request #605 from bt90/patch-1
Add basic security headers
2022-01-14 08:55:41 -05:00
dcarns
9e845af8f7
Merge pull request #595 from ethanfowler/patch-1
Fix netclient install on ARMv6
2022-01-14 08:52:30 -05:00
dcarns
d150d6a405
Merge pull request #593 from pr0PM/patch-1
typo fix
2022-01-14 08:51:15 -05:00
afeiszli
72c62793d3 updated docs 2022-01-13 17:55:54 -05:00
bt90
64c98d45ee
Apply caddy fmt 2022-01-13 21:09:38 +01:00
bt90
919fd44ab5
Add basic security headers 2022-01-13 21:05:16 +01:00
0xdcarns
3a43f32f8c redacted server local ip get 2022-01-13 12:43:17 -05:00
0xdcarns
02beb4b4dc simplified 2022-01-12 20:11:31 -05:00
0xdcarns
a36ea14cf5 another adjustment 2022-01-12 20:06:10 -05:00
0xdcarns
ef34fa1a73 added islocal line 2022-01-12 19:50:00 -05:00
0xdcarns
3e4aca36cf removed unneccesary endpoint 2022-01-12 19:45:42 -05:00
0xdcarns
72206817bb added local range logic 2022-01-12 19:39:10 -05:00
afeiszli
cb00f05b18 adding comments and formatting to mac.go 2022-01-12 18:40:44 -05:00
afeiszli
e7871cbb90 mac client largely functional 2022-01-12 10:03:46 -05:00
afeiszli
44084b7df9 mac client semi-functional 2022-01-12 10:03:23 -05:00
afeiszli
5c7fabda71 mac client semi-functional 2022-01-11 18:28:41 -05:00
ethanfowler
b60c6a8d61
Fix netclient install on ARMv6
`uname -m` gives `armv6l` on e.g. raspberry PI zero. This was resulting in the switch defaulting to
`https://github.com/gravitl/netmaker/releases/download/0.9.3/netclient-armv6l` instead of 
`https://github.com/gravitl/netmaker/releases/download/0.9.3/netclient-armv6`
and a 404.
2022-01-10 17:20:33 +00:00
pr0PM
209c1ca10c
typo fix 2022-01-07 08:22:01 +05:30
dcarns
1060472437
Merge pull request #591 from gravitl/v0.9.3
V0.9.3
2022-01-06 15:58:55 -05:00