1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-08-06 06:02:40 +03:00

8 Commits

Author SHA1 Message Date
Quentin Gliech
c7cfd76cbd frontend: lazy-load all routes 2024-08-01 14:13:22 +02:00
Olivier 'reivilibre
a6d46d90ca frontend: password recovery 2024-07-26 10:20:32 +01:00
Quentin Gliech
2649d66825 Code-split the password channge page 2024-07-17 17:56:04 +02:00
Quentin Gliech
6fc8988554 Update the generated routeTree 2024-06-28 15:34:40 +02:00
reivilibre
aaa7cf3fe9 Add Self-service Password Change (#2863)
Co-authored-by: Quentin Gliech <quenting@element.io>
2024-06-25 13:25:33 +00:00
Quentin Gliech
6db50f098d Allow more characters in device IDs 2024-05-03 16:56:56 +02:00
Quentin Gliech
aefcc3cae2 Move the cross signing reset UI in its own page 2024-02-17 09:48:53 +01:00
Quentin Gliech
e041f47dfe Replace Jotai with @tanstack/router (#2359)
* Start replacing jotai with @tanstack/router

* Remove jotai completely

* Move the common layout & reimplement the ?action parameter

This also makes sure everything is properly loaded in the route loader,
and we use fragment where it makes sense

* Change the default error component

* GraphQL API: make the sessions fetchable through node(id: ID!)
2024-02-15 17:19:05 +01:00