summary refs log tree commit diff
path: root/webclient/components/utilities (follow)
Commit message (Collapse)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 ↵Matthew Hodgson2014-09-031-1/+1
| | | | hasn't been incorporated in time for launch.
* resizeImage: generate an image in the format of the original image. (Tested ↵Emmanuel ROHEE2014-08-221-1/+3
| | | | with tranparent PNG, transparent GIF, BMP, JPEG)
* 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 ↵Emmanuel ROHEE2014-08-211-1/+1
| | | | message body
* Added resizeImage()Emmanuel ROHEE2014-08-211-1/+86
|
* Send images with their imageInfo (size, mymetype, width & height)Emmanuel ROHEE2014-08-201-0/+53