renovate[bot]
b214a709ff
chore(deps): update dependency @types/firefox-webext-browser to v111 ( #5469 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-19 14:23:32 +02:00
Daniel James Smith
177d795292
Remove tapable as dependency as we don't use it ( #5457 )
...
tapable is a package which is used by other packages we depend on, but we don't actually use it anywhere.
2023-05-16 11:28:21 +02:00
renovate[bot]
665fe971e0
chore(deps): update dependency webpack-cli to v5 ( #5458 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-16 11:23:40 +02:00
renovate[bot]
ace7ce773c
chore(deps): update dependency wait-on to v7 ( #5456 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-15 19:42:07 +02:00
renovate[bot]
0986a58c45
chore(deps): update dependency concurrently to v8 ( #5454 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-15 19:29:26 +02:00
renovate[bot]
74fb485f9d
chore(deps): update dependency @types/node to v18 ( #5452 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-15 18:44:09 +02:00
renovate[bot]
1eff0f776f
fix(deps): update dependency tldts to v6 ( #5449 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-15 17:38:40 +02:00
renovate[bot]
bfc647004e
chore(deps): update npm minor ( #5401 )
2023-05-12 17:05:26 +02:00
github-actions[bot]
6f34fcb86e
Bumped web version to 2023.4.2 ( #5420 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2023-05-10 10:59:54 -04:00
github-actions[bot]
c5674080ef
Bumped web version to 2023.4.1 ( #5412 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2023-05-09 09:54:19 -04:00
Oscar Hinton
7aa709a04f
[PM-2183] Remove duplicated electron packages ( #5381 )
2023-05-08 16:34:22 +02:00
Oscar Hinton
20d40a0388
[PM-2087] Bump tailwind and prettier-plugin-tailwindcss ( #5320 )
2023-05-04 17:02:45 +02:00
renovate[bot]
01244e2b9e
Lock file maintenance ( #5323 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-02 21:05:26 +02:00
renovate[bot]
7c4b2c04b9
[PM-1905] Update npm ( #3940 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hinton <hinton@users.noreply.github.com >
Co-authored-by: Matt Gibson <mgibson@bitwarden.com >
2023-05-02 17:25:25 +02:00
Oscar Hinton
9a41d5dc6f
[PM-358] Bump electron to 24 and node to 18 ( #5205 )
...
Upgrade Electron to version 24, node to 18 and npm to 9. Electron changed to using node 18 in 23, with node 18 using npm 9 as default.
There doesn't seem to be any breaking changes except the deprecation of Windows 7, 8.1, and Server 2012. A somewhat undocumented breaking change was that elements in the title bar are now draggable which broke the account switching selector. Resolved by adding a no-drag css rule.
- electronjs.org/blog/electron-22-0
- electronjs.org/blog/electron-23-0
- electronjs.org/blog/electron-24-0
2023-05-01 11:09:24 +02:00
github-actions[bot]
7b7b48709b
Bumped desktop version to 2023.4.1 ( #5293 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2023-04-27 15:13:53 +02:00
github-actions[bot]
f498836cfc
Bumped cli version to 2023.4.0 ( #5290 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2023-04-26 13:22:41 +02:00
github-actions[bot]
76d3fd6614
Bumped desktop version to 2023.4.0 ( #5291 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2023-04-26 13:22:18 +02:00
github-actions[bot]
e169ea177e
Bumped browser version to 2023.4.0 ( #5289 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2023-04-26 13:22:10 +02:00
github-actions[bot]
395d3c7034
Bump Web version to 2023.4.0 ( #5281 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2023-04-25 10:50:54 -06:00
Daniel James Smith
192bb5a7b3
[PM-328] Move exporter to tools ( #5070 )
...
* Create and register new libs/exporter
Create package.json
Create tsconfig
Create jest.config
Extend shared and root tsconfig and jest.configs
Register with eslint
* Migrate exportService to libs/exporter
Move exportService (abstraction and impl) into libs/exporter
Refactored exportService to be split into vault-export and event-export
Created barrel-files for both exports
Moved export.service.spec.ts into vault-export
Created an export-helper, which helps build the filename (extract method refactor from ExportService)
* Move components in libs/angular into tools-subfolder
Moved components
Updated imports in jslib-services.module and jslib.module
* Register libs/exporter with browser and fix imports
Move export.component into tools-subfolder
* Register libs/exporter with cli and fix imports
Move export.command into tools-subfolder
* Register libs/exporter with desktop and fix imports
Move export.component into tools-subfolder
* Move export models to libs/exporter
* Update web imports
* Update package-lock.json
* Move export models back as it would create circular dependency
Reponse models in common rely on export models which are in libs/exporter, which relies on common
* Fix up web for event-export
* Update CODEOWNERS
* Add export-models to team-tools-dev
* Simplify domain import
* Moving EventExport into web
2023-04-19 11:30:46 +02:00
github-actions[bot]
c3e87a55d6
Bumped desktop version to 2023.3.3 ( #5195 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2023-04-10 14:04:00 -07:00
Oscar Hinton
3a4a79d057
[PM-1691] Upgrade electron builder ( #5038 )
...
* Upgrade electron builder
* Fix after-sign
* Allow singleArch
* Add CSC_FOR_PULL_REQUEST
2023-04-10 20:19:28 +02:00
github-actions[bot]
043f3c54e3
Bumped browser version to 2023.3.1 ( #5167 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2023-04-05 17:12:33 +01:00
github-actions[bot]
399a8378fa
Bumped desktop version to 2023.3.2 ( #5092 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2023-03-27 20:38:37 -04:00
Daniel James Smith
a5a12a6723
[PM-328] Move common/importer to libs/importer (tools-migration) ( #5060 )
...
* Create and register new libs/importer
Create package.json
Create tsconfig
Create jest.config
Extend shared and root tsconfig and jest.configs
Register with eslint
* Move importer-related files to libs/importer
* Move importer-spec-related files to libs/importer
Move import.service.spec
* Update package-lock.json
* Set CODEOWNERS for new libs/importer
* Register libs/importer with cli and fix imports
* Register libs/importer with web and fix imports
* Move importOption into models
Rename importOptions to import-options
* Fix linting issues after updating prettier
* Only expose necessary files from libs/importer
Fix tsconfig files
- Removes the trailing /index on imports in web/cli
As the spec-files no longer can access the internals via @bitwarden/importer they import by path (../src/importers)
* Add barrel files to vendors with more than one importer
2023-03-23 11:43:27 +01:00
Oscar Hinton
23c4d45285
[PM-1415] [BEEEP] Angular 15 ( #4719 )
...
* Upgrade Angular to 15
* Remove attr.allow for webauthn
2023-03-22 18:26:04 +01:00
github-actions[bot]
4548defc49
Bumped desktop version to 2023.3.1 ( #5053 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2023-03-22 12:55:14 -04:00
github-actions[bot]
a7fea2ff3a
Bumped cli version to 2023.3.0 ( #5051 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2023-03-22 10:48:02 -04:00
github-actions[bot]
d563470a2e
Bumped browser version to 2023.3.0 ( #5050 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2023-03-22 10:39:24 -04:00
github-actions[bot]
6743ab09f7
Bumped desktop version to 2023.3.0 ( #5049 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2023-03-22 10:25:49 -04:00
github-actions[bot]
bda3320742
Bumped web version to 2023.3.0 ( #5041 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2023-03-21 15:26:26 -06:00
Oscar Hinton
ff4293b7bd
[PM-1512] Upgrade prettier ( #5028 )
...
* Upgrade prettier
* Lock prettier version
2023-03-21 11:28:15 +01:00
github-actions[bot]
450df353a4
Bumped desktop version to 2023.2.1 ( #4801 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2023-02-17 20:44:54 +00:00
github-actions[bot]
45b6ac81c3
Bumped browser version to 2023.2.1 ( #4783 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2023-02-16 17:30:14 +00:00
github-actions[bot]
652cb8214d
Bump CLI version to 2023.2.0 ( #4776 )
...
* [EC-1060] feat: center align table cell content (#4618 )
* [EC-1027] feat: remove `tw-text-sm` (#4617 )
(cherry picked from commit 807a135418 )
* Set checkForBreaches to true (checked) by default.
(cherry picked from commit 28d5961ed3 )
* Open WebAuthn Prompt in New Tab (#4696 )
- We already did this for Firefox and Safari
* Turn off checking for breaches in web for now (#4698 )
* [PS-2455] Catch and log contextmenu errors (#4699 )
* Set initRunning to true
initRunning was checked and at the end set to false, but it never got set to true
* Catch and log contextmenu errors
(cherry picked from commit db202f9e9e )
* Fix race condition when setting modal properties (#4701 )
(cherry picked from commit 1c18a73a56 )
* SG-1047 Fix remember me on web (#4706 )
(cherry picked from commit d27ef74fe1 )
* PS-2450 EC-1073 Do not decode and normalize query (#4708 )
Co-authored-by: Jake Fink <jfink@bitwarden.com >
(cherry picked from commit 13746c1840 )
* [Desktop/Browser] - Renew signing certificates (#4739 )
(cherry picked from commit 4438ab9e3a )
* Revert to MV2 Autofill Logic (#4705 )
* Bumped web version to 2023.2.0 (#4753 )
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
(cherry picked from commit 4e4de9812e )
* [EC-1074] fix: block interaction during async action (#4732 )
The user is able to interact with vault-items while actions like delete are happening. This commit is a temporary fix to disable all interaction surfaces during those async actions.
(cherry picked from commit 957ed50c82 )
* Autosync the updated translations (#4712 )
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
(cherry picked from commit 6f45fbe2a0 )
* Bump Browser version to 2023.2.0 (#4767 )
* [EC-1060] feat: center align table cell content (#4618 )
* [EC-1027] feat: remove `tw-text-sm` (#4617 )
(cherry picked from commit 807a135418 )
* Set checkForBreaches to true (checked) by default.
(cherry picked from commit 28d5961ed3 )
* Open WebAuthn Prompt in New Tab (#4696 )
- We already did this for Firefox and Safari
* Turn off checking for breaches in web for now (#4698 )
* [PS-2455] Catch and log contextmenu errors (#4699 )
* Set initRunning to true
initRunning was checked and at the end set to false, but it never got set to true
* Catch and log contextmenu errors
(cherry picked from commit db202f9e9e )
* Fix race condition when setting modal properties (#4701 )
(cherry picked from commit 1c18a73a56 )
* SG-1047 Fix remember me on web (#4706 )
(cherry picked from commit d27ef74fe1 )
* PS-2450 EC-1073 Do not decode and normalize query (#4708 )
Co-authored-by: Jake Fink <jfink@bitwarden.com >
(cherry picked from commit 13746c1840 )
* [Desktop/Browser] - Renew signing certificates (#4739 )
(cherry picked from commit 4438ab9e3a )
* Revert to MV2 Autofill Logic (#4705 )
* Bumped web version to 2023.2.0 (#4753 )
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
(cherry picked from commit 4e4de9812e )
* [EC-1074] fix: block interaction during async action (#4732 )
The user is able to interact with vault-items while actions like delete are happening. This commit is a temporary fix to disable all interaction surfaces during those async actions.
(cherry picked from commit 957ed50c82 )
* Bumped browser version to 2023.2.0
---------
Co-authored-by: Andreas Coroiu <acoroiu@bitwarden.com >
Co-authored-by: Todd Martin <tmartin@bitwarden.com >
Co-authored-by: Justin Baur <19896123+justindbaur@users.noreply.github.com >
Co-authored-by: Robyn MacCallum <robyntmaccallum@gmail.com >
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com >
Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com >
Co-authored-by: Carlos Gonçalves <cgoncalves@bitwarden.com >
Co-authored-by: Matt Gibson <mgibson@bitwarden.com >
Co-authored-by: mimartin12 <77340197+mimartin12@users.noreply.github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
Co-authored-by: Opeyemi Alao <54288773+Eeebru@users.noreply.github.com >
(cherry picked from commit 61b6edadb3 )
* Bump Desktop version to 2023.2.0 (#4773 )
* [EC-1060] feat: center align table cell content (#4618 )
* [EC-1027] feat: remove `tw-text-sm` (#4617 )
(cherry picked from commit 807a135418 )
* Set checkForBreaches to true (checked) by default.
(cherry picked from commit 28d5961ed3 )
* Open WebAuthn Prompt in New Tab (#4696 )
- We already did this for Firefox and Safari
* Turn off checking for breaches in web for now (#4698 )
* [PS-2455] Catch and log contextmenu errors (#4699 )
* Set initRunning to true
initRunning was checked and at the end set to false, but it never got set to true
* Catch and log contextmenu errors
(cherry picked from commit db202f9e9e )
* Fix race condition when setting modal properties (#4701 )
(cherry picked from commit 1c18a73a56 )
* SG-1047 Fix remember me on web (#4706 )
(cherry picked from commit d27ef74fe1 )
* PS-2450 EC-1073 Do not decode and normalize query (#4708 )
Co-authored-by: Jake Fink <jfink@bitwarden.com >
(cherry picked from commit 13746c1840 )
* [Desktop/Browser] - Renew signing certificates (#4739 )
(cherry picked from commit 4438ab9e3a )
* Revert to MV2 Autofill Logic (#4705 )
* Bumped web version to 2023.2.0 (#4753 )
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
(cherry picked from commit 4e4de9812e )
* [EC-1074] fix: block interaction during async action (#4732 )
The user is able to interact with vault-items while actions like delete are happening. This commit is a temporary fix to disable all interaction surfaces during those async actions.
(cherry picked from commit 957ed50c82 )
* Autosync the updated translations (#4712 )
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
(cherry picked from commit 6f45fbe2a0 )
* Bump Browser version to 2023.2.0 (#4767 )
* [EC-1060] feat: center align table cell content (#4618 )
* [EC-1027] feat: remove `tw-text-sm` (#4617 )
(cherry picked from commit 807a135418 )
* Set checkForBreaches to true (checked) by default.
(cherry picked from commit 28d5961ed3 )
* Open WebAuthn Prompt in New Tab (#4696 )
- We already did this for Firefox and Safari
* Turn off checking for breaches in web for now (#4698 )
* [PS-2455] Catch and log contextmenu errors (#4699 )
* Set initRunning to true
initRunning was checked and at the end set to false, but it never got set to true
* Catch and log contextmenu errors
(cherry picked from commit db202f9e9e )
* Fix race condition when setting modal properties (#4701 )
(cherry picked from commit 1c18a73a56 )
* SG-1047 Fix remember me on web (#4706 )
(cherry picked from commit d27ef74fe1 )
* PS-2450 EC-1073 Do not decode and normalize query (#4708 )
Co-authored-by: Jake Fink <jfink@bitwarden.com >
(cherry picked from commit 13746c1840 )
* [Desktop/Browser] - Renew signing certificates (#4739 )
(cherry picked from commit 4438ab9e3a )
* Revert to MV2 Autofill Logic (#4705 )
* Bumped web version to 2023.2.0 (#4753 )
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
(cherry picked from commit 4e4de9812e )
* [EC-1074] fix: block interaction during async action (#4732 )
The user is able to interact with vault-items while actions like delete are happening. This commit is a temporary fix to disable all interaction surfaces during those async actions.
(cherry picked from commit 957ed50c82 )
* Bumped browser version to 2023.2.0
---------
Co-authored-by: Andreas Coroiu <acoroiu@bitwarden.com >
Co-authored-by: Todd Martin <tmartin@bitwarden.com >
Co-authored-by: Justin Baur <19896123+justindbaur@users.noreply.github.com >
Co-authored-by: Robyn MacCallum <robyntmaccallum@gmail.com >
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com >
Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com >
Co-authored-by: Carlos Gonçalves <cgoncalves@bitwarden.com >
Co-authored-by: Matt Gibson <mgibson@bitwarden.com >
Co-authored-by: mimartin12 <77340197+mimartin12@users.noreply.github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
Co-authored-by: Opeyemi Alao <54288773+Eeebru@users.noreply.github.com >
(cherry picked from commit 61b6edadb3 )
* Bumped desktop version to 2023.2.0
---------
Co-authored-by: Andreas Coroiu <acoroiu@bitwarden.com >
Co-authored-by: Todd Martin <tmartin@bitwarden.com >
Co-authored-by: Justin Baur <19896123+justindbaur@users.noreply.github.com >
Co-authored-by: Robyn MacCallum <robyntmaccallum@gmail.com >
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com >
Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com >
Co-authored-by: Carlos Gonçalves <cgoncalves@bitwarden.com >
Co-authored-by: Matt Gibson <mgibson@bitwarden.com >
Co-authored-by: mimartin12 <77340197+mimartin12@users.noreply.github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
Co-authored-by: Opeyemi Alao <54288773+Eeebru@users.noreply.github.com >
(cherry picked from commit cdb44dd774 )
* Bumped cli version to 2023.2.0
---------
Co-authored-by: Andreas Coroiu <acoroiu@bitwarden.com >
Co-authored-by: Todd Martin <tmartin@bitwarden.com >
Co-authored-by: Justin Baur <19896123+justindbaur@users.noreply.github.com >
Co-authored-by: Robyn MacCallum <robyntmaccallum@gmail.com >
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com >
Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com >
Co-authored-by: Carlos Gonçalves <cgoncalves@bitwarden.com >
Co-authored-by: Matt Gibson <mgibson@bitwarden.com >
Co-authored-by: mimartin12 <77340197+mimartin12@users.noreply.github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
Co-authored-by: Opeyemi Alao <54288773+Eeebru@users.noreply.github.com >
2023-02-15 21:35:04 +00:00
github-actions[bot]
cdb44dd774
Bump Desktop version to 2023.2.0 ( #4773 )
...
* [EC-1060] feat: center align table cell content (#4618 )
* [EC-1027] feat: remove `tw-text-sm` (#4617 )
(cherry picked from commit 807a135418 )
* Set checkForBreaches to true (checked) by default.
(cherry picked from commit 28d5961ed3 )
* Open WebAuthn Prompt in New Tab (#4696 )
- We already did this for Firefox and Safari
* Turn off checking for breaches in web for now (#4698 )
* [PS-2455] Catch and log contextmenu errors (#4699 )
* Set initRunning to true
initRunning was checked and at the end set to false, but it never got set to true
* Catch and log contextmenu errors
(cherry picked from commit db202f9e9e )
* Fix race condition when setting modal properties (#4701 )
(cherry picked from commit 1c18a73a56 )
* SG-1047 Fix remember me on web (#4706 )
(cherry picked from commit d27ef74fe1 )
* PS-2450 EC-1073 Do not decode and normalize query (#4708 )
Co-authored-by: Jake Fink <jfink@bitwarden.com >
(cherry picked from commit 13746c1840 )
* [Desktop/Browser] - Renew signing certificates (#4739 )
(cherry picked from commit 4438ab9e3a )
* Revert to MV2 Autofill Logic (#4705 )
* Bumped web version to 2023.2.0 (#4753 )
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
(cherry picked from commit 4e4de9812e )
* [EC-1074] fix: block interaction during async action (#4732 )
The user is able to interact with vault-items while actions like delete are happening. This commit is a temporary fix to disable all interaction surfaces during those async actions.
(cherry picked from commit 957ed50c82 )
* Autosync the updated translations (#4712 )
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
(cherry picked from commit 6f45fbe2a0 )
* Bump Browser version to 2023.2.0 (#4767 )
* [EC-1060] feat: center align table cell content (#4618 )
* [EC-1027] feat: remove `tw-text-sm` (#4617 )
(cherry picked from commit 807a135418 )
* Set checkForBreaches to true (checked) by default.
(cherry picked from commit 28d5961ed3 )
* Open WebAuthn Prompt in New Tab (#4696 )
- We already did this for Firefox and Safari
* Turn off checking for breaches in web for now (#4698 )
* [PS-2455] Catch and log contextmenu errors (#4699 )
* Set initRunning to true
initRunning was checked and at the end set to false, but it never got set to true
* Catch and log contextmenu errors
(cherry picked from commit db202f9e9e )
* Fix race condition when setting modal properties (#4701 )
(cherry picked from commit 1c18a73a56 )
* SG-1047 Fix remember me on web (#4706 )
(cherry picked from commit d27ef74fe1 )
* PS-2450 EC-1073 Do not decode and normalize query (#4708 )
Co-authored-by: Jake Fink <jfink@bitwarden.com >
(cherry picked from commit 13746c1840 )
* [Desktop/Browser] - Renew signing certificates (#4739 )
(cherry picked from commit 4438ab9e3a )
* Revert to MV2 Autofill Logic (#4705 )
* Bumped web version to 2023.2.0 (#4753 )
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
(cherry picked from commit 4e4de9812e )
* [EC-1074] fix: block interaction during async action (#4732 )
The user is able to interact with vault-items while actions like delete are happening. This commit is a temporary fix to disable all interaction surfaces during those async actions.
(cherry picked from commit 957ed50c82 )
* Bumped browser version to 2023.2.0
---------
Co-authored-by: Andreas Coroiu <acoroiu@bitwarden.com >
Co-authored-by: Todd Martin <tmartin@bitwarden.com >
Co-authored-by: Justin Baur <19896123+justindbaur@users.noreply.github.com >
Co-authored-by: Robyn MacCallum <robyntmaccallum@gmail.com >
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com >
Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com >
Co-authored-by: Carlos Gonçalves <cgoncalves@bitwarden.com >
Co-authored-by: Matt Gibson <mgibson@bitwarden.com >
Co-authored-by: mimartin12 <77340197+mimartin12@users.noreply.github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
Co-authored-by: Opeyemi Alao <54288773+Eeebru@users.noreply.github.com >
(cherry picked from commit 61b6edadb3 )
* Bumped desktop version to 2023.2.0
---------
Co-authored-by: Andreas Coroiu <acoroiu@bitwarden.com >
Co-authored-by: Todd Martin <tmartin@bitwarden.com >
Co-authored-by: Justin Baur <19896123+justindbaur@users.noreply.github.com >
Co-authored-by: Robyn MacCallum <robyntmaccallum@gmail.com >
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com >
Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com >
Co-authored-by: Carlos Gonçalves <cgoncalves@bitwarden.com >
Co-authored-by: Matt Gibson <mgibson@bitwarden.com >
Co-authored-by: mimartin12 <77340197+mimartin12@users.noreply.github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
Co-authored-by: Opeyemi Alao <54288773+Eeebru@users.noreply.github.com >
2023-02-15 17:59:11 +00:00
github-actions[bot]
61b6edadb3
Bump Browser version to 2023.2.0 ( #4767 )
...
* [EC-1060] feat: center align table cell content (#4618 )
* [EC-1027] feat: remove `tw-text-sm` (#4617 )
(cherry picked from commit 807a135418 )
* Set checkForBreaches to true (checked) by default.
(cherry picked from commit 28d5961ed3 )
* Open WebAuthn Prompt in New Tab (#4696 )
- We already did this for Firefox and Safari
* Turn off checking for breaches in web for now (#4698 )
* [PS-2455] Catch and log contextmenu errors (#4699 )
* Set initRunning to true
initRunning was checked and at the end set to false, but it never got set to true
* Catch and log contextmenu errors
(cherry picked from commit db202f9e9e )
* Fix race condition when setting modal properties (#4701 )
(cherry picked from commit 1c18a73a56 )
* SG-1047 Fix remember me on web (#4706 )
(cherry picked from commit d27ef74fe1 )
* PS-2450 EC-1073 Do not decode and normalize query (#4708 )
Co-authored-by: Jake Fink <jfink@bitwarden.com >
(cherry picked from commit 13746c1840 )
* [Desktop/Browser] - Renew signing certificates (#4739 )
(cherry picked from commit 4438ab9e3a )
* Revert to MV2 Autofill Logic (#4705 )
* Bumped web version to 2023.2.0 (#4753 )
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
(cherry picked from commit 4e4de9812e )
* [EC-1074] fix: block interaction during async action (#4732 )
The user is able to interact with vault-items while actions like delete are happening. This commit is a temporary fix to disable all interaction surfaces during those async actions.
(cherry picked from commit 957ed50c82 )
* Bumped browser version to 2023.2.0
---------
Co-authored-by: Andreas Coroiu <acoroiu@bitwarden.com >
Co-authored-by: Todd Martin <tmartin@bitwarden.com >
Co-authored-by: Justin Baur <19896123+justindbaur@users.noreply.github.com >
Co-authored-by: Robyn MacCallum <robyntmaccallum@gmail.com >
Co-authored-by: Daniel James Smith <djsmith85@users.noreply.github.com >
Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com >
Co-authored-by: Carlos Gonçalves <cgoncalves@bitwarden.com >
Co-authored-by: Matt Gibson <mgibson@bitwarden.com >
Co-authored-by: mimartin12 <77340197+mimartin12@users.noreply.github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
Co-authored-by: Opeyemi Alao <54288773+Eeebru@users.noreply.github.com >
2023-02-15 13:16:24 +00:00
github-actions[bot]
4e4de9812e
Bumped web version to 2023.2.0 ( #4753 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2023-02-14 16:54:20 -05:00
Thomas Rittson
cc5c753e30
[EC-1051] Add TailwindCSS linting rules ( #4605 )
2023-02-03 07:27:08 +10:00
Oscar Hinton
4d6e333d8d
[SM-468] Add eslint rule for forcing type to buttons ( #4576 )
...
* Add eslint rule for forcing type to buttons
* Fix eslint js errors
2023-01-31 18:39:10 +01:00
Kyle Spearrin
61d94c7e59
[PS-2367] CLI pkg ref for argon2 lib ( #4579 )
...
* pkg ref argon2
* add argon to cli package.json
* argon2 assets
* ci matrix for cli
* simplify builds for testing
* fix env
* zip for each os
* add os prefix back to zip
* create checksums
* make sums 256
* fix shasum command
* combine some steps for unix
* LOWER_RUNNER_OS
* SHORT_RUNNER_OS
* SHORT_RUNNER_OS on dist
* upload unix assets
* restore old build files
* fix formatting
* fix zip folder structure
* fix condition on upload unix zip asset
* compute shasum like other parts of build
* change matrix os targets
2023-01-27 09:52:08 -05:00
Bernd Schoolmann
e055e68991
[PS-2251] Implement argon2 kdf ( #4468 )
...
* Implement argon2
* Remove argon2 webassembly warning
* Replace magic numbers by enum
* move packages
* cleanup call to argon2
* update call to node argon2
* don't need wasm-eval
* revert config changes
* Update libs/common/src/enums/kdfType.ts
Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com >
* Update kdfType.ts
* apply DEFAULT_PBKDF2_ITERATIONS
* checkIfWasmSupported
Co-authored-by: Kyle Spearrin <kyle.spearrin@gmail.com >
Co-authored-by: Kyle Spearrin <kspearrin@users.noreply.github.com >
Co-authored-by: Martin Weinelt <mweinelt@users.noreply.github.com >
2023-01-26 09:20:12 -05:00
github-actions[bot]
f82a9f33bd
Bump Web version to 2023.1.1 ( #4493 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2023-01-17 10:02:28 -07:00
github-actions[bot]
8e5d73dfc6
Bumped desktop version to 2023.1.2 ( #4484 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2023-01-16 10:31:48 +01:00
github-actions[bot]
8121894b44
Bumped desktop version to 2023.1.1 ( #4463 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2023-01-13 14:22:49 +01:00
Matt Bishop
4be2989fec
Upload and process test results as an artifact and report ( #4435 )
2023-01-11 09:01:02 -05:00
github-actions[bot]
2b67563868
Bumped cli version to 2023.1.0 ( #4445 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2023-01-11 09:57:52 +01:00
github-actions[bot]
25b40ac78d
Bumped desktop version to 2023.1.0 ( #4444 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2023-01-11 09:57:16 +01:00
github-actions[bot]
cbd54c549f
Bumped browser version to 2023.1.0 ( #4443 )
...
Co-authored-by: bitwarden-devops-bot <106330231+bitwarden-devops-bot@users.noreply.github.com >
2023-01-11 09:56:56 +01:00