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
Oscar Hinton
ce2e6c3cb4 Remove empty catch blocks and remove allow-empty-catch tslint rule (#2136) 2021-10-21 11:10:46 +02:00
Oscar Hinton
6f69486c36 Remove empty catch blocks and remove allow-empty-catch tslint rule (#1117) 2021-10-21 11:10:36 +02:00
Liu Junqi
1089c06d77 fix issue #1933 2021-10-21 14:19:30 +08:00
Thomas Rittson
24fe836032 Fixes for dynamic modal a11y (#518)
* Do not close modal if click finishes on background

* Trap tab focus in modals, use ESC to close modal

* Fix Angular change detection errors in modals

* Reset focus on next modal after closing modal

* Minor fixes and linting

* Attach focusTrap to modal-dialog element

* Change mousedown event back to click

* Make topModal private

* Add new div for dismissing modal by clicking bg

* Focus element in modal if no autoFocus directive

* Use backdrop for dismissal

* Fix typo
2021-10-21 08:13:37 +10:00
Matt Gibson
9dd859af7a Limit collection actions presented to permitted (#1247)
* Limit collection actions presented to permitted

* Revert useless move

* Limit vault view to editable ciphers and collections

* Update jslib

* PR review
2021-10-20 16:17:27 -05:00
Oscar Hinton
fe0f4120ba Remove empty catch blocks and remove allow-empty-catch tslint rule (#393) 2021-10-20 22:41:33 +02:00
Joseph Flinn
9635b1acb7 Updating the release branch constraint and the CI pipeline code constraint 2021-10-20 11:28:19 -07:00
Daniel James Smith
3be6e42849 Update copyright year in .plist files for safari 2021-10-20 18:46:56 +02:00
Oscar Hinton
044ac513ae Remove empty catch blocks, and update tslint rule (#1226) 2021-10-20 18:30:04 +02:00
Daniel James Smith
c318b58185 Remove check for isVivaldi 2021-10-20 17:52:10 +02:00
Daniel James Smith
39a189e7b3 Fixed formatting 2021-10-20 17:49:58 +02:00
Daniel James Smith
fd9455873d Add literal for noopCommand suffix 2021-10-20 17:45:19 +02:00
Matt Gibson
815b436f7c Fix Typo. Collection create has full view access (#523) 2021-10-20 10:31:25 -05:00
Daniel James Smith
6a02487778 Merge pull request #2134 from jesseliu612/master
solved a casing issue that may lead to build fail
2021-10-20 15:47:05 +02:00
Daniel James Smith
581e0421ca Merge pull request #2129 from bitwarden/reduce-binking-of-notificationBar
Reduce blinking of notification bar
2021-10-20 15:22:17 +02:00
Liu Junqi
75c0680968 solved a casing issue that may lead to build fail 2021-10-20 21:11:46 +08:00
Thomas Rittson
6ff7112bb7 Add type="button" to button elements (#2131)
* Add type="button" to button elements

* Add  type="button" to button elements in notificationBar
2021-10-20 07:52:12 +10:00
Thomas Rittson
4447b89b05 Fix btn-link colors in dark mode (#1246) 2021-10-20 07:47:18 +10:00
Daniel James Smith
d96b19b9fc Merge branch 'master' of https://github.com/bitwarden/browser into reduce-binking-of-notificationBar 2021-10-19 18:55:47 +02:00
Daniel James Smith
ec13cfd70c Pick first cipher matching url as no specific cipher was selected by the user when vault is locked 2021-10-19 16:11:48 +02:00
Daniel James Smith
de1d26bd8d Add messageListener for unlockCompleted 2021-10-19 16:10:43 +02:00
Daniel James Smith
0e832ee435 Remove noop - openPopup and use promptForLogin instead when vault is locked 2021-10-19 16:09:50 +02:00
Daniel James Smith
0f000731b9 Pass tab onto getClickedElement, no need to look up the current tab 2021-10-19 16:04:32 +02:00
Daniel James Smith
421ab36215 Pass tab onto cipherAction, no need to look up the current tab 2021-10-19 16:03:39 +02:00
Daniel James Smith
fc0c7a04b7 Add types for contextMenus.background 2021-10-19 16:00:38 +02:00
Daniel James Smith
c793552dfd Enable unlock on autofill via keyboard shortcut 2021-10-19 15:55:36 +02:00
Matt Gibson
1de569e64d Remove unnecessary fallbacks (#1245)
Web is in lock-step to server version. We do not need fallbacks
since we're sure the server version will support collection permissions split.
2021-10-19 08:08:15 -05:00
Daniel James Smith
86e3b9e423 Add missing types 2021-10-19 14:15:15 +02:00
Daniel James Smith
b8676cf398 Merge pull request #2119 from bitwarden/refactor-save-update-prompt
[Tech-Debt]: Refactor save update prompt
2021-10-19 13:31:31 +02:00
Daniel James Smith
3bb58baf45 Add types for addLogin and changePassword runtime messages 2021-10-19 12:10:31 +02:00
Daniel James Smith
344878ef4f Simplify forwarding tab messages to runtime 2021-10-19 11:47:25 +02:00
Daniel James Smith
d4e91a81f9 Capitalize class name: LockedVaultPendingNotificationsItem 2021-10-19 11:20:55 +02:00
Oscar Hinton
f09fb69882 Remove empty catch blocks, and update tslint rule (#513) 2021-10-19 10:32:14 +02:00
Matt Gibson
3ee61fef96 Add user uses to new permission model (#1228) 2021-10-18 13:50:26 -05:00
Daniel James Smith
a1022c8b27 Set iframe.src so that the check in closeExistingAndOpenBar actually works 2021-10-18 18:48:52 +02:00
Daniel James Smith
bed17673a8 Reduce blinking of notificationBar when other tabs update 2021-10-18 18:03:46 +02:00
Daniel James Smith
06e47dea17 Added types: Use chrome.tabs instead of any 2021-10-18 18:02:19 +02:00
Daniel James Smith
2299abe7a6 Make linter happy 2021-10-18 16:47:14 +02:00
Daniel James Smith
95e9387314 Remove logic out of notification content scripts 2021-10-18 16:42:32 +02:00
Daniel James Smith
fd8de4ca0c Use messages/events instead of main.unlockCompleted 2021-10-18 16:41:42 +02:00
Daniel James Smith
2699e0f5a0 Add types for common browser functions 2021-10-18 16:34:14 +02:00
Daniel James Smith
1bf7a7cad6 Perform null check on chrome.runtime 2021-10-18 16:31:59 +02:00
Daniel James Smith
4b49b1fcc0 Add type CipherView for AutoFill functionality 2021-10-18 16:10:13 +02:00
Daniel James Smith
92459c6098 Declare and use types for notificationQueue 2021-10-15 19:51:24 +02:00
Daniel James Smith
d1977f1f08 Added type declarations where chrome.tabs.Tab applies 2021-10-15 19:42:05 +02:00
Vince Grassia
9c10961b9f Add notify constraint (#2120) 2021-10-15 13:07:15 -04:00
Vince Grassia
58e632250a Add notify constraint (#390) 2021-10-15 13:07:10 -04:00
Vince Grassia
66d560aab5 Add notify constraint (#1112) 2021-10-15 13:07:05 -04:00
Vince Grassia
f63b395736 Add notify constraint (#1244) 2021-10-15 13:06:59 -04:00
Vince Grassia
62011628d0 Add notify constraint (#522) 2021-10-15 13:06:46 -04:00