| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Bind soup session lifetime to File provider/sender lifetime | Marvin W | 2026-02-10 | 2 | -6/+6 |
| | | | | | Required since libsoup 3.4. Fixes #1395 | ||||
| * | Consider stream readable when EOS is reached. | Marvin W | 2026-02-10 | 1 | -1/+1 |
| | | | | | Fixes #1373 | ||||
| * | HTTP: Make LimitInputStream pollable for better async compatibility | Marvin W | 2026-02-10 | 1 | -1/+20 |
| | | | | | Fixes #1307 | ||||
| * | Inhibit suspend on file upload/download | Xavier Del Campo Romero | 2023-10-09 | 1 | -0/+7 |
| | | |||||
| * | file_sender.vala: Split very long line | Xavier Del Campo Romero | 2023-10-09 | 1 | -1/+5 |
| | | |||||
| * | Show file upload/download progress | Xavier Del Campo Romero | 2023-10-09 | 1 | -0/+12 |
| | | | | | | | | | | | | Fixes upstream issue #1350. Notes: Image uploads were incorrectly handled by Dino, as they were always reported as completed even if they were not, maybe so as to show the image preview from the start. Now, Dino shows the upload progress for all file types, and the image is only shown when completed. | ||||
| * | http-files: Avoid null dereferences | Xavier Del Campo Romero | 2023-10-09 | 2 | -5/+34 |
| | | |||||
| * | Automatically select appropriate libsoup version | Marvin W | 2023-10-05 | 2 | -5/+5 |
| | | |||||
| * | Prepare http-files plugin for libsoup-3 support | Marvin W | 2022-04-09 | 2 | -32/+49 |
| | | | | | | Note: ice plugin still depends on libsoup-2.4 and one can't have both in the same process, so this remains disabled by default | ||||
| * | Allow cancellation of file transfers | Marvin W | 2022-03-30 | 2 | -6/+46 |
| | | |||||
| * | Remove ContentFilters | fiaxh | 2021-12-09 | 4 | -47/+8 |
| | | | | | fixes #1129 #573 | ||||
| * | Don't remove characters after '#' in filename | fiaxh | 2021-06-07 | 1 | -1/+2 |
| | | |||||
| * | Add RTP implementation as plugin | Marvin W | 2021-03-21 | 1 | -6/+0 |
| | | |||||
| * | Use WeakMap for message caching | fiaxh | 2020-11-14 | 1 | -2/+2 |
| | | |||||
| * | Fix initial file encryption displaying | fiaxh | 2020-09-07 | 1 | -0/+4 |
| | | | | | fixes #831 | ||||
| * | Only query entity caps when we need them | fiaxh | 2020-07-16 | 1 | -5/+5 |
| | | |||||
| * | Add file upload preview | fiaxh | 2020-04-22 | 1 | -0/+8 |
| | | | | | fixes #756 | ||||
| * | Fix file receival in groupchat pmsx | Marvin W | 2020-01-09 | 1 | -2/+2 |
| | | |||||
| * | Don't allow newlines in URLs, also clean up on http file transfer detection | Marvin W | 2019-12-26 | 1 | -11/+7 |
| | | |||||
| * | Add support for HTTP Upload headers | Wiktor Kwapisiewicz | 2019-11-19 | 1 | -0/+4 |
| | | | | | | | | | | | | Some services use Authorization header [0] to pass upload credential data. This avoids the token being exposed in server logs and is allowed by XEP-0363 since version 0.5.0. This change adds support for headers allowed in XEP-0363: Authorization, Expires and Cookie. [0]: https://xmpp.org/extensions/xep-0363.html#request | ||||
| * | Fix reporting failed HTTP upload | Wiktor Kwapisiewicz | 2019-11-04 | 1 | -1/+1 |
| | | | | | | | Status code can't be less than 200 and greater than or equal 300 at the same time. Using || instead of && marks all uploads that do not have 2xx status code as "failed". | ||||
| * | Add JET support | Marvin W | 2019-09-16 | 1 | -16/+23 |
| | | |||||
| * | Fix specified size for encrypted file uploads | fiaxh | 2019-08-21 | 2 | -8/+12 |
| | | |||||
| * | Refactor file receive/send interfaces and UI | fiaxh | 2019-07-18 | 5 | -204/+237 |
| | | |||||
| * | Fix a couple of typos and double imports | hrxi | 2019-06-01 | 1 | -1/+1 |
| | | |||||
| * | Remove Message.stanza field | fiaxh | 2019-05-26 | 1 | -1/+1 |
| | | |||||
| * | Use glib log functions | fiaxh | 2019-03-15 | 1 | -1/+1 |
| | | |||||
| * | Use regex literals, fixes some compiler warnings | fiaxh | 2019-03-14 | 1 | -1/+1 |
| | | |||||
| * | Make file read/write async | fiaxh | 2019-02-14 | 1 | -2/+2 |
| | | |||||
| * | Check FileTransfer's mime_type for null (unknown) when handeling it | fiaxh | 2018-12-31 | 1 | -1/+0 |
| | | | | | fixes #479 | ||||
| * | Check content_length for null before parsing in http HEAD message response | fiaxh | 2018-11-29 | 1 | -1/+3 |
| | | | | | fixes #468 | ||||
| * | Fix aesgcm http file up/download bugs | fiaxh | 2018-11-27 | 1 | -5/+7 |
| | | |||||
| * | Implement aesgcm encrypted file upload | fiaxh | 2018-11-27 | 2 | -8/+3 |
| | | |||||
| * | FileProvider for aesgcm links | fiaxh | 2018-11-27 | 1 | -2/+1 |
| | | | | | Co-authored-by: Thibaut Girka <thib@sitedethib.com> | ||||
| * | Restructure (http) file provider flow: Separate download&get_info, download ↵ | fiaxh | 2018-11-27 | 4 | -263/+116 |
| | | | | | in provider, move XmppStreamModule into xmpp-vala | ||||
| * | Add `hidden` column to content_item table | fiaxh | 2018-08-31 | 2 | -2/+13 |
| | | |||||
| * | sort file transfers into correct conversation | bobufa | 2018-08-13 | 1 | -1/+1 |
| | | |||||
| * | add search filter expressions | bobufa | 2018-08-13 | 1 | -2/+2 |
| | | |||||
| * | accumulate conversation content in meta db table | bobufa | 2018-08-13 | 1 | -1/+1 |
| | | |||||
| * | refactor conversation item management (accumulate them in libdino) | bobufa | 2018-08-13 | 2 | -12/+9 |
| | | |||||
| * | Small fixes | fiaxh | 2018-01-30 | 1 | -4/+2 |
| | | |||||
| * | http-files: Report correct file size for encrypted files (slot request) | fiaxh | 2018-01-28 | 2 | -15/+15 |
| | | |||||
| * | Only display transferred images, display file names, open in system viewer, ↵ | fiaxh | 2018-01-28 | 2 | -17/+9 |
| | | | | | include and use pgp embedded file names | ||||
| * | Pipeline for incoming messages in libdino | fiaxh | 2018-01-28 | 3 | -13/+57 |
| | | |||||
| * | Move Jid class to xmpp-vala, partially refactor namespace | Marvin W | 2018-01-28 | 3 | -8/+9 |
| | | |||||
| * | Restore window state (size, maximized, position) | fiaxh | 2017-12-31 | 1 | -22/+24 |
| | | |||||
| * | Fallback display for all file types | fiaxh | 2017-12-13 | 1 | -6/+19 |
| | | |||||
| * | http-files: async file download | fiaxh | 2017-11-27 | 1 | -29/+32 |
| | | |||||
| * | Disconnect stanza listeners from pipeline | fiaxh | 2017-11-22 | 1 | -1/+1 |
| | | |||||
| * | Fix warnings | fiaxh | 2017-10-31 | 2 | -4/+12 |
| | | |||||
