Merge remote-tracking branch 'matrix-org/master' into travis/releases/push-gateway/r0.1.0

This commit is contained in:
Travis Ralston 2018-08-29 17:54:34 -06:00
commit 2ab2f91088
117 changed files with 3382 additions and 686 deletions

View file

@ -0,0 +1 @@
Specify how to control the power level required for ``@room``

View file

@ -0,0 +1 @@
Clarify ``changed`` field behaviour in device tracking process

View file

@ -0,0 +1,7 @@
End-to-end encryption for group chats:
- Olm and Megolm messaging algorithms.
- ``m.room.encrypted``, ``m.room.encryption``, ``m.room_key`` events.
- Device verification process.
- ``device_one_time_keys_count`` sync parameter.
- ``device_lists:left`` sync parameter.

View file

@ -0,0 +1 @@
Add ``.well-known`` server discovery method

View file

@ -0,0 +1 @@
``POST /account/3pid/msisdn/requestToken``, ``POST /register/msisdn/requestToken``, and ``POST /account/password/msisdn/requestToken``

View file

@ -0,0 +1 @@
Add support for Room Versions.

View file

@ -0,0 +1 @@
Clarify how access tokens are meant to be supplied to the homeserver.

View file

@ -0,0 +1 @@
Document additional parameters on the ``/createRoom`` API.

View file

@ -0,0 +1 @@
Guests can now call /context and /event to fetch events

View file

@ -0,0 +1 @@
Add a common standard for user, room, and group mentions in messages.

View file

@ -0,0 +1 @@
Add server ACLs as an option for controlling federation in a room.

View file

@ -0,0 +1 @@
Clarify that new push rules should be enabled by default, and that unrecognised conditions should not match.

View file

@ -0,0 +1 @@
Add new push rules for encrypted events and ``@room`` notifications.

View file

@ -0,0 +1 @@
Add third party network room directories, as provided by application services.

View file

@ -0,0 +1 @@
Clarify the supported HTML features for room messages.

View file

@ -0,0 +1 @@
Move the ``invite_room_state`` definition under ``unsigned`` where it actually resides.

View file

@ -0,0 +1 @@
Clarify the object structures and defaults for Filters.

View file

@ -0,0 +1 @@
Clarify instances of ``type: number`` in the swagger/OpenAPI schema definitions.

View file

@ -0,0 +1 @@
Clarify that left rooms also have account data in ``/sync``.

View file

@ -0,0 +1 @@
Fix naming of the body field in ``PUT /directory/room``.

View file

@ -0,0 +1 @@
Clarify the filter object schema used in room searching.