Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-10-30 | SYWEB-12: Allow edited state events to be submitted. | Kegan Dougal | 2 | -3/+10 | |
2014-10-30 | SYWEB-12: More formatting and tweaking of state event JSON. | Kegan Dougal | 5 | -16/+53 | |
Use a proper elastic directive to make the <textarea> resize dynamically. Use an 'asjson' directive to turn an ngModel of a JSON object into a formatted JSON string so it can be displayed on the textarea. Also, deep copy the state events being displayed, else it actually alters the underlying data structures when playing around with the JSON in the textarea! | |||||
2014-10-30 | SYWEB-12: More formatting. | Kegan Dougal | 4 | -7/+32 | |
2014-10-30 | SYWEB-12: Format room info dialog better. | Kegan Dougal | 2 | -17/+38 | |
2014-10-30 | SYWEB-12: Store unknown state events so they are displayed in the Room Info ↵ | Kegan Dougal | 1 | -0/+7 | |
dialog. | |||||
2014-10-30 | SYWEB-12: Add a 'Room Info' button which displays all state content. | Kegan Dougal | 3 | -0/+61 | |
Content displayed in a modal dialog. Currently only read-only. | |||||
2014-10-30 | Fix pep8 warnings | Mark Haines | 35 | -135/+179 | |
2014-10-30 | SYWEB-112: Use the right user ID when determining invites for display on the ↵ | Kegan Dougal | 1 | -2/+9 | |
recents list. | |||||
2014-10-29 | SYWEB-48: Better regex for binging on usernames. | Kegan Dougal | 1 | -1/+28 | |
This uses /\blocalpart\b|\bdisplayname\b/i which is overall a lot better than before. This specifically gets @localpart references which the bug was originally for. | |||||
2014-10-29 | Use floating-point rather than integer division to handle timeouts so that ↵ | Paul "LeoNerd" Evans | 1 | -1/+1 | |
non-zero but sub-second waits don't collapse to zero | |||||
2014-10-29 | SYWEB-127: Open event info modal dialog when the bubble is clicked. | Kegan Dougal | 1 | -12/+11 | |
This allows images to be clicked by clicking on the edge with the bubble. This is important since Redactions are only visible on the event info screen. | |||||
2014-10-29 | Fix an off-by-one bug in presence event stream pagination; this might be ↵ | Paul "LeoNerd" Evans | 2 | -1/+17 | |
responsible for any number of bug reports | |||||
2014-10-29 | Construct a source-specific 'SourcePaginationConfig' to pass into ↵ | Paul "LeoNerd" Evans | 6 | -40/+43 | |
get_pagination_rows; meaning each source doesn't have to care about its own name any more | |||||
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 join_event from create_room | Mark Haines | 1 | -5/+0 | |
2014-10-27 | Fix SYWEB-114 : Error message when trying to invite a user already in the room. | Kegan Dougal | 1 |