aboutsummaryrefslogtreecommitdiff
path: root/plugins/http-files
Commit message (Collapse)AuthorAgeFilesLines
* Fix aesgcm http file up/download bugsfiaxh2018-11-271-5/+7
|
* Implement aesgcm encrypted file uploadfiaxh2018-11-272-8/+3
|
* FileProvider for aesgcm linksfiaxh2018-11-271-2/+1
| | | | Co-authored-by: Thibaut Girka <thib@sitedethib.com>
* Restructure (http) file provider flow: Separate download&get_info, download ↵fiaxh2018-11-275-264/+116
| | | | in provider, move XmppStreamModule into xmpp-vala
* Add `hidden` column to content_item tablefiaxh2018-08-312-2/+13
|
* sort file transfers into correct conversationbobufa2018-08-131-1/+1
|
* add search filter expressionsbobufa2018-08-131-2/+2
|
* accumulate conversation content in meta db tablebobufa2018-08-131-1/+1
|
* refactor conversation item management (accumulate them in libdino)bobufa2018-08-132-12/+9
|
* Small fixesfiaxh2018-01-301-4/+2
|
* http-files: Report correct file size for encrypted files (slot request)fiaxh2018-01-282-15/+15
|
* Only display transferred images, display file names, open in system viewer, ↵fiaxh2018-01-282-17/+9
| | | | include and use pgp embedded file names
* Pipeline for incoming messages in libdinofiaxh2018-01-283-13/+57
|
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-283-8/+9
|
* Restore window state (size, maximized, position)fiaxh2017-12-311-22/+24
|
* Fallback display for all file typesfiaxh2017-12-131-6/+19
|
* http-files: async file downloadfiaxh2017-11-271-29/+32
|
* Disconnect stanza listeners from pipelinefiaxh2017-11-221-1/+1
|
* Fix warningsfiaxh2017-10-312-4/+12
|
* Move DatabaseError handling into Qlitefiaxh2017-10-311-12/+8
|
* Add oob tag to http-upload messagesfiaxh2017-10-222-10/+20
| | | | fixes #166
* PGP encrypted file transfersfiaxh2017-10-223-11/+12
|
* Handle file uploading in libdino & main, have http upload as providerfiaxh2017-10-215-136/+41
|
* http-files: max-file-size handlingfiaxh2017-09-264-13/+14
|
* http files: Accept url put/get urls in both attributes and string contentfiaxh2017-09-051-11/+11
|
* Download & inline display imagesfiaxh2017-08-315-8/+151
|
* support platforms without UTF-8 and use native file pickerMarvin W2017-08-291-5/+3
|
* Handle xmpp ?join and ?message urisfiaxh2017-08-251-3/+3
|
* libdino: remove dependency to GTK+ (all GTK+ code is in main+plugins)Marvin W2017-08-171-5/+8
|
* xmpp-vala: Remove require-functionsfiaxh2017-08-141-6/+0
|
* Stream Managementfiaxh2017-08-141-2/+1
|
* SRV records for XMPP over TLSfiaxh2017-08-111-3/+6
|
* http files: Fix for servers w/o file size limitfiaxh2017-08-091-3/+3
|
* http files: Fix double-free rance-conditionfiaxh2017-08-071-3/+9
| | | | ... and move classes around
* Http file upload for version :0 and other server setupsfiaxh2017-08-071-25/+35
|
* Http file uploadfiaxh2017-08-036-0/+348