| Commit message (Expand) | Author | Age | Files | Lines |
* | Add file upload preview | fiaxh | 2020-04-22 | 1 | -0/+8 |
* | 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 |
* | Fix reporting failed HTTP upload | Wiktor Kwapisiewicz | 2019-11-04 | 1 | -1/+1 |
* | 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 |
* | Check content_length for null before parsing in http HEAD message response | fiaxh | 2018-11-29 | 1 | -1/+3 |
* | 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 |
* | Restructure (http) file provider flow: Separate download&get_info, download i... | fiaxh | 2018-11-27 | 4 | -263/+116 |
* | 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, i... | fiaxh | 2018-01-28 | 2 | -17/+9 |
* | 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 |
* | Move DatabaseError handling into Qlite | fiaxh | 2017-10-31 | 1 | -12/+8 |
* | Add oob tag to http-upload messages | fiaxh | 2017-10-22 | 2 | -10/+20 |
* | PGP encrypted file transfers | fiaxh | 2017-10-22 | 3 | -11/+12 |
* | Handle file uploading in libdino & main, have http upload as provider | fiaxh | 2017-10-21 | 4 | -135/+41 |
* | http-files: max-file-size handling | fiaxh | 2017-09-26 | 4 | -13/+14 |
* | http files: Accept url put/get urls in both attributes and string content | fiaxh | 2017-09-05 | 1 | -11/+11 |
* | Download & inline display images | fiaxh | 2017-08-31 | 4 | -8/+150 |
* | support platforms without UTF-8 and use native file picker | Marvin W | 2017-08-29 | 1 | -5/+3 |
* | Handle xmpp ?join and ?message uris | fiaxh | 2017-08-25 | 1 | -3/+3 |
* | libdino: remove dependency to GTK+ (all GTK+ code is in main+plugins) | Marvin W | 2017-08-17 | 1 | -5/+8 |
* | xmpp-vala: Remove require-functions | fiaxh | 2017-08-14 | 1 | -6/+0 |
* | Stream Management | fiaxh | 2017-08-14 | 1 | -2/+1 |
* | SRV records for XMPP over TLS | fiaxh | 2017-08-11 | 1 | -3/+6 |
* | http files: Fix for servers w/o file size limit | fiaxh | 2017-08-09 | 1 | -3/+3 |
* | http files: Fix double-free rance-condition | fiaxh | 2017-08-07 | 1 | -3/+9 |
* | Http file upload for version :0 and other server setups | fiaxh | 2017-08-07 | 1 | -25/+35 |