aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/de/thedevstack/conversationsplus/services/filetransfer/http/delete/DeleteTokenReceived.java (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improved error handling for filetransfer:http:delete, Check for httpupload ↵steckbrief2017-01-111-0/+10
| | | | feature available extended to include filetransfer:http as well, method to check if http upload is available moved from data class 'Account' to 'AccountUtil'
* Implements FS#235: Deletion of remote files uploaded via httpuploadsteckbrief2016-09-291-7/+11
|
* services.filetransfer.httpupload moved to new namespace ↵steckbrief2016-08-231-0/+83
services.filetransfer.http.upload; delete parts of services.filetransfer.http moved to .delete package