| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Show file upload/download progress | Xavier Del Campo Romero | 2023-10-09 | 1 | -0/+1 |
| | | | | | | | | | | | | 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 cancellation of file transfers | Marvin W | 2022-03-30 | 1 | -0/+1 |
| | | |||||
| * | Fix file traversal issue on incoming file transfers | fiaxh | 2021-06-07 | 1 | -1/+12 |
| | | | | | Fixes CVE-2021-33896 | ||||
| * | Properly check Jids everywhere | Marvin W | 2019-12-23 | 1 | -1/+1 |
| | | |||||
| * | Optimizations: Database indices, cache id-Jid instead of id-jid_string, join ↵ | fiaxh | 2019-08-02 | 1 | -2/+1 |
| | | | | | real_jid on get messages | ||||
| * | Refactor file receive/send interfaces and UI | fiaxh | 2019-07-18 | 1 | -6/+16 |
| | | |||||
| * | 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. | ||||
| * | Make file read/write async | fiaxh | 2019-02-14 | 1 | -1/+0 |
| | | |||||
| * | Restructure (http) file provider flow: Separate download&get_info, download ↵ | fiaxh | 2018-11-27 | 1 | -1/+7 |
| | | | | | in provider, move XmppStreamModule into xmpp-vala | ||||
| * | fix local_time field of message and file_transfer being loaded from time db ↵ | bobufa | 2018-08-13 | 1 | -1/+1 |
| | | | | | column | ||||
| * | refactor conversation item management (accumulate them in libdino) | bobufa | 2018-08-13 | 1 | -2/+18 |
| | | |||||
| * | Only display transferred images, display file names, open in system viewer, ↵ | fiaxh | 2018-01-28 | 1 | -2/+4 |
| | | | | | include and use pgp embedded file names | ||||
| * | Move Jid class to xmpp-vala, partially refactor namespace | Marvin W | 2018-01-28 | 1 | -2/+5 |
| | | |||||
| * | Fix typos in comments and variable names (#269) | linkmauve | 2018-01-10 | 1 | -1/+1 |
| | | | | Thanks `codespell`! | ||||
| * | PGP encrypted file transfers | fiaxh | 2017-10-22 | 1 | -0/+9 |
| | | |||||
| * | Use utc time everywhere | fiaxh | 2017-08-31 | 1 | -2/+2 |
| | | |||||
| * | Download & inline display images | fiaxh | 2017-08-31 | 1 | -0/+120 |
