Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-10-29 | Remove redundant (and incorrect) presence pagination fetching code | Paul "LeoNerd" Evans | 1 | -3/+0 | |
2014-10-29 | oops - fix css on desktop | Matthew Hodgson | 1 | -1/+0 | |
2014-10-29 | SYWEB-98: Handle incoming m.room.redaction events. | Kegan Dougal | 1 | -0/+39 | |
UI for redactions is now complete. | |||||
2014-10-29 | SYWEB-98: Add redactEvent matrix API call. | Kegan Dougal | 3 | -2/+30 | |
2014-10-29 | SYWEB-98: Add a 'Redact' button to the event info modal dialog. | Kegan Dougal | 2 | -3/+31 | |
I think this is better than overriding the right-click contextual menu. Currently clicking this button does nothing. | |||||
2014-10-29 | Implement SYWEB-58: Clicking a notification now takes you to that room. | Kegan Dougal | 2 | -1/+7 | |
2014-10-29 | Fix SYWEB-128 : Auto-scroll broken if not exactly at bottom of list. | Kegan Dougal | 1 | -1/+3 | |
Added a small 10px buffer so if the list isn't quite at the bottom it still actually scrolls. | |||||
2014-10-28 | fix mobile CSS layout | Matthew Hodgson | 2 | -4/+9 | |
2014-10-27 | Fix SYWEB-110 : Prevent room ID leaking by looking for an m.room.name | Kegan Dougal | 1 | -1/+11 | |
2014-10-27 | Remove duplicate joi |