From a61ef748952135b7ece1c8584f5230d932ff37f1 Mon Sep 17 00:00:00 2001 From: Joseph Flinn <58369717+joseph-flinn@users.noreply.github.com> Date: Fri, 22 Oct 2021 08:41:15 -0700 Subject: [PATCH 01/18] Updating the release constraints (#1118) * updating the release constraints * removing the master branch release ci code execution * updating some verbiage --- .github/workflows/release.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 89017312..d764786a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,9 +13,9 @@ jobs: steps: - name: Branch check run: | - if [[ "$GITHUB_REF" != "refs/heads/rc" ]]; then + if [[ "$GITHUB_REF" != "refs/heads/release" ]]; then echo "===================================" - echo "[!] Can only release from rc branch" + echo "[!] Can only release from the 'release' branch" echo "===================================" exit 1 fi @@ -23,7 +23,7 @@ jobs: - name: Checkout repo uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4 with: - ref: rc + ref: release - name: Get Package Version id: retrieve-version @@ -50,7 +50,7 @@ jobs: with: workflow: build.yml workflow_conclusion: success - branch: rc + branch: release - name: Create release uses: ncipollo/release-action@95215a3cb6e6a1908b3c44e00b4fdb15548b1e09 # v2.8.5 @@ -99,7 +99,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4 with: - ref: rc + ref: release - name: Install Snap uses: samuelmeuli/action-snapcraft@10d7d0a84d9d86098b19f872257df314b0bd8e2d # v1.2.0 @@ -114,7 +114,7 @@ jobs: with: workflow: build.yml workflow_conclusion: success - branch: rc + branch: release artifacts: bitwarden_${{ env._PKG_VERSION }}_amd64.snap path: ./dist @@ -137,7 +137,7 @@ jobs: - name: Checkout Repo uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4 with: - ref: rc + ref: release - name: Setup Chocolatey run: choco apikey --key $env:CHOCO_API_KEY --source https://push.chocolatey.org/ @@ -153,7 +153,7 @@ jobs: with: workflow: build.yml workflow_conclusion: success - branch: rc + branch: release artifacts: bitwarden.${{ env._PKG_VERSION }}.nupkg path: ./dist @@ -174,7 +174,7 @@ jobs: - name: Checkout repo uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4 with: - ref: rc + ref: release - name: Make target directory run: mkdir -p dist/mas-universal @@ -184,7 +184,7 @@ jobs: with: workflow: build.yml workflow_conclusion: success - branch: rc + branch: release artifacts: Bitwarden-${{ env._PKG_VERSION }}-universal.pkg path: ./dist/mas-universal From 52a30f4d8a5409448f4de743df3a4df547fc5b43 Mon Sep 17 00:00:00 2001 From: Thomas Rittson <31796059+eliykat@users.noreply.github.com> Date: Mon, 25 Oct 2021 16:26:12 +1000 Subject: [PATCH 02/18] Fixes for dynamic modal a11y (#1107) * Remove tabindex and cdkTrapFocus from modals * Add styling for modal-dismiss * Remove modal-dismiss styles * Update jslib --- jslib | 2 +- src/app/accounts/environment.component.html | 2 +- src/app/accounts/premium.component.html | 2 +- src/app/accounts/settings.component.html | 2 +- src/app/accounts/two-factor-options.component.html | 2 +- src/app/accounts/vault-timeout-input.component.html | 2 +- src/app/components/password-reprompt.component.html | 2 +- src/app/components/set-pin.component.html | 4 ++-- src/app/vault/attachments.component.html | 2 +- src/app/vault/collections.component.html | 2 +- src/app/vault/export.component.html | 2 +- src/app/vault/folder-add-edit.component.html | 2 +- src/app/vault/password-generator-history.component.html | 2 +- src/app/vault/password-generator.component.html | 2 +- src/app/vault/password-history.component.html | 2 +- src/app/vault/share.component.html | 2 +- 16 files changed, 17 insertions(+), 17 deletions(-) diff --git a/jslib b/jslib index f09fb698..24fe8360 160000 --- a/jslib +++ b/jslib @@ -1 +1 @@ -Subproject commit f09fb69882525b3be7b2e257e7723eeb79b343d1 +Subproject commit 24fe836032354d4ec39435776e54dd0995e1b389 diff --git a/src/app/accounts/environment.component.html b/src/app/accounts/environment.component.html index 36d7d95c..72ef27c5 100644 --- a/src/app/accounts/environment.component.html +++ b/src/app/accounts/environment.component.html @@ -1,4 +1,4 @@ -