summaryrefslogtreecommitdiff
path: root/ui
AgeCommit message (Collapse)Author
2015-06-03Make status line in UI show "TUNNELED" if slow TCP tunneling mode is active.Adam Ierymenko
2015-05-18A visit to the Windows house of pain:Adam Ierymenko
(1) Yes, you *can* create a mixed 32/64 bit Windows MSI installer that installs drivers. All you have to do is... umm... create individual sub-MSI files for each driver (one for 32, one for 64) and then package those in the main MSI files as "chained" MSI installers. Each of these must only be considered a prerequisite on 32 or 64 bit machines, respectively. (2) Upgrade Advanced Installer version, add rules to uninstall NDIS6 tap device on uninstall. (3) Fix IE issue in UI code.
2015-05-18Confirm leaving networks.Adam Ierymenko
2015-05-18Small cosmetic fix to bottom bar.Adam Ierymenko
2015-05-18Hide unneeded menus in MacGap.Adam Ierymenko
2015-05-08Make peer list font a bit smaller.Adam Ierymenko
2015-05-08Show last unicast and multicast frames.Adam Ierymenko
2015-05-08Fixes for Windows WebControl.Adam Ierymenko
2015-05-08Hmm... will this work? Very first child of <head>Adam Ierymenko
2015-05-08docsAdam Ierymenko
2015-05-08UI spacing tweaks.Adam Ierymenko
2015-05-08Minify JS in UI, add Makefile.Adam Ierymenko
2015-05-08UI tweaks, get JSXTransformer out.Adam Ierymenko
2015-05-06Pass authtoken in from user, and add a wrapper for web UI on Mac.Adam Ierymenko
2015-05-06UI work...Adam Ierymenko
2015-05-06UI tweaksAdam Ierymenko
2015-05-06Well that works... pretty web UI (currently only works on test node with ↵Adam Ierymenko
hard-coded auth code... need to figure out how to plumb that)
2015-05-05Beginning of HTML+Bootstrap+React UI for new desktop client -- looking like ↵Adam Ierymenko
it will be easier than retrofitting the old Qt client for the new API.