summary refs log tree commit diff
path: root/webclient/room/room-controller.js (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added another button to upload and send an image.Emmanuel ROHEE2014-08-181-0/+17
* implement html5 notifications. (have to be explicitly requested under Config)Matthew Hodgson2014-08-171-1/+18
* dial down loggingMatthew Hodgson2014-08-171-5/+5
* - use css3 to make avatars always the right aspect ratioMatthew Hodgson2014-08-171-0/+91
* autohyperlink messages using linkyMatthew Hodgson2014-08-161-1/+1
* improve infinite scrolling so it keeps paginating until you have a scrollbar ...Matthew Hodgson2014-08-161-17/+28
* roll back b602834 as it made a bizarre subset of avatars go awolMatthew Hodgson2014-08-161-6/+5
* don't hammer a new hit for every displayname and avatar_url when we already h...Matthew Hodgson2014-08-161-1/+14
* display mtime_age in webclientMatthew Hodgson2014-08-161-9/+10
* slightly hacky but more functional infinite scrollingMatthew Hodgson2014-08-161-30/+36
* FormattingKegan Dougal2014-08-151-20/+20
* Get presence for members when you enter a room (it was coming down but wasn't...Kegan Dougal2014-08-151-0/+4
* Added infinite scrolling. It's sliiiightly buggy in that it jumps down the li...Kegan Dougal2014-08-151-3/+41
* Remove old polling stuff from RoomController. Added service comments. Do not ...Kegan Dougal2014-08-151-40/+0
* Event streaming now happens on an app level, rather than a per-room level. Ma...Kegan Dougal2014-08-151-4/+0
* Store messages in $rootScope so they can be accessed from multiple controller...Kegan Dougal2014-08-151-6/+1
* Added event handler service which.. handles events. More specifically, it $br...Kegan Dougal2014-08-151-27/+21
* Added event stream service which neatly blobs together requests / state for t...Kegan Dougal2014-08-151-13/+10
* More helpful display when the event stream fails, wiping it when the connecti...Kegan Dougal2014-08-141-4/+6
* webclient: You can now paginate in rooms. Defaults to 10 messages, with a but...Kegan Dougal2014-08-141-21/+59
* Finish up room controller too. May have missed one or two, but testing didn't...Kegan Dougal2014-08-141-14/+14
* completely change the CSS to be an entirely 'position: absolute' layout rathe...Matthew Hodgson2014-08-141-1/+5
* don't hammer after 403Matthew Hodgson2014-08-131-1/+4
* Use strings instead of opaque magic-number constants for presence states; ren...Paul "LeoNerd" Evans2014-08-131-7/+4
* 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 copyr...Matthew Hodgson2014-08-131-0/+16
* Make messages list and room users list scroll-overflowEmmanuel ROHEE2014-08-121-1/+2
* Reference Matrix Home Servermatrix.org2014-08-121-0/+214