- Nov 03, 2014
-
-
Kegan Dougal authored
Everything now uses modelService, but there are still one or two minor teething problems to fix.
-
Kegan Dougal authored
This breaks functionality whilst both events.rooms and modelService are in use.
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
Prevent EventStreamService from knowing too much about the EventHandlerService by changing the contract to just be a single initialSync response callback. Leave it up the handler to deal with splitting out information from /initialSync.
-
- Oct 31, 2014
-
-
Kegan Dougal authored
-
Kegan Dougal authored
room.html now displays messages from model-service. Add debugging fields. Hook up the room member *at the time* to the message so it can display the right historical member info.
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
- Oct 30, 2014
-
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
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!
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
-
Kegan Dougal authored
Content displayed in a modal dialog. Currently only read-only.
-
Mark Haines authored
-
Kegan Dougal authored
-
- Oct 29, 2014
-
-
Kegan Dougal authored
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.
-
Paul "LeoNerd" Evans authored
Use floating-point rather than integer division to handle timeouts so that non-zero but sub-second waits don't collapse to zero
-
Kegan Dougal authored
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.
-
Paul "LeoNerd" Evans authored
Fix an off-by-one bug in presence event stream pagination; this might be responsible for any number of bug reports
-
Paul "LeoNerd" Evans authored
Construct a source-specific 'SourcePaginationConfig' to pass into get_pagination_rows; meaning each source doesn't have to care about its own name any more
-
Paul "LeoNerd" Evans authored
-
Matthew Hodgson authored
-
Kegan Dougal authored
UI for redactions is now complete.
-
Kegan Dougal authored
-
Kegan Dougal authored
I think this is better than overriding the right-click contextual menu. Currently clicking this button does nothing.
-
Kegan Dougal authored
-
Kegan Dougal authored
Added a small 10px buffer so if the list isn't quite at the bottom it still actually scrolls.
-
- Oct 28, 2014
-
-
Matthew Hodgson authored
-