aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update translationsTranslations2021-12-18110-463/+496
|
* fix screenshot dimensions (#1163)seahawk19862021-12-142-6/+6
|
* fix for "retracted" call from remote side. (#1160)wkg2021-12-121-2/+2
|
* Remove ContentFiltersfiaxh2021-12-098-79/+18
| | | | fixes #1129 #573
* Reject non-TLS URLs in HTTP File Upload (#1098)linkmauve2021-11-281-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)mesonium2021-11-181-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 + ALPNfiaxh2021-10-151-1/+1
|
* Update translationsTranslations2021-10-13110-1727/+1728
|
* Display corrected messages with original message timefiaxh2021-10-131-0/+1
| | | | Regression from cdb4d77
* Fix compiler warnings ('passing argument .. from incompatible pointer type') ↵fiaxh2021-10-123-12/+18
| | | | by passing (non)const argument
* Fix compiler warnings ('Type `uint8[]' can not be used for a GLib.Object ↵fiaxh2021-10-124-8/+21
| | | | property')
* Fix compiler warnings ('Switch does not handle .. of enum ..')fiaxh2021-10-127-3/+45
|
* Fix misc compiler warningsfiaxh2021-10-124-9/+14
|
* Fix compiler warnings ('cast between incompatible function types') by not ↵fiaxh2021-10-125-88/+105
| | | | connecting closures
* Fix compiler warnings ('assignment .. from incompatible pointer type') by ↵fiaxh2021-10-1210-10/+10
| | | | returning non-const after_actions in OrderListener
* Fix compiler warnings ('[GtkChild] fields must be declared as `unowned'')fiaxh2021-10-1228-218/+218
|
* FileWidgets: Improve mouse enter/leave identificationfiaxh2021-10-012-42/+19
|
* Send SOCKS error and close connection when SOCKS5 handshake failsfiaxh2021-09-301-0/+4
|
* Update translationsTranslations2021-09-25111-1759/+2276
|
* Improve call related wordingfiaxh2021-09-252-22/+13
|
* Update translationsTranslations2021-09-24113-3074/+11094
|
* Small notification fixes (#1077)sojuz1512021-09-221-2/+14
|
* Fixed name change (#1076)sojuz1512021-08-242-2/+16
|
* Improve logging on jingle file transfer failurefiaxh2021-08-192-3/+6
|
* Fix avatars not changing to greyscale when contact goes offlinefiaxh2021-08-171-0/+2
|
* Display message delivery error, color text using theme colorsfiaxh2021-08-179-21/+127
| | | | fixes #672
* Use opacity instead of hard coded color for formatting chars (#1000)minils2021-08-141-2/+2
|
* Unify connection debug messagesselurvedu2021-08-092-4/+4
|
* Use own STUN fallback serverfiaxh2021-08-091-3/+3
| | | | fixes #1078
* Fix custom emoji picker for gtk >= 3.24.30fiaxh2021-07-291-0/+3
| | | | fixes #1083
* Don't keep own reference to GspellTextView/Bufferfiaxh2021-07-291-8/+15
| | | | fixes #1058
* Update DOAP file with A/V related XEPs (#1074)Kim Alvefur2021-07-162-0/+70
| | | | | Based on searching for corresponding namespaces. Achievement unlocked: A/V Calling Core Client Compliance Level
* Don't remove characters after '#' in filenamefiaxh2021-06-071-1/+2
|
* Fix file traversal issue on incoming file transfersfiaxh2021-06-071-1/+12
| | | | Fixes CVE-2021-33896
* Send 'initiator' in jingle node, send 'creator' in content nodefiaxh2021-06-013-54/+42
|
* RTP: Handle missing rtp pay/depay elementsMarvin W2021-05-152-14/+16
|
* Move crypto-vala to shared libraryMarvin W2021-05-1412-155/+164
|
* RTP: Fix GStreamer version checkMarvin W2021-05-143-2/+6
|
* Calls: Use vp8depay.wait-for-keyframe only with GStreamer 1.16+Marvin W2021-05-111-1/+3
|
* Merge remote-tracking branch 'origin/feature/calls'fiaxh2021-05-11136-1697/+11989
|\
| * Calls: Indicate whether OMEMO key is verifiedfiaxh2021-05-1112-74/+181
| |
| * Support voice processing on GStreamer 0.14Marvin W2021-05-023-19/+27
| |
| * Use the same DTLS fingerprint in all contents. Display audio+video enc keys ↵fiaxh2021-05-016-47/+93
| | | | | | | | in UI if they differ.
| * Improve call wording, cleanupfiaxh2021-05-0115-110/+125
| |
| * Fix webcam framerate selectionMarvin W2021-05-013-10/+35
| |
| * Correctly handle missing webrtc-audio-processingMarvin W2021-05-013-4/+7
| |
| * Echo CancellationMarvin W2021-05-018-19/+385
| |
| * Adjust JMI vs direct calling orderfiaxh2021-04-291-10/+28
| |
| * Improve JMI handling (type=chat, filter message sender)fiaxh2021-04-292-25/+22
| |
| * Add support for OMEMO call encryptionfiaxh2021-04-2928-435/+859
| |