Travis Ralston
|
d41ad7638e
|
re-add note about the login process
|
2020-07-30 15:28:06 -06:00 |
|
Travis Ralston
|
5c0f999503
|
Merge pull request #2689 from Awesome-Technologies/fix_guest_e2ee
MSC2689: Fix E2EE for guests
|
2020-07-29 08:18:35 -06:00 |
|
Travis Ralston
|
0973e88c7c
|
Merge pull request #2663 from matrix-org/rei/pushrules_define_enabled
MSC2663: Errors for dealing with non-existent push rules
|
2020-07-29 08:15:41 -06:00 |
|
Patrick Cloke
|
4daecd0d94
|
Remove broken formatting.
|
2020-07-29 09:19:21 -04:00 |
|
Patrick Cloke
|
4353f346b6
|
Rename changelog file.
|
2020-07-29 09:18:21 -04:00 |
|
Patrick Cloke
|
e261faf70b
|
Review comments.
Co-authored-by: Travis Ralston <travpc@gmail.com>
|
2020-07-29 07:10:14 -04:00 |
|
Patrick Cloke
|
9a40d7bf47
|
Add information from MSC2604: Parameters for Login Fallback to the spec.
|
2020-07-28 16:04:31 -04:00 |
|
Travis Ralston
|
012f0b1882
|
Merge pull request #2609 from matrix-org/rav/remove_oauth2
Remove `m.login.token` and `m.login.oauth2` UIA types
|
2020-07-28 10:02:24 -06:00 |
|
Travis Ralston
|
24d124df50
|
Update changelogs/client_server/newsfragments/2609.removal
|
2020-07-28 10:02:11 -06:00 |
|
Travis Ralston
|
a96a014512
|
Merge pull request #2610 from matrix-org/rav/proposal/remove-oauth2-auth-type
MSC2610: Remove `m.login.oauth2` User-Interactive Authentication type from the specification
|
2020-07-28 10:01:36 -06:00 |
|
Travis Ralston
|
5990d98525
|
Merge pull request #2611 from matrix-org/rav/proposal-remove-token-auth-type
MSC2611: Remove `m.login.token` User-Interactive Authentication type from the specification
|
2020-07-28 09:58:55 -06:00 |
|
Michael Albert
|
78f3c3dac8
|
Update proposals/2689-fix-e2ee-for-guests.md
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
|
2020-07-24 21:47:45 +02:00 |
|
Hubert Chathi
|
53e2b999b9
|
Merge pull request #2687 from uhoreg/sas2_spec
document new key agreement method for SAS verification and deprecate old method
|
2020-07-23 10:24:57 -04:00 |
|
Kitsune Ral
|
5a699f2650
|
Merge pull request #2518 from matrix-org/kitsune/cleanup
Assorted cleanup pieces
|
2020-07-23 08:42:41 +02:00 |
|
Hubert Chathi
|
33ed9fc2dd
|
apply changes from review
|
2020-07-21 16:19:53 -04:00 |
|
Olivier Wilkinson (reivilibre)
|
3dd5bc42a7
|
inexistent may or may not be a non-existent word
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
|
2020-07-17 13:06:13 +01:00 |
|
Richard van der Hoff
|
125614f3a4
|
Make use of highlight tweak consistent (#2670)
* remove redundant 'highlight: false' tweaks
their inconsistent usage is super-confusing.
* Remove redundant 'value: true' on highlight tweaks
again, the inconsistency was super-confusing.
* changelog
|
2020-07-16 17:26:34 +01:00 |
|
Richard van der Hoff
|
1b74e96b7e
|
fix RST in changelog
|
2020-07-16 15:21:50 +01:00 |
|
Richard van der Hoff
|
6da06383e8
|
Allow /make_join to return a 404 (#2688)
Specify that `GET /_matrix/federation/v1/make_join/{roomId}/{userId}` can
return a 404 if the room is unknown.
|
2020-07-16 15:17:40 +01:00 |
|
Michael Albert
|
250f0e47c1
|
Fix typos
|
2020-07-15 22:06:19 +02:00 |
|
Michael Albert
|
adc867dc99
|
Fix E2EE for guests
|
2020-07-15 21:47:28 +02:00 |
|
Hubert Chathi
|
793dae1ece
|
add changelog
|
2020-07-13 16:03:12 -04:00 |
|
Hubert Chathi
|
0f13ebe3ed
|
document new key agreement method and deprecate old method
|
2020-07-13 15:59:09 -04:00 |
|
Travis Ralston
|
e207dfc0ea
|
Merge pull request #2630 from uhoreg/sas2
MSC2630: checking public keys in SAS verification
|
2020-07-11 10:36:55 -06:00 |
|
Travis Ralston
|
adf9443df4
|
Merge pull request #2669 from matrix-org/rei/bug_type_actions
Fix spec bug concerning the type of a push rule's array of actions
|
2020-07-06 08:33:30 -06:00 |
|
Richard van der Hoff
|
868ca45729
|
move changelogs to the right directory (#2671)
looks like these ended up in the wrong place.
|
2020-07-06 15:15:29 +01:00 |
|
Olivier Wilkinson (reivilibre)
|
2e72da2343
|
Fix spec bug concerning the type of a push rule's array of actions
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
|
2020-07-06 13:14:27 +01:00 |
|
Olivier Wilkinson (reivilibre)
|
90a37cdb30
|
Write MSC2663
|
2020-07-06 12:36:08 +01:00 |
|
Aaron Raimist
|
f8ff2ad6a9
|
Reword "UI Authorization" to "User-Interactive Authentication" (#2667)
Signed-off-by: Aaron Raimist <aaron@raim.ist>
|
2020-07-06 11:19:41 +01:00 |
|
Olivier Wilkinson (reivilibre)
|
fee59be2b3
|
Start MSC2663 proposal
Signed-off-by: Olivier Wilkinson (reivilibre) <olivier@librepush.net>
|
2020-07-03 14:03:31 +01:00 |
|
Hubert Chathi
|
a91c6446bc
|
Merge pull request #2639 from uhoreg/backup_version_required
various key backups fixes
|
2020-07-01 12:04:40 -04:00 |
|
Patrick Cloke
|
782aed7383
|
Add proposal for accepting query parameters to the login fallback endpoint. (#2604)
|
2020-06-28 17:00:32 +01:00 |
|
Hubert Chathi
|
b770cfee8b
|
Merge pull request #2653 from uhoreg/spec-fixes-20200623
Various small fixes in e2e spec
|
2020-06-24 11:03:39 -04:00 |
|
Hubert Chathi
|
3e3eafc6ce
|
add changelog
|
2020-06-23 16:34:48 -04:00 |
|
Hubert Chathi
|
72ad26ec92
|
fix changelog
|
2020-06-23 16:24:32 -04:00 |
|
Hubert Chathi
|
8e2ba5ad2a
|
remove nonexistent field in verification and fix types in secret storage
|
2020-06-23 16:20:51 -04:00 |
|
Isaiah Inuwa
|
bbad4c453f
|
Add backwards-compatibility notes.
|
2020-06-19 22:45:03 -05:00 |
|
Hubert Chathi
|
c8e816d854
|
Add link to MSC in changelog entries.
|
2020-06-19 22:22:03 -04:00 |
|
Hubert Chathi
|
83e4d8c413
|
Merge pull request #2597 from uhoreg/ssss_spec
initial spec of SSSS
|
2020-06-19 21:44:17 -04:00 |
|
Hubert Chathi
|
902444ceb5
|
Apply suggestions from code review
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
|
2020-06-19 21:40:46 -04:00 |
|
Travis Ralston
|
465ed38416
|
Merge pull request #2647 from jplatte/event-titles
Make event's title fields UpperCamelCase and distinguish /sync ones
|
2020-06-19 13:53:52 -06:00 |
|
Jonas Platte
|
763e5654cc
|
Make event's title fields UpperCamelCase and distinguish /sync ones
|
2020-06-19 21:53:18 +02:00 |
|
Travis Ralston
|
11a808aefd
|
Merge pull request #2646 from jplatte/unsigned-data
Consistently use the title UnsignedData for the unsigned object
|
2020-06-19 13:52:38 -06:00 |
|
Jonas Platte
|
049275c33b
|
Consistently use the title UnsignedData for the unsigned object
|
2020-06-19 20:16:20 +02:00 |
|
Kitsune Ral
|
c76d53c11a
|
Apply suggestions from code review
|
2020-06-18 11:03:43 +02:00 |
|
Hubert Chathi
|
b44ebaa32e
|
add changelog
|
2020-06-16 17:06:36 -04:00 |
|
Hubert Chathi
|
24427242f7
|
fix more mistakes in key backup spec, and factor out room key backups
|
2020-06-16 17:00:29 -04:00 |
|
Hubert Chathi
|
af6e1157d9
|
version is required when getting keys. Also add some full stops.
|
2020-06-16 14:23:10 -04:00 |
|
Richard van der Hoff
|
5cb4b086c7
|
Clarifications to the push module (#2634)
* Minor clarifications to the push spec
* move conditions before defaults
|
2020-06-16 16:56:31 +01:00 |
|
Hubert Chathi
|
efebba62de
|
result may also include signatures
|
2020-06-15 18:38:47 -04:00 |
|