-
Notifications
You must be signed in to change notification settings - Fork 310
In user-agent, include platform, platform version, and app version #467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
a-api
Implementing specific parts of the Zulip server API
Milestone
Comments
In particular, after #471 there will be (as discussed at #471 (comment)) a sort of residual version of the following issue: which is that the login emails will say "Device: Zulip on an unknown operating system" rather than the actual operating system. Fixing this issue should fix that. When we have a PR for this issue, one thing we should manually test in it is that it does indeed fix that. |
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Jun 24, 2024
Generate the user-agent using `deviceInfo` and `packageInfo` from ZulipBinding, and since it now depends on them, move the function to the ZulipBinding class — making it explicit to the caller that it depends on ZulipBinding being initialised. In addition to that, support fetching macOS, Windows and Linux device information, so that user-agents for them can be generated. Fixes: zulip#467
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Jun 24, 2024
Generate the user-agent using `deviceInfo` and `packageInfo` from ZulipBinding, and since it now depends on them, move the function to the ZulipBinding class — making it explicit to the caller that it depends on ZulipBinding being initialised. In addition to that, support fetching macOS, Windows and Linux device information, so that user-agents for them can be generated. Fixes: zulip#467
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Jun 26, 2024
Generate the user-agent using `deviceInfo` and `packageInfo` from ZulipBinding, and since it now depends on them, move the function to the ZulipBinding class — making it explicit to the caller that it depends on ZulipBinding being initialised. In addition to that, support fetching macOS, Windows and Linux device information, so that user-agents for them can be generated. Fixes: zulip#467
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Jun 30, 2024
Generate the user-agent using `deviceInfo` and `packageInfo` from ZulipBinding, and since it now depends on them, move the function to the ZulipBinding class — making it explicit to the caller that it depends on ZulipBinding being initialised. In addition to that, support fetching macOS, Windows and Linux device information, so that user-agents for them can be generated. Fixes: zulip#467
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Jun 30, 2024
Generate the user-agent using `deviceInfo` and `packageInfo` from ZulipBinding. Fixes: zulip#467
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Jul 1, 2024
Generate the user-agent using `deviceInfo` and `packageInfo` from ZulipBinding. Fixes: zulip#467
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Jul 7, 2024
Generate the user-agent using `deviceInfo` and `packageInfo` from ZulipBinding. Fixes: zulip#467
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Jul 7, 2024
Generate the user-agent using `deviceInfo` and `packageInfo` from ZulipBinding. Fixes: zulip#467
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Jul 9, 2024
Generate the user-agent using `deviceInfo` and `packageInfo` from ZulipBinding. Fixes: zulip#467
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Jul 11, 2024
Generate the user-agent using `deviceInfo` and `packageInfo` from ZulipBinding. Fixes: zulip#467
rajveermalviya
added a commit
to rajveermalviya/zulip-flutter
that referenced
this issue
Jul 13, 2024
Generate the user-agent using `deviceInfo` and `packageInfo` from ZulipBinding. Fixes: zulip#467
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the first pass for
, Greg suggests leaving out the platform, platform version, and app version. So I expect the user agent will look something like
instead of e.g.
. This issue is for filling in those missing things.
The text was updated successfully, but these errors were encountered: