aboutsummaryrefslogtreecommitdiff
path: root/libdino/src/service/file_manager.vala
Commit message (Collapse)AuthorAgeFilesLines
* Refactor file receive/send interfaces and UIfiaxh2019-07-181-45/+253
|
* Address pull requests comments, fix a few TODOshrxi2019-07-121-1/+1
|
* Add file receiving via Jinglehrxi2019-07-091-2/+4
| | | | | This currently follows the same rules as HTTP file download for accepting files.
* Implement file sending via Jinglehrxi2019-07-091-0/+1
| | | | | | | | | | | This is still disabled by default until prioritization is implemented; otherwise this could be preferred to HTTP uploads. File sending only works via Jingle In-Band-Bytestreams right now, more transports are going to be implemented. To test this, uncomment the line with `JingleFileTransfer` in libdino/src/application.vala.
* Fix a couple of typos and double importshrxi2019-06-011-6/+6
|
* Make file read/write asyncfiaxh2019-02-141-6/+6
|
* Improve ping timeouts, add debug output for XmlErrors and ping timeoutsfiaxh2019-01-021-1/+1
|
* Fix aesgcm http file up/download bugsfiaxh2018-11-271-9/+16
|
* Implement aesgcm encrypted file uploadfiaxh2018-11-271-1/+1
|
* Restructure (http) file provider flow: Separate download&get_info, download ↵fiaxh2018-11-271-9/+15
| | | | in provider, move XmppStreamModule into xmpp-vala
* sort file transfers into correct conversationbobufa2018-08-131-5/+5
|
* load+display later messages when scrolling downbobufa2018-08-131-17/+7
|
* refactor conversation item management (accumulate them in libdino)bobufa2018-08-131-5/+32
|
* Only display transferred images, display file names, open in system viewer, ↵fiaxh2018-01-281-2/+1
| | | | include and use pgp embedded file names
* Fix warningsfiaxh2017-10-311-16/+20
|
* PGP encrypted file transfersfiaxh2017-10-221-8/+37
|
* Handle file uploading in libdino & main, have http upload as providerfiaxh2017-10-211-20/+89
|
* Download & inline display imagesfiaxh2017-08-311-0/+74