Schmidt

Results 49 issues of Schmidt

replication documents also (like user docs) have some fields updated by couchdb. These fields should be considered when diffing.

CouchDB Push always overwrites existing files. We maybe need to support a hook, which can be supported as an option when using the API and will handle a merge: ```...

:warning: **Work in Progress - Please Do Not Merge** _This pull request is a proof of concept, representing an initial approach to integrating key management for the logins component in...

### Pull Request checklist ### - **Breaking changes**: This PR follows our [breaking change policy](https://github.com/mozilla/application-services/blob/main/docs/howtos/breaking-changes.md) - [x] This PR follows the breaking change policy: - This PR has no breaking...

### Pull Request checklist ### - **Breaking changes**: This PR follows our [breaking change policy](https://github.com/mozilla/application-services/blob/main/docs/howtos/breaking-changes.md) - [x] This PR follows the breaking change policy: - This PR has no breaking...

When following the [instructions on how to set up a new component](https://github.com/mozilla/application-services/blob/main/docs/howtos/adding-a-new-component.md), its advised to declare uniffi as a workspace dependency ```toml [dependencies] uniffi = { workspace = true }...

This migrates the database to version 3. New `Login` properties: - `time_last_potentially_valnerable_password_set` - `time_last_breach_alert_dismissed` Additional LoginStore API methods: - `is_potentially_vulnerable_password` - `set_potentially_vulnerable_password` - `reset_all_potentially_vulnerable_passwords` - `is_breach_alert_dismissed` - `record_breach_alert_dismissal` ### Pull...

### Pull Request checklist ### - **Breaking changes**: This PR follows our [breaking change policy](https://github.com/mozilla/application-services/blob/main/docs/howtos/breaking-changes.md) - [ ] This PR follows the breaking change policy: - This PR has no...