Commit Graph

11620 Commits

Author SHA1 Message Date
Thomas Rittson 9bb004923c
[JslibModule] Refactor to use JslibModule (#1556) 2022-03-21 20:40:26 +10:00
Thomas Rittson be0b6113e4
[JslibModule] Refactor to use JslibModule (#1425) 2022-03-21 20:39:35 +10:00
Thomas Rittson 9950fb42a1
[JslibModule] Add JslibModule (#733) 2022-03-21 19:32:55 +10:00
Matt Gibson 7fc0844dd4
Update jslib (#2459) 2022-03-18 07:25:33 -05:00
Matt Gibson f88515745c
Remove error Response type check (#731)
* Remove error Response type check

Minimization is impacting type checking in a non-consistent way.
The previous type check works locally,
but not from build artifacts 🤷. We only set `captchaRequired` on
our errors when we want a resubmit with captcha included, so we're safe
keying off that

* linter
2022-03-18 12:24:22 +10:00
github-actions[bot] e08726463e
Autosync the updated translations (#1554)
Co-authored-by: github-actions <>
2022-03-18 01:17:26 +01:00
github-actions[bot] b737a9c1e2
Autosync the updated translations (#2458)
Co-authored-by: github-actions <>
2022-03-18 01:15:53 +01:00
github-actions[bot] 75f11cdbf1
Autosync the updated translations (#1421)
Co-authored-by: github-actions <>
2022-03-18 01:13:12 +01:00
Thomas Rittson ae83a693f4
Fix infinite spinner when trying to restore Send state (#2449)
Clear state when re-opening popup
2022-03-18 09:01:22 +10:00
Micaiah Martin 4177292216
Updated actions (#510) 2022-03-17 12:27:04 -04:00
Justin Baur fdf93b610c
Update CSP rule for azure blobs (#1552) 2022-03-17 09:54:14 -04:00
Vince Grassia 144038ed1c
Move checkout steps before setup-node steps in Build workflow (#1553) 2022-03-17 09:02:50 -04:00
github-actions[bot] 0812f148a7
Bump version to 1.22.0 (#511)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-03-16 11:13:26 -06:00
github-actions[bot] e5feda0fa6
Bump version to 1.32.0 (#1415)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-03-16 10:46:16 -06:00
Micaiah Martin 7b08fc34ee
Merge pull request #2453 from bitwarden/build-actions-updates 2022-03-16 16:12:10 +00:00
Micaiah Martin 5ebed777c2
Updated actions (#1412) 2022-03-16 10:11:17 -06:00
Micaiah Martin 5dec5dea25
Merge branch 'master' into build-actions-updates 2022-03-16 15:36:24 +00:00
Vince Grassia 5cb5e37270
Add Node caching (#1549) 2022-03-16 11:18:47 -04:00
Vince Grassia 562bf6d7b4
Add Node caching to Build workflow (#509) 2022-03-16 08:33:24 -04:00
github-actions[bot] e266a740ba
Bump version to 2.27.0 (#1545)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-03-15 15:39:35 -06:00
Vince Grassia ea1c33621a
Add Node package caching (#2454) 2022-03-15 17:08:43 -04:00
Vince Grassia e49d317d19
Remove safari build script from Build workflow (#1413) 2022-03-15 16:47:02 -04:00
Chad Scharf 114d7455b8
Update SECURITY.md (#1411)
* Update SECURITY.md

Add link to our HackerOne program for submitting potential security issues.

* Revise language on SECURITY.md
2022-03-15 15:56:26 -04:00
Chad Scharf e2d95741b0
Update SECURITY.md (#725)
* Update SECURITY.md

Add link to our HackerOne program for submitting potential security issues.

* Revise language on SECURITY.md
2022-03-15 15:55:55 -04:00
Chad Scharf 2172145dbb
Update SECURITY.md (#508)
* Update SECURITY.md

Add link to our HackerOne program for submitting potential security issues.

* Revise language on SECURITY.md
2022-03-15 15:55:27 -04:00
Chad Scharf 3695cd31f6
Merge pull request #2452 from bitwarden/cscharf-update-security-md-hackerone-link
Update SECURITY.md
2022-03-15 15:50:40 -04:00
Chad Scharf 3b0fc94239
Update SECURITY.md (#1544)
* Update SECURITY.md

Add link to our HackerOne program for submitting potential security issues.

* Fix extra space (prettier)

* Revise language on SECURITY.md
2022-03-15 15:45:05 -04:00
Micaiah Martin e06616fe79 Updated actions 2022-03-15 13:43:45 -06:00
Chad Scharf c5dbb85352
Revise language on SECURITY.md 2022-03-15 15:39:14 -04:00
Vince Grassia d1146acb1e
Add Node caching to Build workflow (#1410) 2022-03-15 15:19:12 -04:00
Chad Scharf f2e0c871e3
Update SECURITY.md
Add link to our HackerOne program for submitting potential security issues.
2022-03-15 15:11:48 -04:00
Micaiah Martin f9962b2dad
Moved linting to it's own step, added dependancies (#507) 2022-03-15 18:09:46 +00:00
Micaiah Martin 703d390566
Moved linting to it's own step, removed duplicates (#1404) 2022-03-15 10:38:13 -06:00
Micaiah Martin f884095197
Added manual build trigger (#506) 2022-03-15 10:08:29 -06:00
Kyle Spearrin 73ebc45810
Update production.json (#505)
turn on serve command for release
2022-03-15 10:27:29 -04:00
Thomas Rittson c0170563f2
Disable disk caching in stateService (#1406)
* Disable disk caching in stateService

* Turn back on caching for the renderer

Co-authored-by: addison <addisonbeck1@gmail.com>
2022-03-15 09:25:43 -04:00
Matt Gibson d1bb8822a9
Update jslib (#2451) 2022-03-15 08:11:55 -05:00
Matt Gibson 32e27b5f08
Update jslib (#1542) 2022-03-15 08:11:47 -05:00
Oscar Hinton 15ad2ca3ea
Add Chromatic (#719) 2022-03-15 13:50:42 +01:00
Oscar Hinton d5334360dd
Add support for no intrusive biometric (#2431) 2022-03-15 13:13:39 +01:00
Thomas Rittson f46405a508
Update jslib (#1403) 2022-03-15 15:15:49 +10:00
Thomas Rittson f548b7e355
Update jslib (#503) 2022-03-15 15:15:16 +10:00
Thomas Rittson 20f475be62
Update jslib (#2448) 2022-03-15 15:15:00 +10:00
Thomas Rittson 317c40386f
Update jslib (#1540) 2022-03-15 15:14:40 +10:00
Matt Gibson 3ec0f6977a
Check runtime name vs mangled name (#724) 2022-03-14 20:12:31 -05:00
Micaiah Martin 6d429465fb
Added manual build trigger (#1405) 2022-03-14 16:53:59 -06:00
Oscar Hinton 41b199ab83
Tweak component library slightly (#715) 2022-03-11 21:00:24 +01:00
Matt Gibson 81457f6c05
Add jit entitlement (#1395)
* Add arm64 package

* temporarily remove workflow ignore

* Don't delete universal dist when completing arm64

* Add allow-jit entitlement

* Revert "Don't delete universal dist when completing arm64"

This reverts commit b06d6383455182351c3bb2a5321d6b9f8d7be06e.

* Revert "temporarily remove workflow ignore"

This reverts commit 80079835475dd0cea41a936c968315c57808aa32.

* Revert "Add arm64 package"

This reverts commit c8359dae4de05510caef81da80319ff1132784e1.

Co-authored-by: Hinton <oscar@oscarhinton.com>
2022-03-11 10:01:19 -06:00
github-actions[bot] c9eeca7def
Autosync the updated translations (#1537)
Co-authored-by: github-actions <>
2022-03-11 02:31:15 +01:00
github-actions[bot] 3a6aeabfd4
Autosync the updated translations (#2445)
Co-authored-by: github-actions <>
2022-03-11 02:26:03 +01:00