summary refs log tree commit diff
path: root/CHANGES.rst (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-30SYWEB-12: Allow edited state events to be submitted.Kegan Dougal2-3/+10
2014-10-30SYWEB-12: More formatting and tweaking of state event JSON.Kegan Dougal5-16/+53
2014-10-30SYWEB-12: More formatting.Kegan Dougal4-7/+32
2014-10-30SYWEB-12: Format room info dialog better.Kegan Dougal2-17/+38
2014-10-30SYWEB-12: Store unknown state events so they are displayed in the Room Info d...Kegan Dougal1-0/+7
2014-10-30SYWEB-12: Add a 'Room Info' button which displays all state content.Kegan Dougal3-0/+61
2014-10-30Fix pep8 warningsMark Haines35-135/+179
2014-10-30SYWEB-112: Use the right user ID when determining invites for display on the ...Kegan Dougal1-2/+9
2014-10-29SYWEB-48: Better regex for binging on usernames.Kegan Dougal1-1/+28
2014-10-29Use floating-point rather than integer division to handle timeouts so that no...Paul "LeoNerd" Evans1-1/+1
2014-10-29SYWEB-127: Open event info modal dialog when the bubble is clicked.Kegan Dougal1-12/+11
2014-10-29Fix an off-by-one bug in presence event stream pagination; this might be resp...Paul "LeoNerd" Evans2-1/+17
2014-10-29Construct a source-specific 'SourcePaginationConfig' to pass into get_paginat...Paul "LeoNerd" Evans6-40/+43
2014-10-29Remove redundant (and incorrect) presence pagination fetching codePaul "LeoNerd" Evans1-3/+0
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-27