0
0
Fork 0
Commit Graph

471 Commits

Author SHA1 Message Date
Richard van der Hoff 9a2af4fbc1 Changelog: Add /upload tweak 2016-07-25 09:14:26 +01:00
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.
2016-07-19 09:17:14 +01:00
Richard van der Hoff 2370a4c970 Spell out the state algorithm for createRoom
Fixes https://matrix.org/jira/browse/SPEC-429.

Synapse currently follows the specified ordering, but does *not* give the
specified error when the state is invalid (instead it creates the room anyway
but gives a 403 M_FORBIDDEN). Still, I don't think that should be a real
problem for any real clients, and nothing would break if we changed this in
synapse, so it might as well go in the spec anyway.
2016-07-18 13:01:45 +01:00
Richard van der Hoff 76ec390c73 changelog: Add "unreleased" placeholder 2016-07-14 15:44:17 +01:00
Richard van der Hoff 005a71ab00 Bump version in changelog 2016-07-14 15:19:47 +01:00
Richard van der Hoff 0ac04f5649 Merge branch 'master' into release/client-server/r0.2.0 2016-07-14 14:40:46 +01:00
Erik Johnston 06d379ed5e Add to changelog 2016-07-14 10:18:48 +01:00
Richard van der Hoff 4d2bee4b56 Prepare changelog for 0.2.0 release 2016-07-13 21:20:25 +01:00
Richard van der Hoff adb5768731 m.room.power_levels: clarify documentation
- clarify description and add text for invite, ban, etc.
- the keys aren't required. Document their defaults
- add 'invite' to example
2016-06-22 17:45:49 +01:00
Richard van der Hoff 7bbb664784 Improve documentation of directory API 2016-06-16 13:58:45 +01:00
Richard van der Hoff 590c55b760 Next release will be 0.1.0, not 1.0.0
Since synapse is already doing the new behavior on r0 endpoints, and nobody
wants to support the old behaviour, we're defining the new behaviour as r0.1.
2016-05-09 11:07:15 +01:00
Richard van der Hoff e7e9f5fa46 Document the /logout api
We have one, and it's useful, so we really ought to document it
2016-05-08 22:26:49 +01:00
Richard van der Hoff 8f304f3b3e C-S API will be released as r1.0.0, not r0.1.0 2016-05-05 15:34:52 +01:00
Richard van der Hoff 663fbf2323 Add link to device-specific push rules branch 2016-05-05 14:16:35 +01:00
Richard van der Hoff 5a50db2eac Update the changelog in preparation for releasing CS spec 0.1.0 2016-05-05 11:52:47 +01:00
Richard van der Hoff b59d16c4d1 Clarify `history_visibility` behaviour
Clear up some lies in the history_visibility section, and clarify behaviour for
`m.room.history_visibility` and the user's own `m.room.member` events.
2016-04-06 17:55:01 +01:00
Richard van der Hoff 91fa78eb53 Start development on next spec version 2016-01-11 15:52:08 +00:00
Richard van der Hoff e6af0441e1 Final r0.0.1 changelog entries 2016-01-11 15:29:35 +00:00
Richard van der Hoff e22135c099 Add a changelog for r0.0.1 2016-01-07 19:25:40 +00:00
Daniel Wagner-Hall ff45142663 Flesh out changelog
I forgot to push this before merging PR 215
2015-12-07 15:19:54 +00:00
Daniel Wagner-Hall 39f43abbb7 Add per-API changelogs 2015-12-07 14:24:10 +00:00