Commit Graph

4924 Commits

Author SHA1 Message Date
Hugh Nimmo-Smith
1482ba24bf
Use valid length of code_verifier 2022-08-01 16:55:05 +02:00
Hugh Nimmo-Smith
4fcbd3bf20
Support statically configured OIDC clients 2022-08-01 16:55:05 +02:00
Hugh Nimmo-Smith
5296ba1d8a
Ask OP to revoke tokens on logout 2022-08-01 16:55:05 +02:00
Hugh Nimmo-Smith
87bbba0253
Improve error handling for OIDC discovery and registration 2022-08-01 16:55:04 +02:00
Hugh Nimmo-Smith
83843f62b1
Handle case of issuer field not ending with / 2022-08-01 16:55:04 +02:00
Hugh Nimmo-Smith
da922220e2
Handle case of OIDC Provider not returning supported_grant_types 2022-08-01 16:55:04 +02:00
Hugh Nimmo-Smith
dd14f13d2c
Use primary styling for OIDC login button 2022-08-01 16:55:04 +02:00
Hugh Nimmo-Smith
fa5ef2795a
fix: hide OIDC button when not in use 2022-08-01 16:55:04 +02:00
Hugh Nimmo-Smith
19c0a2949b
Try to improve error message on no login method available 2022-08-01 16:55:04 +02:00
Hugh Nimmo-Smith
391e696bed
Request urn:matrix:api:* scope for OIDC 2022-08-01 16:55:04 +02:00
Hugh Nimmo-Smith
154bae239a
Rename OIDC login button to Continue 2022-08-01 16:55:04 +02:00
Hugh Nimmo-Smith
2e24685a5f
Use unstable prefix for MSC2965 issuer discovery 2022-08-01 16:55:04 +02:00
Quentin Gliech
4b1cc8d645
Make hydrogen generate the device scope 2022-08-01 16:55:04 +02:00
Quentin Gliech
7aa7af4adf
Add client_uri, tos_uri and policy_uri client metadata 2022-08-01 16:55:03 +02:00
Quentin Gliech
b899b347b6
OIDC dynamic client registration 2022-08-01 16:55:03 +02:00
Quentin Gliech
d18f48b73c
Typo. 2022-08-01 16:55:03 +02:00
Quentin Gliech
29d32a23fe
Stop the token refresher when disposing the client 2022-08-01 16:55:03 +02:00
Quentin Gliech
d5b5c371b4
Use platform APIs for text encoding and hashing 2022-08-01 16:55:03 +02:00
Quentin Gliech
8fbff2fd07
Simplify OIDC callback navigation handling 2022-08-01 16:55:03 +02:00
Quentin Gliech
bbfa6de6dc
Generate the OIDC redirect URI from the URLRouter
This also saves the redirectUri during the flow
2022-08-01 16:55:03 +02:00
Quentin Gliech
4b07f04843
Only generate the auth URL and start the login flow on click 2022-08-01 16:55:03 +02:00
Quentin Gliech
9606de2e0f
Native OIDC login 2022-08-01 16:55:03 +02:00
Quentin Gliech
6ebb058e59
Make the Docker image configurable at runtime 2022-08-01 16:54:25 +02:00
Quentin Gliech
4728b10382
Update the documentation to reference the published docker image 2022-08-01 16:53:54 +02:00
Quentin Gliech
d753442aeb
Build and push multi-arch Docker images in CI 2022-08-01 16:53:54 +02:00
Quentin Gliech
1883aef253
Use non-root nginx base in Docker image 2022-08-01 16:53:54 +02:00
Quentin Gliech
eec3157c54
Multi-arch capable Dockerfile 2022-08-01 16:53:53 +02:00
Bruno Windels
97391663d3 sdk version 0.1.0 2022-08-01 14:32:26 +02:00
R Midhun Suresh
7d3f22c106
Merge pull request #824 from vector-im/fix-dev-server-1
Fix develop server breaking due to import syntax
2022-08-01 17:29:52 +05:30
RMidhunSuresh
832597447a Add explaining doc 2022-08-01 17:01:36 +05:30
RMidhunSuresh
236a4ab49b Ignore error 2022-08-01 17:01:36 +05:30
RMidhunSuresh
ba8cdea6b4 Use default import if other not found 2022-08-01 17:01:36 +05:30
RMidhunSuresh
ef9f90bc36 Fix imports breaking on dev 2022-08-01 17:01:36 +05:30
R Midhun Suresh
67e94bd642
Merge pull request #825 from vector-im/fix-sdk-fail-1
Fix sdk build failing after derived theme implementation
2022-08-01 16:17:09 +05:30
R Midhun Suresh
f7839135a4
Merge pull request #823 from vector-im/fix-tmp-dir
Fix .tmp being created in `/`
2022-08-01 16:16:35 +05:30
Hugh Nimmo-Smith
3dc4a4c690 Link out to OIDC account management URL if available 2022-07-31 17:17:00 +01:00
Hugh Nimmo-Smith
a0ee8a9607 Actually make SessionLoadViewModel.logout do something 2022-07-31 10:06:01 +01:00
RMidhunSuresh
4571ecd851 Specify theme as array 2022-07-29 23:45:58 +05:30
RMidhunSuresh
5091090795 Produce .tmp directory within root 2022-07-29 23:11:17 +05:30
Bruno Windels
db2b4e693c release v0.3.0 2022-07-29 17:10:24 +02:00
Bruno Windels
eee8412621
Merge pull request #822 from vector-im/bwindels/move-runtime-theme-test-out-of-root
move semi-automatic test for runtime themes into dedicated directory
2022-07-29 15:00:34 +00:00
Bruno Windels
5e83eca3b9 move semi-automatic test for runtime themes into dedicated directory 2022-07-29 16:43:28 +02:00
Bruno Windels
041e628520
Merge pull request #769 from vector-im/implement-derived-theme
Support for derived themes
2022-07-29 14:25:05 +00:00
Bruno Windels
4838e19c92
Merge pull request #811 from vector-im/bwindels/sharekeyswithinvitees
Key sharing based on room history visibility
2022-07-29 14:23:26 +00:00
Bruno Windels
cb0ac846c7 remove obsolete comment 2022-07-29 16:22:01 +02:00
Bruno Windels
b40ce6137e
Merge pull request #676 from vector-im/ts-conversion-domain-navigation
Convert /domain/navigation to typescript
2022-07-29 14:21:17 +00:00
Bruno Windels
fdefea5b88 Merge branch 'master' into ts-conversion-domain-navigation 2022-07-29 16:18:22 +02:00
RMidhunSuresh
39817dc36b Revert back option 2022-07-29 17:33:33 +05:30
RMidhunSuresh
708637e390 No need for this complex resolve 2022-07-29 16:45:25 +05:30
Bruno Windels
b6f795505d fix lint 2022-07-29 12:21:16 +02:00