summaryrefslogtreecommitdiff
path: root/windows/WinUI/APIHandler.cs
AgeCommit message (Collapse)Author
2019-02-05Fixed a bug where UI elements were attempting to be updated in a background ↵Grant Limberg
thread. Also code cleanup & removed confusing startup UI
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 ↵Grant Limberg
commands
2017-05-08Fixed falling out of the network monitor thread if the ZeroTier service ↵Grant Limberg
isn't running on Windows
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 ↵Grant Limberg
isn't running
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 ↵Grant Limberg
with refresh.
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 ↵Grant Limberg
port from disk
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
* No joining/leaving networks yet, but they do display. * Nothing is updated yet after first load of the app. Need to set up a background task to run updates.