| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Inhibit suspend on file upload/download | Xavier Del Campo Romero | 2023-10-09 | 1 | -0/+4 |
| | | |||||
| * | file_manager.vala: Disable automatic download | Xavier Del Campo Romero | 2023-10-09 | 1 | -5/+0 |
| | | |||||
| * | Show file upload/download progress | Xavier Del Campo Romero | 2023-10-09 | 1 | -1/+4 |
| | | | | | | | | | | | | 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. | ||||
| * | Allow to resume failed transfers | Xavier Del Campo Romero | 2023-10-09 | 1 | -0/+3 |
| | | |||||
| * | Replace splice_async with read_async | Marvin W | 2023-10-05 | 1 | -1/+9 |
| | | |||||
| * | Allow cancellation of file transfers | Marvin W | 2022-03-30 | 1 | -5/+6 |
| | | |||||
| * | Fix auto download if public MUC JID is in roster (#1137) | mesonium | 2021-11-18 | 1 | -1/+7 |
| | | | | Dino has downloaded files (< 5 MB) automatically from occupants in public MUCs if the public MUC JID was in the user's roster. This patch fixes it. | ||||
| * | Add cache for file transfers | fiaxh | 2021-02-17 | 1 | -2/+2 |
| | | |||||
| * | Use advertized/server/live time for sorting instead of arrival time | fiaxh | 2020-12-04 | 1 | -41/+0 |
| | | | | | fixes #310 | ||||
| * | Fix initial file encryption displaying | fiaxh | 2020-09-07 | 1 | -0/+11 |
| | | | | | fixes #831 | ||||
| * | Only query entity caps when we need them | fiaxh | 2020-07-16 | 1 | -10/+10 |
| | | |||||
| * | Store last read content item for conversations | fiaxh | 2020-06-03 | 1 | -1/+2 |
| | | | | | fixes #495 | ||||
| * | Add file upload preview | fiaxh | 2020-04-22 | 1 | -2/+10 |
| | | | | | fixes #756 | ||||
| * | Update last_activity before received_file signal to keep UI in sync (#811) | kmq | 2020-04-18 | 1 | -1/+1 |
| | | | | | | Fixes #791 where a signal to update the UI is sent to late when sending files, resulting in an out of sync conversations list. | ||||
| * | Correctly set direction in file transfers in MUCs | fiaxh | 2020-02-20 | 1 | -1/+2 |
| | | |||||
| * | Correctly display names in groupchat pms | Marvin W | 2020-01-09 | 1 | -2/+2 |
| | | | | | Also show "Me" when no local alias is set instead of JID | ||||
| * | Display correct name on outgoing file transfers in groups | Marvin W | 2019-12-23 | 1 | -1/+5 |
| | | | | | Fixes #248, #643 | ||||
| * | Properly check Jids everywhere | Marvin W | 2019-12-23 | 1 | -3/+7 |
| | | |||||
| * | Add support for HTTP Upload headers | Wiktor Kwapisiewicz | 2019-11-19 | 1 | -0/+1 |
| | | | | | | | | | | | | 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 | ||||
| * | Add JET support | Marvin W | 2019-09-16 | 1 | -53/+48 |
| | | |||||
| * | Merge pull request #592 from hrxi/gsoc_1 | Marvin W | 2019-08-29 | 1 | -4/+2 |
| |\ | | | | | Add SOCKS5 bytestreams and a couple of other fixes | ||||
| | * | Close files involved in file transfers explicitly | hrxi | 2019-08-05 | 1 | -4/+2 |
| | | | |||||
| * | | Fix specified size for encrypted file uploads | fiaxh | 2019-08-21 | 1 | -2/+2 |
| |/ | |||||
| * | Refactor file receive/send interfaces and UI | fiaxh | 2019-07-18 | 1 | -45/+253 |
| | | |||||
| * | Address pull requests comments, fix a few TODOs | hrxi | 2019-07-12 | 1 | -1/+1 |
| | | |||||
| * | Add file receiving via Jingle | hrxi | 2019-07-09 | 1 | -2/+4 |
| | | | | | | This currently follows the same rules as HTTP file download for accepting files. | ||||
| * | Implement file sending via Jingle | hrxi | 2019-07-09 | 1 | -0/+1 |
| | | | | | | | | | | | | This is still disabled by default until prioritization is implemented; otherwise this could be preferred to HTTP uploads. File sending only works via Jingle In-Band-Bytestreams right now, more transports are going to be implemented. To test this, uncomment the line with `JingleFileTransfer` in libdino/src/application.vala. | ||||
| * | Fix a couple of typos and double imports | hrxi | 2019-06-01 | 1 | -6/+6 |
| | | |||||
| * | Make file read/write async | fiaxh | 2019-02-14 | 1 | -6/+6 |
| | | |||||
| * | Improve ping timeouts, add debug output for XmlErrors and ping timeouts | fiaxh | 2019-01-02 | 1 | -1/+1 |
| | | |||||
| * | Fix aesgcm http file up/download bugs | fiaxh | 2018-11-27 | 1 | -9/+16 |
| | | |||||
| * | Implement aesgcm encrypted file upload | fiaxh | 2018-11-27 | 1 | -1/+1 |
| | | |||||
| * | Restructure (http) file provider flow: Separate download&get_info, download ↵ | fiaxh | 2018-11-27 | 1 | -9/+15 |
| | | | | | in provider, move XmppStreamModule into xmpp-vala | ||||
| * | sort file transfers into correct conversation | bobufa | 2018-08-13 | 1 | -5/+5 |
| | | |||||
| * | load+display later messages when scrolling down | bobufa | 2018-08-13 | 1 | -17/+7 |
| | | |||||
| * | refactor conversation item management (accumulate them in libdino) | bobufa | 2018-08-13 | 1 | -5/+32 |
| | | |||||
| * | Only display transferred images, display file names, open in system viewer, ↵ | fiaxh | 2018-01-28 | 1 | -2/+1 |
| | | | | | include and use pgp embedded file names | ||||
| * | Fix warnings | fiaxh | 2017-10-31 | 1 | -16/+20 |
| | | |||||
| * | PGP encrypted file transfers | fiaxh | 2017-10-22 | 1 | -8/+37 |
| | | |||||
| * | Handle file uploading in libdino & main, have http upload as provider | fiaxh | 2017-10-21 | 1 | -20/+89 |
| | | |||||
| * | Download & inline display images | fiaxh | 2017-08-31 | 1 | -0/+74 |
