1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-24 03:32:51 +02:00
bitwarden-browser/apps/desktop/src
Daniel James Smith a1e536a5ef
[PS-1175] Resolve issue with processReload not executing (#3240)
* Removed check for getBiometricLocked
It always returned false even when no biometrics were used.

* Remove the other check for getBiometricsLocked

* Ensure that biometricFingerprintValidation is reset, when biometrics are disabled

* Removed getBiometricsLocked and setBiometricsLocked
With nothing in the codebase reading the state of getBiometricsLocked, I've removed all places where it was set or saved.

* Refactor execution of reload into a separate method

* Conditonally pass the window object to `BrowserApi.reloadExtension`

* Clarify in comment, that the PIN has to be set with ask for Master Password on restart

* Ensure the process reload is executed on logout

* Use accounts instead of lastActive == null to determine a reload on logout

* Moved identical logic from desktop and browser into system.service

* Simplified check for refresh to handle no accounts found, logout, lock with lastActive longer than 5 seconds
2022-08-05 20:04:27 +02:00
..
app [PS-1175] Resolve issue with processReload not executing (#3240) 2022-08-05 20:04:27 +02:00
images [PS-124] Update so the image for the clear search button is visible in all themes (#2639) 2022-05-16 17:09:54 -04:00
locales Autosync the updated translations (#3249) 2022-08-05 02:11:26 +02:00
main [EC-317] Desktop client delete user account (#3151) 2022-07-29 21:49:58 +02:00
models Use NPM workspace (#2874) 2022-06-14 17:10:53 +02:00
proxy Move desktop into apps/desktop 2022-05-05 17:20:34 +02:00
scripts Move desktop into apps/desktop 2022-05-05 17:20:34 +02:00
scss Making changes to flitter-buttons on hover (#3233) 2022-08-05 16:02:05 +01:00
services Use NPM workspace (#2874) 2022-06-14 17:10:53 +02:00
entry.ts Move desktop into apps/desktop 2022-05-05 17:20:34 +02:00
global.d.ts Move desktop into apps/desktop 2022-05-05 17:20:34 +02:00
index.html Move desktop into apps/desktop 2022-05-05 17:20:34 +02:00
main.ts PS-813 Add memory storage to state service (#2892) 2022-06-27 12:38:12 -05:00
package-lock.json Bumped desktop version to 2022.8.0 (#3229) 2022-08-04 17:20:41 +02:00
package.json Bumped desktop version to 2022.8.0 (#3229) 2022-08-04 17:20:41 +02:00