summary refs log tree commit diff
path: root/webclient/components/fileUpload (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix the copyright holder from matrix.org to OpenMarket Ltd, as matrix.org has...Matthew Hodgson2014-09-031-1/+1
* change the world: make the default matrix API URL prefix /_matrix rather than...Matthew Hodgson2014-08-311-1/+1
* Make the content repo work with in daemon mode. Return the full url on upload...Erik Johnston2014-08-221-1/+1
* Safari needs the img.onload event before actually working on the imgEmmanuel ROHEE2014-08-221-0/+1
* Generate thumbnail client side and send its URL and info with the image messa...Emmanuel ROHEE2014-08-211-5/+136
* Send images with their imageInfo (size, mymetype, width & height)Emmanuel ROHEE2014-08-201-2/+2
* 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-181-15/+14
* Create a temporary upload service server side (by hacking demos/webserver.py)...Emmanuel ROHEE2014-08-141-0/+47