Grant Limberg
d9c9668a44
Don't close auth window on auth_url change
2022-05-05 16:31:51 -07:00
Grant Limberg
a84a77a2a3
bump parcel version in dev dependencies
2022-04-22 12:22:16 -07:00
Grant Limberg
3dce2ba466
Merge pull request #38 from zerotier/dependabot/npm_and_yarn/ui/minimist-1.2.6
...
Bump minimist from 1.2.5 to 1.2.6 in /ui
2022-04-22 11:51:35 -07:00
dependabot[bot]
821e1ea644
Bump minimist from 1.2.5 to 1.2.6 in /ui
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-04-22 18:47:02 +00:00
Grant Limberg
2b2601793a
update yarn.lock
2022-04-22 11:38:11 -07:00
Grant Limberg
e7daf41ad5
helps when you save the file
2022-04-22 11:35:59 -07:00
Grant Limberg
022cc6440b
update moment to 2.29.2
2022-04-22 11:33:40 -07:00
Adam Ierymenko
38b327208b
Version bump, and we do not want it in the dock on macOS.
2022-03-29 19:41:42 -04:00
Adam Ierymenko
989df97d03
Merge branch 'master' of ssh://git.int.zerotier.com:2222/ZeroTier/ZeroTierDesktopUI
2022-03-29 14:42:46 -04:00
Adam Ierymenko
4c74d765a6
Cut/paste fixes for Mac.
2022-03-29 14:42:37 -04:00
Adam Ierymenko
481faef6cc
Fix for paste into SSO login window on MacOS and rustfmt.
2022-03-28 17:31:55 -04:00
Adam Ierymenko
6830402cb6
Statically link MSVC DLLs because Windows.
2022-03-22 17:42:53 -04:00
Adam Ierymenko
09d8495950
Merge pull request #29 from zerotier/deb-package
...
Beginnings of deb packages
2022-03-21 16:58:35 -04:00
Adam Ierymenko
781e5063e5
Merge pull request #33 from zerotier/elevation-fix
...
Fix for Issue #32
2022-03-21 16:58:25 -04:00
Grant Limberg
94fab164a4
Fix for Issue #32
...
patch serviceclient::get_auth_token_and_port() so that the home directory is specified externally to it.
Previously, it calculated the user home at the top of the function definition, but this caused issues when being run from non-Administrator accounts on Windows. The function would first be run as the non-Admin user. The app detects that it doesn't have access to the system authtoken so it requests to elevate privileges and copy. The issue arrises is that the destination path was re-calculated after running as an administrator so the target path of the copy was the administrator's home directory, not the initial user. This patch sets the target home directory as a command line argument when running the copy_authtoken subcommand.
2022-03-15 16:33:02 -07:00
Grant Limberg
2ee652836a
Beginnings of deb packages
...
* Only tested on Ubuntu/Pop_OS! 21.10
* Requires fpm (https://github.com/jordansissel/fpm ) to build
* Dependencies may not be complete yet.
* Not ready to build & release packages for "ALL THE DISTROS!" yet.
2022-03-10 15:05:37 -08:00
Adam Ierymenko
16f33ec033
Minor UI tweaks.
2022-01-18 11:07:24 -05:00
Adam Ierymenko
ddfc7e13f6
Fix copy paste, update vendored dependencies.
2022-01-18 10:58:25 -05:00
Grant Limberg
b4b947cf13
remove println!s
2021-12-15 15:49:30 -08:00
Grant Limberg
909ff47b61
Modifications for full flow OIDC
...
Drops support for implicit flow in the ui client.
2021-12-15 15:46:16 -08:00
Adam Ierymenko
9fe5411880
Merge pull request #16 from zerotier/debuggable
...
Make the desktop UI debuggable
2021-12-14 12:03:56 -05:00
Grant Limberg
962c56bfca
Make the desktop UI debuggable
2021-12-13 15:54:28 -08:00
Adam Ierymenko
787466ee89
Fix to missing UI data after running for a while, and rebuild UI html.
1.8.4
2021-11-22 21:50:14 -05:00
Adam Ierymenko
bf7858cc30
Merge branch 'master' of github.com:zerotier/DesktopUI
2021-11-19 17:24:02 -05:00
Adam Ierymenko
e10a64b77d
Cut unnecessary autorelease that was breaking older MacOS
2021-11-19 17:23:53 -05:00