summary refs log tree commit diff
path: root/webclient/room (follow)
Commit message (Expand)AuthorAgeFilesLines
* Support urlencoded room aliases in room URLEmmanuel ROHEE2014-08-181-15/+27
* Support room alias in rooms URL (ex: http://127.0.0.1:8000/#/room/#public:loc...Emmanuel ROHEE2014-08-181-1/+42
* webclient: Tweak namespace of auto-complete directive. ng- should really only...Kegan Dougal2014-08-182-2/+2
* Disabled image upload UIsEmmanuel ROHEE2014-08-181-1/+3
* Added another button to upload and send an image.Emmanuel ROHEE2014-08-182-2/+20
* make text font sizes consistentMatthew Hodgson2014-08-171-3/+4
* 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-172-4/+95
* autohyperlink messages using linkyMatthew Hodgson2014-08-162-3/+3
* 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
* order the members list by most recently activeMatthew 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-162-10/+13
* slightly hacky but more functional infinite scrollingMatthew Hodgson2014-08-161-30/+36
* switch some elements from being styled by class to styled by idMatthew Hodgson2014-08-151-12/+12
* FormattingKegan Dougal2014-08-152-21/+22
* 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-152-6/+44
* 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-152-10/+5
* 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-142-5/+10
* webclient: You can now paginate in rooms. Defaults to 10 messages, with a but...Kegan Dougal2014-08-142-21/+60
* Finish up room controller too. May have missed one or two, but testing didn't...Kegan Dougal2014-08-141-14/+14
* BF: Use ng-srcEmmanuel ROHEE2014-08-141-1/+1
* fix emote presentationMatthew Hodgson2014-08-141-1/+1
* completely change the CSS to be an entirely 'position: absolute' layout rathe...Matthew Hodgson2014-08-142-5/+10
* don't hammer after 403Matthew Hodgson2014-08-131-1/+4
* Merge branch 'master' of git+ssh://github.com/matrix-org/synapseMatthew Hodgson2014-08-132-10/+47
|\
| * Use strings instead of opaque magic-number constants for presence states; ren...Paul "LeoNerd" Evans2014-08-132-8/+5
| * Room: Added a text input to type an image URL in order to send an image messageEmmanuel ROHEE2014-08-132-1/+24
| * Display image messages from the streamEmmanuel ROHEE2014-08-131-1/+2
| * add in copyrights to everything, not just the synapse subdir, and add a copyr...Matthew Hodgson2014-08-131-0/+16
* | timestampsMatthew Hodgson2014-08-131-1/+1
|/
* Make messages list and room users list scroll-overflowEmmanuel ROHEE2014-08-122-10/+13
* Reference Matrix Home Servermatrix.org2014-08-122-0/+290