summaryrefslogtreecommitdiff
path: root/windows/WinUI/APIHandler.cs
AgeCommit message (Expand)Author
2019-02-05Fixed a bug where UI elements were attempting to be updated in a background t...Grant Limberg
2017-09-22new startup process UI for WindowsGrant Limberg
2017-05-08Run Join/Leave commands asynchronously so the UI doesn't lock up on thoise co...Grant Limberg
2017-05-08Fixed falling out of the network monitor thread if the ZeroTier service isn't...Grant Limberg
2017-03-22Windows UI will attempt to re-copy the auth token if a 401 error is receivedGrant Limberg
2017-03-08Don't crash when attempting to join a network while the zerotier service isn'...Grant Limberg
2017-01-03properly quote string arguments to copyutil in case there are spaces in the pathGrant Limberg
2016-11-18Wired up connected checkbox and delete button. just something not working wi...Grant Limberg
2016-11-17add timeouts to requests to the json apiGrant Limberg
2016-11-14Added network monitor pub/sub classGrant Limberg
2016-11-10menu now dynamically populates the network listGrant Limberg
2016-11-08Network list window opens with click on the menu itemGrant Limberg
2016-11-08turn APIHandler into a singletonGrant Limberg
2016-11-04wire up allowDefault, allowManaged, allowGlobal, allowDefault optionsGrant Limberg
2016-11-04work in progress windows UI updateGrant Limberg
2015-11-04set manifest to require administrator privileges and read the authtoken and p...Grant Limberg
2015-11-04make the peers page prettierGrant Limberg
2015-11-04Don't go kaboom when the ZeroTier service isn't running.Grant Limberg
2015-10-26add error handling for JSON serializationGrant Limberg
2015-10-23add methods for joining/leaving networks, and getting peersGrant Limberg
2015-10-21Base windows UI is working.Grant Limberg