aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/http/HttpUploadConnection.java (unfollow)
Commit message (Expand)AuthorFilesLines
2016-03-23allow to delete attachments. fixes #1539Daniel Gultsch1-6/+1
2016-03-23only add image files to media scannerDaniel Gultsch1-3/+1
2016-03-02Fixes FS#146: Remove Tor-Supportsteckbrief1-8/+3
2016-02-13Fixed overwriting of changes for fixing FS#70. Unused method removed from gen...steckbrief1-1/+2
2016-02-12Imports organizedsteckbrief1-5/+0
2016-02-11Compilation errors and merge mixups fixedsteckbrief1-3/+2
2015-12-01initial tor supportDaniel Gultsch1-1/+10
2015-09-23use Conversations 1.x.y as user agent string in http upload and downloadDaniel Gultsch1-0/+1
2015-09-15work around a NPE caused by arace condition in the http uploadDaniel Gultsch1-3/+6
2015-08-11Merge tag '1.5.2' into trz/rebasetrz/1.5.2.1lookshe1-0/+204
2015-08-11do not touch pictures that are already in the right formatDaniel Gultsch1-1/+8
2015-08-10put wake locks on out of band file transfersDaniel Gultsch1-0/+4
2015-08-01use content-type in http slot request and stick with during uploadDaniel Gultsch1-1/+4
2015-08-01fixed calculated file size in http slot requestDaniel Gultsch1-15/+13
2015-08-01enable axolotl encryption for jingle supported file transfersDaniel Gultsch1-18/+6
2015-07-29use gcm for file encryption over httpDaniel Gultsch1-6/+26
2015-07-28changed logging. (work around logcat null pointerDaniel Gultsch1-1/+1
2015-07-21bugfix: accept status code 201 on http uploadDaniel Gultsch1-1/+1
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 filesfeature/http_uploadDaniel 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