summary refs log tree commit diff
path: root/synapse/api/urls.py (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-29oops - fix css on desktopMatthew Hodgson1-1/+0
2014-10-29SYWEB-98: Handle incoming m.room.redaction events.Kegan Dougal1-0/+39
2014-10-29SYWEB-98: Add redactEvent matrix API call.Kegan Dougal3-2/+30
2014-10-29SYWEB-98: Add a 'Redact' button to the event info modal dialog.Kegan Dougal2-3/+31
2014-10-29Implement SYWEB-58: Clicking a notification now takes you to that room.Kegan Dougal2-1/+7
2014-10-29Fix SYWEB-128 : Auto-scroll broken if not exactly at bottom of list.Kegan Dougal1-1/+3
2014-10-28fix mobile CSS layoutMatthew Hodgson2-4/+9
2014-10-27Fix SYWEB-110 : Prevent room ID leaking by looking for an m.room.nameKegan Dougal1-1/+11
2014-10-27Remove duplicate join_event from create_roomMark Haines1-5/+0
2014-10-27Fix SYWEB-114 : Error message when trying to invite a user already in the room.Kegan Dougal1-1/+1
2014-10-27Don't clobber existing cssKegan Dougal1-209/+0
2014-10-27SYWEB-121: Have some bootstrap files.<