Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Implement MSC3852: Expose last_seen_user_agent to users for their own devices; also expose to Admin API #13549

Merged
merged 7 commits into from
Aug 19, 2022

Commits on Aug 17, 2022

  1. Expose last_seen_user_agent for users if experimental option is enabled

    This also exposes the stable version of the field to the:
    
    * GET /_synapse/admin/v2/users/<user_id>/devices
    * GET /_synapse/admin/v2/users/<user_id>/devices/<device_id>
    
    Admin APIs.
    anoadragon453 committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    4c71ec2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e94efe View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Add an 'additional_request_fields' arg to login test helper

    So that we can specify an initial device name in the next commit
    anoadragon453 committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    3a1f89f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff6ec45 View commit details
    Browse the repository at this point in the history
  3. changelogs

    anoadragon453 committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    0410e3f View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. Update tests/rest/admin/test_user.py

    Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com>
    anoadragon453 and squahtx authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    f6edde4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4fccfda View commit details
    Browse the repository at this point in the history