Data Sync User

Results 1103 issues of Data Sync User

Following up on [this comment](https://github.com/mozilla-services/autopush-rs/pull/730#discussion_r1681849581), we should switch the default for [UserAgentInfo](https://github.com/mozilla-services/autopush-rs/blob/eb5d792521b2d6149e4e1a972e0be67587384ae8/autopush-common/src/util/user_agent.rs#L15-L16) to use “UNKNOWN” when encountering an unparsable User Agent string. (We may wish to amend this and possibly...

good first bug

**Summary:** Push currently does not allow for endpoint data to be backed-up or restored. This is because each Push subscription is tied to a unique endpoint and set of encryption...

┆Issue is synchronized with this [Jira Task](https://mozilla-hub.atlassian.net/browse/PUSH-135)

WNS is a push last mile delivery for modern Windows devices (at least Windows 10+). The best overview I've found is at https://github.com/microsoft/WindowsAppSDK/blob/main/specs/PushNotifications/PushNotifications-spec.md. Some of the details are laid out...

Like a task included in [https://github.com/mozilla-services/syncstorage-rs/issues/184](https://github.com/mozilla-services/syncstorage-rs/issues/184|smart-link), We currently establish individual grpc channels per client connections for simplicity sake, however we should follow other client implementations and utilize grpc’s multiplex feature...

Currently the [megaphone]([https://github.com/mozilla-services/megaphone/](https://github.com/mozilla-services/megaphone/|smart-link) ) server uses an older version of Rocket as it’s framework, which requires rust `nightly`. This was fine when it was originally created 6 years ago, but...

autoconnect deals with 2 different ping types. Let’s add a quick document explaining their usage because they’re obscure and easily confused between each other. Assigning to me because I already...

There are still docs built previously from now-archived repos available on readthedocs.io without a notice they're not being up to date (with the exception being autopush, where banner at the...

`parse_chidmessageid` includes old code paths for parsing legacy notification `chidmessageid` formats. This along with similar code in autoush-common’s `Notification::chidmessageid` and `RangeKey::legacy_version` should be removed as we no longer support these...

The older push-service’s Design section [https://mozilla-push-service.readthedocs.io/en/latest/design/](https://mozilla-push-service.readthedocs.io/en/latest/design/|smart-link) was never migrated to [https://mozilla-services.github.io/autopush-rs/index.html](https://mozilla-services.github.io/autopush-rs/index.html|smart-link) . We should probably rename its Section 8 (HTTP Endpoints for Notifications) to “Protocols” and nest the original content...