1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-09-11 22:30:47 +03:00
Commit Graph

18 Commits

Author SHA1 Message Date
Quentin Gliech
378bcbc39e Update the schema 2024-07-05 10:07:40 +02:00
Quentin Gliech
b8205f2afd Do not format with eslint, use prettier directly
This is way faster and prevents unnecessary editor feedback
2024-04-03 12:04:18 +02:00
Quentin Gliech
f3cbd3b315 Parse User Agents on the backend side (#2388)
* Parse user agents on the server side

* Parse and expose user agents on the backend

* Use the parsed user agent in the device consent page

* Fix the device icon tests

* Fix clippy warnings

* Box stuff to avoid large enum variants

* Ignore a clippy warning

* Fix the requester boxing
2024-02-23 16:47:48 +01:00
Quentin Gliech
7de4be219b Make all compound themes and all locales available in Storybook 2024-02-21 17:52:03 +01:00
Kerry
a068e496f0 DM: Make session UI closer to design (#1538)
* setup

* new session tile style

* update compound-web

* use compound components

* use deviceId from scope as session name

* add basic test for Session

* border color

* use new Session in compat session

* tidy

* tidy

* Revert "setup"

This reverts commit ee86051dc4.

* disable "deprecate/import" enzyme rule from matrix-eslint that breaks lint

* lint

* correct copyright year

* more lint

* try to stabilise timezone for session tests

* just stub DateTime in test

* test deviceIdFromScope

* tests

* revert config change
2023-08-22 15:37:28 +12:00
Quentin Gliech
ebb87f0a5e Many frontend fixes & deps bumps 2023-06-20 16:53:53 +02:00
Quentin Gliech
4181cbc9d5 Refactor the matrix connection logic
Also make the display name available through the graphql api
2023-06-16 19:52:39 +02:00
Quentin Gliech
3672d2dbde Adopt eslint-config-matrix-org & bump deps 2023-06-14 09:24:49 +02:00
Quentin Gliech
dfdfc25d00 Bump frontend dependencies
Also properly exclude generated files from eslint
2023-06-14 09:24:49 +02:00
Quentin Gliech
826e84904e Setup consistent import order and fix eslint errors 2023-06-14 09:24:49 +02:00
Quentin Gliech
ed5c367df6 Have better output types on mutations 2023-04-25 16:39:15 +02:00
Quentin Gliech
0e757d85e6 Bump Storybook to -beta.15 2022-12-28 12:22:10 +01:00
Quentin Gliech
7dec625114 Configure Storybook 2022-11-18 13:43:01 +01:00
Quentin Gliech
2064c11d9b Simple list of compat sessions 2022-11-18 13:43:01 +01:00
Quentin Gliech
02c47cab34 Start displaying some paginated stuff 2022-11-18 13:43:01 +01:00
Quentin Gliech
04b5ce1544 Setup Jest 2022-11-18 13:43:01 +01:00
Quentin Gliech
47c9b54c06 Lint GraphQL schema and operations with eslint 2022-11-18 13:43:01 +01:00
Quentin Gliech
815afb4535 Bootstrap the frontend 2022-11-18 13:43:01 +01:00