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

Device manager - render extended device information #9360

Merged
merged 45 commits into from
Oct 7, 2022

Commits on Sep 23, 2022

  1. record device client inforamtion events on app start

    Kerry Archibald committed Sep 23, 2022
    Configuration menu
    Copy the full SHA
    a37682e View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. matrix-client-information -> matrix_client_information

    Kerry Archibald committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    94b027b View commit details
    Browse the repository at this point in the history
  2. fix types

    Kerry Archibald committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    593465a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into psg-633/save-device-client-info

    Kerry Archibald committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    3f616af View commit details
    Browse the repository at this point in the history
  4. remove another unused export

    Kerry Archibald committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    c858656 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. add docs link

    Kerry Archibald committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    950f61c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb95964 View commit details
    Browse the repository at this point in the history
  3. display device client information in device details

    Kerry Archibald committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    258d364 View commit details
    Browse the repository at this point in the history
  4. update snapshots

    Kerry Archibald committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    a3cf263 View commit details
    Browse the repository at this point in the history
  5. integration-ish test client information in metadata

    Kerry Archibald committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    d316ec6 View commit details
    Browse the repository at this point in the history
  6. tests

    Kerry Archibald committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    f24e983 View commit details
    Browse the repository at this point in the history
  7. fix tests

    Kerry Archibald committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    e79934f View commit details
    Browse the repository at this point in the history
  8. export helper

    Kerry Archibald committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    9e86e9e View commit details
    Browse the repository at this point in the history
  9. DeviceClientInformation type

    Kerry Archibald committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    ad81d2c View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. Merge branch 'develop' into psg-682/display-client-info

    Kerry Archibald committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    b97ff34 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2022

  1. Merge branch 'develop' into psg-682/display-client-info

    Kerry Archibald committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    d1e3b73 View commit details
    Browse the repository at this point in the history
  2. Device manager - select all devices (#9330)

    * add device selection that does nothing
    
    * multi select and sign out of sessions
    
    * test multiple selection
    
    * fix type after rebase
    
    * select all sessions
    Kerry committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    0e273d9 View commit details
    Browse the repository at this point in the history
  3. rename type

    Kerry Archibald committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    ae76c77 View commit details
    Browse the repository at this point in the history
  4. use ExtendedDevice type everywhere

    Kerry Archibald committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    295c6d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b733f61 View commit details
    Browse the repository at this point in the history
  6. fix bad find and replace

    Kerry Archibald committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    605019c View commit details
    Browse the repository at this point in the history
  7. Merge branch 'psg-632/device-man-type-shuffle' into psg-632/device-ma…

    …n-parse-ua
    Kerry Archibald committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    0bec4bd View commit details
    Browse the repository at this point in the history
  8. rename ExtendedDeviceInfo to ExtendedDeviceAppInfo

    Kerry Archibald committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    b8c3ea1 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'psg-632/device-man-type-shuffle' into psg-632/device-ma…

    …n-parse-ua
    Kerry Archibald committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    a01c3ca View commit details
    Browse the repository at this point in the history
  10. rename DeviceType comp to DeviceTypeIcon

    Kerry Archibald committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    2569c0c View commit details
    Browse the repository at this point in the history
  11. update tests for new required property deviceType

    Kerry Archibald committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    82dbfb6 View commit details
    Browse the repository at this point in the history
  12. add stubbed user agent parsing

    Kerry Archibald committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    b10c197 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'develop' into psg-682/display-client-info

    Kerry Archibald committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    680fb21 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'psg-682/display-client-info' into psg-632/device-man-pa…

    …rse-ua
    Kerry Archibald committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    eef014a View commit details
    Browse the repository at this point in the history
  15. setup test cases

    Kerry Archibald committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    a7a878a View commit details
    Browse the repository at this point in the history
  16. detect device type correctly

    Kerry Archibald committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    7f82b8f View commit details
    Browse the repository at this point in the history
  17. 80% working ua parser

    Kerry Archibald committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    f942ab8 View commit details
    Browse the repository at this point in the history
  18. Merge branch 'develop' into psg-632/device-man-parse-ua

    Kerry Archibald committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    6766985 View commit details
    Browse the repository at this point in the history
  19. Merge branch 'psg-632/device-man-parse-ua' into psg-632/dm-ua-parser-…

    …bowser
    Kerry Archibald committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    ebf3da9 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2022

  1. parse asera gents for device info

    Kerry Archibald committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    83d2f93 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b5fa8e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into psg-632/dm-ua-parser-bowser

    Kerry Archibald committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    16c292e View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. add new metadata to device details

    Kerry Archibald committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    671c2c6 View commit details
    Browse the repository at this point in the history
  2. render device info from UA

    Kerry Archibald committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    4b327af View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into psg-812/dm-ua-device-details

    Kerry Archibald committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    adba980 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f7e49a9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ecec04f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    330c610 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Configuration menu
    Copy the full SHA
    c6aadf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab01cb0 View commit details
    Browse the repository at this point in the history