Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Update translations | Translations | 2021-12-18 | 110 | -463/+496 | |
| | | ||||||
* | | fix screenshot dimensions (#1163) | seahawk1986 | 2021-12-14 | 2 | -6/+6 | |
| | | ||||||
* | | fix for "retracted" call from remote side. (#1160) | wkg | 2021-12-12 | 1 | -2/+2 | |
| | | ||||||
* | | Remove ContentFilters | fiaxh | 2021-12-09 | 8 | -79/+18 | |
| | | | | | | | | fixes #1129 #573 | |||||
* | | Reject non-TLS URLs in HTTP File Upload (#1098) | linkmauve | 2021-11-28 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | | | | | * Reject non-TLS URLs in HTTP File Upload This is a MUST in the XEP. * Update 0363_http_file_upload.vala Co-authored-by: fiaxh <fiaxh@users.noreply.github.com> | |||||
* | | 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. | |||||
* | Fix crash when using direct TLS + ALPN | fiaxh | 2021-10-15 | 1 | -1/+1 | |
| | ||||||
* | Update translations | Translations | 2021-10-13 | 110 | -1727/+1728 | |
| | ||||||
* | 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 | 3 | -12/+18 | |
| | | | | by passing (non)const argument | |||||
* | Fix compiler warnings ('Type `uint8[]' can not be used for a GLib.Object ↵ | fiaxh | 2021-10-12 | 4 | -8/+21 | |
| | | | | property') | |||||
* | Fix compiler warnings ('Switch does not handle .. of enum ..') | fiaxh | 2021-10-12 | 7 | -3/+45 | |
| | ||||||
* | Fix misc compiler warnings | fiaxh | 2021-10-12 | 4 | -9/+14 | |
| | ||||||
* | Fix compiler warnings ('cast between incompatible function types') by not ↵ | fiaxh | 2021-10-12 | 5 | -88/+105 | |
| | | | | connecting closures | |||||
* | Fix compiler warnings ('assignment .. from incompatible pointer type') by ↵ | fiaxh | 2021-10-12 | 10 | -10/+10 | |
| | | | | returning non-const after_actions in OrderListener | |||||
* | Fix compiler warnings ('[GtkChild] fields must be declared as `unowned'') | fiaxh | 2021-10-12 | 28 | -218/+218 | |
| | ||||||
* | FileWidgets: Improve mouse enter/leave identification | fiaxh | 2021-10-01 | 2 | -42/+19 | |
| | ||||||
* | Send SOCKS error and close connection when SOCKS5 handshake fails | fiaxh | 2021-09-30 | 1 | -0/+4 | |
| | ||||||
* | Update translations | Translations | 2021-09-25 | 111 | -1759/+2276 | |
| | ||||||
* | Improve call related wording | fiaxh | 2021-09-25 | 2 | -22/+13 | |
| | ||||||
* | Update translations | Translations | 2021-09-24 | 113 | -3074/+11094 | |
| | ||||||
* | Small notification fixes (#1077) | sojuz151 | 2021-09-22 | 1 | -2/+14 | |
| | ||||||
* | Fixed name change (#1076) | sojuz151 | 2021-08-24 | 2 | -2/+16 | |
| | ||||||
* | Improve logging on jingle file transfer failure | fiaxh | 2021-08-19 | 2 | -3/+6 | |
| | ||||||
* | Fix avatars not changing to greyscale when contact goes offline | fiaxh | 2021-08-17 | 1 | -0/+2 | |
| | ||||||
* | Display message delivery error, color text using theme colors | fiaxh | 2021-08-17 | 9 | -21/+127 | |
| | | | | fixes #672 | |||||
* | Use opacity instead of hard coded color for formatting chars (#1000) | minils | 2021-08-14 | 1 | -2/+2 | |
| | ||||||
* | Unify connection debug messages | selurvedu | 2021-08-09 | 2 | -4/+4 | |
| | ||||||
* | Use own STUN fallback server | fiaxh | 2021-08-09 | 1 | -3/+3 | |
| | | | | fixes #1078 | |||||
* | Fix custom emoji picker for gtk >= 3.24.30 | fiaxh | 2021-07-29 | 1 | -0/+3 | |
| | | | | fixes #1083 | |||||
* | Don't keep own reference to GspellTextView/Buffer | fiaxh | 2021-07-29 | 1 | -8/+15 | |
| | | | | fixes #1058 | |||||
* | Update DOAP file with A/V related XEPs (#1074) | Kim Alvefur | 2021-07-16 | 2 | -0/+70 | |
| | | | | | Based on searching for corresponding namespaces. Achievement unlocked: A/V Calling Core Client Compliance Level | |||||
* | Don't remove characters after '#' in filename | fiaxh | 2021-06-07 | 1 | -1/+2 | |
| | ||||||
* | Fix file traversal issue on incoming file transfers | fiaxh | 2021-06-07 | 1 | -1/+12 | |
| | | | | Fixes CVE-2021-33896 | |||||
* | Send 'initiator' in jingle node, send 'creator' in content node | fiaxh | 2021-06-01 | 3 | -54/+42 | |
| | ||||||
* | RTP: Handle missing rtp pay/depay elements | Marvin W | 2021-05-15 | 2 | -14/+16 | |
| | ||||||
* | Move crypto-vala to shared library | Marvin W | 2021-05-14 | 12 | -155/+164 | |
| | ||||||
* | RTP: Fix GStreamer version check | Marvin W | 2021-05-14 | 3 | -2/+6 | |
| | ||||||
* | Calls: Use vp8depay.wait-for-keyframe only with GStreamer 1.16+ | Marvin W | 2021-05-11 | 1 | -1/+3 | |
| | ||||||
* | Merge remote-tracking branch 'origin/feature/calls' | fiaxh | 2021-05-11 | 136 | -1697/+11989 | |
|\ | ||||||
| * | Calls: Indicate whether OMEMO key is verified | fiaxh | 2021-05-11 | 12 | -74/+181 | |
| | | ||||||
| * | Support voice processing on GStreamer 0.14 | Marvin W | 2021-05-02 | 3 | -19/+27 | |
| | | ||||||
| * | Use the same DTLS fingerprint in all contents. Display audio+video enc keys ↵ | fiaxh | 2021-05-01 | 6 | -47/+93 | |
| | | | | | | | | in UI if they differ. | |||||
| * | Improve call wording, cleanup | fiaxh | 2021-05-01 | 15 | -110/+125 | |
| | | ||||||
| * | Fix webcam framerate selection | Marvin W | 2021-05-01 | 3 | -10/+35 | |
| | | ||||||
| * | Correctly handle missing webrtc-audio-processing | Marvin W | 2021-05-01 | 3 | -4/+7 | |
| | | ||||||
| * | Echo Cancellation | Marvin W | 2021-05-01 | 8 | -19/+385 | |
| | | ||||||
| * | 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 | 2 | -25/+22 | |
| | | ||||||
| * | Add support for OMEMO call encryption | fiaxh | 2021-04-29 | 28 | -435/+859 | |
| | |