1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 09:43:23 +00:00
Commit Graph

11655 Commits

Author SHA1 Message Date
Joseph Flinn
f4fc458542 Merge pull request #2080 from bitwarden/crowdin-auto-sync
Autosync Crowdin Translations
2021-09-21 14:13:40 -07:00
github-actions[bot]
004f18e04d Autosync the updated translations (#1085)
Co-authored-by: github-actions <>
2021-09-21 14:12:42 -07:00
30661afeb6 Autosync the updated translations 2021-09-21 21:05:35 +00:00
github-actions[bot]
9db6f0bfc2 Autosync the updated translations (#1199)
Co-authored-by: github-actions <>
2021-09-21 13:54:05 -07:00
Oscar Hinton
fe38848cf7 Use explicit import paths (#372) 2021-09-21 19:42:36 +02:00
Joseph Flinn
ab0ce71db8 Updating to new CI model (#1196)
* starting the new pipeline model update

* updating the deploy portion of the pipeline

* adding a stub for the release notes

* removing the redundant deploy workflow

* fixing the cloud job. Adding a npm pre-cache

* updating the hashFile for the caches

* removing the cache-hit check since the logic doesn't work for node_modules

* checking out the repo in the precache

* removing the pre-cache step. Seems to slow down the pipeline overall

* ghpage-deploy with the correct input for the versions

* testing a custom action for the DCT setup

* fixing a typo

* fixing the shell issue in the custom action

* removing a conditional to run a test

* testing redaction

* fixing the weird colon inline with run issue

* commenting out the DCT for testing

* test passed. Updating the release pipeline with the new Setup DCT action

* updating the DCT setup action hash

* updating the release workflow with the linter suggestions
2021-09-21 09:37:17 -07:00
Joseph Flinn
2a5f521df2 Updating the version of snapcore/build-action to the latest to get rid of the error on empty server response (#373) 2021-09-21 07:23:06 -07:00
Thomas Rittson
10734fc024 Move custom fields to separate components (#2072)
* Move add-edit custom fields to own component

* Fix linting and mistakes

* Update directive

* Removed linked fields work

* Move view custom fields to own component

* Remove unnecessary imports

* Wrap template in ng-container

* Update jslib

* Fix imports
2021-09-21 10:49:05 +10:00
Thomas Rittson
582ddc041b Move custom fields to separate components (#1192)
* Move add-edit custom fields to own component

* Update jslib

* Fix import

* Update jslib
2021-09-21 10:48:36 +10:00
Thomas Rittson
c385efdbd2 Move custom fields to separate components (#1076)
* Move custom fields to own component

* Update jslib

* Fix import statements

* Fix linting
2021-09-21 10:48:17 +10:00
Oscar Hinton
0297ea57da Use explicit import paths (#1084) 2021-09-20 10:41:57 +02:00
Oscar Hinton
ed8d39ed85 Fix forgotten imports (#492) 2021-09-20 09:57:57 +02:00
Thomas Rittson
b7429b0c0c Fix import statements (#494) 2021-09-20 17:49:59 +10:00
Thomas Rittson
25afe79714 Fix import statements (#493) 2021-09-20 17:23:00 +10:00
Thomas Rittson
0f984efd61 Move custom fields to separate components (#489)
* Move add-edit custom fields to own component

* Fix linting

* Fix change handling if cipherType changes

* Removed linked fields work

* Move view custom fields to own component

* Remove unnecessary imports

* Remove old logic from component
2021-09-20 10:36:40 +10:00
Patrick H. Lauke
6514b5fa3b Inject aria-label to folder select 2021-09-18 23:11:10 +01:00
Patrick H. Lauke
495a7adcb7 Tweak styles for folder select 2021-09-18 23:09:41 +01:00
Patrick H. Lauke
641328c8c6 Merge branch 'master' into patrickhlauke-a11y-patch4 2021-09-18 22:42:45 +01:00
Patrick H. Lauke
40293858c6 Merge branch 'patrickhlauke-a11y-patch4' of https://github.com/patrickhlauke/browser into patrickhlauke-a11y-patch4 2021-09-18 22:33:19 +01:00
Patrick H. Lauke
3b9cddefd8 Replace table with grid 2021-09-18 22:32:22 +01:00
Patrick H. Lauke
3c9b69884e Replace table with grid 2021-09-18 22:15:58 +01:00
Patrick H. Lauke
02cccf981d Add proper title to the page 2021-09-18 21:28:57 +01:00
Patrick H. Lauke
164ce1138b Remove aria-hidden from bitwarden logo link, add appropriate alt attribute 2021-09-18 21:27:56 +01:00
Patrick H. Lauke
f389ea2951 Change links to buttons in new components/fragments that appeared after latest merge 2021-09-18 17:55:18 +01:00
Patrick H. Lauke
6b0167a098 Merge branch 'master' into patrickhlauke-a11y-patch2 2021-09-18 17:47:59 +01:00
Patrick H. Lauke
c178cbdc12 Resolve merge conflict 2021-09-18 17:45:54 +01:00
Patrick H. Lauke
8ce5cbe943 Tweak styles to accommodate for buttons 2021-09-18 17:45:34 +01:00
Patrick H. Lauke
0b024e11d6 Update src/popup/scss/pages.scss
Co-authored-by: Addison Beck <addisonbeck1@gmail.com>
2021-09-17 21:19:34 +01:00
Vincent Salucci
16e998e664 [Reset Password v1] Refactor ForcePasswordReset into AuthResult (#481) 2021-09-17 10:53:50 -05:00
Matt Gibson
5cec31f871 Organization autoscaling (#487)
* Seat autoscaling api changes

* Update all organization subscription
aspects with one api call

* Remove disable autoscale option

* Remove autoscale request references

* Remove autoscale update
2021-09-17 10:20:48 -05:00
Oscar Hinton
f1e0f70375 Use explicit import paths (#1195)
* Update imports to not use index files

* Bump jslib
2021-09-17 15:44:34 +02:00
Oscar Hinton
a848406ce0 Use explicit import paths (#2074) 2021-09-17 15:44:27 +02:00
Oscar Hinton
83548a6753 Remove deprecated index.ts (#490)
* Remove deprecated index.ts

* Update tests
2021-09-17 14:57:31 +02:00
Dane Powell
7d797f73fe Automatic biometrics prompt (#2065)
Co-authored-by: Michael Cho <mcho@tutanota.com>
2021-09-17 10:22:46 +02:00
Vincent Salucci
762c026b6f [SSO/Auto Enroll] Fixed typo for banner (#1083) 2021-09-16 23:09:23 -05:00
Vincent Salucci
eaba23d4ba [SSO/Auto Enroll] Fixed typo for banner (#1194) 2021-09-16 23:00:57 -05:00
Vincent Salucci
bb99af6e24 [SSO/Auto Enroll] Fix type for banner (#2073) 2021-09-16 23:00:40 -05:00
Dane Powell
da6fde4b15 Add constants for biometrics auto-prompt option (#483)
* Add constants for biometrics auto-prompt option

* rename constant

Co-authored-by: Michael Cho <mcho@tutanota.com>
2021-09-16 21:00:13 +02:00
Joseph Flinn
c5461f82c1 rolling back accidental changes to mac runner (#1081) 2021-09-16 11:10:12 -07:00
Joseph Flinn
c99a543030 Pinning ast version (#1080)
* Pinning version of AST instead of using latest

* adding the pinned version of the commit

* adding an array join

* pinning version of dotnet

* trying the AST pin of the version we started using

* disabling jobs and adding test step to window job

* adding dotnet 2.1.x to see if that fixes the issue

* removing the test code and testing the addition of .net 2.1.x

* repinning to last successful sign

* trying the newest version of AST

* disabling the non-windows jobs again

* disabling the windows build job and added a test job

* removing stray comma

* changing the multiline delimiter

* pivoting away from our EV cert and testing with a test one

* switching back to the EV cert and adding a verbose flag

* disabling some steps that are breaking

* swithing back to the test cert

* testing new format for the ast command

* removing the node portions of the test since they are not needed

* trying AST without the tenat-id

* rolling back to original commit

* switching to custom AST for better troubleshooting

* removing the ast commit logic and forcing latest

* fixing up the pwsh sign command

* fixing the AST verison

* making sure that the secrets are not blank

* trying the EV cert for signing

* Using pinned commit from AST instead of custom code

* fixing env

* building the actually pinned commit instead of whatever the other thing was...

* testing the windows job

* removing the dotnet 2.1.x dependency since the older AST version shouldn't need it

* reenabling the test ast job since something is failing

* moving the git switch command

* testing new gh-action

* fixing the gh-action path

* updating the hash of the new action

* enabling the build jobs again

* updating the hash for the new Install AST action

* fixing linter issues
2021-09-16 10:15:05 -07:00
Nihal Raj
fed98c481e Update README.md 2021-09-16 08:57:34 +05:30
Vincent Salucci
8f25ece600 Update jslib (#2070) 2021-09-15 21:34:03 -05:00
Vincent Salucci
eac84128ed update jslib (#1074) 2021-09-15 21:33:15 -05:00
Vincent Salucci
ebb945a0c4 Update jslib (#1191) 2021-09-15 21:32:55 -05:00
Thomas Rittson
8f700b0b45 Use a modal to set the unlock pin (#2060)
* Use separate modal for set pin

* Fix modal style and layout

* Minor fixes

* Remove incorrect label

* Fix initial focus and tab a11y

* Fix unrelated linting

* Update jslib
2021-09-16 05:56:29 +10:00
Oscar Hinton
205b1153de Disable Private Vault Export Policy (#2064) 2021-09-15 21:06:13 +02:00
Oscar Hinton
7daba63c56 Add policy for disabling personal vault export (#1189) 2021-09-15 21:05:02 +02:00
Oscar Hinton
aa19e678f7 Vault Timeout Policy (#1052) 2021-09-15 20:02:46 +02:00
Oscar Hinton
da4af743f3 Disable Private Vault Export Policy (#1068) 2021-09-15 20:02:17 +02:00
Vincent Salucci
da132217da [SSO Auto Enroll] Auto Enroll status retrieval (#486)
* [SSO Auto Enroll] Auto Enroll status retrieval

* Fixed import order

* Updated object property
2021-09-15 12:54:44 -05:00