Matt Gibson
bd0fb024c1
Always get key from storage to ensure biometric prompt. ( #952 )
...
* Always get key from storage to ensure biometric prompt.
* Update jslib
* Update jslib
2021-06-15 13:40:34 -05:00
Matt Gibson
3b4142bd0d
Merge pull request #946 from bitwarden/authenticate-with-secure-storage-service
...
Authenticate with secure storage service
2021-06-11 16:42:52 -05:00
Matt Gibson
db688d208d
Use default cache directory
2021-06-11 14:05:28 -04:00
Matt Gibson
1fc8c02579
Remove node_modules cache
...
`npm ci` deletes node_modules as a first step, so makes no sense to cache
2021-06-11 13:52:39 -04:00
Matt Gibson
1b96afe283
Cache npm directory and always run npm ci
2021-06-11 13:52:39 -04:00
Matt Gibson
fc015bd4cb
Default to development environment settings
2021-06-10 15:37:39 -04:00
Matt Gibson
e751d24b35
Supply main sourcemaps only in dev builds
2021-06-10 12:50:59 -04:00
Matt Gibson
ecd22e4d45
Update jslib
2021-06-09 16:56:12 -04:00
Matt Gibson
05e9419d65
Request biometrically secured stored key
2021-06-09 16:55:50 -04:00
Matt Gibson
29d538c3e6
Include main process source maps for debugging
2021-06-09 16:55:50 -04:00
Matt Gibson
1867949754
Merge pull request #947 from bitwarden/update-jslib
...
upate jslib
2021-06-09 08:51:43 -05:00
Matt Gibson
3888a9cdbb
upate jslib
2021-06-09 09:28:58 -04:00
Oscar Hinton
296340a5be
Add jslib as a "real" dependency ( #941 )
...
* Add jslib as a "real" dependency
* Move more packages to jslib
* Remove some unesessary dev dependencies.
* Add back missing preinstall
* Revert jslib bump
* Fix jslib containing wrong types/node.
* Bump jslib
* Remove unessesary alias
* Remove dummy module
2021-06-07 19:26:36 +02:00
Vince Grassia
5ae7490478
MacOS Build Asset and Workflow Optimization ( #942 )
...
* adding more testable assets to the desktop build
* fixing typo
* renaming job
* fixing loading safari extension
* Fix typo
* Update workflows to use new Node caching
* Move checkout actions to beginning of jobs
* Add Run ID to key for Node cache
* Add Runner OS to cache actions
* Fix build commands by putting 'npx' in front
* Update builds to use other scripts in package.json
* Set up keychain for macos-package-dev
* Add 'Increment version' step to build workflow
* Disable MacOS dev build. Test other MacOS builds
* Add provisioning profile steps to other MacOS builds
* Remove test branch code
Co-authored-by: Joseph Flinn <joseph.s.flinn@gmail.com>
2021-06-07 12:00:13 -04:00
Thomas Rittson
f0716c62d2
Merge pull request #929 from bitwarden/responsive-theme-change
...
Respond to OS theme changes
2021-06-03 07:47:07 +10:00
Chad Scharf
2cf4da8886
Merge pull request #940 from tgreer-bw/store-asset-update
...
New screenshots for MacOS + Windows
2021-06-02 14:35:45 -04:00
tgreer-bw
c84ac6407a
new screenshots
2021-06-02 13:54:46 -04:00
Oscar Hinton
ea3316742c
Bump version to 1.26.5 ( #938 )
2021-06-02 18:09:20 +02:00
Thomas Rittson
6edd600006
Move theme update logic to services.module.ts
2021-06-02 07:28:21 +10:00
Vince Grassia
163351c3e7
Update pipelines ( #936 )
...
* Update workflows for consistency
* Update pipelines
- Trigger deploy workflow manually
- Publish release draft at the end of deploy workflow
* Enable artifact uploads for all branches and fail if no asset is found during upload
* Add if statements back in for MacOS
* Change Build application (dev) step
2021-06-01 17:14:02 -04:00
Thomas Rittson
98f614aeda
bump jslib
2021-06-02 07:11:54 +10:00
Joseph Flinn
60f3d5d33e
Merge pull request #935 from bitwarden/constrain-release-rc
...
constraining releases to the rc branch
2021-06-01 11:45:31 -07:00
Joseph Flinn
adb16783cf
constraining releases to the rc branch
2021-06-01 11:21:04 -07:00
Tom Rittson
b00df0112e
Let all OS' use system theme on startup
2021-05-31 14:34:59 +10:00
Thomas Rittson
7f5a5a5fbb
Only update to system theme if theme is Default
2021-05-31 14:34:59 +10:00
Thomas Rittson
c225210a44
Respond to native OS theme changes
2021-05-31 14:34:53 +10:00
Oscar Hinton
c7345197f7
Password reprompt fixes ( #926 )
...
* Hide card number when hidden
* Avoid double password prompts
* Bump jslib
2021-05-28 20:08:44 +02:00
Oscar Hinton
c89da7f12b
Hardcode SDKRoot ( #925 )
...
* Hardcode SDKRoot
* Re-add branch check for app store
2021-05-28 19:38:09 +02:00
Thomas Rittson
78f9dd50ad
Merge pull request #924 from bitwarden/jslib-bump
...
bump jslib
2021-05-28 09:46:34 +10:00
Thomas Rittson
a109259812
bump jslib
2021-05-28 07:56:30 +10:00
Oscar Hinton
42d280ac09
Bump NPM to v7 ( #922 )
...
* Bump NPM to v7
* Bump npm in build
* Add NPM v7 to readme
* Update node-gyp
2021-05-26 22:44:48 +02:00
Thomas Rittson
b16f8bc253
Merge pull request #914 from bitwarden/hotfix-bump
...
Version bump to 1.26.4
2021-05-21 11:00:42 +10:00
Thomas Rittson
f5175564b3
Version bump to 1.26.4
2021-05-21 08:59:07 +10:00
Thomas Rittson
f5042bc07b
Merge pull request #905 from bitwarden/fix-set-saving
...
Convert Sets to Arrays before saving locally
2021-05-20 06:37:27 +10:00
Thomas Rittson
5bd7444e53
bump jslib
2021-05-19 10:11:24 +10:00
Chad Scharf
42091ac6d3
Merge pull request #903 from djsmith85/update-nvmrc
...
Update .nvmrc from 10.13.0 to 14.17.0
2021-05-18 14:58:41 -04:00
Daniel James Smith
9a2b2069b5
Update .nvmrc from 10.13.0 to 14.17.0
2021-05-18 18:30:24 +02:00
Vince Grassia
28ebbccbf1
Pin versions of actions in workflow ( #901 )
2021-05-18 09:21:26 -04:00
Chad Scharf
0156f7ba2d
Merge pull request #900 from bitwarden/fix-locale-typo
...
Fix locale typo
2021-05-17 16:48:02 -04:00
Vince Grassia
c9ae2ed933
Update ME lang import to proper order
2021-05-17 16:25:57 -04:00
Vince Grassia
6f6de60509
Fix locale import typo
2021-05-17 16:24:11 -04:00
Chad Scharf
4a0be96b79
Merge pull request #898 from djsmith85/fix-me-locale
...
Fixed locale import for Montenegrin (Latin)
2021-05-17 14:43:58 -04:00
Daniel James Smith
cae76cd74a
Fixed locale import for Montenegrin (Latin)
2021-05-17 18:01:44 +02:00
Chad Scharf
012aa71054
Merge pull request #897 from tgreer-bw/language-adds
...
Add missing languages from Crowdin
2021-05-15 15:25:23 -04:00
Trey Greer
cc165420f7
Update src/services/i18n.service.ts
...
Co-authored-by: Chad Scharf <3904944+cscharf@users.noreply.github.com>
2021-05-14 18:19:45 -04:00
tgreer-bw
a24618be32
add missing languages from Crowdin
2021-05-14 16:42:12 -04:00
Chad Scharf
969a62de9e
Merge pull request #891 from djsmith85/update-readme
...
Adjust node version in README.md
2021-05-13 17:30:03 -04:00
Kyle Spearrin
0d5d8b671d
use swal titletext to avoid XSS ( #884 )
2021-05-13 15:22:52 -04:00
Thomas Rittson
55b0118240
Merge pull request #892 from bitwarden/improve-import-error-checking
...
Bump jslib
2021-05-13 11:23:49 +10:00
Thomas Rittson
2a471867aa
bump jslib
2021-05-13 11:00:55 +10:00