summary refs log tree commit diff
path: root/webclient/room/room-controller.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added event stream service which neatly blobs together requests / state for ↵Kegan Dougal2014-08-151-13/+10
| | | | the event stream. This depends on matrix service to do the actual hit. Currently this has exactly the same behaviour as before.
* More helpful display when the event stream fails, wiping it when the ↵Kegan Dougal2014-08-141-4/+6
| | | | connection is regained.
* webclient: You can now paginate in rooms. Defaults to 10 messages, with a ↵Kegan Dougal2014-08-141-21/+59
| | | | button to get more (needs to be hooked into infini-scrolling).
* Finish up room controller too. May have missed one or two, but testing ↵Kegan Dougal2014-08-141-14/+14
| | | | didn't pick anything up.
* completely change the CSS to be an entirely 'position: absolute' layout ↵Matthew Hodgson2014-08-141-1/+5
| | | | rather than top-to-bottom. makes the overscroll much more predictable and sane and not dependent on CSS expressions.
* don't hammer after 403Matthew Hodgson2014-08-131-1/+4
|
* Use strings instead of opaque magic-number constants for presence states; ↵Paul "LeoNerd" Evans2014-08-131-7/+4
| | | | rename AWAY to UNAVAILABLE
* Room: Added a text input to type an image URL in order to send an image messageEmmanuel ROHEE2014-08-131-1/+12
|
* add in copyrights to everything, not just the synapse subdir, and add a ↵Matthew Hodgson2014-08-131-0/+16
| | | | copyrighter.pl whilst we're at it
* Make messages list and room users list scroll-overflowEmmanuel ROHEE2014-08-121-1/+2
|
* Reference Matrix Home Servermatrix.org2014-08-121-0/+214