summary refs log tree commit diff
path: root/webclient/components (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make the content repo work with in daemon mode. Return the full url on upload...Erik Johnston2014-08-221-1/+1
* resizeImage: generate an image in the format of the original image. (Tested w...Emmanuel ROHEE2014-08-221-1/+3
* Safari needs the img.onload event before actually working on the imgEmmanuel ROHEE2014-08-222-27/+39
* actually display room metadata based on m.room.membe eventsMatthew Hodgson2014-08-211-0/+11
* Only start event streaming after having set up the controllers.Erik Johnston2014-08-211-0/+10
* Change webclient to always hit the im sync api before streaming so we get cur...Erik Johnston2014-08-211-6/+35
* Generate thumbnail client side and send its URL and info with the image messa...Emmanuel ROHEE2014-08-212-6/+137
* Made uploadContent compatible for sending Blob objectsEmmanuel ROHEE2014-08-211-4/+22
* Added resizeImage()Emmanuel ROHEE2014-08-211-1/+86
* Send images with their imageInfo (size, mymetype, width & height)Emmanuel ROHEE2014-08-203-4/+57
* Merge branch 'master' of github.com:matrix-org/synapse into sql_refactorErik Johnston2014-08-191-3/+1
|\
| * Cleaned dead codeEmmanuel ROHEE2014-08-191-3/+1
* | Merge branch 'master' of github.com:matrix-org/synapse into sql_refactorErik Johnston2014-08-193-19/+44
|\|
| * Change mouse cursor to pointer on elements user can click onEmmanuel ROHEE2014-08-191-1/+4
| * Implemented GETs for the ContentRepoResource. It all actually appears to be w...Kegan Dougal2014-08-181-2/+3
| * Auth content uploads. Added a mapping function from request > filename. Added...Kegan Dougal2014-08-182-18/+29
| * Support room alias in rooms URL (ex: http://127.0.0.1:8000/#/room/#public:loc...Emmanuel ROHEE2014-08-181-0/+10
* | Change the way pagination works to support out of order events.Erik Johnston2014-08-192-3/+2
|/
* Increase /events timeout to 30 secs. We don't need it so low anymore to get a...Kegan Dougal2014-08-181-1/+1
* Do not start the event stream if the user is not logged in (=if he does not h...Emmanuel ROHEE2014-08-181-5/+14
* 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