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