Richard van der Hoff
17af66105d
Fix PR links in changelog
7 years ago
Michael Telatynski
9bd3711790
Move changelog entry
7 years ago
Michael Telatynski
c2b1b7a10e
mention that we can send tokens via headers
7 years ago
Richard van der Hoff
3ab4334f1c
changelog
7 years ago
Richard van der Hoff
23e2f8986c
Merge pull request #1026 from matrix-org/rav/power_levels_doc
...
Clarify what happens when there is no power_levels event
7 years ago
Richard van der Hoff
c4bcd0a713
Merge pull request #1007 from turt2live/travis/m.room.pinned_events
...
Add spec for m.room.pinned_events
7 years ago
Richard van der Hoff
04be03bea9
changelog
7 years ago
Travis Ralston
198c969e6f
Update client_server.rst
...
Signed-off-by: Travis Ralston <travpc@gmail.com>
7 years ago
Michael Telatynski
bf3b49f13c
document joined_members and joined_rooms endpoints ( #999 )
7 years ago
Brendan Abolivier
0b74492d67
Fix membership on third-party invite upgrade ( #995 )
7 years ago
Richard van der Hoff
a84a34ee6c
GETting a filter requires auth ( #1003 )
7 years ago
Brendan Abolivier
94374c696b
Update changelog
7 years ago
Brendan Abolivier
25f23873d4
Update changelog
7 years ago
Brendan Abolivier
750d980bc0
Room member ( #950 )
...
* Fixed an incorrect membership on example
* Added precision on membership upon profile update
* Changed first example into a join
* Changed the state/{eventType}/{stateKey} example with an actual state key
7 years ago
Richard van der Hoff
da6938b818
Key management APIs ( #894 )
...
Spec the e2e key-management APIs.
8 years ago
Richard van der Hoff
5537f7a832
Allow guest access to E2E endpoints
8 years ago
Johannes Löthberg
a8b253889b
Add m.notice description rephrasing to changelog
...
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
8 years ago
Richard van der Hoff
dca1d0c745
Merge branch 'master' into erikj/public_rooms
8 years ago
Richard van der Hoff
461bfdb0d8
Merge branch 'master' into rav/device_management
8 years ago
Richard van der Hoff
cfbee938b0
changelog: Fix a couple of punctuations
8 years ago
Richard van der Hoff
af515012ea
Device management API
8 years ago
Erik Johnston
a69d6c63c6
Merge branch 'master' of github.com:matrix-org/matrix-doc into erikj/public_rooms
8 years ago
Richard van der Hoff
e850fd718d
window.postmessage for Interactive Auth fallback
...
Require that User-Interactive auth fallback pages call
`window.postMessage` to notify apps of completion.
8 years ago
Richard van der Hoff
909aef2b18
Merge pull request #389 from matrix-org/erikj/create_room_is_direct
...
Spec /createRoom is_direct flag, is_direct in member event and m.direct
8 years ago
David Baker
301595c071
Linkify account_data API
...
Also change other links because it turns out the .. isn't part
of the syntax
8 years ago
David Baker
e2736ba167
Linkify createroom in changelog too
8 years ago
Richard van der Hoff
37fb1ceb65
Merge pull request #395 from matrix-org/rav/kill_refresh_tokens
...
Remove references to refresh tokens and tokenrefresh
8 years ago
Richard van der Hoff
556ced36a4
Merge remote-tracking branch 'origin/master' into rav/store_and_forward
8 years ago
David Baker
accb3941bf
Changelog
8 years ago
Richard van der Hoff
f4c7fdfd03
Remove references to refresh tokens and tokenrefresh
...
refresh tokens are dead.
8 years ago
David Baker
ae1c576648
Merge remote-tracking branch 'origin/master' into erikj/create_room_is_direct
8 years ago
Richard van der Hoff
1f45724bfd
Merge pull request #394 from matrix-org/rav/required_response_fields
...
Mark required fields in response objects as such
8 years ago
Richard van der Hoff
23d5073820
Mark required fields in response objects as such
...
Actually this means we can remove a bunch of code which special-cased this.
8 years ago
Erik Johnston
a10fe9fa43
Update changelog
8 years ago
Erik Johnston
5e99f4753d
Update changelog
8 years ago
Erik Johnston
51248dd0c8
Update changelog
8 years ago
Erik Johnston
d01d1a07a6
Add changelog
8 years ago
Erik Johnston
212a4b5fce
Add changelog entry
8 years ago
Richard van der Hoff
4f1c2f23ee
Changelog fix
...
store-and-forward -> send-to-device
8 years ago
Richard van der Hoff
ccd7bb32d5
Specification for direct-to-device messages
8 years ago
Benjamin Saunders
cade909e25
Fix inconsistencies regarding redacted_because
...
Signed-off-by: Benjamin Saunders <ben.e.saunders@gmail.com>
8 years ago
Richard van der Hoff
7478e7f3cf
Add top-level account_data to /sync response
8 years ago
Benjamin Saunders
77b668a5dc
Fix some obsolete uses of user_id key in events
...
Signed-off-by: Benjamin Saunders <ben.e.saunders@gmail.com>
8 years ago
David Baker
311c0a6eb5
Hopefully correct indentation on changelog
8 years ago
David Baker
9fb68f54ce
Changelog
8 years ago
Richard van der Hoff
6a4f65d78f
update c-s changelog
8 years ago
Richard van der Hoff
07fa64d73d
Update changelog
8 years ago
Richard van der Hoff
8328e485ea
Clean up the pushrules API doc
...
* make it clearer which fields go in which parts of the rule
* the example given appeared to be for a content rule, so use a content rule
consistently through the examples.
8 years ago
Richard van der Hoff
9a2af4fbc1
Changelog: Add /upload tweak
8 years ago
Richard van der Hoff
ec20f15407
/tokenrefresh should expire the access token
...
It's possible for clients to call /tokenrefresh before the access_token has
expired, potentially leading to a proliferation of valid access_tokens.
8 years ago