aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/services/filetransfer/http (follow)
Commit message (Expand)AuthorAgeFilesLines
* introduces cancel status for file transfers, fixes NPE in file sharing after ...steckbrief2018-02-162-1/+2
* properly handle downloadable links0.0.8-beta2steckbrief2018-01-311-1/+2
* Implements FS#245: Implement FiletransferHttp (upload and delete), some minor...steckbrief2017-07-314-123/+57
* relates FS#241: Implementation of http download based on okhttpsteckbrief2017-02-0611-15/+416
* Improved error handling for filetransfer:http:delete, Check for httpupload fe...steckbrief2017-01-113-13/+39
* Merge branch 'trz/rebase' into trz/renamesteckbrief2017-01-051-1/+1
|\
| * Added columns to fileparams table: url, original file name, key and ivsteckbrief2017-01-041-1/+1
| * Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-10-208-30/+34
|/
* Implements FS#235: Deletion of remote files uploaded via httpuploadsteckbrief2016-09-296-14/+34
* Confirmation dialog added before sending delete command for remote filesteckbrief2016-08-231-8/+25
* services.filetransfer.httpupload moved to new namespace services.filetransfer...steckbrief2016-08-238-3/+399
* xmpp.httpupload moved to new namespace xmpp.filetransfer.http.upload; delete ...steckbrief2016-08-232-2/+2
* Basic filetransfer http delete implementation; Exceptions for IqPacketError a...steckbrief2016-08-223-0/+135