summary refs log tree commit diff
path: root/synapse/state.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-11-12Add indices to state group tablesErik Johnston1-0/+13
2014-11-12SYWEB-57: Highlight rooms where the history has changed.Kegan Dougal4-7/+33
This highlights rooms when something has happened and you haven't viewed it yet. It highlights entries in a slightly red background colour.
2014-11-12Remove getRoomAliasAndDisplayName: room name logic is in mRoomName filter, ↵Kegan Dougal2-40/+10
and this method was only used for /publicRooms requests.
2014-11-12SYWEB-140: Redact button layout.Kegan Dougal3-2/+11
2014-11-12Fix pyflake warnings and add a FIXME comment to deal with auth_chains ↵Erik Johnston1-3/+6
received when joining
2014-11-12Fix bugs with invites/joins across federatiom.Erik Johnston7-39/+54
Both in terms of auth and not trying to fetch missing PDUs for invites, joins etc.
2014-11-12SYWEB-146: Fix room ID leaking on recents page when the name of the room is ↵Kegan Dougal2-3/+8
just an alias.
2014-11-12Move room alias/id mapping logic from matrixService to modelService.Kegan Dougal7-74/+72
2014-11-12move model/ into matrix-doc/draftsMatthew Hodgson6-940/+0
2014-11-12this got merged into matrix-doc/specification/00_basis.rst by someoneMatthew Hodgson1-86/+0