Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix crash when calling contact from Conversations (#1259) | rim | 2022-08-22 | 1 | -1/+4 |
| | | | fixes #1227 | ||||
* | Fix encryption button update and reduce its required GTK version | fiaxh | 2022-08-21 | 1 | -6/+4 |
| | | | | MenuButton.activate only exists since 4.4 | ||||
* | Gtk4 bug fixes and improvements | Marvin W | 2022-07-27 | 1 | -1/+1 |
| | |||||
* | Port from GTK3 to GTK4 | fiaxh | 2022-07-27 | 5 | -47/+81 |
| | |||||
* | Allow cancellation of file transfers | Marvin W | 2022-03-30 | 2 | -5/+7 |
| | |||||
* | Fix Version handling, add function to retrieve short version without git commit | Marvin W | 2022-03-30 | 1 | -0/+6 |
| | |||||
* | Prepare for 0.3 release | fiaxh | 2022-02-12 | 1 | -1/+1 |
| | |||||
* | Remove call notification if other device accepted/denied | fiaxh | 2022-02-12 | 2 | -12/+26 |
| | |||||
* | CIM: Announce accepted method | Marvin W | 2022-02-12 | 1 | -1/+11 |
| | |||||
* | Calls: Fix OMEMO in group calls | Marvin W | 2022-02-12 | 1 | -6/+5 |
| | |||||
* | Calls: Fix device selector for multi-party calls, allow picking device ↵ | Marvin W | 2022-02-12 | 2 | -14/+59 |
| | | | | before call started | ||||
* | Various call fixes | fiaxh | 2022-02-12 | 3 | -24/+37 |
| | | | | | | | | | - If peer invited us claiming audio-only and then wants to have a video content, do a content-modify and accept audio-only - Check contents for video (and modify) and whether call is truly accepted in PeerState.accept() directly - If a message contains both JMI and CIM, only use JMI - Fix outgoing CIM (disabled) - Use opacity instead of visiblity for file_menu, small fixes - Add back owner/admin/member queries when joining MUC (regression from 33104a7) | ||||
* | Various call fixes | fiaxh | 2022-02-10 | 2 | -14/+23 |
| | | | | | | | - Don't create incoming CIM calls twice - Fix is_color check for video devices w/ multiple formats - Tolerate mismatching content creator on jingle responses - Change MUJI namespace to urn:xmpp:jingle:muji:0 | ||||
* | Call Invite Message: Send 'finished' messages, include reasons | fiaxh | 2022-02-08 | 3 | -13/+29 |
| | |||||
* | Calls: Device picker | Marvin W | 2022-02-08 | 1 | -3/+3 |
| | |||||
* | Let call notification say if it's a group call | fiaxh | 2022-02-08 | 2 | -9/+16 |
| | |||||
* | Various call fixes | fiaxh | 2022-02-07 | 4 | -36/+32 |
| | | | | | | - Use groupchat message type for invites in MUCs - Use call id (from propose) instead of message id for Call Invite Messages - Fix call window controlls appearing when hovering controls | ||||
* | Support direct jingle call invites with call invite messages | fiaxh | 2022-02-07 | 3 | -111/+187 |
| | |||||
* | Add support for call invite messages | fiaxh | 2022-02-07 | 3 | -31/+61 |
| | | | | As of https://github.com/xsf/xeps/pull/1155 | ||||
* | Various call UI/UX improvements | fiaxh | 2022-02-07 | 5 | -51/+87 |
| | |||||
* | Initialize and use dbus interfaces async | fiaxh | 2022-02-01 | 4 | -41/+62 |
| | | | | related #1155 | ||||
* | Small cleanup | fiaxh | 2022-01-23 | 3 | -4/+4 |
| | |||||
* | Update PEP native bookmarks to :1 version, fixes | fiaxh | 2022-01-11 | 2 | -24/+61 |
| | |||||
* | Stop making superfluous requests when joining a MUC | fiaxh | 2022-01-08 | 1 | -4/+5 |
| | | | | | Don't request legacy bookmarks on every muc join (when again setting autojoin) fixes #260 Don't query member/admin/owner affiliations on every MUC join | ||||
* | Replace invalid UTF-8 with U+FFFD | Marvin W | 2022-01-05 | 1 | -1/+5 |
| | | | | | XMPP is strictly UTF-8. Fixes #1172 | ||||
* | Add 'unknown' encryption state for establishing calls | fiaxh | 2022-01-04 | 2 | -0/+4 |
| | | | | Currently, they are Encryption.NONE and thus marked as unencrypted in encrypted conversations | ||||
* | Fix runtime critical on incoming read marker | fiaxh | 2022-01-03 | 1 | -0/+2 |
| | | | | | This would result in all messages being counted as unread and highlighted in the conversation list accordingly. As of fa1ba2f8, there are no hidden content items for http file upload _messages_ anymore. | ||||
* | Fix delivery error displaying for MUC PMs | fiaxh | 2022-01-01 | 1 | -3/+7 |
| | | | | fixes #1113 | ||||
* | Merge branch groupcalls | fiaxh | 2021-12-23 | 12 | -487/+1149 |
|\ | |||||
| * | UI + libdino: Improve MUJI calls from MUC | fiaxh | 2021-12-23 | 7 | -28/+43 |
| | | | | | | | | | | | | - Move calls from ICE-thead onto main thread - Identify Call.ourpart as MUC nick if in MUC - Keep track of the initiator of a call | ||||
| * | Add calls in private MUCs via a MUJI MUC | fiaxh | 2021-12-18 | 3 | -23/+91 |
| | | |||||
| * | Improve call details dialog + small multi-party call fixes | fiaxh | 2021-11-15 | 3 | -56/+43 |
| | | |||||
| * | Display target bitrates in connection details UI | fiaxh | 2021-11-11 | 1 | -0/+12 |
| | | |||||
| * | Add multiparty call support to libdino and xmpp-vala | fiaxh | 2021-11-10 | 11 | -486/+1066 |
| | | |||||
* | | Fix unread counting in new conversations w/o read_up_to_item | fiaxh | 2021-12-21 | 1 | -9/+13 |
| | | | | | | | | fixes #1094 | ||||
* | | fix for "retracted" call from remote side. (#1160) | wkg | 2021-12-12 | 1 | -2/+2 |
| | | |||||
* | | Remove ContentFilters | fiaxh | 2021-12-09 | 3 | -31/+10 |
| | | | | | | | | fixes #1129 #573 | ||||
* | | 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. | ||||
* | Display corrected messages with original message time | fiaxh | 2021-10-13 | 1 | -0/+1 |
| | | | | Regression from cdb4d77 | ||||
* | Fix compiler warnings ('passing argument .. from incompatible pointer type') ↵ | fiaxh | 2021-10-12 | 1 | -2/+2 |
| | | | | by passing (non)const argument | ||||
* | Fix compiler warnings ('Switch does not handle .. of enum ..') | fiaxh | 2021-10-12 | 1 | -2/+4 |
| | |||||
* | Fix misc compiler warnings | fiaxh | 2021-10-12 | 1 | -4/+8 |
| | |||||
* | Fix compiler warnings ('cast between incompatible function types') by not ↵ | fiaxh | 2021-10-12 | 1 | -9/+13 |
| | | | | connecting closures | ||||
* | Display message delivery error, color text using theme colors | fiaxh | 2021-08-17 | 2 | -1/+17 |
| | | | | fixes #672 | ||||
* | Fix file traversal issue on incoming file transfers | fiaxh | 2021-06-07 | 1 | -1/+12 |
| | | | | Fixes CVE-2021-33896 | ||||
* | Merge remote-tracking branch 'origin/feature/calls' | fiaxh | 2021-05-11 | 18 | -22/+1043 |
|\ | |||||
| * | Calls: Indicate whether OMEMO key is verified | fiaxh | 2021-05-11 | 3 | -2/+20 |
| | | |||||
| * | Use the same DTLS fingerprint in all contents. Display audio+video enc keys ↵ | fiaxh | 2021-05-01 | 1 | -6/+16 |
| | | | | | | | | in UI if they differ. | ||||
| * | Adjust JMI vs direct calling order | fiaxh | 2021-04-29 | 1 | -10/+28 |
| | | |||||
| * | Improve JMI handling (type=chat, filter message sender) | fiaxh | 2021-04-29 | 1 | -1/+11 |
| | |