summary refs log tree commit diff
path: root/webclient/components (follow)
Commit message (Expand)AuthorAgeFilesLines
* When new invites come down, update the My Rooms list. Added hacks to make the...Kegan Dougal2014-08-151-8/+11
* Remove old polling stuff from RoomController. Added service comments. Do not ...Kegan Dougal2014-08-152-4/+17
* Event streaming now happens on an app level, rather than a per-room level. Ma...Kegan Dougal2014-08-151-5/+57
* Store messages in $rootScope so they can be accessed from multiple controller...Kegan Dougal2014-08-151-2/+24
* Added event handler service which.. handles events. More specifically, it $br...Kegan Dougal2014-08-152-4/+100
* Added event stream service which neatly blobs together requests / state for t...Kegan Dougal2014-08-152-0/+78
* Create a temporary upload service server side (by hacking demos/webserver.py)...Emmanuel ROHEE2014-08-141-0/+47
* webclient: You can now paginate in rooms. Defaults to 10 messages, with a but...Kegan Dougal2014-08-141-0/+11
* Move the unknown token broadcast to the interceptor. Return the $http promise...Kegan Dougal2014-08-141-20/+1
* Detect when the user access token is no more valid and log the user out in th...Emmanuel ROHEE2014-08-141-2/+12
* Created m-file-input. A directive to open a file selection dialog on whatever...Emmanuel ROHEE2014-08-141-0/+43
* Room: Added a text input to type an image URL in order to send an image messageEmmanuel ROHEE2014-08-131-0/+11
* add in copyrights to everything, not just the synapse subdir, and add a copyr...Matthew Hodgson2014-08-131-0/+16
* Fix the 'Go to room' button to use the correct room alias apiErik Johnston2014-08-121-0/+9
* Reference Matrix Home Servermatrix.org2014-08-121-0/+307