* Changed label to entraID
* Performed rename of Azure AD to Entra ID
* Added check to maintain backward compatibility.
* Swapping Azure for Entra
* one last spot
* Adding property for the data.json for backward compatibility.
Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
* Removing unneeded setting using the old azure property.
* Accidentally removed. Adding entra back in.
* Adding backward compatibility comment. Added here because it's required for SecureStorageKeys
* Adding backward compatibility comments.
* Fixing comment
* Removing unused fields.
---------
Co-authored-by: Thomas Rittson <31796059+eliykat@users.noreply.github.com>
* Fix mixed up bools, use whole object
* disallow overwriteExisting on large syncs
* remove unused file
* add test, always set overwriteExisting to false for batched requests
* add more tests
* wip
* Clean up
---------
Co-authored-by: Thomas Rittson <trittson@bitwarden.com>
Note that this is effectively a re-release of 2025.1.0
in order to rollback from defective release 2025.3.0.
rc will branch from 2025.1.0 and have this cherry-picked into it.
Google Workspace users in an "archived" state will be treated
as a disabled user by Directory Connector. e.g. they will be removed
from the organization if "remove disabled users during sync" is enabled.
* initial implementation
* next iteration
* clean up
* cleanup
* fix test
* cleanup
* rename services, refactor, fix test logic
* fix DI
* update comment
* update comment
* resolve merge conflict
* register dependencies out of jslib, more cleanup
* fix failing test in build
* fix type error
* try fixing test error
* remove async from test setup
* attempt to fix test
* fix text
* fix test
* add ts-expect-error comment
* cleanup
---------
Co-authored-by: bnagawiecki <107435978+bnagawiecki@users.noreply.github.com>
* [deps]: Update googleapis to v144
* [deps]: Update google-auth-library to v9
* Group Google libraries in Renovate configuration
* Reinstall google libraries to fix missing gaxios package
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rui Tome <rtome@bitwarden.com>
* [deps]: Update electron to v34
* fix: remove event parameter from minimize handler for Electron 34 compatibility
The minimize event in Electron 34 no longer provides an event object, requiring removal of the e.preventDefault() call.
* feat(deps): add node-abi@3.74.0 as devDependency for Electron 34 rebuild
Required for electron-rebuild to work correctly with Electron 34.
Previous transitive dependency version (3.68.0) was too old to support Electron 34.
* Bump Electron to v34.1.1
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Rui Tome <rtome@bitwarden.com>