aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix rare 1 byte buffer over-readMarvin W2020-06-282-10/+11
|
* Don't strip() at XML layerMarvin W2020-06-283-7/+14
|
* Fix async testsMarvin W2020-06-283-14/+91
|
* Make Travis CI use debian stable in dockerMarvin W2020-06-231-10/+18
|
* Do not use GNOME specific setting for 24 hoursMarvin W2020-06-231-4/+6
|
* Focus textinput after closing file send dialogfiaxh2020-06-232-1/+6
| | | | fixes #867
* fixup Fetch avatars only when they are usedfiaxh2020-06-231-1/+1
|
* Don't offer encryption in MUC PMsfiaxh2020-06-234-2/+27
|
* Recreate avatar database table, fixes unique constraintfiaxh2020-06-111-2/+10
|
* Use sqlite UPSERTfiaxh2020-06-1012-75/+75
|
* Fetch avatars only when they are usedfiaxh2020-06-109-194/+190
|
* Fix voice request notificationfiaxh2020-06-062-12/+12
|
* Show unencryptable/untrusted OMEMO warnings also in MUCsfiaxh2020-06-053-16/+51
| | | | fixes #857
* Only consider first file if multiple ones are drag and dropedfiaxh2020-06-042-7/+18
| | | | fixes #818
* Fix runtime critical in entity capabilities hashingfiaxh2020-06-041-1/+1
|
* Add image sending via clipboard pastefiaxh2020-06-042-0/+16
| | | | fixes #385
* Add shortcuts for search (CTRL+F) and file upload (CTRL+U)fiaxh2020-06-034-2/+39
| | | | fixes #806
* Fix runtime criticalfiaxh2020-06-031-5/+6
|
* Fix runtime criticalfiaxh2020-06-031-1/+1
|
* Fix cyclic references => let objects be freedfiaxh2020-06-034-29/+42
|
* Code cleanupfiaxh2020-06-032-27/+6
|
* Fix compiler warningsfiaxh2020-06-038-16/+16
|
* Store last read content item for conversationsfiaxh2020-06-0310-58/+100
| | | | fixes #495
* Check if server supports uidfiaxh2020-06-034-5/+15
|
* Add missing ellipsis, in line with similar strings (#862)Jordi Mallach2020-05-271-1/+1
|
* Update Catalan translation. (#861)Jordi Mallach2020-05-271-30/+29
|
* Store current resource for sent message (if server didn't give us the ↵fiaxh2020-05-241-0/+6
| | | | | | resource we asked for) Some servers give out random resources. Then, we didn't deduplicate own messages afterwards because we saved the wrong resource.
* Fix crash in clear_all_chat_states (it removed an entry from a HashMap while ↵fiaxh2020-05-211-1/+2
| | | | iterating over it)
* Global search: Display dates in local timezone (#855)selurvedu2020-05-201-1/+1
| | | | | | This fixes message dates being displayed in UTC in the message search sidebar. Co-authored-by: selurvedu <selurvedu@users.noreply.github.com>
* Update translationsTranslations2020-05-1790-1173/+1097
|
* Update translationsTranslations2020-05-1687-1262/+4477
|
* Convert '<' back to '&lt;' in factors of the XEP-0115 verification stringfiaxh2020-05-141-11/+28
|
* Handle incoming own read marker in private MUCsfiaxh2020-04-284-44/+64
|
* ConversationSummaryView: Fix crash when accessing content_item's first() or ↵fiaxh2020-04-281-2/+2
| | | | last() if the TreeSet is empty
* Fix nick change in MUC, update bookmark accordingly; remove unused codefiaxh2020-04-269-76/+62
|
* Handle if Items/InfoResult are nullfiaxh2020-04-255-7/+25
|
* Prevent dino from sending whitespace only messages (#821)selurvedu2020-04-241-1/+1
| | | | | Fixes #774. Co-authored-by: selurvedu <selurvedu@users.noreply.github.com>
* xmpp-vala: Use more asyncfiaxh2020-04-2416-123/+90
|
* Fix runtime critical from read marker sending (fixup 3a8fef7)fiaxh2020-04-241-1/+1
|
* Handle entity hash in server features node, make ServiceDiscovery ↵fiaxh2020-04-2410-162/+199
| | | | request_info/items async, add caching has_entity_feature
* Remove unused file (fixup 51a2372)fiaxh2020-04-242-42/+0
|
* Exclude valac versions affected by #816 from using fast vapiMarvin W2020-04-221-1/+2
|
* Fix rare issue with incorrect link parsingMarvin W2020-04-221-2/+3
|
* Small fixes to moderationMarvin W2020-04-221-13/+12
|
* Fix mouse hover highlighting the wrong messageselurvedu2020-04-221-4/+5
| | | | Fixes #795.
* Improve message highlighting logicselurvedu2020-04-221-12/+13
|
* Fix late highlighting of conversation itemsselurvedu2020-04-221-2/+5
| | | | | If the pointer was moved from outside to a conversation item with a straight horizontal move, the conversation item was not getting highlighted.
* voice handling in moderated groups (#788)Anmol2020-04-2213-2/+207
|
* Add file upload previewfiaxh2020-04-2221-195/+588
| | | | fixes #756
* Remove features from service discovery module when detaching module from streamfiaxh2020-04-2125-33/+122
| | | | | fixes #179 fixes #812