summary refs log tree commit diff
path: root/webclient/components/utilities/utilities-service.js (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move webclient to a python module so that it can be installedMark Haines2014-11-041-151/+0
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-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-221-27/+38
* Generate thumbnail client side and send its URL and info with the image messa...Emmanuel ROHEE2014-08-211-1/+1
* Added resizeImage()Emmanuel ROHEE2014-08-211-1/+86
* Send images with their imageInfo (size, mymetype, width & height)Emmanuel ROHEE2014-08-201-0/+53