aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/services/filetransfer/http/upload (follow)
Commit message (Collapse)AuthorAgeFilesLines
* introduces new message state modelsteckbrief2018-05-052-3/+4
|
* Implements FS#245: Implement FiletransferHttp (upload and delete), some ↵steckbrief2017-07-311-20/+7
| | | | minor bug fixes including to fail a JingleTransfer in case criterias are not met
* relates FS#241: Implementation of http download based on okhttpsteckbrief2017-02-065-14/+67
|
* Improved error handling for filetransfer:http:delete, Check for httpupload ↵steckbrief2017-01-111-7/+19
| | | | feature available extended to include filetransfer:http as well, method to check if http upload is available moved from data class 'Account' to 'AccountUtil'
* 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
| | | | | | | | | | auto download of files moved from MessageParser to MessageAdapter download and open file representation cleaned up
| * Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2016-10-205-19/+23
|/
* Implements FS#235: Deletion of remote files uploaded via httpuploadsteckbrief2016-09-293-2/+13
|
* services.filetransfer.httpupload moved to new namespace ↵steckbrief2016-08-235-0/+396
services.filetransfer.http.upload; delete parts of services.filetransfer.http moved to .delete package