index
:
infinitytier.git
cla
main
Fork of ZeroTier (mirror of https://github.com/vyos/infinitytier.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
windows
/
WinUI
/
APIHandler.cs
Age
Commit message (
Collapse
)
Author
2019-02-05
Fixed 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-22
new startup process UI for Windows
Grant Limberg
2017-05-08
Run Join/Leave commands asynchronously so the UI doesn't lock up on thoise ↵
Grant Limberg
commands
2017-05-08
Fixed falling out of the network monitor thread if the ZeroTier service ↵
Grant Limberg
isn't running on Windows
2017-03-22
Windows UI will attempt to re-copy the auth token if a 401 error is received
Grant Limberg
2017-03-08
Don't crash when attempting to join a network while the zerotier service ↵
Grant Limberg
isn't running
2017-01-03
properly quote string arguments to copyutil in case there are spaces in the path
Grant Limberg
2016-11-18
Wired up connected checkbox and delete button. just something not working ↵
Grant Limberg
with refresh.
2016-11-17
add timeouts to requests to the json api
Grant Limberg
2016-11-14
Added network monitor pub/sub class
Grant Limberg
2016-11-10
menu now dynamically populates the network list
Grant Limberg
2016-11-08
Network list window opens with click on the menu item
Grant Limberg
2016-11-08
turn APIHandler into a singleton
Grant Limberg
2016-11-04
wire up allowDefault, allowManaged, allowGlobal, allowDefault options
Grant Limberg
2016-11-04
work in progress windows UI update
Grant Limberg
2015-11-04
set manifest to require administrator privileges and read the authtoken and ↵
Grant Limberg
port from disk
2015-11-04
make the peers page prettier
Grant Limberg
2015-11-04
Don't go kaboom when the ZeroTier service isn't running.
Grant Limberg
2015-10-26
add error handling for JSON serialization
Grant Limberg
2015-10-23
add methods for joining/leaving networks, and getting peers
Grant Limberg
2015-10-21
Base 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.