aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/http/HttpUploadConnection.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* attempt to fix the delay problemDaniel Gultsch2015-07-201-3/+5
* Optimize importsAndreas Straub2015-07-201-1/+1
* Encrypt files for HTTP upload in encrypted chatsAndreas Straub2015-07-191-1/+3
* bugfix: accept status code 201 on http uploadDaniel Gultsch2015-07-191-1/+1
* renamed downloadable to transferableDaniel Gultsch2015-07-101-5/+5
* get file upload ready to work with httpsDaniel Gultsch2015-07-101-0/+5
* made httpconnection (download) ready all kind of filesDaniel Gultsch2015-06-301-2/+2
* untested pgp support for http uploadDaniel Gultsch2015-06-291-1/+22
* added trigger to Config.java to always enable aes encryption for uploaded filesDaniel Gultsch2015-06-291-0/+13
* show attach button in conferences when http upload is availableDaniel Gultsch2015-06-291-0/+1
* initial http upload supportDaniel Gultsch2015-06-291-0/+164