Grant Limberg
|
62befe006d
|
Route clicked links in the web view to the default web browser
|
10 years ago |
Grant Limberg
|
693ac4e86c
|
add web view and placeholder about page with ZT logo and lorem ipsum
|
10 years ago |
Grant Limberg
|
0e6065e3d5
|
another build number bump
|
10 years ago |
Grant Limberg
|
a156fec25a
|
put node ID into the main menu.
Clicking on the menu item copies the node ID into the clipboard.
|
10 years ago |
Grant Limberg
|
fe725f9995
|
fix a case where the "Allow Default" checkbox would be enabled when a network wasn't connected.
|
10 years ago |
Grant Limberg
|
58207b30d1
|
now that the network details list uses the default background color of the pane its embedded in, we don't have to force to the "Light" theme, even if the user has selected the "dark" theme for the top menu bar.
|
10 years ago |
Grant Limberg
|
f4192d7b9e
|
added separator between items in the network detail list
|
10 years ago |
Grant Limberg
|
e747692727
|
remove background from network details view
|
10 years ago |
Grant Limberg
|
d786c5265f
|
bump version number
|
10 years ago |
Grant Limberg
|
ba0a45365c
|
Work around for several strange corner cases in Automatic Reference Counting in Apple's runtime
|
10 years ago |
Grant Limberg
|
decb4261d4
|
wire up control to launch at startup in preferences
|
10 years ago |
Grant Limberg
|
b0971e3a01
|
setup launch at login on first start
|
10 years ago |
Grant Limberg
|
583cd25506
|
slightly resize icons
|
10 years ago |
Grant Limberg
|
1beacc8c32
|
wire up network delete again
|
10 years ago |
Grant Limberg
|
9f880d07ab
|
build number change
|
10 years ago |
Grant Limberg
|
3fc11e2278
|
misc bug fixes related to default routes
|
10 years ago |
Grant Limberg
|
1756e8b0f2
|
Wire up checkboxes for allowGlobal, allowDefault, allowManaged to set the proper state in zerotier daemon
checkboxes are disabled if the network is not currently connected.
|
10 years ago |
Grant Limberg
|
d57e343245
|
add UI elements in network details for allowDefault, allowGlobal, allowManaged
|
10 years ago |
Grant Limberg
|
7e17a2072c
|
add allowManaged, allowGlobal, allowDefault to Network object
|
10 years ago |
Grant Limberg
|
9c94d6527a
|
add allowGlobal, allowDefault, allowManaged options to joining a network
|
10 years ago |
Grant Limberg
|
5da4fd2aef
|
Added "..." to menu items to signify it pops up in a window
|
10 years ago |
Grant Limberg
|
e621058cfd
|
build number 5
|
10 years ago |
Grant Limberg
|
f2e2632ae7
|
Added About view
also not yet populated
|
10 years ago |
Grant Limberg
|
35d1736c97
|
add preferences view
not populated yet
|
10 years ago |
Grant Limberg
|
3c534abc99
|
"Show Networks" -> "Network Details"
|
10 years ago |
Grant Limberg
|
c3deedd6fd
|
Fix menu bar icon. Add app icon.
|
10 years ago |
Grant Limberg
|
b256111a17
|
misc cleanup
|
10 years ago |
Grant Limberg
|
b5a90a437b
|
update build number
|
10 years ago |
Grant Limberg
|
6d114b7480
|
dynamically generate the menu so that networks are listed
can join/leave networks directly from the menu
|
10 years ago |
Grant Limberg
|
c8f85ffec9
|
Factored network updates into its own class. Delivered via notification
|
10 years ago |
Grant Limberg
|
bae0060552
|
add a timer to retrieve the network list every second.
|
10 years ago |
Grant Limberg
|
c8750e5812
|
more error checking when parsing JSON for network list
remove "multicastSubscriptions" field as it isn't used anyway
|
10 years ago |
Grant Limberg
|
89cb0e260a
|
Set deployment target to 10.10 for the minimum OS X version for this app
I'm currently using features only available in 10.10 or above. We'll have to discuss this and see what can be done for OS X 10.7 through 10.9.
|
10 years ago |
Grant Limberg
|
2c1a8524f0
|
remove unused variables
|
10 years ago |
Grant Limberg
|
b085329bca
|
Base functionality complete. Can join/leave/list networks. Can disconnect from networks without removing them from the network list.
|
10 years ago |
Grant Limberg
|
188f8021f8
|
Joining/Deleting networks now implemented.
Still need to implement known networks cache so we can join/leave networks without deleting them from the UI
|
10 years ago |
Grant Limberg
|
975bcb8aff
|
some OS X Authentication Services wizardry to get /Library/Application Support/ZeroTier/One/authtoken.secret and copy it to ~/Library/Application Support/ZeroTier/One/authtoken.secret
|
10 years ago |
Grant Limberg
|
51e74f8d4f
|
remove some extra logging
|
10 years ago |
Grant Limberg
|
b4f3dfc347
|
look up authtoken in user's app support directory
|
10 years ago |
Grant Limberg
|
41328eef94
|
.
|
10 years ago |
Grant Limberg
|
59cf2ea341
|
add proper border around the network list
|
10 years ago |
Grant Limberg
|
67d472424d
|
make the view show up light instead of dark
|
10 years ago |
Grant Limberg
|
1d27adb102
|
Finished wiring up the view
|
10 years ago |
Grant Limberg
|
940c0f2b93
|
WIP. Mac UI
|
10 years ago |
Grant Limberg
|
d5620288d5
|
Parse JSON network list into Network objects for the view
|
10 years ago |
Grant Limberg
|
da30d2898e
|
beginning of communicating with the zero tier service
|
10 years ago |
Grant Limberg
|
40198d6c13
|
call super functions on a few overrides
|
10 years ago |
Grant Limberg
|
4653ebc97f
|
add table view to show networks view
|
10 years ago |
Grant Limberg
|
acd6978a30
|
set the combo box to use a data source and remember the last 20 networks input
|
10 years ago |
Grant Limberg
|
ccbd6f97cd
|
remove some mistakenly committed files and add .gitignore for Xcode projects
|
10 years ago |