aboutsummaryrefslogtreecommitdiff
path: root/plugins/http-files
Commit message (Expand)AuthorAgeFilesLines
* Bind soup session lifetime to File provider/sender lifetimeMarvin W2023-03-222-6/+6
* Consider stream readable when EOS is reached.Marvin W2023-03-021-1/+1
* HTTP: Make LimitInputStream pollable for better async compatibilityMarvin W2022-11-041-1/+20
* Automatically select appropriate libsoup versionMarvin W2022-11-033-13/+12
* Port from GTK3 to GTK4fiaxh2022-07-271-1/+1
* Prepare http-files plugin for libsoup-3 supportMarvin W2022-04-093-33/+60
* Allow cancellation of file transfersMarvin W2022-03-302-6/+46
* Remove ContentFiltersfiaxh2021-12-095-48/+8
* Don't remove characters after '#' in filenamefiaxh2021-06-071-1/+2
* Add RTP implementation as pluginMarvin W2021-03-211-6/+0
* Use WeakMap for message cachingfiaxh2020-11-141-2/+2
* Fix initial file encryption displayingfiaxh2020-09-071-0/+4
* Only query entity caps when we need themfiaxh2020-07-161-5/+5
* Add file upload previewfiaxh2020-04-221-0/+8
* 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