aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-29fix(central): showconf: use /128 for non-ll ipv6v1.9Trumeet
2021-03-29feat(central): wrap wg keys in <code>Trumeet
2021-03-29feat(central): merge table IPv4 and IPv6 for better mobile experienceTrumeet
2021-03-29feat(central): add CSS and optimize mobile UITrumeet
2021-03-29refactor(central): move getGeneralRenderingHandler to RenderingUtilsTrumeet
2021-03-29refactor(central): move ASN frontend logic to a separate web API serviceTrumeet
2021-03-28refactor(central): move some common codes outside of ManageHandlerTrumeet
2021-03-28fix(central): handle HTTPException at a higher level and remove some printSta...v1.8Trumeet
2021-03-27fix(central): compress income IPv6 addresses to prevent identical addresses w...Trumeet
2021-03-27feat(central): move gRPC logic into a separate verticle and fix shutdown issuesv1.7Trumeet
2021-03-27fix(agent): use /128 for non-ll IPv6 addressesTrumeet
2021-03-27fix(central): remove unnecessary semicolon in the sample configurationsTrumeet
2021-03-27feat(central/agent/rpc): upgrade Vert.x to 4.0.3Trumeet
2021-02-03fix(central): do not check duplication for Link-Local IPv6 addressesv1.6Trumeet
2021-01-22fix(central): remove 'AS' in the example configurationTrumeet
2021-01-22feat(central): do not show example configuration when the node is downTrumeet
2021-01-22fix(central): wrong WireGuard interface name in example configTrumeet
2021-01-21fix(central): NoSuchElementException if we cannot find any peersTrumeet
2021-01-20feat(central): provide an example configurationv1.5Trumeet
2021-01-20fix(central): use custom basic auth realm instead of the default 'vertx-web'Trumeet
2021-01-20fix(central): no Content-Type in responseTrumeet
2021-01-18feat(central): clearify IPv6 address typeTrumeet
2021-01-16fix(central/agent): fix WireGuard no-endpoint peeringv1.4Trumeet
2021-01-16fix(central/agent/rpc): fix non-link local IPv6 supportTrumeet
2021-01-13fix(agent): the name of BGP sessions is invalidv1.3Trumeet
2021-01-09fix(agent): do not try deleting BGP config if it is absentTrumeet
2021-01-09ci: remove dup keysv1.2Trumeet
2021-01-09fix(central): manually set ID for rendering when editing a peer and the parsi...Trumeet
2021-01-09fix(central): check if the wg endpoint is specified but the port is missingTrumeet
2021-01-09fix(central): wrong type castTrumeet
2021-01-09fix(central): set Peer#wgEndpointPort to Integer to allow nullable values and...Trumeet
2021-01-09fix(central): manually reset field values to null if they are blankTrumeet
2021-01-09fix(central): add non-null check for wg_endpoint_port form fieldTrumeet
2021-01-09fix(central): correct WireGuard endpoint IP non-null checkTrumeet
2021-01-09feat(central): more clearly state that the WireGuard endpoint IP could be inv...Trumeet
2021-01-09fix(central): do not render WireGuard endpoint port if it is wrong (with defa...Trumeet
2021-01-09feat(central): preserve wrong form for all fields except for the WireGuard portTrumeet
2021-01-09ci(publish): allow updating releasesTrumeet
2021-01-09build: use dynamic version nameTrumeet
2021-01-09feat(agent): show full command in log if it failsTrumeet
2021-01-09fix(central): update necessary frontend messagesTrumeet
2021-01-08fix(central): support e-mail attribute on personv1.1Trumeet
2021-01-08ci(check): check on any branchv1.0Trumeet
2021-01-08ci: stop using Docker for nowTrumeet
2021-01-08fix(agent/central): support optional endpointTrumeet
2021-01-07ci(publish): cleanup and disable dispatchTrumeet
2021-01-07ci: add checkTrumeet
2021-01-07ci: fix Docker setupTrumeet
2021-01-07ci: fix Docker image tag uppercaseTrumeet
2021-01-07ci: fix Docker envTrumeet