aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/services/filetransfer/http/upload (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-01-11Improved error handling for filetransfer:http:delete, Check for httpupload ↵steckbrief1-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'
2017-01-04Added columns to fileparams table: url, original file name, key and ivtrz/beta-5steckbrief1-1/+1
auto download of files moved from MessageParser to MessageAdapter download and open file representation cleaned up
2016-09-29Implements FS#235: Deletion of remote files uploaded via httpuploadsteckbrief3-2/+13
2016-08-23services.filetransfer.httpupload moved to new namespace ↵steckbrief5-0/+396
services.filetransfer.http.upload; delete parts of services.filetransfer.http moved to .delete package