aboutsummaryrefslogtreecommitdiff
path: root/plugins/http-files/src/manager.vala
Commit message (Collapse)AuthorAgeFilesLines
* Refactor file receive/send interfaces and UIfiaxh2019-07-181-147/+0
|
* Use glib log functionsfiaxh2019-03-151-1/+1
|
* Implement aesgcm encrypted file uploadfiaxh2018-11-271-3/+3
|
* Restructure (http) file provider flow: Separate download&get_info, download ↵fiaxh2018-11-271-2/+38
| | | | in provider, move XmppStreamModule into xmpp-vala
* Add `hidden` column to content_item tablefiaxh2018-08-311-0/+5
|
* add search filter expressionsbobufa2018-08-131-2/+2
|
* refactor conversation item management (accumulate them in libdino)bobufa2018-08-131-11/+8
|
* http-files: Report correct file size for encrypted files (slot request)fiaxh2018-01-281-1/+1
|
* Only display transferred images, display file names, open in system viewer, ↵fiaxh2018-01-281-6/+8
| | | | include and use pgp embedded file names
* Pipeline for incoming messages in libdinofiaxh2018-01-281-1/+2
|
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-281-3/+3
|
* Add oob tag to http-upload messagesfiaxh2017-10-221-9/+19
| | | | fixes #166
* PGP encrypted file transfersfiaxh2017-10-221-3/+1
|
* Handle file uploading in libdino & main, have http upload as providerfiaxh2017-10-211-25/+39
|
* http-files: max-file-size handlingfiaxh2017-09-261-2/+2
|
* Download & inline display imagesfiaxh2017-08-311-1/+23
|
* http files: Fix double-free rance-conditionfiaxh2017-08-071-3/+9
| | | | ... and move classes around
* Http file uploadfiaxh2017-08-031-0/+56