aboutsummaryrefslogtreecommitdiff
path: root/plugins/http-files
Commit message (Expand)AuthorAgeFilesLines
* Fix file receival in groupchat pmsxMarvin W2020-01-091-2/+2
* Don't allow newlines in URLs, also clean up on http file transfer detectionMarvin W2019-12-261-11/+7
* Add support for HTTP Upload headersWiktor Kwapisiewicz2019-11-191-0/+4
* Fix reporting failed HTTP uploadWiktor Kwapisiewicz2019-11-041-1/+1
* Add JET supportMarvin W2019-09-161-16/+23
* Fix specified size for encrypted file uploadsfiaxh2019-08-212-8/+12
* Refactor file receive/send interfaces and UIfiaxh2019-07-186-205/+239
* Fix a couple of typos and double importshrxi2019-06-011-1/+1
* Remove Message.stanza fieldfiaxh2019-05-261-1/+1
* Use glib log functionsfiaxh2019-03-151-1/+1
* Use regex literals, fixes some compiler warningsfiaxh2019-03-141-1/+1
* Make file read/write asyncfiaxh2019-02-141-2/+2
* Check FileTransfer's mime_type for null (unknown) when handeling itfiaxh2018-12-311-1/+0
* Check content_length for null before parsing in http HEAD message responsefiaxh2018-11-291-1/+3
* 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
* Restructure (http) file provider flow: Separate download&get_info, download i...fiaxh2018-11-275-264/+116
* 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, i...fiaxh2018-01-282-17/+9
* 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
* 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
* Http file upload for version :0 and other server setupsfiaxh2017-08-071-25/+35
* Http file uploadfiaxh2017-08-036-0/+348