aboutsummaryrefslogtreecommitdiff
path: root/plugins/http-files/src/file_provider.vala
Commit message (Expand)AuthorAgeFilesLines
* Bind soup session lifetime to File provider/sender lifetimeMarvin W2023-03-221-4/+3
* 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-031-2/+2
* Prepare http-files plugin for libsoup-3 supportMarvin W2022-04-091-20/+27
* Allow cancellation of file transfersMarvin W2022-03-301-5/+44
* Remove ContentFiltersfiaxh2021-12-091-9/+4
* Don't remove characters after '#' in filenamefiaxh2021-06-071-1/+2
* Use WeakMap for message cachingfiaxh2020-11-141-2/+2
* Fix initial file encryption displayingfiaxh2020-09-071-0/+4
* 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
* Fix specified size for encrypted file uploadsfiaxh2019-08-211-6/+10
* Refactor file receive/send interfaces and UIfiaxh2019-07-181-56/+78
* Fix a couple of typos and double importshrxi2019-06-011-1/+1
* Remove Message.stanza fieldfiaxh2019-05-261-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-271-5/+0
* FileProvider for aesgcm linksfiaxh2018-11-271-2/+1
* Restructure (http) file provider flow: Separate download&get_info, download i...fiaxh2018-11-271-62/+78
* Add `hidden` column to content_item tablefiaxh2018-08-311-2/+8
* sort file transfers into correct conversationbobufa2018-08-131-1/+1
* Small fixesfiaxh2018-01-301-4/+2
* Only display transferred images, display file names, open in system viewer, i...fiaxh2018-01-281-11/+1
* Pipeline for incoming messages in libdinofiaxh2018-01-281-12/+38
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-281-0/+1
* 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-311-2/+6
* PGP encrypted file transfersfiaxh2017-10-221-1/+1
* Handle file uploading in libdino & main, have http upload as providerfiaxh2017-10-211-35/+1
* http-files: max-file-size handlingfiaxh2017-09-261-4/+5
* Download & inline display imagesfiaxh2017-08-311-0/+106