4 Commits

Autor SHA1 Mensagem Data
Wallace Breza f731dfaece feat: Make security tokens optional (#1022)
Security tokens are a great way to protect sensitive data from being stored in plain text within your project file, but at the same time can be more difficult to use when sharing projects with team members.

In this feature security tokens are still enabled by default but give the project author the ability to turn off security tokens which then stores all provider options in plain text.
2020-11-03 11:34:17 -08:00
Wallace Breza 345dbbdb28 fix: Fixes issue where user is unable to navigate to new project screen (#629)
Resolves the issue where user is unable to navigate to new project screen from the homepage. This also addresses other strange behavior related to routing in the app.

-User being navigated to the homepage after creating a connection
-Refresh application button not working

Resolves AB#17258, 17263, 17058
2019-03-01 10:12:44 -08:00
Wallace Breza 6cb936988c [AB#16328] Fixes issues with running app from static files (#404)
* Modified to support running off of local static build

* Added silent flag to coverage script

* Updated azure-piplines.yml to point to correct location

* clean up and merge changes from My's branch

* fix file path

* update package-lock.json

* refactor webpack configs
2018-12-20 10:58:37 -08:00
Wallace Breza 3039934a5a Fixed issue with electron main pipeline 2018-11-14 15:54:03 -08:00