summary refs log tree commit diff
path: root/webclient/components/fileUpload (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make the content repo work with in daemon mode. Return the full url on ↵Erik Johnston2014-08-221-1/+1
| | | | upload. Update the webclient to use new content repo api.
* 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 ↵Emmanuel ROHEE2014-08-211-5/+136
| | | | message body
* 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 ↵Kegan Dougal2014-08-181-2/+3
| | | | working.
* Auth content uploads. Added a mapping function from request > filename. ↵Kegan Dougal2014-08-181-15/+14
| | | | Added exception handling for content uploads. webclient: Only prefix the client API path on doRequest, not doBaseRequest (this would've broken the identity server auth too). Added matrixService.uploadContent. May not require mFileUpload anymore.
* Create a temporary upload service server side (by hacking ↵Emmanuel ROHEE2014-08-141-0/+47
demos/webserver.py) and client side with an angularjs service component.