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
Oscar Hinton
8690f51e2f
Disable Private Vault Export Policy ( #371 )
2021-09-15 15:57:43 +02:00
Joseph Flinn
bc908df348
Merge pull request #2069 from bitwarden/hotfix/fix-build-artifacts
...
Fix upload of build artifacts
2021-09-14 13:32:36 -07:00
Joseph Flinn
ad0ca7c56f
removing the weird file
2021-09-14 13:23:19 -07:00
Joseph Flinn
1dd991bef0
removing testing code and fixing the release code
2021-09-14 12:53:25 -07:00
Joseph Flinn
66a4cfe089
fixing dist names
2021-09-14 12:46:25 -07:00
Joseph Flinn
57926b71a9
switching to pwsh
2021-09-14 12:25:20 -07:00
Joseph Flinn
63ccf8e87c
trying to find the browser artifacts
2021-09-14 12:03:36 -07:00
Oscar Hinton
ee1ea922a9
Disable Private Vault Export Policy ( #482 )
2021-09-14 16:32:06 +02:00
Oscar Hinton
2e6f0f4166
Vault Timeout Policy ( #2048 )
2021-09-14 13:36:34 +02:00
Oscar Hinton
30d2aeb6a3
Update build commands ( #1180 )
2021-09-14 13:26:26 +02:00
Joseph Flinn
e8da01bafb
adding more dependencies on the release update job ( #1058 )
2021-09-13 07:08:53 -07:00
Matt Gibson
c82d1b3c50
Use api action directive for confirm action ( #1153 )
2021-09-13 07:46:16 -05:00
Thomas Rittson
ebaf27b7c9
Use a modal to set the unlock pin ( #1064 )
...
* Use separate modal to set pin
* Remove incorrect label
* Fix tab focus for settings and set-pin modals
* Remove leftover code
* Update jslib
2021-09-13 10:52:58 +10:00
Thomas Rittson
8180aaa4cc
Add warning about 2FA when changing account email ( #1186 )
...
* Add warning about 2FA when changing account email
* Fix linting
* Fix code style and warning wording
2021-09-13 10:49:24 +10:00