mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
Merged with master and fixed conflicts
This commit is contained in:
14
.github/renovate.json
vendored
14
.github/renovate.json
vendored
@@ -14,8 +14,18 @@
|
|||||||
"enabledManagers": ["cargo", "github-actions", "npm"],
|
"enabledManagers": ["cargo", "github-actions", "npm"],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"groupName": "{{manager}}",
|
"groupName": "cargo minor",
|
||||||
"matchPackagePatterns": ["*"],
|
"matchManagers": ["cargo"],
|
||||||
|
"matchUpdateTypes": ["minor", "patch"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"groupName": "gh minor",
|
||||||
|
"matchManagers": ["github-actions"],
|
||||||
|
"matchUpdateTypes": ["minor", "patch"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"groupName": "npm minor",
|
||||||
|
"matchManagers": ["npm"],
|
||||||
"matchUpdateTypes": ["minor", "patch"]
|
"matchUpdateTypes": ["minor", "patch"]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
8
.github/whitelist-capital-letters.txt
vendored
8
.github/whitelist-capital-letters.txt
vendored
@@ -25,14 +25,6 @@
|
|||||||
./libs/angular/src/services/theming/themeBuilder.ts
|
./libs/angular/src/services/theming/themeBuilder.ts
|
||||||
./libs/angular/src/interfaces/selectOptions.ts
|
./libs/angular/src/interfaces/selectOptions.ts
|
||||||
./libs/components/src/stories/Introduction.stories.mdx
|
./libs/components/src/stories/Introduction.stories.mdx
|
||||||
./libs/common/spec/web/services/webCryptoFunction.service.spec.ts
|
|
||||||
./libs/common/spec/shared/interceptConsole.ts
|
|
||||||
./libs/common/spec/models/domain/symmetricCryptoKey.spec.ts
|
|
||||||
./libs/common/spec/models/domain/encArrayBuffer.spec.ts
|
|
||||||
./libs/common/spec/matchers/toEqualBuffer.spec.ts
|
|
||||||
./libs/common/spec/matchers/toEqualBuffer.ts
|
|
||||||
./libs/common/spec/services/stateMigration.service.spec.ts
|
|
||||||
./libs/common/spec/services/consoleLog.service.spec.ts
|
|
||||||
./libs/common/src/misc/nodeUtils.ts
|
./libs/common/src/misc/nodeUtils.ts
|
||||||
./libs/common/src/misc/linkedFieldOption.decorator.ts
|
./libs/common/src/misc/linkedFieldOption.decorator.ts
|
||||||
./libs/common/src/misc/serviceUtils.ts
|
./libs/common/src/misc/serviceUtils.ts
|
||||||
|
|||||||
4
.github/workflows/brew-bump-cli.yml
vendored
4
.github/workflows/brew-bump-cli.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
runs-on: macos-11
|
runs-on: macos-11
|
||||||
steps:
|
steps:
|
||||||
- name: Login to Azure
|
- name: Login to Azure
|
||||||
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.6
|
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
|
||||||
with:
|
with:
|
||||||
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
||||||
|
|
||||||
@@ -29,7 +29,7 @@ jobs:
|
|||||||
secrets: "brew-bump-workflow-pat"
|
secrets: "brew-bump-workflow-pat"
|
||||||
|
|
||||||
- name: Update Homebrew formula
|
- name: Update Homebrew formula
|
||||||
uses: dawidd6/action-homebrew-bump-formula@dd221ff435f42fa8102b5871bb1929af9d76476c
|
uses: dawidd6/action-homebrew-bump-formula@d3667e5ae14df19579e4414897498e3e88f2f458 # v3.10.0
|
||||||
with:
|
with:
|
||||||
# Required, custom GitHub access token with the 'public_repo' and 'workflow' scopes
|
# Required, custom GitHub access token with the 'public_repo' and 'workflow' scopes
|
||||||
token: ${{ steps.retrieve-secrets.outputs.brew-bump-workflow-pat }}
|
token: ${{ steps.retrieve-secrets.outputs.brew-bump-workflow-pat }}
|
||||||
|
|||||||
2
.github/workflows/brew-bump-desktop.yml
vendored
2
.github/workflows/brew-bump-desktop.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
|||||||
runs-on: macos-11
|
runs-on: macos-11
|
||||||
steps:
|
steps:
|
||||||
- name: Login to Azure
|
- name: Login to Azure
|
||||||
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.6
|
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
|
||||||
with:
|
with:
|
||||||
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
||||||
|
|
||||||
|
|||||||
38
.github/workflows/build-browser.yml
vendored
38
.github/workflows/build-browser.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
|||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Set up cloc
|
- name: Set up cloc
|
||||||
run: |
|
run: |
|
||||||
@@ -79,7 +79,7 @@ jobs:
|
|||||||
working-directory: apps/browser
|
working-directory: apps/browser
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Testing locales - extName length
|
- name: Testing locales - extName length
|
||||||
run: |
|
run: |
|
||||||
@@ -119,10 +119,10 @@ jobs:
|
|||||||
working-directory: apps/browser
|
working-directory: apps/browser
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Set up Node
|
- name: Set up Node
|
||||||
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3.3.0
|
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
|
||||||
with:
|
with:
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
cache-dependency-path: '**/package-lock.json'
|
cache-dependency-path: '**/package-lock.json'
|
||||||
@@ -173,56 +173,56 @@ jobs:
|
|||||||
working-directory: ./
|
working-directory: ./
|
||||||
|
|
||||||
- name: Upload Opera artifact
|
- name: Upload Opera artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: dist-opera-${{ env._BUILD_NUMBER }}.zip
|
name: dist-opera-${{ env._BUILD_NUMBER }}.zip
|
||||||
path: apps/browser/dist/dist-opera.zip
|
path: apps/browser/dist/dist-opera.zip
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload Opera MV3 artifact
|
- name: Upload Opera MV3 artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: dist-opera-MV3-${{ env._BUILD_NUMBER }}.zip
|
name: dist-opera-MV3-${{ env._BUILD_NUMBER }}.zip
|
||||||
path: apps/browser/dist/dist-opera-mv3.zip
|
path: apps/browser/dist/dist-opera-mv3.zip
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload Chrome artifact
|
- name: Upload Chrome artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: dist-chrome-${{ env._BUILD_NUMBER }}.zip
|
name: dist-chrome-${{ env._BUILD_NUMBER }}.zip
|
||||||
path: apps/browser/dist/dist-chrome.zip
|
path: apps/browser/dist/dist-chrome.zip
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload Chrome MV3 artifact
|
- name: Upload Chrome MV3 artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: dist-chrome-MV3-${{ env._BUILD_NUMBER }}.zip
|
name: dist-chrome-MV3-${{ env._BUILD_NUMBER }}.zip
|
||||||
path: apps/browser/dist/dist-chrome-mv3.zip
|
path: apps/browser/dist/dist-chrome-mv3.zip
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload Firefox artifact
|
- name: Upload Firefox artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: dist-firefox-${{ env._BUILD_NUMBER }}.zip
|
name: dist-firefox-${{ env._BUILD_NUMBER }}.zip
|
||||||
path: apps/browser/dist/dist-firefox.zip
|
path: apps/browser/dist/dist-firefox.zip
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload Edge artifact
|
- name: Upload Edge artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: dist-edge-${{ env._BUILD_NUMBER }}.zip
|
name: dist-edge-${{ env._BUILD_NUMBER }}.zip
|
||||||
path: apps/browser/dist/dist-edge.zip
|
path: apps/browser/dist/dist-edge.zip
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload Edge MV3 artifact
|
- name: Upload Edge MV3 artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: dist-edge-MV3-${{ env._BUILD_NUMBER }}.zip
|
name: dist-edge-MV3-${{ env._BUILD_NUMBER }}.zip
|
||||||
path: apps/browser/dist/dist-edge-mv3.zip
|
path: apps/browser/dist/dist-edge-mv3.zip
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload browser source
|
- name: Upload browser source
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: browser-source-${{ env._BUILD_NUMBER }}.zip
|
name: browser-source-${{ env._BUILD_NUMBER }}.zip
|
||||||
path: browser-source.zip
|
path: browser-source.zip
|
||||||
@@ -230,7 +230,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload coverage artifact
|
- name: Upload coverage artifact
|
||||||
if: false
|
if: false
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: coverage-${{ env._BUILD_NUMBER }}.zip
|
name: coverage-${{ env._BUILD_NUMBER }}.zip
|
||||||
path: apps/browser/coverage/coverage-${{ env._BUILD_NUMBER }}.zip
|
path: apps/browser/coverage/coverage-${{ env._BUILD_NUMBER }}.zip
|
||||||
@@ -246,10 +246,10 @@ jobs:
|
|||||||
_BUILD_NUMBER: ${{ needs.setup.outputs.adj_build_number }}
|
_BUILD_NUMBER: ${{ needs.setup.outputs.adj_build_number }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Set up Node
|
- name: Set up Node
|
||||||
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # v3.3.0
|
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
|
||||||
with:
|
with:
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
cache-dependency-path: '**/package-lock.json'
|
cache-dependency-path: '**/package-lock.json'
|
||||||
@@ -330,7 +330,7 @@ jobs:
|
|||||||
ls -la
|
ls -la
|
||||||
|
|
||||||
- name: Upload Safari artifact
|
- name: Upload Safari artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: dist-safari-${{ env._BUILD_NUMBER }}.zip
|
name: dist-safari-${{ env._BUILD_NUMBER }}.zip
|
||||||
path: apps/browser/dist/dist-safari.zip
|
path: apps/browser/dist/dist-safari.zip
|
||||||
@@ -345,10 +345,10 @@ jobs:
|
|||||||
- build-safari
|
- build-safari
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Login to Azure
|
- name: Login to Azure
|
||||||
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.6
|
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
|
||||||
with:
|
with:
|
||||||
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
||||||
|
|
||||||
@@ -408,7 +408,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Login to Azure - Prod Subscription
|
- name: Login to Azure - Prod Subscription
|
||||||
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.6
|
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
||||||
|
|||||||
34
.github/workflows/build-cli.yml
vendored
34
.github/workflows/build-cli.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
|||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Set up cloc
|
- name: Set up cloc
|
||||||
run: |
|
run: |
|
||||||
@@ -56,7 +56,7 @@ jobs:
|
|||||||
package_version: ${{ steps.retrieve-version.outputs.package_version }}
|
package_version: ${{ steps.retrieve-version.outputs.package_version }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Get Package Version
|
- name: Get Package Version
|
||||||
id: retrieve-version
|
id: retrieve-version
|
||||||
@@ -79,7 +79,7 @@ jobs:
|
|||||||
_WIN_PKG_VERSION: 3.4
|
_WIN_PKG_VERSION: 3.4
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Setup Unix Vars
|
- name: Setup Unix Vars
|
||||||
run: |
|
run: |
|
||||||
@@ -88,7 +88,7 @@ jobs:
|
|||||||
awk '{print tolower($0)}')" >> $GITHUB_ENV
|
awk '{print tolower($0)}')" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Set up Node
|
- name: Set up Node
|
||||||
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # v3.2.0
|
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
|
||||||
with:
|
with:
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
cache-dependency-path: '**/package-lock.json'
|
cache-dependency-path: '**/package-lock.json'
|
||||||
@@ -129,14 +129,14 @@ jobs:
|
|||||||
| awk '{split($0, a); print a[1]}' > bw-${{ env.LOWER_RUNNER_OS }}-sha256-${{ env._PACKAGE_VERSION }}.txt
|
| awk '{split($0, a); print a[1]}' > bw-${{ env.LOWER_RUNNER_OS }}-sha256-${{ env._PACKAGE_VERSION }}.txt
|
||||||
|
|
||||||
- name: Upload unix zip asset
|
- name: Upload unix zip asset
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: bw-${{ env.LOWER_RUNNER_OS }}-${{ env._PACKAGE_VERSION }}.zip
|
name: bw-${{ env.LOWER_RUNNER_OS }}-${{ env._PACKAGE_VERSION }}.zip
|
||||||
path: apps/cli/dist/bw-${{ env.LOWER_RUNNER_OS }}-${{ env._PACKAGE_VERSION }}.zip
|
path: apps/cli/dist/bw-${{ env.LOWER_RUNNER_OS }}-${{ env._PACKAGE_VERSION }}.zip
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload unix checksum asset
|
- name: Upload unix checksum asset
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: bw-${{ env.LOWER_RUNNER_OS }}-sha256-${{ env._PACKAGE_VERSION }}.txt
|
name: bw-${{ env.LOWER_RUNNER_OS }}-sha256-${{ env._PACKAGE_VERSION }}.txt
|
||||||
path: apps/cli/dist/bw-${{ env.LOWER_RUNNER_OS }}-sha256-${{ env._PACKAGE_VERSION }}.txt
|
path: apps/cli/dist/bw-${{ env.LOWER_RUNNER_OS }}-sha256-${{ env._PACKAGE_VERSION }}.txt
|
||||||
@@ -153,7 +153,7 @@ jobs:
|
|||||||
_WIN_PKG_VERSION: 3.4
|
_WIN_PKG_VERSION: 3.4
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Setup Windows builder
|
- name: Setup Windows builder
|
||||||
run: |
|
run: |
|
||||||
@@ -162,7 +162,7 @@ jobs:
|
|||||||
choco install nasm --no-progress
|
choco install nasm --no-progress
|
||||||
|
|
||||||
- name: Set up Node
|
- name: Set up Node
|
||||||
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # v3.2.0
|
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
|
||||||
with:
|
with:
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
cache-dependency-path: '**/package-lock.json'
|
cache-dependency-path: '**/package-lock.json'
|
||||||
@@ -264,28 +264,28 @@ jobs:
|
|||||||
-t sha256 | Out-File -Encoding ASCII ./dist/bw-windows-sha256-${env:_PACKAGE_VERSION}.txt
|
-t sha256 | Out-File -Encoding ASCII ./dist/bw-windows-sha256-${env:_PACKAGE_VERSION}.txt
|
||||||
|
|
||||||
- name: Upload windows zip asset
|
- name: Upload windows zip asset
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: bw-windows-${{ env._PACKAGE_VERSION }}.zip
|
name: bw-windows-${{ env._PACKAGE_VERSION }}.zip
|
||||||
path: apps/cli/dist/bw-windows-${{ env._PACKAGE_VERSION }}.zip
|
path: apps/cli/dist/bw-windows-${{ env._PACKAGE_VERSION }}.zip
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload windows checksum asset
|
- name: Upload windows checksum asset
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: bw-windows-sha256-${{ env._PACKAGE_VERSION }}.txt
|
name: bw-windows-sha256-${{ env._PACKAGE_VERSION }}.txt
|
||||||
path: apps/cli/dist/bw-windows-sha256-${{ env._PACKAGE_VERSION }}.txt
|
path: apps/cli/dist/bw-windows-sha256-${{ env._PACKAGE_VERSION }}.txt
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload Chocolatey asset
|
- name: Upload Chocolatey asset
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: bitwarden-cli.${{ env._PACKAGE_VERSION }}.nupkg
|
name: bitwarden-cli.${{ env._PACKAGE_VERSION }}.nupkg
|
||||||
path: apps/cli/dist/chocolatey/bitwarden-cli.${{ env._PACKAGE_VERSION }}.nupkg
|
path: apps/cli/dist/chocolatey/bitwarden-cli.${{ env._PACKAGE_VERSION }}.nupkg
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload NPM Build Directory asset
|
- name: Upload NPM Build Directory asset
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: bitwarden-cli-${{ env._PACKAGE_VERSION }}-npm-build.zip
|
name: bitwarden-cli-${{ env._PACKAGE_VERSION }}-npm-build.zip
|
||||||
path: apps/cli/build
|
path: apps/cli/build
|
||||||
@@ -299,7 +299,7 @@ jobs:
|
|||||||
_PACKAGE_VERSION: ${{ needs.setup.outputs.package_version }}
|
_PACKAGE_VERSION: ${{ needs.setup.outputs.package_version }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Print environment
|
- name: Print environment
|
||||||
run: |
|
run: |
|
||||||
@@ -322,7 +322,7 @@ jobs:
|
|||||||
ls -alth
|
ls -alth
|
||||||
|
|
||||||
- name: Build snap
|
- name: Build snap
|
||||||
uses: snapcore/action-build@ea14cdeb353272f75977040488ca191880509a8c # v1.1.0
|
uses: snapcore/action-build@3457752ec9b1c79a8290b5167fce2d14df0997c1 # v1.1.2
|
||||||
with:
|
with:
|
||||||
path: apps/cli/dist/snap
|
path: apps/cli/dist/snap
|
||||||
|
|
||||||
@@ -351,14 +351,14 @@ jobs:
|
|||||||
run: sudo snap remove bw
|
run: sudo snap remove bw
|
||||||
|
|
||||||
- name: Upload snap asset
|
- name: Upload snap asset
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: bw_${{ env._PACKAGE_VERSION }}_amd64.snap
|
name: bw_${{ env._PACKAGE_VERSION }}_amd64.snap
|
||||||
path: apps/cli/dist/snap/bw_${{ env._PACKAGE_VERSION }}_amd64.snap
|
path: apps/cli/dist/snap/bw_${{ env._PACKAGE_VERSION }}_amd64.snap
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload snap checksum asset
|
- name: Upload snap checksum asset
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: bw-snap-sha256-${{ env._PACKAGE_VERSION }}.txt
|
name: bw-snap-sha256-${{ env._PACKAGE_VERSION }}.txt
|
||||||
path: apps/cli/dist/snap/bw-snap-sha256-${{ env._PACKAGE_VERSION }}.txt
|
path: apps/cli/dist/snap/bw-snap-sha256-${{ env._PACKAGE_VERSION }}.txt
|
||||||
@@ -396,7 +396,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Login to Azure - Prod Subscription
|
- name: Login to Azure - Prod Subscription
|
||||||
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.6
|
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
||||||
|
|||||||
88
.github/workflows/build-desktop.yml
vendored
88
.github/workflows/build-desktop.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
|||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Set up cloc
|
- name: Set up cloc
|
||||||
run: |
|
run: |
|
||||||
@@ -55,7 +55,7 @@ jobs:
|
|||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Verify
|
- name: Verify
|
||||||
run: |
|
run: |
|
||||||
@@ -83,7 +83,7 @@ jobs:
|
|||||||
working-directory: apps/desktop
|
working-directory: apps/desktop
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Get Package Version
|
- name: Get Package Version
|
||||||
id: retrieve-version
|
id: retrieve-version
|
||||||
@@ -143,10 +143,10 @@ jobs:
|
|||||||
working-directory: apps/desktop
|
working-directory: apps/desktop
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Set up Node
|
- name: Set up Node
|
||||||
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # v3.2.0
|
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
|
||||||
with:
|
with:
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
cache-dependency-path: '**/package-lock.json'
|
cache-dependency-path: '**/package-lock.json'
|
||||||
@@ -204,42 +204,42 @@ jobs:
|
|||||||
run: npm run dist:lin
|
run: npm run dist:lin
|
||||||
|
|
||||||
- name: Upload .deb artifact
|
- name: Upload .deb artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: Bitwarden-${{ env._PACKAGE_VERSION }}-amd64.deb
|
name: Bitwarden-${{ env._PACKAGE_VERSION }}-amd64.deb
|
||||||
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-amd64.deb
|
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-amd64.deb
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload .rpm artifact
|
- name: Upload .rpm artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: Bitwarden-${{ env._PACKAGE_VERSION }}-x86_64.rpm
|
name: Bitwarden-${{ env._PACKAGE_VERSION }}-x86_64.rpm
|
||||||
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-x86_64.rpm
|
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-x86_64.rpm
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload .freebsd artifact
|
- name: Upload .freebsd artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: Bitwarden-${{ env._PACKAGE_VERSION }}-x64.freebsd
|
name: Bitwarden-${{ env._PACKAGE_VERSION }}-x64.freebsd
|
||||||
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-x64.freebsd
|
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-x64.freebsd
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload .snap artifact
|
- name: Upload .snap artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: bitwarden_${{ env._PACKAGE_VERSION }}_amd64.snap
|
name: bitwarden_${{ env._PACKAGE_VERSION }}_amd64.snap
|
||||||
path: apps/desktop/dist/bitwarden_${{ env._PACKAGE_VERSION }}_amd64.snap
|
path: apps/desktop/dist/bitwarden_${{ env._PACKAGE_VERSION }}_amd64.snap
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload .AppImage artifact
|
- name: Upload .AppImage artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: Bitwarden-${{ env._PACKAGE_VERSION }}-x86_64.AppImage
|
name: Bitwarden-${{ env._PACKAGE_VERSION }}-x86_64.AppImage
|
||||||
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-x86_64.AppImage
|
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-x86_64.AppImage
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload auto-update artifact
|
- name: Upload auto-update artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: ${{ needs.setup.outputs.release_channel }}-linux.yml
|
name: ${{ needs.setup.outputs.release_channel }}-linux.yml
|
||||||
path: apps/desktop/dist/${{ needs.setup.outputs.release_channel }}-linux.yml
|
path: apps/desktop/dist/${{ needs.setup.outputs.release_channel }}-linux.yml
|
||||||
@@ -259,10 +259,10 @@ jobs:
|
|||||||
_PACKAGE_VERSION: ${{ needs.setup.outputs.package_version }}
|
_PACKAGE_VERSION: ${{ needs.setup.outputs.package_version }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Set up Node
|
- name: Set up Node
|
||||||
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # v3.2.0
|
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
|
||||||
with:
|
with:
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
cache-dependency-path: '**/package-lock.json'
|
cache-dependency-path: '**/package-lock.json'
|
||||||
@@ -296,7 +296,7 @@ jobs:
|
|||||||
rustup show
|
rustup show
|
||||||
|
|
||||||
- name: Login to Azure
|
- name: Login to Azure
|
||||||
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.6
|
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
|
||||||
with:
|
with:
|
||||||
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
||||||
|
|
||||||
@@ -369,91 +369,91 @@ jobs:
|
|||||||
-NewName bitwarden-${{ env._PACKAGE_VERSION }}-arm64.nsis.7z
|
-NewName bitwarden-${{ env._PACKAGE_VERSION }}-arm64.nsis.7z
|
||||||
|
|
||||||
- name: Upload portable exe artifact
|
- name: Upload portable exe artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: Bitwarden-Portable-${{ env._PACKAGE_VERSION }}.exe
|
name: Bitwarden-Portable-${{ env._PACKAGE_VERSION }}.exe
|
||||||
path: apps/desktop/dist/Bitwarden-Portable-${{ env._PACKAGE_VERSION }}.exe
|
path: apps/desktop/dist/Bitwarden-Portable-${{ env._PACKAGE_VERSION }}.exe
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload installer exe artifact
|
- name: Upload installer exe artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: Bitwarden-Installer-${{ env._PACKAGE_VERSION }}.exe
|
name: Bitwarden-Installer-${{ env._PACKAGE_VERSION }}.exe
|
||||||
path: apps/desktop/dist/nsis-web/Bitwarden-Installer-${{ env._PACKAGE_VERSION }}.exe
|
path: apps/desktop/dist/nsis-web/Bitwarden-Installer-${{ env._PACKAGE_VERSION }}.exe
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload appx ia32 artifact
|
- name: Upload appx ia32 artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: Bitwarden-${{ env._PACKAGE_VERSION }}-ia32.appx
|
name: Bitwarden-${{ env._PACKAGE_VERSION }}-ia32.appx
|
||||||
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-ia32.appx
|
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-ia32.appx
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload store appx ia32 artifact
|
- name: Upload store appx ia32 artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: Bitwarden-${{ env._PACKAGE_VERSION }}-ia32-store.appx
|
name: Bitwarden-${{ env._PACKAGE_VERSION }}-ia32-store.appx
|
||||||
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-ia32-store.appx
|
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-ia32-store.appx
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload NSIS ia32 artifact
|
- name: Upload NSIS ia32 artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: bitwarden-${{ env._PACKAGE_VERSION }}-ia32.nsis.7z
|
name: bitwarden-${{ env._PACKAGE_VERSION }}-ia32.nsis.7z
|
||||||
path: apps/desktop/dist/nsis-web/bitwarden-${{ env._PACKAGE_VERSION }}-ia32.nsis.7z
|
path: apps/desktop/dist/nsis-web/bitwarden-${{ env._PACKAGE_VERSION }}-ia32.nsis.7z
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload appx x64 artifact
|
- name: Upload appx x64 artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: Bitwarden-${{ env._PACKAGE_VERSION }}-x64.appx
|
name: Bitwarden-${{ env._PACKAGE_VERSION }}-x64.appx
|
||||||
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-x64.appx
|
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-x64.appx
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload store appx x64 artifact
|
- name: Upload store appx x64 artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: Bitwarden-${{ env._PACKAGE_VERSION }}-x64-store.appx
|
name: Bitwarden-${{ env._PACKAGE_VERSION }}-x64-store.appx
|
||||||
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-x64-store.appx
|
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-x64-store.appx
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload NSIS x64 artifact
|
- name: Upload NSIS x64 artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: bitwarden-${{ env._PACKAGE_VERSION }}-x64.nsis.7z
|
name: bitwarden-${{ env._PACKAGE_VERSION }}-x64.nsis.7z
|
||||||
path: apps/desktop/dist/nsis-web/bitwarden-${{ env._PACKAGE_VERSION }}-x64.nsis.7z
|
path: apps/desktop/dist/nsis-web/bitwarden-${{ env._PACKAGE_VERSION }}-x64.nsis.7z
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload appx ARM64 artifact
|
- name: Upload appx ARM64 artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: Bitwarden-${{ env._PACKAGE_VERSION }}-arm64.appx
|
name: Bitwarden-${{ env._PACKAGE_VERSION }}-arm64.appx
|
||||||
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-arm64.appx
|
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-arm64.appx
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload store appx ARM64 artifact
|
- name: Upload store appx ARM64 artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: Bitwarden-${{ env._PACKAGE_VERSION }}-arm64-store.appx
|
name: Bitwarden-${{ env._PACKAGE_VERSION }}-arm64-store.appx
|
||||||
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-arm64-store.appx
|
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-arm64-store.appx
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload NSIS ARM64 artifact
|
- name: Upload NSIS ARM64 artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: bitwarden-${{ env._PACKAGE_VERSION }}-arm64.nsis.7z
|
name: bitwarden-${{ env._PACKAGE_VERSION }}-arm64.nsis.7z
|
||||||
path: apps/desktop/dist/nsis-web/bitwarden-${{ env._PACKAGE_VERSION }}-arm64.nsis.7z
|
path: apps/desktop/dist/nsis-web/bitwarden-${{ env._PACKAGE_VERSION }}-arm64.nsis.7z
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload nupkg artifact
|
- name: Upload nupkg artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: bitwarden.${{ env._PACKAGE_VERSION }}.nupkg
|
name: bitwarden.${{ env._PACKAGE_VERSION }}.nupkg
|
||||||
path: apps/desktop/dist/chocolatey/bitwarden.${{ env._PACKAGE_VERSION }}.nupkg
|
path: apps/desktop/dist/chocolatey/bitwarden.${{ env._PACKAGE_VERSION }}.nupkg
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload auto-update artifact
|
- name: Upload auto-update artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: ${{ needs.setup.outputs.release_channel }}.yml
|
name: ${{ needs.setup.outputs.release_channel }}.yml
|
||||||
path: apps/desktop/dist/nsis-web/${{ needs.setup.outputs.release_channel }}.yml
|
path: apps/desktop/dist/nsis-web/${{ needs.setup.outputs.release_channel }}.yml
|
||||||
@@ -472,10 +472,10 @@ jobs:
|
|||||||
working-directory: apps/desktop
|
working-directory: apps/desktop
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Set up Node
|
- name: Set up Node
|
||||||
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # v3.2.0
|
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
|
||||||
with:
|
with:
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
cache-dependency-path: '**/package-lock.json'
|
cache-dependency-path: '**/package-lock.json'
|
||||||
@@ -624,10 +624,10 @@ jobs:
|
|||||||
working-directory: apps/desktop
|
working-directory: apps/desktop
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Set up Node
|
- name: Set up Node
|
||||||
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # v3.2.0
|
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
|
||||||
with:
|
with:
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
cache-dependency-path: '**/package-lock.json'
|
cache-dependency-path: '**/package-lock.json'
|
||||||
@@ -779,28 +779,28 @@ jobs:
|
|||||||
run: npm run pack:mac
|
run: npm run pack:mac
|
||||||
|
|
||||||
- name: Upload .zip artifact
|
- name: Upload .zip artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: Bitwarden-${{ env._PACKAGE_VERSION }}-universal-mac.zip
|
name: Bitwarden-${{ env._PACKAGE_VERSION }}-universal-mac.zip
|
||||||
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-universal-mac.zip
|
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-universal-mac.zip
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload .dmg artifact
|
- name: Upload .dmg artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: Bitwarden-${{ env._PACKAGE_VERSION }}-universal.dmg
|
name: Bitwarden-${{ env._PACKAGE_VERSION }}-universal.dmg
|
||||||
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-universal.dmg
|
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-universal.dmg
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload .dmg blockmap artifact
|
- name: Upload .dmg blockmap artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: Bitwarden-${{ env._PACKAGE_VERSION }}-universal.dmg.blockmap
|
name: Bitwarden-${{ env._PACKAGE_VERSION }}-universal.dmg.blockmap
|
||||||
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-universal.dmg.blockmap
|
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-universal.dmg.blockmap
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload auto-update artifact
|
- name: Upload auto-update artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: ${{ needs.setup.outputs.release_channel }}-mac.yml
|
name: ${{ needs.setup.outputs.release_channel }}-mac.yml
|
||||||
path: apps/desktop/dist/${{ needs.setup.outputs.release_channel }}-mac.yml
|
path: apps/desktop/dist/${{ needs.setup.outputs.release_channel }}-mac.yml
|
||||||
@@ -821,10 +821,10 @@ jobs:
|
|||||||
working-directory: apps/desktop
|
working-directory: apps/desktop
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Set up Node
|
- name: Set up Node
|
||||||
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # v3.2.0
|
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
|
||||||
with:
|
with:
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
cache-dependency-path: '**/package-lock.json'
|
cache-dependency-path: '**/package-lock.json'
|
||||||
@@ -976,7 +976,7 @@ jobs:
|
|||||||
CSC_FOR_PULL_REQUEST: true
|
CSC_FOR_PULL_REQUEST: true
|
||||||
|
|
||||||
- name: Upload .pkg artifact
|
- name: Upload .pkg artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: Bitwarden-${{ env._PACKAGE_VERSION }}-universal.pkg
|
name: Bitwarden-${{ env._PACKAGE_VERSION }}-universal.pkg
|
||||||
path: apps/desktop/dist/mas-universal/Bitwarden-${{ env._PACKAGE_VERSION }}-universal.pkg
|
path: apps/desktop/dist/mas-universal/Bitwarden-${{ env._PACKAGE_VERSION }}-universal.pkg
|
||||||
@@ -1010,10 +1010,10 @@ jobs:
|
|||||||
working-directory: apps/desktop
|
working-directory: apps/desktop
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Set up Node
|
- name: Set up Node
|
||||||
uses: actions/setup-node@17f8bd926464a1afa4c6a11669539e9c1ba77048 # v3.2.0
|
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
|
||||||
with:
|
with:
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
cache-dependency-path: '**/package-lock.json'
|
cache-dependency-path: '**/package-lock.json'
|
||||||
@@ -1163,7 +1163,7 @@ jobs:
|
|||||||
run: zip -r Bitwarden-${{ env.PACKAGE_VERSION }}-masdev-universal.zip Bitwarden.app
|
run: zip -r Bitwarden-${{ env.PACKAGE_VERSION }}-masdev-universal.zip Bitwarden.app
|
||||||
|
|
||||||
- name: Upload masdev artifact
|
- name: Upload masdev artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: Bitwarden-${{ env._PACKAGE_VERSION }}-masdev-universal.zip
|
name: Bitwarden-${{ env._PACKAGE_VERSION }}-masdev-universal.zip
|
||||||
path: apps/desktop/dist/mas-universal/Bitwarden-${{ env._PACKAGE_VERSION }}-masdev-universal.zip
|
path: apps/desktop/dist/mas-universal/Bitwarden-${{ env._PACKAGE_VERSION }}-masdev-universal.zip
|
||||||
@@ -1181,10 +1181,10 @@ jobs:
|
|||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Login to Azure
|
- name: Login to Azure
|
||||||
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.6
|
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
|
||||||
with:
|
with:
|
||||||
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
||||||
|
|
||||||
@@ -1261,7 +1261,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Login to Azure - Prod Subscription
|
- name: Login to Azure - Prod Subscription
|
||||||
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.6
|
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
||||||
|
|||||||
32
.github/workflows/build-web.yml
vendored
32
.github/workflows/build-web.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
|||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Set up cloc
|
- name: Set up cloc
|
||||||
run: |
|
run: |
|
||||||
@@ -56,7 +56,7 @@ jobs:
|
|||||||
version: ${{ steps.version.outputs.value }}
|
version: ${{ steps.version.outputs.value }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Get GitHub sha as version
|
- name: Get GitHub sha as version
|
||||||
id: version
|
id: version
|
||||||
@@ -87,10 +87,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Set up Node
|
- name: Set up Node
|
||||||
uses: actions/setup-node@2fddd8803e2f5c9604345a0b591c3020ee971a93 # v3.4.1
|
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
|
||||||
with:
|
with:
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
cache-dependency-path: '**/package-lock.json'
|
cache-dependency-path: '**/package-lock.json'
|
||||||
@@ -126,7 +126,7 @@ jobs:
|
|||||||
run: zip -r web-${{ env._VERSION }}-${{ matrix.name }}.zip build
|
run: zip -r web-${{ env._VERSION }}-${{ matrix.name }}.zip build
|
||||||
|
|
||||||
- name: Upload ${{ matrix.name }} artifact
|
- name: Upload ${{ matrix.name }} artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: web-${{ env._VERSION }}-${{ matrix.name }}.zip
|
name: web-${{ env._VERSION }}-${{ matrix.name }}.zip
|
||||||
path: apps/web/web-${{ env._VERSION }}-${{ matrix.name }}.zip
|
path: apps/web/web-${{ env._VERSION }}-${{ matrix.name }}.zip
|
||||||
@@ -156,11 +156,11 @@ jobs:
|
|||||||
_VERSION: ${{ needs.setup.outputs.version }}
|
_VERSION: ${{ needs.setup.outputs.version }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Check Branch to Publish
|
- name: Check Branch to Publish
|
||||||
env:
|
env:
|
||||||
PUBLISH_BRANCHES: "master,rc,hotfix-rc"
|
PUBLISH_BRANCHES: "master,rc,hotfix-rc-web"
|
||||||
id: publish-branch-check
|
id: publish-branch-check
|
||||||
run: |
|
run: |
|
||||||
IFS="," read -a publish_branches <<< $PUBLISH_BRANCHES
|
IFS="," read -a publish_branches <<< $PUBLISH_BRANCHES
|
||||||
@@ -173,7 +173,7 @@ jobs:
|
|||||||
|
|
||||||
########## ACRs ##########
|
########## ACRs ##########
|
||||||
- name: Login to Azure - QA
|
- name: Login to Azure - QA
|
||||||
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.6
|
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
|
||||||
with:
|
with:
|
||||||
creds: ${{ secrets.AZURE_QA_KV_CREDENTIALS }}
|
creds: ${{ secrets.AZURE_QA_KV_CREDENTIALS }}
|
||||||
|
|
||||||
@@ -181,7 +181,7 @@ jobs:
|
|||||||
run: az acr login -n bitwardenqa
|
run: az acr login -n bitwardenqa
|
||||||
|
|
||||||
- name: Login to Azure - Prod
|
- name: Login to Azure - Prod
|
||||||
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.6
|
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
|
||||||
with:
|
with:
|
||||||
creds: ${{ secrets.AZURE_PROD_KV_CREDENTIALS }}
|
creds: ${{ secrets.AZURE_PROD_KV_CREDENTIALS }}
|
||||||
|
|
||||||
@@ -229,7 +229,7 @@ jobs:
|
|||||||
run: unzip web-${{ env._VERSION }}-${{ matrix.artifact_name }}.zip
|
run: unzip web-${{ env._VERSION }}-${{ matrix.artifact_name }}.zip
|
||||||
|
|
||||||
- name: Login to Azure
|
- name: Login to Azure
|
||||||
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.6
|
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
|
||||||
with:
|
with:
|
||||||
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
||||||
|
|
||||||
@@ -243,13 +243,13 @@ jobs:
|
|||||||
- name: Setup DCT
|
- name: Setup DCT
|
||||||
if: ${{ env.is_publish_branch == 'true' }}
|
if: ${{ env.is_publish_branch == 'true' }}
|
||||||
id: setup-dct
|
id: setup-dct
|
||||||
uses: bitwarden/gh-actions/setup-docker-trust@ea03b38348a42e18ac63c17f97004697f65e0dc6
|
uses: bitwarden/gh-actions/setup-docker-trust@82bfda66185116020992660f6c73aa53277d081d
|
||||||
with:
|
with:
|
||||||
azure-creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
azure-creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
||||||
azure-keyvault-name: "bitwarden-ci"
|
azure-keyvault-name: "bitwarden-ci"
|
||||||
|
|
||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v3.2.0
|
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4.0.0
|
||||||
with:
|
with:
|
||||||
context: apps/web
|
context: apps/web
|
||||||
file: apps/web/Dockerfile
|
file: apps/web/Dockerfile
|
||||||
@@ -282,10 +282,10 @@ jobs:
|
|||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Login to Azure
|
- name: Login to Azure
|
||||||
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.6
|
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
|
||||||
with:
|
with:
|
||||||
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
||||||
|
|
||||||
@@ -297,7 +297,7 @@ jobs:
|
|||||||
secrets: "crowdin-api-token"
|
secrets: "crowdin-api-token"
|
||||||
|
|
||||||
- name: Upload Sources
|
- name: Upload Sources
|
||||||
uses: crowdin/github-action@ecd7eb0ef6f3cfa16293c79e9cbc4bc5b5fd9c49 # v1.4.9
|
uses: crowdin/github-action@3cabba4ddfd0579a1236b3fb68405236dc489ccc # v1.8.0
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
CROWDIN_API_TOKEN: ${{ steps.retrieve-secrets.outputs.crowdin-api-token }}
|
CROWDIN_API_TOKEN: ${{ steps.retrieve-secrets.outputs.crowdin-api-token }}
|
||||||
@@ -344,7 +344,7 @@ jobs:
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
- name: Login to Azure - Prod Subscription
|
- name: Login to Azure - Prod Subscription
|
||||||
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.6
|
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
|
||||||
if: failure()
|
if: failure()
|
||||||
with:
|
with:
|
||||||
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
||||||
|
|||||||
6
.github/workflows/chromatic.yml
vendored
6
.github/workflows/chromatic.yml
vendored
@@ -13,12 +13,12 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Node
|
- name: Set up Node
|
||||||
uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3.0.0
|
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
|
||||||
with:
|
with:
|
||||||
node-version: "16"
|
node-version: "16"
|
||||||
|
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
@@ -33,7 +33,7 @@ jobs:
|
|||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
- name: Publish to Chromatic
|
- name: Publish to Chromatic
|
||||||
uses: chromaui/action@d51b84e79d164fbe8fc5bb7175695d88ddd04b72 # v1.0.0
|
uses: chromaui/action@a89b674adf766dbde41ad9ea2b2b60b91188a0f0
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
|
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
|
||||||
|
|||||||
4
.github/workflows/crowdin-pull.yml
vendored
4
.github/workflows/crowdin-pull.yml
vendored
@@ -23,10 +23,10 @@ jobs:
|
|||||||
crowdin_project_id: "308189"
|
crowdin_project_id: "308189"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Login to Azure
|
- name: Login to Azure
|
||||||
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.6
|
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
|
||||||
with:
|
with:
|
||||||
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
||||||
|
|
||||||
|
|||||||
4
.github/workflows/deploy-non-prod-web.yml
vendored
4
.github/workflows/deploy-non-prod-web.yml
vendored
@@ -60,7 +60,7 @@ jobs:
|
|||||||
description: 'Deployment from branch ${{ github.ref_name }}'
|
description: 'Deployment from branch ${{ github.ref_name }}'
|
||||||
|
|
||||||
- name: Checkout Repo
|
- name: Checkout Repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Download latest cloud asset
|
- name: Download latest cloud asset
|
||||||
uses: bitwarden/gh-actions/download-artifacts@34ecb67b2a357795dc893549df0795e7383ff50f
|
uses: bitwarden/gh-actions/download-artifacts@34ecb67b2a357795dc893549df0795e7383ff50f
|
||||||
@@ -76,7 +76,7 @@ jobs:
|
|||||||
run: unzip ${{ env._ENVIRONMENT_ARTIFACT }}
|
run: unzip ${{ env._ENVIRONMENT_ARTIFACT }}
|
||||||
|
|
||||||
- name: Checkout Repo
|
- name: Checkout Repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
with:
|
with:
|
||||||
ref: ${{ env._ENVIRONMENT_BRANCH }}
|
ref: ${{ env._ENVIRONMENT_BRANCH }}
|
||||||
path: deployment
|
path: deployment
|
||||||
|
|||||||
2
.github/workflows/enforce-labels.yml
vendored
2
.github/workflows/enforce-labels.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
|||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Enforce Label
|
- name: Enforce Label
|
||||||
uses: yogevbd/enforce-label-action@a3c219da6b8fa73f6ba62b68ff09c469b3a1c024 # v2.2.2
|
uses: yogevbd/enforce-label-action@a3c219da6b8fa73f6ba62b68ff09c469b3a1c024 # 2.2.2
|
||||||
with:
|
with:
|
||||||
BANNED_LABELS: "hold,needs-qa"
|
BANNED_LABELS: "hold,needs-qa"
|
||||||
BANNED_LABELS_DESCRIPTION: "PRs with the hold or needs-qa labels cannot be merged"
|
BANNED_LABELS_DESCRIPTION: "PRs with the hold or needs-qa labels cannot be merged"
|
||||||
|
|||||||
@@ -5,7 +5,8 @@ name: Label Issue Pull Request
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, edited] # Check when PR is opened or target branch is edited
|
types:
|
||||||
|
- opened # Check when PR is opened
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- .github/workflows/** # We don't need QA on workflow changes
|
- .github/workflows/** # We don't need QA on workflow changes
|
||||||
branches:
|
branches:
|
||||||
@@ -16,7 +17,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Add label to pull request
|
- name: Add label to pull request
|
||||||
uses: andymckay/labeler@e6c4322d0397f3240f0e7e30a33b5c5df2d39e90 # v1.0.4
|
uses: andymckay/labeler@e6c4322d0397f3240f0e7e30a33b5c5df2d39e90 # 1.0.4
|
||||||
if: ${{ !github.event.pull_request.head.repo.fork }}
|
if: ${{ !github.event.pull_request.head.repo.fork }}
|
||||||
with:
|
with:
|
||||||
add-labels: "needs-qa"
|
add-labels: "needs-qa"
|
||||||
|
|||||||
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Lint filenames (no capital characters)
|
- name: Lint filenames (no capital characters)
|
||||||
run: |
|
run: |
|
||||||
@@ -39,7 +39,7 @@ jobs:
|
|||||||
diff <(sort .github/whitelist-capital-letters.txt) <(sort tmp.txt)
|
diff <(sort .github/whitelist-capital-letters.txt) <(sort tmp.txt)
|
||||||
|
|
||||||
- name: Set up Node
|
- name: Set up Node
|
||||||
uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3.0.0
|
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
|
||||||
with:
|
with:
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
cache-dependency-path: '**/package-lock.json'
|
cache-dependency-path: '**/package-lock.json'
|
||||||
|
|||||||
4
.github/workflows/release-browser.yml
vendored
4
.github/workflows/release-browser.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
|||||||
release-version: ${{ steps.version.outputs.version }}
|
release-version: ${{ steps.version.outputs.version }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Branch check
|
- name: Branch check
|
||||||
if: ${{ github.event.inputs.release_type != 'Dry Run' }}
|
if: ${{ github.event.inputs.release_type != 'Dry Run' }}
|
||||||
@@ -56,7 +56,7 @@ jobs:
|
|||||||
needs: setup
|
needs: setup
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Testing locales - extName length
|
- name: Testing locales - extName length
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
14
.github/workflows/release-cli.yml
vendored
14
.github/workflows/release-cli.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
|||||||
release-version: ${{ steps.version.outputs.version }}
|
release-version: ${{ steps.version.outputs.version }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Branch check
|
- name: Branch check
|
||||||
if: ${{ github.event.inputs.release_type != 'Dry Run' }}
|
if: ${{ github.event.inputs.release_type != 'Dry Run' }}
|
||||||
@@ -141,10 +141,10 @@ jobs:
|
|||||||
_PKG_VERSION: ${{ needs.setup.outputs.release-version }}
|
_PKG_VERSION: ${{ needs.setup.outputs.release-version }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Login to Azure
|
- name: Login to Azure
|
||||||
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.6
|
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
|
||||||
with:
|
with:
|
||||||
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
||||||
|
|
||||||
@@ -195,10 +195,10 @@ jobs:
|
|||||||
_PKG_VERSION: ${{ needs.setup.outputs.release-version }}
|
_PKG_VERSION: ${{ needs.setup.outputs.release-version }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Login to Azure
|
- name: Login to Azure
|
||||||
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.6
|
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
|
||||||
with:
|
with:
|
||||||
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
||||||
|
|
||||||
@@ -254,10 +254,10 @@ jobs:
|
|||||||
_PKG_VERSION: ${{ needs.setup.outputs.release-version }}
|
_PKG_VERSION: ${{ needs.setup.outputs.release-version }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Login to Azure
|
- name: Login to Azure
|
||||||
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.6
|
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
|
||||||
with:
|
with:
|
||||||
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
||||||
|
|
||||||
|
|||||||
76
.github/workflows/release-desktop-beta.yml
vendored
76
.github/workflows/release-desktop-beta.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
build_number: ${{ steps.increment-version.outputs.build_number }}
|
build_number: ${{ steps.increment-version.outputs.build_number }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Branch check
|
- name: Branch check
|
||||||
run: |
|
run: |
|
||||||
@@ -115,12 +115,12 @@ jobs:
|
|||||||
working-directory: apps/desktop
|
working-directory: apps/desktop
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
with:
|
with:
|
||||||
ref: ${{ needs.setup.outputs.branch-name }}
|
ref: ${{ needs.setup.outputs.branch-name }}
|
||||||
|
|
||||||
- name: Set up Node
|
- name: Set up Node
|
||||||
uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3.0.0
|
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
|
||||||
with:
|
with:
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
cache-dependency-path: '**/package-lock.json'
|
cache-dependency-path: '**/package-lock.json'
|
||||||
@@ -157,42 +157,42 @@ jobs:
|
|||||||
run: npm run dist:lin
|
run: npm run dist:lin
|
||||||
|
|
||||||
- name: Upload .deb artifact
|
- name: Upload .deb artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: Bitwarden-${{ env._PACKAGE_VERSION }}-amd64.deb
|
name: Bitwarden-${{ env._PACKAGE_VERSION }}-amd64.deb
|
||||||
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-amd64.deb
|
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-amd64.deb
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload .rpm artifact
|
- name: Upload .rpm artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: Bitwarden-${{ env._PACKAGE_VERSION }}-x86_64.rpm
|
name: Bitwarden-${{ env._PACKAGE_VERSION }}-x86_64.rpm
|
||||||
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-x86_64.rpm
|
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-x86_64.rpm
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload .freebsd artifact
|
- name: Upload .freebsd artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: Bitwarden-${{ env._PACKAGE_VERSION }}-x64.freebsd
|
name: Bitwarden-${{ env._PACKAGE_VERSION }}-x64.freebsd
|
||||||
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-x64.freebsd
|
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-x64.freebsd
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload .snap artifact
|
- name: Upload .snap artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: bitwarden_${{ env._PACKAGE_VERSION }}_amd64.snap
|
name: bitwarden_${{ env._PACKAGE_VERSION }}_amd64.snap
|
||||||
path: apps/desktop/dist/bitwarden_${{ env._PACKAGE_VERSION }}_amd64.snap
|
path: apps/desktop/dist/bitwarden_${{ env._PACKAGE_VERSION }}_amd64.snap
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload .AppImage artifact
|
- name: Upload .AppImage artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: Bitwarden-${{ env._PACKAGE_VERSION }}-x86_64.AppImage
|
name: Bitwarden-${{ env._PACKAGE_VERSION }}-x86_64.AppImage
|
||||||
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-x86_64.AppImage
|
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-x86_64.AppImage
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload auto-update artifact
|
- name: Upload auto-update artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: ${{ needs.setup.outputs.release-channel }}-linux.yml
|
name: ${{ needs.setup.outputs.release-channel }}-linux.yml
|
||||||
path: apps/desktop/dist/${{ needs.setup.outputs.release-channel }}-linux.yml
|
path: apps/desktop/dist/${{ needs.setup.outputs.release-channel }}-linux.yml
|
||||||
@@ -211,12 +211,12 @@ jobs:
|
|||||||
_PACKAGE_VERSION: ${{ needs.setup.outputs.release-version }}
|
_PACKAGE_VERSION: ${{ needs.setup.outputs.release-version }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
with:
|
with:
|
||||||
ref: ${{ needs.setup.outputs.branch-name }}
|
ref: ${{ needs.setup.outputs.branch-name }}
|
||||||
|
|
||||||
- name: Set up Node
|
- name: Set up Node
|
||||||
uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3.0.0
|
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
|
||||||
with:
|
with:
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
cache-dependency-path: '**/package-lock.json'
|
cache-dependency-path: '**/package-lock.json'
|
||||||
@@ -243,7 +243,7 @@ jobs:
|
|||||||
choco --version
|
choco --version
|
||||||
|
|
||||||
- name: Login to Azure
|
- name: Login to Azure
|
||||||
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.6
|
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
|
||||||
with:
|
with:
|
||||||
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
||||||
|
|
||||||
@@ -304,91 +304,91 @@ jobs:
|
|||||||
-NewName bitwarden-${{ env._PACKAGE_VERSION }}-arm64.nsis.7z
|
-NewName bitwarden-${{ env._PACKAGE_VERSION }}-arm64.nsis.7z
|
||||||
|
|
||||||
- name: Upload portable exe artifact
|
- name: Upload portable exe artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: Bitwarden-Portable-${{ env._PACKAGE_VERSION }}.exe
|
name: Bitwarden-Portable-${{ env._PACKAGE_VERSION }}.exe
|
||||||
path: apps/desktop/dist/Bitwarden-Portable-${{ env._PACKAGE_VERSION }}.exe
|
path: apps/desktop/dist/Bitwarden-Portable-${{ env._PACKAGE_VERSION }}.exe
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload installer exe artifact
|
- name: Upload installer exe artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: Bitwarden-Installer-${{ env._PACKAGE_VERSION }}.exe
|
name: Bitwarden-Installer-${{ env._PACKAGE_VERSION }}.exe
|
||||||
path: apps/desktop/dist/nsis-web/Bitwarden-Installer-${{ env._PACKAGE_VERSION }}.exe
|
path: apps/desktop/dist/nsis-web/Bitwarden-Installer-${{ env._PACKAGE_VERSION }}.exe
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload appx ia32 artifact
|
- name: Upload appx ia32 artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: Bitwarden-${{ env._PACKAGE_VERSION }}-ia32.appx
|
name: Bitwarden-${{ env._PACKAGE_VERSION }}-ia32.appx
|
||||||
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-ia32.appx
|
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-ia32.appx
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload store appx ia32 artifact
|
- name: Upload store appx ia32 artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: Bitwarden-${{ env._PACKAGE_VERSION }}-ia32-store.appx
|
name: Bitwarden-${{ env._PACKAGE_VERSION }}-ia32-store.appx
|
||||||
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-ia32-store.appx
|
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-ia32-store.appx
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload NSIS ia32 artifact
|
- name: Upload NSIS ia32 artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: bitwarden-${{ env._PACKAGE_VERSION }}-ia32.nsis.7z
|
name: bitwarden-${{ env._PACKAGE_VERSION }}-ia32.nsis.7z
|
||||||
path: apps/desktop/dist/nsis-web/bitwarden-${{ env._PACKAGE_VERSION }}-ia32.nsis.7z
|
path: apps/desktop/dist/nsis-web/bitwarden-${{ env._PACKAGE_VERSION }}-ia32.nsis.7z
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload appx x64 artifact
|
- name: Upload appx x64 artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: Bitwarden-${{ env._PACKAGE_VERSION }}-x64.appx
|
name: Bitwarden-${{ env._PACKAGE_VERSION }}-x64.appx
|
||||||
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-x64.appx
|
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-x64.appx
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload store appx x64 artifact
|
- name: Upload store appx x64 artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: Bitwarden-${{ env._PACKAGE_VERSION }}-x64-store.appx
|
name: Bitwarden-${{ env._PACKAGE_VERSION }}-x64-store.appx
|
||||||
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-x64-store.appx
|
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-x64-store.appx
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload NSIS x64 artifact
|
- name: Upload NSIS x64 artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: bitwarden-${{ env._PACKAGE_VERSION }}-x64.nsis.7z
|
name: bitwarden-${{ env._PACKAGE_VERSION }}-x64.nsis.7z
|
||||||
path: apps/desktop/dist/nsis-web/bitwarden-${{ env._PACKAGE_VERSION }}-x64.nsis.7z
|
path: apps/desktop/dist/nsis-web/bitwarden-${{ env._PACKAGE_VERSION }}-x64.nsis.7z
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload appx ARM64 artifact
|
- name: Upload appx ARM64 artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: Bitwarden-${{ env._PACKAGE_VERSION }}-arm64.appx
|
name: Bitwarden-${{ env._PACKAGE_VERSION }}-arm64.appx
|
||||||
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-arm64.appx
|
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-arm64.appx
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload store appx ARM64 artifact
|
- name: Upload store appx ARM64 artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: Bitwarden-${{ env._PACKAGE_VERSION }}-arm64-store.appx
|
name: Bitwarden-${{ env._PACKAGE_VERSION }}-arm64-store.appx
|
||||||
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-arm64-store.appx
|
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-arm64-store.appx
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload NSIS ARM64 artifact
|
- name: Upload NSIS ARM64 artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: bitwarden-${{ env._PACKAGE_VERSION }}-arm64.nsis.7z
|
name: bitwarden-${{ env._PACKAGE_VERSION }}-arm64.nsis.7z
|
||||||
path: apps/desktop/dist/nsis-web/bitwarden-${{ env._PACKAGE_VERSION }}-arm64.nsis.7z
|
path: apps/desktop/dist/nsis-web/bitwarden-${{ env._PACKAGE_VERSION }}-arm64.nsis.7z
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload nupkg artifact
|
- name: Upload nupkg artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: bitwarden.${{ env._PACKAGE_VERSION }}.nupkg
|
name: bitwarden.${{ env._PACKAGE_VERSION }}.nupkg
|
||||||
path: apps/desktop/dist/chocolatey/bitwarden.${{ env._PACKAGE_VERSION }}.nupkg
|
path: apps/desktop/dist/chocolatey/bitwarden.${{ env._PACKAGE_VERSION }}.nupkg
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload auto-update artifact
|
- name: Upload auto-update artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: ${{ needs.setup.outputs.release-channel }}.yml
|
name: ${{ needs.setup.outputs.release-channel }}.yml
|
||||||
path: apps/desktop/dist/nsis-web/${{ needs.setup.outputs.release-channel }}.yml
|
path: apps/desktop/dist/nsis-web/${{ needs.setup.outputs.release-channel }}.yml
|
||||||
@@ -406,12 +406,12 @@ jobs:
|
|||||||
working-directory: apps/desktop
|
working-directory: apps/desktop
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
with:
|
with:
|
||||||
ref: ${{ needs.setup.outputs.branch-name }}
|
ref: ${{ needs.setup.outputs.branch-name }}
|
||||||
|
|
||||||
- name: Set up Node
|
- name: Set up Node
|
||||||
uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3.0.0
|
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
|
||||||
with:
|
with:
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
cache-dependency-path: '**/package-lock.json'
|
cache-dependency-path: '**/package-lock.json'
|
||||||
@@ -535,12 +535,12 @@ jobs:
|
|||||||
working-directory: apps/desktop
|
working-directory: apps/desktop
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
with:
|
with:
|
||||||
ref: ${{ needs.setup.outputs.branch-name }}
|
ref: ${{ needs.setup.outputs.branch-name }}
|
||||||
|
|
||||||
- name: Set up Node
|
- name: Set up Node
|
||||||
uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3.0.0
|
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
|
||||||
with:
|
with:
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
cache-dependency-path: '**/package-lock.json'
|
cache-dependency-path: '**/package-lock.json'
|
||||||
@@ -696,28 +696,28 @@ jobs:
|
|||||||
run: npm run pack:mac
|
run: npm run pack:mac
|
||||||
|
|
||||||
- name: Upload .zip artifact
|
- name: Upload .zip artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: Bitwarden-${{ env._PACKAGE_VERSION }}-universal-mac.zip
|
name: Bitwarden-${{ env._PACKAGE_VERSION }}-universal-mac.zip
|
||||||
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-universal-mac.zip
|
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-universal-mac.zip
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload .dmg artifact
|
- name: Upload .dmg artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: Bitwarden-${{ env._PACKAGE_VERSION }}-universal.dmg
|
name: Bitwarden-${{ env._PACKAGE_VERSION }}-universal.dmg
|
||||||
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-universal.dmg
|
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-universal.dmg
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload .dmg blockmap artifact
|
- name: Upload .dmg blockmap artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: Bitwarden-${{ env._PACKAGE_VERSION }}-universal.dmg.blockmap
|
name: Bitwarden-${{ env._PACKAGE_VERSION }}-universal.dmg.blockmap
|
||||||
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-universal.dmg.blockmap
|
path: apps/desktop/dist/Bitwarden-${{ env._PACKAGE_VERSION }}-universal.dmg.blockmap
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|
||||||
- name: Upload auto-update artifact
|
- name: Upload auto-update artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: ${{ needs.setup.outputs.release-channel }}-mac.yml
|
name: ${{ needs.setup.outputs.release-channel }}-mac.yml
|
||||||
path: apps/desktop/dist/${{ needs.setup.outputs.release-channel }}-mac.yml
|
path: apps/desktop/dist/${{ needs.setup.outputs.release-channel }}-mac.yml
|
||||||
@@ -737,12 +737,12 @@ jobs:
|
|||||||
working-directory: apps/desktop
|
working-directory: apps/desktop
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
with:
|
with:
|
||||||
ref: ${{ needs.setup.outputs.branch-name }}
|
ref: ${{ needs.setup.outputs.branch-name }}
|
||||||
|
|
||||||
- name: Set up Node
|
- name: Set up Node
|
||||||
uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3.0.0
|
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
|
||||||
with:
|
with:
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
cache-dependency-path: '**/package-lock.json'
|
cache-dependency-path: '**/package-lock.json'
|
||||||
@@ -898,7 +898,7 @@ jobs:
|
|||||||
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
|
APPLE_ID_PASSWORD: ${{ secrets.APPLE_ID_PASSWORD }}
|
||||||
|
|
||||||
- name: Upload .pkg artifact
|
- name: Upload .pkg artifact
|
||||||
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: Bitwarden-${{ env._PACKAGE_VERSION }}-universal.pkg
|
name: Bitwarden-${{ env._PACKAGE_VERSION }}-universal.pkg
|
||||||
path: apps/desktop/dist/mas-universal/Bitwarden-${{ env._PACKAGE_VERSION }}-universal.pkg
|
path: apps/desktop/dist/mas-universal/Bitwarden-${{ env._PACKAGE_VERSION }}-universal.pkg
|
||||||
@@ -926,7 +926,7 @@ jobs:
|
|||||||
task: release
|
task: release
|
||||||
|
|
||||||
- name: Login to Azure
|
- name: Login to Azure
|
||||||
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.6
|
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
|
||||||
with:
|
with:
|
||||||
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
||||||
|
|
||||||
@@ -1011,7 +1011,7 @@ jobs:
|
|||||||
- release
|
- release
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Setup git config
|
- name: Setup git config
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
12
.github/workflows/release-desktop.yml
vendored
12
.github/workflows/release-desktop.yml
vendored
@@ -53,7 +53,7 @@ jobs:
|
|||||||
release-channel: ${{ steps.release-channel.outputs.channel }}
|
release-channel: ${{ steps.release-channel.outputs.channel }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Branch check
|
- name: Branch check
|
||||||
if: ${{ github.event.inputs.release_type != 'Dry Run' }}
|
if: ${{ github.event.inputs.release_type != 'Dry Run' }}
|
||||||
@@ -104,7 +104,7 @@ jobs:
|
|||||||
task: release
|
task: release
|
||||||
|
|
||||||
- name: Login to Azure
|
- name: Login to Azure
|
||||||
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.6
|
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
|
||||||
with:
|
with:
|
||||||
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
||||||
|
|
||||||
@@ -254,10 +254,10 @@ jobs:
|
|||||||
_PKG_VERSION: ${{ needs.setup.outputs.release-version }}
|
_PKG_VERSION: ${{ needs.setup.outputs.release-version }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repo
|
- name: Checkout Repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Login to Azure
|
- name: Login to Azure
|
||||||
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.6
|
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
|
||||||
with:
|
with:
|
||||||
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
||||||
|
|
||||||
@@ -313,7 +313,7 @@ jobs:
|
|||||||
_PKG_VERSION: ${{ needs.setup.outputs.release-version }}
|
_PKG_VERSION: ${{ needs.setup.outputs.release-version }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repo
|
- name: Checkout Repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Print Environment
|
- name: Print Environment
|
||||||
run: |
|
run: |
|
||||||
@@ -321,7 +321,7 @@ jobs:
|
|||||||
dotnet nuget --version
|
dotnet nuget --version
|
||||||
|
|
||||||
- name: Login to Azure
|
- name: Login to Azure
|
||||||
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.6
|
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
|
||||||
with:
|
with:
|
||||||
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
||||||
|
|
||||||
|
|||||||
4
.github/workflows/release-qa-web.yml
vendored
4
.github/workflows/release-qa-web.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
|||||||
description: 'Deployment from branch ${{ github.ref_name }}'
|
description: 'Deployment from branch ${{ github.ref_name }}'
|
||||||
|
|
||||||
- name: Checkout Repo
|
- name: Checkout Repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Download latest cloud asset
|
- name: Download latest cloud asset
|
||||||
uses: bitwarden/gh-actions/download-artifacts@34ecb67b2a357795dc893549df0795e7383ff50f
|
uses: bitwarden/gh-actions/download-artifacts@34ecb67b2a357795dc893549df0795e7383ff50f
|
||||||
@@ -36,7 +36,7 @@ jobs:
|
|||||||
run: unzip web-*-cloud-QA.zip
|
run: unzip web-*-cloud-QA.zip
|
||||||
|
|
||||||
- name: Checkout Repo
|
- name: Checkout Repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
with:
|
with:
|
||||||
ref: cf-pages-qa
|
ref: cf-pages-qa
|
||||||
path: deployment
|
path: deployment
|
||||||
|
|||||||
99
.github/workflows/release-web.yml
vendored
99
.github/workflows/release-web.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
tag_version: ${{ steps.version.outputs.tag }}
|
tag_version: ${{ steps.version.outputs.tag }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Branch check
|
- name: Branch check
|
||||||
if: ${{ github.event.inputs.release_type != 'Dry Run' }}
|
if: ${{ github.event.inputs.release_type != 'Dry Run' }}
|
||||||
@@ -65,7 +65,7 @@ jobs:
|
|||||||
echo "Github Release Option: $_RELEASE_OPTION"
|
echo "Github Release Option: $_RELEASE_OPTION"
|
||||||
|
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
########## DockerHub ##########
|
########## DockerHub ##########
|
||||||
- name: Setup DCT
|
- name: Setup DCT
|
||||||
@@ -105,7 +105,7 @@ jobs:
|
|||||||
|
|
||||||
########## ACR ##########
|
########## ACR ##########
|
||||||
- name: Login to Azure - PROD Subscription
|
- name: Login to Azure - PROD Subscription
|
||||||
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.6
|
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
|
||||||
with:
|
with:
|
||||||
creds: ${{ secrets.AZURE_PROD_KV_CREDENTIALS }}
|
creds: ${{ secrets.AZURE_PROD_KV_CREDENTIALS }}
|
||||||
|
|
||||||
@@ -139,25 +139,41 @@ jobs:
|
|||||||
run: docker logout
|
run: docker logout
|
||||||
|
|
||||||
|
|
||||||
cfpages-deploy:
|
ghpages-deploy:
|
||||||
name: Deploy Web Vault to CloudFlare Pages branch
|
name: Deploy to GitHub Pages
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
needs:
|
needs:
|
||||||
- setup
|
- setup
|
||||||
- self-host
|
|
||||||
env:
|
env:
|
||||||
_RELEASE_VERSION: ${{ needs.setup.outputs.release_version }}
|
_RELEASE_VERSION: ${{ needs.setup.outputs.release_version }}
|
||||||
_TAG_VERSION: ${{ needs.setup.outputs.release_version }}
|
_TAG_VERSION: ${{ needs.setup.outputs.tag_version }}
|
||||||
|
_BRANCH: "v${{ needs.setup.outputs.release_version }}-deploy"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repo
|
- name: Login to Azure - CI Subscription
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
|
||||||
|
with:
|
||||||
|
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
||||||
|
|
||||||
|
- name: Retrieve bot secrets
|
||||||
|
id: retrieve-bot-secrets
|
||||||
|
uses: bitwarden/gh-actions/get-keyvault-secrets@34ecb67b2a357795dc893549df0795e7383ff50f
|
||||||
|
with:
|
||||||
|
keyvault: bitwarden-ci
|
||||||
|
secrets: "github-pat-bitwarden-devops-bot-repo-scope"
|
||||||
|
|
||||||
|
- name: Checkout GH pages repo
|
||||||
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
with:
|
||||||
|
repository: bitwarden/web-vault-pages
|
||||||
|
path: ghpages-deployment
|
||||||
|
token: ${{ steps.retrieve-bot-secrets.outputs.github-pat-bitwarden-devops-bot-repo-scope }}
|
||||||
|
|
||||||
- name: Download latest cloud asset
|
- name: Download latest cloud asset
|
||||||
if: ${{ github.event.inputs.release_type != 'Dry Run' }}
|
if: ${{ github.event.inputs.release_type != 'Dry Run' }}
|
||||||
uses: bitwarden/gh-actions/download-artifacts@34ecb67b2a357795dc893549df0795e7383ff50f
|
uses: bitwarden/gh-actions/download-artifacts@34ecb67b2a357795dc893549df0795e7383ff50f
|
||||||
with:
|
with:
|
||||||
workflow: build-web.yml
|
workflow: build-web.yml
|
||||||
path: apps/web
|
path: assets
|
||||||
workflow_conclusion: success
|
workflow_conclusion: success
|
||||||
branch: ${{ github.ref_name }}
|
branch: ${{ github.ref_name }}
|
||||||
artifacts: web-*-cloud-COMMERCIAL.zip
|
artifacts: web-*-cloud-COMMERCIAL.zip
|
||||||
@@ -167,56 +183,53 @@ jobs:
|
|||||||
uses: bitwarden/gh-actions/download-artifacts@34ecb67b2a357795dc893549df0795e7383ff50f
|
uses: bitwarden/gh-actions/download-artifacts@34ecb67b2a357795dc893549df0795e7383ff50f
|
||||||
with:
|
with:
|
||||||
workflow: build-web.yml
|
workflow: build-web.yml
|
||||||
path: apps/web
|
path: assets
|
||||||
workflow_conclusion: success
|
workflow_conclusion: success
|
||||||
branch: master
|
branch: master
|
||||||
artifacts: web-*-cloud-COMMERCIAL.zip
|
artifacts: web-*-cloud-COMMERCIAL.zip
|
||||||
|
|
||||||
- name: Unzip build asset
|
- name: Unzip build asset
|
||||||
working-directory: apps/web
|
working-directory: assets
|
||||||
run: unzip web-*-cloud-COMMERCIAL.zip
|
run: unzip web-*-cloud-COMMERCIAL.zip
|
||||||
|
|
||||||
- name: Checkout Repo
|
- name: Create new branch
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
|
||||||
with:
|
|
||||||
ref: cf-pages
|
|
||||||
path: deployment
|
|
||||||
|
|
||||||
- name: Setup git config
|
|
||||||
run: |
|
run: |
|
||||||
git config --global user.name = "GitHub Action Bot"
|
cd ${{ github.workspace }}/ghpages-deployment
|
||||||
git config --global user.email = "<>"
|
git config user.name = "GitHub Action Bot"
|
||||||
|
git config user.email = "<>"
|
||||||
git config --global url."https://github.com/".insteadOf ssh://git@github.com/
|
git config --global url."https://github.com/".insteadOf ssh://git@github.com/
|
||||||
git config --global url."https://".insteadOf ssh://
|
git config --global url."https://".insteadOf ssh://
|
||||||
|
git checkout -b ${_BRANCH}
|
||||||
|
|
||||||
- name: Deploy CloudFlare Pages
|
- name: Copy build files
|
||||||
run: |
|
run: |
|
||||||
rm -rf ./*
|
rm -rf ${{ github.workspace }}/ghpages-deployment/*
|
||||||
cp -R ../apps/web/build/* .
|
cp -Rf ${{ github.workspace }}/assets/build/* ghpages-deployment/
|
||||||
working-directory: deployment
|
|
||||||
|
|
||||||
- name: Create cf-pages-deploy branch
|
- name: Commit and push changes
|
||||||
|
working-directory: ghpages-deployment
|
||||||
run: |
|
run: |
|
||||||
git switch -c cf-pages-deploy-$_TAG_VERSION
|
|
||||||
git add .
|
git add .
|
||||||
git commit -m "Staging deploy ${{ needs.setup.outputs.release_version }}"
|
git commit -m "Deploy Web v${_RELEASE_VERSION} to GitHub Pages"
|
||||||
|
git push --set-upstream origin ${_BRANCH} --force
|
||||||
|
|
||||||
if [[ "${{ github.event.inputs.release_type }}" != "Dry Run" ]]; then
|
- name: Create GitHub Pages Deploy PR
|
||||||
git push -u origin cf-pages-deploy-$_TAG_VERSION
|
working-directory: ghpages-deployment
|
||||||
fi
|
|
||||||
working-directory: deployment
|
|
||||||
|
|
||||||
- name: Create CloudFlare Pages Deploy PR
|
|
||||||
if: ${{ github.event.inputs.release_type != 'Dry Run' }}
|
|
||||||
env:
|
env:
|
||||||
PR_BRANCH: cf-pages-deploy-${{ env._TAG_VERSION }}
|
GITHUB_TOKEN: ${{ steps.retrieve-bot-secrets.outputs.github-pat-bitwarden-devops-bot-repo-scope }}
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
run: |
|
run: |
|
||||||
gh pr create --title "Deploy $_RELEASE_VERSION to CloudFlare Pages" \
|
if [[ "${{ github.event.inputs.release_type }}" == "Dry Run" ]]; then
|
||||||
--body "Deploying $_RELEASE_VERSION" \
|
gh pr create --title "Deploy v${_RELEASE_VERSION} to GitHub Pages" \
|
||||||
--base cf-pages \
|
--draft \
|
||||||
--head "$PR_BRANCH"
|
--body "Deploying v${_RELEASE_VERSION}" \
|
||||||
|
--base master \
|
||||||
|
--head "${_BRANCH}"
|
||||||
|
else
|
||||||
|
gh pr create --title "Deploy v${_RELEASE_VERSION} to GitHub Pages" \
|
||||||
|
--body "Deploying v${_RELEASE_VERSION}" \
|
||||||
|
--base master \
|
||||||
|
--head "${_BRANCH}"
|
||||||
|
fi
|
||||||
|
|
||||||
release:
|
release:
|
||||||
name: Create GitHub Release
|
name: Create GitHub Release
|
||||||
@@ -224,7 +237,7 @@ jobs:
|
|||||||
needs:
|
needs:
|
||||||
- setup
|
- setup
|
||||||
- self-host
|
- self-host
|
||||||
- cfpages-deploy
|
- ghpages-deploy
|
||||||
steps:
|
steps:
|
||||||
- name: Create GitHub deployment
|
- name: Create GitHub deployment
|
||||||
if: ${{ github.event.inputs.release_type != 'Dry Run' }}
|
if: ${{ github.event.inputs.release_type != 'Dry Run' }}
|
||||||
|
|||||||
2
.github/workflows/staged-rollout-desktop.yml
vendored
2
.github/workflows/staged-rollout-desktop.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
|||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- name: Login to Azure
|
- name: Login to Azure
|
||||||
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.6
|
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
|
||||||
with:
|
with:
|
||||||
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
||||||
|
|
||||||
|
|||||||
8
.github/workflows/test.yml
vendored
8
.github/workflows/test.yml
vendored
@@ -25,10 +25,10 @@ jobs:
|
|||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Set up Node
|
- name: Set up Node
|
||||||
uses: actions/setup-node@9ced9a43a244f3ac94f13bfd896db8c8f30da67a # v3.0.0
|
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3.6.0
|
||||||
with:
|
with:
|
||||||
cache: 'npm'
|
cache: 'npm'
|
||||||
cache-dependency-path: '**/package-lock.json'
|
cache-dependency-path: '**/package-lock.json'
|
||||||
@@ -79,10 +79,10 @@ jobs:
|
|||||||
sudo apt-get install -y gnome-keyring dbus-x11
|
sudo apt-get install -y gnome-keyring dbus-x11
|
||||||
|
|
||||||
- name: Checkout repo
|
- name: Checkout repo
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Install rust
|
- name: Install rust
|
||||||
uses: actions-rs/toolchain@88dc2356392166efad76775c878094f4e83ff746 # v1.0.6
|
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1.0.7
|
||||||
with:
|
with:
|
||||||
toolchain: stable
|
toolchain: stable
|
||||||
profile: minimal
|
profile: minimal
|
||||||
|
|||||||
2
.github/workflows/version-auto-bump.yml
vendored
2
.github/workflows/version-auto-bump.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
version_number: ${{ steps.version.outputs.new-version }}
|
version_number: ${{ steps.version.outputs.new-version }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Branch
|
- name: Checkout Branch
|
||||||
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Calculate bumped version
|
- name: Calculate bumped version
|
||||||
id: version
|
id: version
|
||||||
|
|||||||
4
.github/workflows/version-bump.yml
vendored
4
.github/workflows/version-bump.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
|||||||
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
|
||||||
|
|
||||||
- name: Login to Azure - Prod Subscription
|
- name: Login to Azure - Prod Subscription
|
||||||
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.6
|
uses: Azure/login@92a5484dfaf04ca78a94597f4f19fea633851fa2 # v1.4.7
|
||||||
with:
|
with:
|
||||||
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
creds: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
|
||||||
|
|
||||||
@@ -55,7 +55,7 @@ jobs:
|
|||||||
secrets: "github-gpg-private-key, github-gpg-private-key-passphrase"
|
secrets: "github-gpg-private-key, github-gpg-private-key-passphrase"
|
||||||
|
|
||||||
- name: Import GPG key
|
- name: Import GPG key
|
||||||
uses: crazy-max/ghaction-import-gpg@c8bb57c57e8df1be8c73ff3d59deab1dbc00e0d1 # v5.2.0
|
uses: crazy-max/ghaction-import-gpg@c8bb57c57e8df1be8c73ff3d59deab1dbc00e0d1 # v5.3.0
|
||||||
with:
|
with:
|
||||||
gpg_private_key: ${{ steps.retrieve-secrets.outputs.github-gpg-private-key }}
|
gpg_private_key: ${{ steps.retrieve-secrets.outputs.github-gpg-private-key }}
|
||||||
passphrase: ${{ steps.retrieve-secrets.outputs.github-gpg-private-key-passphrase }}
|
passphrase: ${{ steps.retrieve-secrets.outputs.github-gpg-private-key-passphrase }}
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Item auto-filled "
|
"message": "Item auto-filled "
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Set master password"
|
"message": "Set master password"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Element avto-dolduruldu"
|
"message": "Element avto-dolduruldu"
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Ana parolu tənzimlə"
|
"message": "Ana parolu tənzimlə"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Аўтазапоўнены элемент"
|
"message": "Аўтазапоўнены элемент"
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Прызначыць асноўны пароль"
|
"message": "Прызначыць асноўны пароль"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Автоматично дописан запис"
|
"message": "Автоматично дописан запис"
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Внимание: това е незащитена уеб страница (HTTP) и всяка изпратена информация би могла да бъде видяна и променена от някой недоброжелател. Този елемент за вход първоначално е бил записан към страница със защитена връзка (HTTPS)."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Искате ли да попълните данните за вход въпреки това?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "Формулярът се предоставя от различен домейн от онзи, който е във Вашия запис. Натиснете „Добре“, за да бъдат попълнени данните автоматично, или „Отказ“, за да прекратите операцията."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "Ако искате повече да не виждате това предупреждение, запазете този адрес – $HOSTNAME$ – към записа за този уеб сайт.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Задаване на главна парола"
|
"message": "Задаване на главна парола"
|
||||||
},
|
},
|
||||||
@@ -2204,6 +2222,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"opensInANewWindow": {
|
"opensInANewWindow": {
|
||||||
"message": "Opens in a new window"
|
"message": "Отваря се в нов прозорец"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "স্বতঃপূরণকৃত বস্তু"
|
"message": "স্বতঃপূরণকৃত বস্তু"
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "মূল পাসওয়ার্ড ধার্য করুন"
|
"message": "মূল পাসওয়ার্ড ধার্য করুন"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Item auto-filled "
|
"message": "Item auto-filled "
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Set master password"
|
"message": "Set master password"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Element emplenat automàticament "
|
"message": "Element emplenat automàticament "
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Avís: aquesta és una pàgina HTTP no segura i altres persones poden veure i canviar qualsevol informació que envieu. Aquest inici de sessió es va guardar originalment en una pàgina segura (HTTPS)."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Encara voleu omplir aquest inici de sessió?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "El formulari està allotjat en un domini diferent de l'URI de l'inici de sessió guardat. Trieu D'acord per omplir -lo automàticament de totes maneres o Cancel·la per aturar-ho."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "Per evitar aquest avís en el futur, guardeu aquest URI, $HOSTNAME$, al vostre element d'inici de sessió de Bitwarden d'aquest lloc.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Estableix la contrasenya mestra"
|
"message": "Estableix la contrasenya mestra"
|
||||||
},
|
},
|
||||||
@@ -2204,6 +2222,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"opensInANewWindow": {
|
"opensInANewWindow": {
|
||||||
"message": "Opens in a new window"
|
"message": "S'obri en una finestra nova"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Položka byla automaticky vyplněna "
|
"message": "Položka byla automaticky vyplněna "
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Varování: Toto je nezabezpečená stránka HTTP a všechny informace, které odešlete, mohou být případně viditelné a změněny ostatními. Toto přihlášení bylo původně uloženo na zabezpečené (HTTPS)."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Chcete přesto vyplnit toto přihlášení?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "Formulář je hostován jinou doménou než URI uloženého přihlášení. Zvolte OK pro automatické vyplnění nebo Zrušit pro zrušení."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "Aby se zabránilo tomuto varování v budoucnu, uložte tuto URI: $HOSTNAME$ do vaší přihlašovací položky Bitwarden pro tuto stránku.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Nastavit hlavní heslo"
|
"message": "Nastavit hlavní heslo"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Item auto-filled "
|
"message": "Item auto-filled "
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Set master password"
|
"message": "Set master password"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Autoudfyldte element"
|
"message": "Autoudfyldte element"
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Advarsel: Dette er en ikke-sikret HTTP side, og alle indsendte oplysninger kan potentielt ses og ændres af andre. Dette login blev oprindeligt gemt på en sikker (HTTPS) side."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "Formularen hostes af et andet domæne end URI'en for det gemte login. Vælg OK for at autoudfylde alligevel, eller Afbryd for at stoppe."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "For at forhindre denne advarsel i fremtiden, så gem denne URI, $HOSTNAME$, til Bitwarden login-emnet for dette websted.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Indstil hovedadgangskode"
|
"message": "Indstil hovedadgangskode"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -634,7 +634,7 @@
|
|||||||
"message": "Kontextmenüoptionen anzeigen"
|
"message": "Kontextmenüoptionen anzeigen"
|
||||||
},
|
},
|
||||||
"contextMenuItemDesc": {
|
"contextMenuItemDesc": {
|
||||||
"message": "Verwende einen zweiten Klick, um auf die Erstellung von Passwörtern und passende Zugangsdaten für die Webseite zuzugreifen. "
|
"message": "Greife über einen Rechtsklick auf die Erstellung von Passwörtern und passende Zugangsdaten für die Website zu."
|
||||||
},
|
},
|
||||||
"defaultUriMatchDetection": {
|
"defaultUriMatchDetection": {
|
||||||
"message": "Standard URI-Übereinstimmungserkennung",
|
"message": "Standard URI-Übereinstimmungserkennung",
|
||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Eintrag automatisch ausgefüllt "
|
"message": "Eintrag automatisch ausgefüllt "
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warnung: Dies ist eine ungesicherte HTTP-Seite und alle Informationen, die du absendest, können möglicherweise von anderen gesehen und geändert werden. Diese Zugangsdaten wurden ursprünglich auf einer sicheren (HTTPS-)Seite gespeichert."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Möchtest du diese Zugangsdaten trotzdem ausfüllen?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "Das Formular wird von einer anderen Domain als der URI deines gespeicherten Logins gehostet. Wähle OK, um trotzdem automatisch auszufüllen, oder Abbrechen, um aufzuhören."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "Um diese Warnung in Zukunft zu verhindern, speichere diese URI, $HOSTNAME$, in deinem Bitwarden Zugangsdaten-Eintrag für diese Seite.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Master-Passwort festlegen"
|
"message": "Master-Passwort festlegen"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Αυτόματη συμπλήρωση αντικειμένου"
|
"message": "Αυτόματη συμπλήρωση αντικειμένου"
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Ορισμός Κύριου Κωδικού"
|
"message": "Ορισμός Κύριου Κωδικού"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1464,6 +1464,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Item auto-filled "
|
"message": "Item auto-filled "
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Set master password"
|
"message": "Set master password"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Item auto-filled "
|
"message": "Item auto-filled "
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Set master password"
|
"message": "Set master password"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Auto-filled item"
|
"message": "Auto-filled item"
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Set master password"
|
"message": "Set master password"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Objeto autorellenado"
|
"message": "Objeto autorellenado"
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Atención: Esta es una página HTTP no segura, y cualquier información que envíes puede ser vista y cambiada por otros. Este inicio de sesión fue guardado originalmente en una página segura (HTTPS)."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "¿Sigue deseando rellenar este inicio de sesión?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "El formulario está alojado por un dominio diferente al URI de su registro guardado. Elija OK para autorrellenar de todos modos, o Cancelar para parar."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "Para prevenir esta advertencia en el futuro, guarde esta URI, $HOSTNAME$, en su elemento de inicio de sesión de Bitwarden para este sitio.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Establecer contraseña maestra"
|
"message": "Establecer contraseña maestra"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,17 +1461,35 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Kirje täideti"
|
"message": "Kirje täideti"
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Määra ülemparool"
|
"message": "Määra ülemparool"
|
||||||
},
|
},
|
||||||
"currentMasterPass": {
|
"currentMasterPass": {
|
||||||
"message": "Current master password"
|
"message": "Praegune ülemparool"
|
||||||
},
|
},
|
||||||
"newMasterPass": {
|
"newMasterPass": {
|
||||||
"message": "New master password"
|
"message": "Uus ülemparool"
|
||||||
},
|
},
|
||||||
"confirmNewMasterPass": {
|
"confirmNewMasterPass": {
|
||||||
"message": "Confirm new master password"
|
"message": "Kinnita uus ülemparool"
|
||||||
},
|
},
|
||||||
"masterPasswordPolicyInEffect": {
|
"masterPasswordPolicyInEffect": {
|
||||||
"message": "Üks või enam organisatsiooni eeskirja nõuavad, et ülemparool vastaks nendele nõudmistele:"
|
"message": "Üks või enam organisatsiooni eeskirja nõuavad, et ülemparool vastaks nendele nõudmistele:"
|
||||||
@@ -1854,7 +1872,7 @@
|
|||||||
"message": "Organisatsiooni administraator muutis hiljuti sinu ülemparooli. Hoidlale ligi pääsemiseks pead seda nüüd uuendama. Jätkates logitakse sind käimasolevast sessioonist välja, misjärel nõutakse uuesti sisselogimist. Teistes seadmetes olevad aktiivsed sessioonid jäävad aktiivseks kuni üheks tunniks."
|
"message": "Organisatsiooni administraator muutis hiljuti sinu ülemparooli. Hoidlale ligi pääsemiseks pead seda nüüd uuendama. Jätkates logitakse sind käimasolevast sessioonist välja, misjärel nõutakse uuesti sisselogimist. Teistes seadmetes olevad aktiivsed sessioonid jäävad aktiivseks kuni üheks tunniks."
|
||||||
},
|
},
|
||||||
"updateWeakMasterPasswordWarning": {
|
"updateWeakMasterPasswordWarning": {
|
||||||
"message": "Your master password does not meet one or more of your organization policies. In order to access the vault, you must update your master password now. Proceeding will log you out of your current session, requiring you to log back in. Active sessions on other devices may continue to remain active for up to one hour."
|
"message": "Sinu ülemparool ei vasta ühele või rohkemale organisatsiooni poolt seatud poliitikale. Hoidlale ligipääsemiseks pead oma ülemaprooli uuendama. Jätkamisel logitakse sind praegusest sessioonist välja, mistõttu pead uuesti sisse logima. Teistes seadmetes olevad aktiivsed sessioonid aeguvad umbes ühe tunni jooksul."
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnroll": {
|
"resetPasswordPolicyAutoEnroll": {
|
||||||
"message": "Automaatne liitumine"
|
"message": "Automaatne liitumine"
|
||||||
@@ -1888,7 +1906,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"vaultTimeoutPolicyWithActionInEffect": {
|
"vaultTimeoutPolicyWithActionInEffect": {
|
||||||
"message": "Your organization policies are affecting your vault timeout. Maximum allowed vault timeout is $HOURS$ hour(s) and $MINUTES$ minute(s). Your vault timeout action is set to $ACTION$.",
|
"message": "Organisatsiooni poliitikad mõjutavad sinu hoidla ajalõppu. Maksimaalne lubatud hoidla ajalõpp on $HOURS$ tund(i) ja $MINUTES$ minut(it). Sinu hoidla ajalõpu tegevus on $ACTION$.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"hours": {
|
"hours": {
|
||||||
"content": "$1",
|
"content": "$1",
|
||||||
@@ -1905,7 +1923,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"vaultTimeoutActionPolicyInEffect": {
|
"vaultTimeoutActionPolicyInEffect": {
|
||||||
"message": "Your organization policies have set your vault timeout action to $ACTION$.",
|
"message": "Organisatsiooni poliitika on sinu hoidla ajalõpu tegevuse seadistanud $ACTION$ peale.",
|
||||||
"placeholders": {
|
"placeholders": {
|
||||||
"action": {
|
"action": {
|
||||||
"content": "$1",
|
"content": "$1",
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Elementua auto-beteta"
|
"message": "Elementua auto-beteta"
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Ezarri pasahitz nagusia"
|
"message": "Ezarri pasahitz nagusia"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "مورد خودکار پر شد"
|
"message": "مورد خودکار پر شد"
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "تنظیم کلمه عبور اصلی"
|
"message": "تنظیم کلمه عبور اصلی"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Kohde täytettiin automaattisesti"
|
"message": "Kohde täytettiin automaattisesti"
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Aseta pääsalasana"
|
"message": "Aseta pääsalasana"
|
||||||
},
|
},
|
||||||
@@ -2204,6 +2222,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"opensInANewWindow": {
|
"opensInANewWindow": {
|
||||||
"message": "Opens in a new window"
|
"message": "Avautuu uudessa ikkunassa"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Item na auto-filled "
|
"message": "Item na auto-filled "
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Itakda ang master password"
|
"message": "Itakda ang master password"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Élément saisi automatiquement"
|
"message": "Élément saisi automatiquement"
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Avertissement : il s'agit d'une page HTTP non sécurisée, et toute information que vous soumettez peut potentiellement être vue et modifiée par d'autres. À l'origine, cet identifiant a été enregistré sur une page sécurisée (HTTPS)."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Voulez-vous toujours saisir automatiquement cet identifiant ?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "Le formulaire est hébergé par un domaine différent de l'URI d'enregistrement de votre identifiant. Choisissez OK pour poursuivre la saisie automatique, ou Annuler pour arrêter."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "À l'avenir, pour éviter cet avertissement, enregistrez cet URI, $HOSTNAME$, dans votre élément de connexion Bitwarden pour ce site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Définir le mot de passe principal"
|
"message": "Définir le mot de passe principal"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Item auto-filled "
|
"message": "Item auto-filled "
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Set master password"
|
"message": "Set master password"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "בוצעה השלמה אוטומטית"
|
"message": "בוצעה השלמה אוטומטית"
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "הגדר סיסמה ראשית"
|
"message": "הגדר סיסמה ראשית"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "ऑटो फिल आइटम"
|
"message": "ऑटो फिल आइटम"
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "मास्टर पासवर्ड सेट करें"
|
"message": "मास्टर पासवर्ड सेट करें"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Auto-ispunjena stavka"
|
"message": "Auto-ispunjena stavka"
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Postavi glavnu lozinku"
|
"message": "Postavi glavnu lozinku"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Automatikusan kitöltött elem"
|
"message": "Automatikusan kitöltött elem"
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Figyelmeztetés: Ez egy nem biztonságos HTTP oldal és az elküldött információkat mások láthatják és módosíthatják. Ezt a bejelentkezést eredetileg egy biztonságos (HTTPS) oldalra mentették."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Még mindig ki szeretnénk tölteni ezt a bejelentkezést?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "Az űrlapot egy másik domain tárolja, mint a mentett bejelentkezés URI-ja. Az automatikus kitöltéshez válasszuk az OK gombot, a leállításhoz pedig a Mégsem lehetőséget."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "Ennek a figyelmeztetésnek a jövőbeni elkerülése érdekében mentsük el ezt az URI-t - $HOSTNAME$ - a Bitwarden bejelentkezési elemébe ennél a webhelynél.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Mesterjelszó beállítása"
|
"message": "Mesterjelszó beállítása"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Item Terisi Otomatis"
|
"message": "Item Terisi Otomatis"
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Atur Kata Sandi Utama"
|
"message": "Atur Kata Sandi Utama"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Elemento riempito automaticamente "
|
"message": "Elemento riempito automaticamente "
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Attenzione: questa è una pagina HTTP non protetta, e tutte le informazioni che invii potrebbero essere viste e modificate da altri. Questo login è stato originariamente salvato su una pagina sicura (HTTPS)."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Vuoi comunque riempire automaticamente questo login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "Il modulo è ospitato da un dominio diverso dall'URI del tuo login salvato. Clicca Ok per riempire automaticamente comunque, o Annulla per interrompere."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "Per evitare questo avviso in futuro, salva questo URI, $HOSTNAME$, nel tuo elemento di login Bitwarden per questo sito.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Imposta password principale"
|
"message": "Imposta password principale"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "アイテムを自動入力しました"
|
"message": "アイテムを自動入力しました"
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "警告: これはセキュリティ保護されていない HTTP ページであり、送信する情報は他の人によって見られ、変更される可能性があります。 このログイン情報はもともとセキュア (HTTPS) ページに保存されていました。"
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "このログイン情報を入力しますか?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "フォームは保存したログイン情報の URI とは異なるドメインによってホストされています。無視して自動入力するなら OK を選択し、中止したければキャンセルを選択してください。"
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "この警告を将来的に防ぐためには、この URI と $HOSTNAME$ をこのサイトの Bitwarden ログインアイテムに保存してください。",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "マスターパスワードを設定"
|
"message": "マスターパスワードを設定"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Item auto-filled "
|
"message": "Item auto-filled "
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Set master password"
|
"message": "Set master password"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Item auto-filled "
|
"message": "Item auto-filled "
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Set master password"
|
"message": "Set master password"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "ಸ್ವಯಂ ತುಂಬಿದ ಐಟಂ"
|
"message": "ಸ್ವಯಂ ತುಂಬಿದ ಐಟಂ"
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "ಮಾಸ್ಟರ್ ಪಾಸ್ವರ್ಡ್ ಹೊಂದಿಸಿ"
|
"message": "ಮಾಸ್ಟರ್ ಪಾಸ್ವರ್ಡ್ ಹೊಂದಿಸಿ"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "항목을 자동 완성함"
|
"message": "항목을 자동 완성함"
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "마스터 비밀번호 설정"
|
"message": "마스터 비밀번호 설정"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Item auto-filled "
|
"message": "Item auto-filled "
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Pagrindinio slaptažodžio nustatymas"
|
"message": "Pagrindinio slaptažodžio nustatymas"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Automātiski aizpildīts vienums"
|
"message": "Automātiski aizpildīts vienums"
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Brīdinājums: šī ir nedroša HTTP lapa, un ir iespējams, ka citi var redzēt vai mainīt visu tajā iesniegto informāciju. Šis pieteikšanās vienums sākotnēji tika saglabāts drošā (HTTPS) lapā."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Vai tiešām joprojām aizpildīt šo pieteikšanās vienumu?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "Veidne ir izvietota citā domēnā, nekā saglabātā pieteikšanās vienuma URI. Jāizvēlas \"Labi\", lai vienalga automātiski aizpildītu, vai \"Atcelt\", lai apturētu."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "Lai novērstu šī brīdinājuma turpmāku rādīšanu, jāsaglabā šis URI, $HOSTNAME$, šīs vietnes Bitwarde pieteikšanās vienumā.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Uzstādīt galveno paroli"
|
"message": "Uzstādīt galveno paroli"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "യാന്ത്രികമായി പൂരിപ്പിച്ച ഇനം"
|
"message": "യാന്ത്രികമായി പൂരിപ്പിച്ച ഇനം"
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "പ്രാഥമിക പാസ്വേഡ് സജ്ജമാക്കുക"
|
"message": "പ്രാഥമിക പാസ്വേഡ് സജ്ജമാക്കുക"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Item auto-filled "
|
"message": "Item auto-filled "
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Set master password"
|
"message": "Set master password"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Autoutfylt element"
|
"message": "Autoutfylt element"
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Angi hovedpassord"
|
"message": "Angi hovedpassord"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Item auto-filled "
|
"message": "Item auto-filled "
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Set master password"
|
"message": "Set master password"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Automatisch gevuld item"
|
"message": "Automatisch gevuld item"
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Waarschuwing: Dit is een onbeveiligde HTTP-pagina waardoor anderen alle informatie die je verstuurt kunnen zien en wijzigen. Deze login is oorspronkelijk opgeslagen op een beveiligde (HTTPS) pagina."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Wil je je inloggegevens nog steeds invullen?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "Dit formulier wordt door een ander domein gehost dan de URI van jouw opgeslagen login. Kies OK voor toch automatisch invullen, of Annuleren om te stoppen."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "Om deze waarschuwing in de toekomst te voorkomen, bewaar je deze URI, $HOSTNAME$, bij je Bitwarden-login voor deze site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Hoofdwachtwoord instellen"
|
"message": "Hoofdwachtwoord instellen"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Item auto-filled "
|
"message": "Item auto-filled "
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Set master password"
|
"message": "Set master password"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Item auto-filled "
|
"message": "Item auto-filled "
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Set master password"
|
"message": "Set master password"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Element został automatycznie uzupełniony"
|
"message": "Element został automatycznie uzupełniony"
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Ostrzeżenie: Jest to niezabezpieczona strona HTTP i wszelkie przekazane informacje mogą być potencjalnie widoczne i zmienione przez innych. Ten login został pierwotnie zapisany na stronie bezpiecznej (HTTPS)."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Nadal chcesz uzupełnić ten login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "Formularz jest hostowany przez inną domenę niż zapisany adres URI dla tego loginu. Wybierz OK, aby i tak automatycznie wypełnić lub anuluj aby zatrzymać."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Ustaw hasło główne"
|
"message": "Ustaw hasło główne"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Item Auto-Preenchido"
|
"message": "Item Auto-Preenchido"
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Aviso: Esta é uma página HTTP não segura, e qualquer informação que você enviar poderá ser interceptada e modificada por outras pessoas. Este login foi originalmente salvo em uma página segura (HTTPS)."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Você ainda deseja preencher esse login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "O formulário está hospedado em um domínio diferente do URI do seu login salvo. Escolha OK para preencher automaticamente mesmo assim ou Cancelar para parar."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "Para evitar este aviso no futuro, salve este URI, $HOSTNAME$, no seu item de login no Bitwarden para este site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Definir Senha Mestra"
|
"message": "Definir Senha Mestra"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1345,7 +1345,7 @@
|
|||||||
"message": "Tem a certeza de que pretende utilizar a opção \"Nunca\"? Definir as suas opções de bloqueio para \"Nunca\" armazena a chave de encriptação do seu cofre no seu dispositivo. Se utilizar esta opção deve assegurar-se de que mantém o seu dispositivo devidamente protegido."
|
"message": "Tem a certeza de que pretende utilizar a opção \"Nunca\"? Definir as suas opções de bloqueio para \"Nunca\" armazena a chave de encriptação do seu cofre no seu dispositivo. Se utilizar esta opção deve assegurar-se de que mantém o seu dispositivo devidamente protegido."
|
||||||
},
|
},
|
||||||
"noOrganizationsList": {
|
"noOrganizationsList": {
|
||||||
"message": "Você não pertence a nenhuma organização. Organizações permitem-lhe partilhar itens em segurança com outros utilizadores."
|
"message": "Não pertence a nenhuma organização. As organizações permitem-lhe partilhar itens em segurança com outros utilizadores."
|
||||||
},
|
},
|
||||||
"noCollectionsInList": {
|
"noCollectionsInList": {
|
||||||
"message": "Não existem coleções para listar."
|
"message": "Não existem coleções para listar."
|
||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Item auto-preenchido"
|
"message": "Item auto-preenchido"
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Definir palavra-passe mestra"
|
"message": "Definir palavra-passe mestra"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Articolul s-a completat automat "
|
"message": "Articolul s-a completat automat "
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Setare parolă principală"
|
"message": "Setare parolă principală"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Элемент заполнен "
|
"message": "Элемент заполнен "
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Предупреждение: это незащищенная HTTP-страница, и любая информация, которую вы отправляете, потенциально может быть просмотрена и изменена кем угодно. Этот логин изначально был сохранен на защищенной (HTTPS) странице."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Вы по-прежнему хотите заполнить этот логин?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "Форма размещена в домене, отличном от URI вашего сохраненного логина. Выберите OK для автозаполнения в любом случае или Отмена для остановки действия."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "Чтобы больше не получать это предупреждение, сохраните этот URI, $HOSTNAME$, в соответствующем логине.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Задать мастер-пароль"
|
"message": "Задать мастер-пароль"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "ස්වයංක්රීය-පිරවූ අයිතමය"
|
"message": "ස්වයංක්රීය-පිරවූ අයිතමය"
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "මාස්ටර් මුරපදය සකසන්න"
|
"message": "මාස්ටර් මුරපදය සකසන්න"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Automaticky vyplnené"
|
"message": "Automaticky vyplnené"
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Upozornenie: Toto je nezabezpečená HTTP stránka a akékoľvek informácie, ktoré odošlete, môžu potenciálne vidieť a zmeniť ostatní. Toto prihlásenie bolo pôvodne uložené na zabezpečenej stránke (HTTPS)."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Prajete si napriek tomu vyplniť prihlasovacie údaje?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "Formulár je hosťovaný inou doménou ako má URI uložených prihlasovacích údajov. Zvoľte OK ak chcete aj tak automaticky vyplniť údaje, alebo Zrušiť pre zastavenie."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "Ak chcete tomuto upozorneniu v budúcnosti zabrániť, uložte URI, $HOSTNAME$, do položky prihlásenia Bitwardenu pre túto stránku.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Nastaviť hlavné heslo"
|
"message": "Nastaviť hlavné heslo"
|
||||||
},
|
},
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Ставка ауто-попуњена"
|
"message": "Ставка ауто-попуњена"
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Упозорење: ово је необезбеђена ХТТП страница и све информације које пошаљете потенцијално могу други да виде и промене. Ова пријава је првобитно била сачувана на безбедној (ХТТПС) страници."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Да ли и даље желите да попуните ову пријаву?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "Образац је хостован на другом домену од УРЛ-а ваше сачуване пријаве. Изаберите ОК да бисте ипак аутоматски попунили или Откажи да бисте зауставили."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "Да бисте спречили ово упозорење у будућности, сачувајте ову УРЛ, $HOSTNAME$, у Bitwarden пријавју за овај сајт.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Постави Главну Лозинку"
|
"message": "Постави Главну Лозинку"
|
||||||
},
|
},
|
||||||
@@ -2204,6 +2222,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"opensInANewWindow": {
|
"opensInANewWindow": {
|
||||||
"message": "Opens in a new window"
|
"message": "Отвара се у новом прозору"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Fyllde i objektet automatiskt"
|
"message": "Fyllde i objektet automatiskt"
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Ange huvudlösenord"
|
"message": "Ange huvudlösenord"
|
||||||
},
|
},
|
||||||
@@ -2204,6 +2222,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"opensInANewWindow": {
|
"opensInANewWindow": {
|
||||||
"message": "Opens in a new window"
|
"message": "Öppnas i ett nytt fönster"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Item auto-filled "
|
"message": "Item auto-filled "
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Set master password"
|
"message": "Set master password"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "รายการเติมอัตโนมัติ "
|
"message": "รายการเติมอัตโนมัติ "
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "ตั้งรหัสผ่านหลัก"
|
"message": "ตั้งรหัสผ่านหลัก"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Kayıt otomatik dolduruldu "
|
"message": "Kayıt otomatik dolduruldu "
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Uyarı: Bu güvenli olmayan bir HTTP sayfasıdır ve gönderdiğiniz herhangi bir bilgi potansiyel olarak başkaları tarafından görülebilir ve değiştirilebilir. Bu Oturum Açma orijinal olarak güvenli (HTTPS) bir sayfaya kaydedilmiştir."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Hala bu girişi doldurmak istiyor musunuz?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "Form, kayıtlı girişinizin URI'sinden farklı bir etki alanı tarafından barındırılıyor. Yine de otomatik doldurmak için Tamam'ı veya durdurmak için İptal'i seçin."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "Gelecekte bu uyarıyı önlemek için $HOSTNAME$ URI'sini bu site için Bitwarden oturum açma öğenize kaydedin.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Ana parolayı belirle"
|
"message": "Ana parolayı belirle"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Запис заповнено"
|
"message": "Запис заповнено"
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Встановити головний пароль"
|
"message": "Встановити головний пароль"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "Đã tự động điền mục "
|
"message": "Đã tự động điền mục "
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "Đặt mật khẩu chính"
|
"message": "Đặt mật khẩu chính"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "项目已自动填充 "
|
"message": "项目已自动填充 "
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "警告:这是一个不安全的 HTTP 页面,您提交的任何信息都可能被其他人看到和更改。此登录最初保存在安全 (HTTPS) 页面上。"
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "您仍然想要填充此登录信息吗?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "该表单由不同于您保存的登录的 URI 域名托管。选择「确定」以自动填充,或选择「取消」停止填充。"
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "要防止以后再次出现此警告,请将此站点的 URI $HOSTNAME$ 保存到您的 Bitwarden 登录项目中。",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "设置主密码"
|
"message": "设置主密码"
|
||||||
},
|
},
|
||||||
@@ -1854,7 +1872,7 @@
|
|||||||
"message": "您的主密码最近被您组织的管理员更改过。要访问密码库,您必须立即更新它。继续操作将使您退出当前会话并要求您重新登录。其他设备上的活动会话可能会继续保持活动状态长达一小时。"
|
"message": "您的主密码最近被您组织的管理员更改过。要访问密码库,您必须立即更新它。继续操作将使您退出当前会话并要求您重新登录。其他设备上的活动会话可能会继续保持活动状态长达一小时。"
|
||||||
},
|
},
|
||||||
"updateWeakMasterPasswordWarning": {
|
"updateWeakMasterPasswordWarning": {
|
||||||
"message": "您的主密码不符合您的组织策略要求。要访问密码库,必须立即更新您的主密码。继续操作将使您退出当前会话,要求您重新登录。其他设备上的活动会话可能会继续保持活动状态长达一小时。"
|
"message": "您的主密码不符合某一项或多项组织策略要求。要访问密码库,必须立即更新您的主密码。继续操作将使您退出当前会话,并要求您重新登录。其他设备上的活动会话可能会继续保持活动状态长达一小时。"
|
||||||
},
|
},
|
||||||
"resetPasswordPolicyAutoEnroll": {
|
"resetPasswordPolicyAutoEnroll": {
|
||||||
"message": "自动注册"
|
"message": "自动注册"
|
||||||
|
|||||||
@@ -1461,6 +1461,24 @@
|
|||||||
"autoFillSuccess": {
|
"autoFillSuccess": {
|
||||||
"message": "項目已自動填入"
|
"message": "項目已自動填入"
|
||||||
},
|
},
|
||||||
|
"insecurePageWarning": {
|
||||||
|
"message": "Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page."
|
||||||
|
},
|
||||||
|
"insecurePageWarningFillPrompt": {
|
||||||
|
"message": "Do you still wish to fill this login?"
|
||||||
|
},
|
||||||
|
"autofillIframeWarning": {
|
||||||
|
"message": "The form is hosted by a different domain than the URI of your saved login. Choose OK to auto-fill anyway, or Cancel to stop."
|
||||||
|
},
|
||||||
|
"autofillIframeWarningTip": {
|
||||||
|
"message": "To prevent this warning in the future, save this URI, $HOSTNAME$, to your Bitwarden login item for this site.",
|
||||||
|
"placeholders": {
|
||||||
|
"hostname": {
|
||||||
|
"content": "$1",
|
||||||
|
"example": "www.example.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"setMasterPassword": {
|
"setMasterPassword": {
|
||||||
"message": "設定主密碼"
|
"message": "設定主密碼"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -741,14 +741,29 @@
|
|||||||
|
|
||||||
// Check if URL is not secure when the original saved one was
|
// Check if URL is not secure when the original saved one was
|
||||||
function urlNotSecure(savedURLs) {
|
function urlNotSecure(savedURLs) {
|
||||||
var passwordInputs = null;
|
if (!savedURLs || !savedURLs.length) {
|
||||||
if (!savedURLs) {
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
return savedURLs.some(url => url?.indexOf('https://') === 0) && 'http:' === document.location.protocol && (passwordInputs = document.querySelectorAll('input[type=password]'),
|
const confirmationWarning = [
|
||||||
0 < passwordInputs.length && (confirmResult = confirm('Warning: This is an unsecured HTTP page, and any information you submit can potentially be seen and changed by others. This Login was originally saved on a secure (HTTPS) page.\n\nDo you still wish to fill this login?'),
|
chrome.i18n.getMessage("insecurePageWarning"),
|
||||||
0 == confirmResult)) ? true : false;
|
chrome.i18n.getMessage("insecurePageWarningFillPrompt", [window.location.hostname])
|
||||||
|
].join('\n\n');
|
||||||
|
|
||||||
|
if (
|
||||||
|
// At least one of the `savedURLs` uses SSL
|
||||||
|
savedURLs.some(url => url.startsWith('https://')) &&
|
||||||
|
// The current page is not using SSL
|
||||||
|
document.location.protocol === 'http:' &&
|
||||||
|
// There are password inputs on the page
|
||||||
|
document.querySelectorAll('input[type=password]')?.length
|
||||||
|
) {
|
||||||
|
// The user agrees the page is unsafe or not
|
||||||
|
return !confirm(confirmationWarning);
|
||||||
|
}
|
||||||
|
|
||||||
|
// The page is secure
|
||||||
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Detect if within an iframe, and the iframe is sandboxed
|
// Detect if within an iframe, and the iframe is sandboxed
|
||||||
@@ -777,10 +792,13 @@
|
|||||||
// confirm() is blocked by sandboxed iframes, but we don't want to fill sandboxed iframes anyway.
|
// confirm() is blocked by sandboxed iframes, but we don't want to fill sandboxed iframes anyway.
|
||||||
// If this occurs, confirm() returns false without displaying the dialog box, and autofill will be aborted.
|
// If this occurs, confirm() returns false without displaying the dialog box, and autofill will be aborted.
|
||||||
// The browser may print a message to the console, but this is not a standard error that we can handle.
|
// The browser may print a message to the console, but this is not a standard error that we can handle.
|
||||||
var acceptedIframeWarning = confirm("The form is hosted by a different domain than the URI " +
|
const confirmationWarning = [
|
||||||
"of your saved login. Choose OK to auto-fill anyway, or Cancel to stop. " +
|
chrome.i18n.getMessage("autofillIframeWarning"),
|
||||||
"To prevent this warning in the future, save this URI, " +
|
chrome.i18n.getMessage("autofillIframeWarningTip", [window.location.hostname])
|
||||||
window.location.hostname + ", to your login.");
|
].join('\n\n');
|
||||||
|
|
||||||
|
const acceptedIframeWarning = confirm(confirmationWarning);
|
||||||
|
|
||||||
if (!acceptedIframeWarning) {
|
if (!acceptedIframeWarning) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -89,6 +89,8 @@ export default class RuntimeBackground {
|
|||||||
this.systemService.cancelProcessReload();
|
this.systemService.cancelProcessReload();
|
||||||
|
|
||||||
if (item) {
|
if (item) {
|
||||||
|
await BrowserApi.focusWindow(item.commandToRetry.sender.tab.windowId);
|
||||||
|
await BrowserApi.focusTab(item.commandToRetry.sender.tab.id);
|
||||||
await BrowserApi.tabSendMessageData(
|
await BrowserApi.tabSendMessageData(
|
||||||
item.commandToRetry.sender.tab,
|
item.commandToRetry.sender.tab,
|
||||||
"unlockCompleted",
|
"unlockCompleted",
|
||||||
@@ -117,7 +119,7 @@ export default class RuntimeBackground {
|
|||||||
await this.main.openPopup();
|
await this.main.openPopup();
|
||||||
break;
|
break;
|
||||||
case "promptForLogin":
|
case "promptForLogin":
|
||||||
BrowserApi.openBitwardenExtensionTab("popup/index.html", true, sender.tab);
|
BrowserApi.openBitwardenExtensionTab("popup/index.html", true);
|
||||||
break;
|
break;
|
||||||
case "openAddEditCipher": {
|
case "openAddEditCipher": {
|
||||||
const addEditCipherUrl =
|
const addEditCipherUrl =
|
||||||
@@ -125,7 +127,7 @@ export default class RuntimeBackground {
|
|||||||
? "popup/index.html#/edit-cipher"
|
? "popup/index.html#/edit-cipher"
|
||||||
: "popup/index.html#/edit-cipher?cipherId=" + msg.data.cipherId;
|
: "popup/index.html#/edit-cipher?cipherId=" + msg.data.cipherId;
|
||||||
|
|
||||||
BrowserApi.openBitwardenExtensionTab(addEditCipherUrl, true, sender.tab);
|
BrowserApi.openBitwardenExtensionTab(addEditCipherUrl, true);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
case "closeTab":
|
case "closeTab":
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
import { Observable } from "rxjs";
|
import { Observable } from "rxjs";
|
||||||
|
|
||||||
|
import { DeviceType } from "@bitwarden/common/enums/device-type.enum";
|
||||||
|
|
||||||
|
|
||||||
import BrowserPlatformUtilsService from "../services/browserPlatformUtils.service";
|
import BrowserPlatformUtilsService from "../services/browserPlatformUtils.service";
|
||||||
import { TabMessage } from "../types/tab-messages";
|
import { TabMessage } from "../types/tab-messages";
|
||||||
|
|
||||||
@@ -129,24 +132,27 @@ export class BrowserApi {
|
|||||||
return Promise.resolve(chrome.extension.getViews({ type: "popup" }).length > 0);
|
return Promise.resolve(chrome.extension.getViews({ type: "popup" }).length > 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
static createNewTab(url: string, active = true, openerTab?: chrome.tabs.Tab) {
|
static createNewTab(url: string, active = true): Promise<chrome.tabs.Tab> {
|
||||||
chrome.tabs.create({ url: url, active: active, openerTabId: openerTab?.id });
|
return new Promise((resolve) =>
|
||||||
|
chrome.tabs.create({ url: url, active: active }, (tab) => resolve(tab))
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
static openBitwardenExtensionTab(
|
static async focusWindow(windowId: number) {
|
||||||
relativeUrl: string,
|
await chrome.windows.update(windowId, { focused: true });
|
||||||
active = true,
|
|
||||||
openerTab?: chrome.tabs.Tab
|
|
||||||
) {
|
|
||||||
if (relativeUrl.includes("uilocation=tab")) {
|
|
||||||
this.createNewTab(relativeUrl, active, openerTab);
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
static async openBitwardenExtensionTab(relativeUrl: string, active = true) {
|
||||||
|
let url = relativeUrl;
|
||||||
|
if (!relativeUrl.includes("uilocation=tab")) {
|
||||||
const fullUrl = chrome.extension.getURL(relativeUrl);
|
const fullUrl = chrome.extension.getURL(relativeUrl);
|
||||||
const parsedUrl = new URL(fullUrl);
|
const parsedUrl = new URL(fullUrl);
|
||||||
parsedUrl.searchParams.set("uilocation", "tab");
|
parsedUrl.searchParams.set("uilocation", "tab");
|
||||||
this.createNewTab(parsedUrl.toString(), active, openerTab);
|
url = parsedUrl.toString();
|
||||||
|
}
|
||||||
|
|
||||||
|
const createdTab = await this.createNewTab(url, active);
|
||||||
|
this.focusWindow(createdTab.windowId);
|
||||||
}
|
}
|
||||||
|
|
||||||
static async closeBitwardenExtensionTab() {
|
static async closeBitwardenExtensionTab() {
|
||||||
@@ -163,10 +169,6 @@ export class BrowserApi {
|
|||||||
|
|
||||||
const tabToClose = tabs[tabs.length - 1];
|
const tabToClose = tabs[tabs.length - 1];
|
||||||
chrome.tabs.remove(tabToClose.id);
|
chrome.tabs.remove(tabToClose.id);
|
||||||
|
|
||||||
if (tabToClose.openerTabId) {
|
|
||||||
this.focusTab(tabToClose.openerTabId);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static createNewWindow(
|
static createNewWindow(
|
||||||
@@ -235,7 +237,7 @@ export class BrowserApi {
|
|||||||
static reloadOpenWindows() {
|
static reloadOpenWindows() {
|
||||||
const views = chrome.extension.getViews() as Window[];
|
const views = chrome.extension.getViews() as Window[];
|
||||||
views
|
views
|
||||||
.filter((w) => w.location.href != null)
|
.filter((w) => w.location.href != null && !w.location.href.includes("background.html"))
|
||||||
.forEach((w) => {
|
.forEach((w) => {
|
||||||
w.location.reload();
|
w.location.reload();
|
||||||
});
|
});
|
||||||
@@ -271,11 +273,13 @@ export class BrowserApi {
|
|||||||
return BrowserApi.manifestVersion === 3 ? chrome.action : chrome.browserAction;
|
return BrowserApi.manifestVersion === 3 ? chrome.action : chrome.browserAction;
|
||||||
}
|
}
|
||||||
|
|
||||||
static getSidebarAction(win: Window & typeof globalThis) {
|
static getSidebarAction(
|
||||||
return BrowserPlatformUtilsService.isSafari(win)
|
win: Window & typeof globalThis
|
||||||
? null
|
): OperaSidebarAction | FirefoxSidebarAction | null {
|
||||||
: typeof win.opr !== "undefined" && win.opr.sidebarAction
|
const deviceType = BrowserPlatformUtilsService.getDevice(win);
|
||||||
? win.opr.sidebarAction
|
if (deviceType !== DeviceType.FirefoxExtension && deviceType !== DeviceType.OperaExtension) {
|
||||||
: win.chrome.sidebarAction;
|
return null;
|
||||||
|
}
|
||||||
|
return win.opr?.sidebarAction || browser.sidebarAction;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
14
apps/browser/src/globals.d.ts
vendored
14
apps/browser/src/globals.d.ts
vendored
@@ -105,25 +105,13 @@ type OperaSidebarAction = {
|
|||||||
*
|
*
|
||||||
* @link https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/sidebarAction
|
* @link https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/sidebarAction
|
||||||
*/
|
*/
|
||||||
type FirefoxSidebarAction = Omit<
|
type FirefoxSidebarAction = typeof browser.sidebarAction;
|
||||||
OperaSidebarAction,
|
|
||||||
| "setBadgeText"
|
|
||||||
| "getBadgeText"
|
|
||||||
| "setBadgeBackgroundColor"
|
|
||||||
| "getBadgeBackgroundColor"
|
|
||||||
| "onFocus"
|
|
||||||
| "onBlur"
|
|
||||||
>;
|
|
||||||
|
|
||||||
type Opera = {
|
type Opera = {
|
||||||
addons: OperaAddons;
|
addons: OperaAddons;
|
||||||
sidebarAction: OperaSidebarAction;
|
sidebarAction: OperaSidebarAction;
|
||||||
};
|
};
|
||||||
|
|
||||||
declare namespace chrome {
|
|
||||||
let sidebarAction: FirefoxSidebarAction | undefined;
|
|
||||||
}
|
|
||||||
|
|
||||||
interface Window {
|
interface Window {
|
||||||
opr: Opera | undefined;
|
opr: Opera | undefined;
|
||||||
opera: unknown;
|
opera: unknown;
|
||||||
|
|||||||
@@ -220,10 +220,12 @@ export class UpdateBadge {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.useSyncApiCalls) {
|
if (this.isOperaSidebar(this.sidebarAction)) {
|
||||||
this.sidebarAction.setIcon(options);
|
await new Promise<void>((resolve) =>
|
||||||
|
(this.sidebarAction as OperaSidebarAction).setIcon(options, () => resolve())
|
||||||
|
);
|
||||||
} else {
|
} else {
|
||||||
await new Promise<void>((resolve) => this.sidebarAction.setIcon(options, () => resolve()));
|
await this.sidebarAction.setIcon(options);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -289,6 +289,14 @@ header {
|
|||||||
color: themed("headerInputColor");
|
color: themed("headerInputColor");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&::selection {
|
||||||
|
@include themify($themes) {
|
||||||
|
// explicitly set text selection to invert foreground/background
|
||||||
|
background-color: themed("headerInputColor");
|
||||||
|
color: themed("headerInputBackgroundColor");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
border-radius: $border-radius;
|
border-radius: $border-radius;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|||||||
@@ -266,10 +266,10 @@ $themes: (
|
|||||||
headerBackgroundColor: $solarizedDarkBase02,
|
headerBackgroundColor: $solarizedDarkBase02,
|
||||||
headerBackgroundHoverColor: $solarizedDarkBase01,
|
headerBackgroundHoverColor: $solarizedDarkBase01,
|
||||||
headerBorderColor: $solarizedDarkBase03,
|
headerBorderColor: $solarizedDarkBase03,
|
||||||
headerInputBackgroundColor: $solarizedDarkBase2,
|
headerInputBackgroundColor: darken($solarizedDarkBase0, 5%),
|
||||||
headerInputBackgroundFocusColor: $solarizedDarkBase1,
|
headerInputBackgroundFocusColor: $solarizedDarkBase1,
|
||||||
headerInputColor: $solarizedDarkBase01,
|
headerInputColor: $solarizedDarkBase02,
|
||||||
headerInputPlaceholderColor: $solarizedDarkBase00,
|
headerInputPlaceholderColor: lighten($solarizedDarkBase02, 5%),
|
||||||
listItemBackgroundHoverColor: lighten($solarizedDarkBase02, 5%),
|
listItemBackgroundHoverColor: lighten($solarizedDarkBase02, 5%),
|
||||||
disabledIconColor: $solarizedDarkBase0,
|
disabledIconColor: $solarizedDarkBase0,
|
||||||
disabledBoxOpacity: 0.5,
|
disabledBoxOpacity: 0.5,
|
||||||
|
|||||||
@@ -159,13 +159,12 @@ export default class BrowserPlatformUtilsService implements PlatformUtilsService
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
const sidebarView = this.sidebarViewName();
|
// Opera has "sidebar_panel" as a ViewType but doesn't currently work
|
||||||
const sidebarOpen =
|
if (this.isFirefox() && chrome.extension.getViews({ type: "sidebar" }).length > 0) {
|
||||||
sidebarView != null && chrome.extension.getViews({ type: sidebarView }).length > 0;
|
|
||||||
if (sidebarOpen) {
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Opera sidebar has type of "tab" (will stick around for a while after closing sidebar)
|
||||||
const tabOpen = chrome.extension.getViews({ type: "tab" }).length > 0;
|
const tabOpen = chrome.extension.getViews({ type: "tab" }).length > 0;
|
||||||
return tabOpen;
|
return tabOpen;
|
||||||
}
|
}
|
||||||
@@ -326,16 +325,6 @@ export default class BrowserPlatformUtilsService implements PlatformUtilsService
|
|||||||
return this.biometricCallback();
|
return this.biometricCallback();
|
||||||
}
|
}
|
||||||
|
|
||||||
sidebarViewName(): string {
|
|
||||||
if (this.win.chrome.sidebarAction && this.isFirefox()) {
|
|
||||||
return "sidebar";
|
|
||||||
} else if (this.isOpera() && typeof opr !== "undefined" && opr.sidebarAction) {
|
|
||||||
return "sidebar_panel";
|
|
||||||
}
|
|
||||||
|
|
||||||
return null;
|
|
||||||
}
|
|
||||||
|
|
||||||
supportsSecureStorage(): boolean {
|
supportsSecureStorage(): boolean {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -118,58 +118,57 @@
|
|||||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
</resheader>
|
</resheader>
|
||||||
<data name="Name" xml:space="preserve">
|
<data name="Name" xml:space="preserve">
|
||||||
<value>Bitwarden – Free Password Manager</value>
|
<value>Bitwarden - brezplačni upravljalnik gesel</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Summary" xml:space="preserve">
|
<data name="Summary" xml:space="preserve">
|
||||||
<value>A secure and free password manager for all of your devices</value>
|
<value>Varen in brezplačen upravljalnik gesel za vse vaše naprave</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Description" xml:space="preserve">
|
<data name="Description" xml:space="preserve">
|
||||||
<value>Bitwarden, Inc. is the parent company of 8bit Solutions LLC.
|
<value>Bitwarden, Inc. je matično podjetje podjetja 8bit Solutions LLC.
|
||||||
|
|
||||||
NAMED BEST PASSWORD MANAGER BY THE VERGE, U.S. NEWS & WORLD REPORT, CNET, AND MORE.
|
NAJBOŠJI UPRAVLJALNIK GESEL PO MNEJU THE VERGE, U.S. NEWS & WORLD REPORT, CNET IN DRUGIH.
|
||||||
|
|
||||||
Manage, store, secure, and share unlimited passwords across unlimited devices from anywhere. Bitwarden delivers open source password management solutions to everyone, whether at home, at work, or on the go.
|
Upravljajte, shranjujte, varujte in delite neomejeno število gesel na neomejenem številu naprav, kjerkoli. Bitwarden ponuja odprtokodne rešitve za upravljanje gesel vsem, tako doma kot v službi ali na poti.
|
||||||
|
|
||||||
Generate strong, unique, and random passwords based on security requirements for every website you frequent.
|
Ustvarite močna, edinstvena in naključna gesla, skladna z varnostnimi zahtevami za vsako spletno mesto, ki ga obiščete.
|
||||||
|
|
||||||
Bitwarden Send quickly transmits encrypted information --- files and plaintext -- directly to anyone.
|
Z Bitwarden Send hitro prenesite šifrirane informacije --- datoteke in navadno besedilo -- neposredno komurkoli.
|
||||||
|
|
||||||
Bitwarden offers Teams and Enterprise plans for companies so you can securely share passwords with colleagues.
|
Bitwarden ponuja storitvi za organizacije Teams in Enterprise, s katerima lahko gesla varno delite s sodelavci.
|
||||||
|
|
||||||
Why Choose Bitwarden:
|
Zakaj izbrati Bitwarden:
|
||||||
|
|
||||||
World-Class Encryption
|
Vrhunsko šifriranje
|
||||||
Passwords are protected with advanced end-to-end encryption (AES-256 bit, salted hashing, and PBKDF2 SHA-256) so your data stays secure and private.
|
Gesla so zaščitena z naprednim šifriranjem (AES-256, soljene hash-vrednosti in PBKDF2 SHA-256), tako da vaši podatki ostanejo varni in zasebni.
|
||||||
|
|
||||||
Built-in Password Generator
|
Vgrajeni generator gesel
|
||||||
Generate strong, unique, and random passwords based on security requirements for every website you frequent.
|
Ustvarite močna, edinstvena in naključna gesla v skladu z varnostnimi zahtevami za vsako spletno mesto, ki ga obiščete.
|
||||||
|
|
||||||
Global Translations
|
Prevodi za ves svet
|
||||||
Bitwarden translations exist in 40 languages and are growing, thanks to our global community.
|
Bitwarden je preveden že v 40 jezikov, naša globalna skupnost pa ves čas posodabljan in ustvarja nove prevede.
|
||||||
|
|
||||||
Cross-Platform Applications
|
Deluje na vseh platformah
|
||||||
Secure and share sensitive data within your Bitwarden Vault from any browser, mobile device, or desktop OS, and more.
|
Varujte in delite svoje občutljive podatke znotraj vašega Bitwarden trezorja v katerem koli brskalniku, mobilni napravi, namiznem računalniku in drugje.</value>
|
||||||
</value>
|
|
||||||
</data>
|
</data>
|
||||||
<data name="AssetTitle" xml:space="preserve">
|
<data name="AssetTitle" xml:space="preserve">
|
||||||
<value>A secure and free password manager for all of your devices</value>
|
<value>Varen in brezplačen upravljalnik gesel za vse vaše naprave</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ScreenshotSync" xml:space="preserve">
|
<data name="ScreenshotSync" xml:space="preserve">
|
||||||
<value>Sync and access your vault from multiple devices</value>
|
<value>Sinhronizirajte svoj trezor gesel in dostopajte do njega z več naprav</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ScreenshotVault" xml:space="preserve">
|
<data name="ScreenshotVault" xml:space="preserve">
|
||||||
<value>Manage all your logins and passwords from a secure vault</value>
|
<value>Upravljajte s svojimi gesli in prijavami v varnem trezorju</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ScreenshotAutofill" xml:space="preserve">
|
<data name="ScreenshotAutofill" xml:space="preserve">
|
||||||
<value>Quickly auto-fill your login credentials into any website that you visit</value>
|
<value>Uporabite samodejno izpolnitev prijavnih obrazcev za hitro prijavo na spletnih straneh</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ScreenshotMenu" xml:space="preserve">
|
<data name="ScreenshotMenu" xml:space="preserve">
|
||||||
<value>Your vault is also conveniently accessible from the right-click menu</value>
|
<value>Do svojega trezorja lahko hitro dostopate tudi prek menija na desnem kliku</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ScreenshotPassword" xml:space="preserve">
|
<data name="ScreenshotPassword" xml:space="preserve">
|
||||||
<value>Automatically generate strong, random, and secure passwords</value>
|
<value>Samodejno generirajte močna, naključna in varna gesla</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="ScreenshotEdit" xml:space="preserve">
|
<data name="ScreenshotEdit" xml:space="preserve">
|
||||||
<value>Your information is managed securely using AES-256 bit encryption</value>
|
<value>Vaši podatki so varno shranjeni z uporabo 256-bitnega šifriranja AES</value>
|
||||||
</data>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
|
|||||||
@@ -59,19 +59,19 @@
|
|||||||
"inquirer": "8.2.5",
|
"inquirer": "8.2.5",
|
||||||
"jsdom": "16.7.0",
|
"jsdom": "16.7.0",
|
||||||
"jszip": "3.10.1",
|
"jszip": "3.10.1",
|
||||||
"koa": "2.14.1",
|
"koa": "2.14.2",
|
||||||
"koa-bodyparser": "4.3.0",
|
"koa-bodyparser": "4.4.0",
|
||||||
"koa-json": "2.0.2",
|
"koa-json": "2.0.2",
|
||||||
"lowdb": "1.0.0",
|
"lowdb": "1.0.0",
|
||||||
"lunr": "2.3.9",
|
"lunr": "2.3.9",
|
||||||
"multer": "1.4.5-lts.1",
|
"multer": "1.4.5-lts.1",
|
||||||
"node-fetch": "2.6.9",
|
"node-fetch": "2.6.11",
|
||||||
"node-forge": "1.3.1",
|
"node-forge": "1.3.1",
|
||||||
"open": "8.4.2",
|
"open": "8.4.2",
|
||||||
"papaparse": "5.4.0",
|
"papaparse": "5.4.1",
|
||||||
"proper-lockfile": "4.1.2",
|
"proper-lockfile": "4.1.2",
|
||||||
"rxjs": "7.8.0",
|
"rxjs": "7.8.1",
|
||||||
"tldts": "5.7.111",
|
"tldts": "6.0.5",
|
||||||
"zxcvbn": "4.4.2"
|
"zxcvbn": "4.4.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
describe("bw", () => {
|
|
||||||
test.todo("is a placeholder test");
|
|
||||||
});
|
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
import { interceptConsole, restoreConsole } from "@bitwarden/common/spec/shared/interceptConsole";
|
import { interceptConsole, restoreConsole } from "@bitwarden/common/spec";
|
||||||
|
|
||||||
import { ConsoleLogService } from "./console-log.service";
|
import { ConsoleLogService } from "./console-log.service";
|
||||||
|
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"baseUrl": ".",
|
"baseUrl": ".",
|
||||||
"paths": {
|
"paths": {
|
||||||
"@bitwarden/common/spec/*": ["../../libs/common/spec/*"],
|
"@bitwarden/common/spec": ["../../libs/common/spec"],
|
||||||
"@bitwarden/common/*": ["../../libs/common/src/*"],
|
"@bitwarden/common/*": ["../../libs/common/src/*"],
|
||||||
"@bitwarden/importer": ["../../libs/importer/src"],
|
"@bitwarden/importer": ["../../libs/importer/src"],
|
||||||
"@bitwarden/exporter/*": ["../../libs/exporter/src/*"],
|
"@bitwarden/exporter/*": ["../../libs/exporter/src/*"],
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
"author": "",
|
"author": "",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@napi-rs/cli": "2.14.8"
|
"@napi-rs/cli": "2.15.2"
|
||||||
},
|
},
|
||||||
"napi": {
|
"napi": {
|
||||||
"name": "desktop_native",
|
"name": "desktop_native",
|
||||||
|
|||||||
@@ -15,20 +15,22 @@
|
|||||||
"node-ipc": "9.2.1",
|
"node-ipc": "9.2.1",
|
||||||
"ts-node": "10.9.1",
|
"ts-node": "10.9.1",
|
||||||
"uuid": "8.3.2",
|
"uuid": "8.3.2",
|
||||||
"yargs": "17.5.1"
|
"yargs": "17.7.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tsconfig/node16": "1.0.3",
|
"@tsconfig/node16": "1.0.4",
|
||||||
"@types/node": "18.6.5",
|
"@types/node": "18.16.8",
|
||||||
"@types/node-ipc": "9.2.0",
|
"@types/node-ipc": "9.2.0",
|
||||||
"typescript": "4.7.4"
|
"typescript": "4.7.4"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"../../../libs/common": {
|
"../../../libs/common": {
|
||||||
|
"name": "@bitwarden/common",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"license": "GPL-3.0"
|
"license": "GPL-3.0"
|
||||||
},
|
},
|
||||||
"../../../libs/node": {
|
"../../../libs/node": {
|
||||||
|
"name": "@bitwarden/node",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
@@ -92,14 +94,14 @@
|
|||||||
"integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow=="
|
"integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow=="
|
||||||
},
|
},
|
||||||
"node_modules/@tsconfig/node16": {
|
"node_modules/@tsconfig/node16": {
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.3.tgz",
|
"resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz",
|
||||||
"integrity": "sha512-yOlFc+7UtL/89t2ZhjPvvB/DeAr3r+Dq58IgzsFkOAvVC6NMJXmCGjbptdXdR9qsX7pKcTL+s87FtYREi2dEEQ=="
|
"integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA=="
|
||||||
},
|
},
|
||||||
"node_modules/@types/node": {
|
"node_modules/@types/node": {
|
||||||
"version": "18.6.5",
|
"version": "18.16.8",
|
||||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.6.5.tgz",
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.16.8.tgz",
|
||||||
"integrity": "sha512-Xjt5ZGUa5WusGZJ4WJPbOT8QOqp6nDynVFRKcUt32bOgvXEoc6o085WNkYTMO7ifAj2isEfQQ2cseE+wT6jsRw=="
|
"integrity": "sha512-p0iAXcfWCOTCBbsExHIDFCfwsqFwBTgETJveKMT+Ci3LY9YqQCI91F5S+TB20+aRCXpcWfvx5Qr5EccnwCm2NA=="
|
||||||
},
|
},
|
||||||
"node_modules/@types/node-ipc": {
|
"node_modules/@types/node-ipc": {
|
||||||
"version": "9.2.0",
|
"version": "9.2.0",
|
||||||
@@ -157,13 +159,16 @@
|
|||||||
"integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA=="
|
"integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA=="
|
||||||
},
|
},
|
||||||
"node_modules/cliui": {
|
"node_modules/cliui": {
|
||||||
"version": "7.0.4",
|
"version": "8.0.1",
|
||||||
"resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
|
"resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz",
|
||||||
"integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
|
"integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"string-width": "^4.2.0",
|
"string-width": "^4.2.0",
|
||||||
"strip-ansi": "^6.0.0",
|
"strip-ansi": "^6.0.1",
|
||||||
"wrap-ansi": "^7.0.0"
|
"wrap-ansi": "^7.0.0"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=12"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/color-convert": {
|
"node_modules/color-convert": {
|
||||||
@@ -406,17 +411,17 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/yargs": {
|
"node_modules/yargs": {
|
||||||
"version": "17.5.1",
|
"version": "17.7.2",
|
||||||
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.5.1.tgz",
|
"resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz",
|
||||||
"integrity": "sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==",
|
"integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"cliui": "^7.0.2",
|
"cliui": "^8.0.1",
|
||||||
"escalade": "^3.1.1",
|
"escalade": "^3.1.1",
|
||||||
"get-caller-file": "^2.0.5",
|
"get-caller-file": "^2.0.5",
|
||||||
"require-directory": "^2.1.1",
|
"require-directory": "^2.1.1",
|
||||||
"string-width": "^4.2.3",
|
"string-width": "^4.2.3",
|
||||||
"y18n": "^5.0.5",
|
"y18n": "^5.0.5",
|
||||||
"yargs-parser": "^21.0.0"
|
"yargs-parser": "^21.1.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12"
|
"node": ">=12"
|
||||||
|
|||||||
@@ -20,11 +20,11 @@
|
|||||||
"node-ipc": "9.2.1",
|
"node-ipc": "9.2.1",
|
||||||
"ts-node": "10.9.1",
|
"ts-node": "10.9.1",
|
||||||
"uuid": "8.3.2",
|
"uuid": "8.3.2",
|
||||||
"yargs": "17.5.1"
|
"yargs": "17.7.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@tsconfig/node16": "1.0.3",
|
"@tsconfig/node16": "1.0.4",
|
||||||
"@types/node": "18.6.5",
|
"@types/node": "18.16.8",
|
||||||
"@types/node-ipc": "9.2.0",
|
"@types/node-ipc": "9.2.0",
|
||||||
"typescript": "4.7.4"
|
"typescript": "4.7.4"
|
||||||
},
|
},
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user