aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update Catalan translation.Jordi Mallach2019-12-241-11/+12
|
* Only cache fully normalized Jids for reverse lookupfiaxh2019-12-241-1/+5
|
* Don't show own typing notifications (other devices)fiaxh2019-12-244-6/+5
| | | | fixes #669
* Also display groupchat file authorship correctly in sidebarMarvin W2019-12-241-1/+1
|
* Display correct name on outgoing file transfers in groupsMarvin W2019-12-233-8/+34
| | | | Fixes #248, #643
* Fix small focus bugs in account wizardMarvin W2019-12-231-3/+5
|
* Use UTS46 instead of IDNA2003Marvin W2019-12-233-38/+38
|
* Properly check Jids everywhereMarvin W2019-12-2345-314/+838
|
* Improve account setup success screenfiaxh2019-12-232-7/+7
|
* Don't go through ConnectionManager for initial connection attemptfiaxh2019-12-232-18/+41
|
* OMEMO: Improve handling of newly added devicesMarvin W2019-12-235-72/+210
|
* Add timing to logs, fix issue of silently ignored I/O errorsMarvin W2019-12-225-18/+19
|
* Fix+improve conversation selection when joining channel or starting MUC PMfiaxh2019-12-218-25/+15
|
* !fixup Allow inserting messages into ConversationView with same sort_time as ↵fiaxh2019-12-191-1/+1
| | | | the latest
* Trim ms from local_time when creating messagesfiaxh2019-12-191-3/+5
| | | | Mss are striped when storing in db. Comparing messages with and without ms might lead to wrong orderings. Related: Message duplication in UI when scrolling up.
* Update translationsTranslations2019-12-1968-172/+802
|
* Refactor MAM catchup. Fetch from latest to earliest message.fiaxh2019-12-188-119/+401
|
* Add (partial) support for unique stanza ids (XEP-0359)fiaxh2019-12-187-12/+103
|
* Sync git version generationMarvin W2019-12-181-3/+4
|
* Ensure compatibility with older CMakeMarvin W2019-12-181-1/+1
|
* Fixup CMakeMarvin W2019-12-181-1/+0
|
* Add version and adjust some cmakeMarvin W2019-12-1811-65/+250
|
* Use transaction for database migrationMarvin W2019-12-172-2/+12
|
* Add shortcuts windowfiaxh2019-12-175-0/+88
|
* Update translationsTranslations2019-12-1669-2087/+2067
|
* Fix chat marker sendingfiaxh2019-12-161-1/+1
|
* Only send new room config if something was changedfiaxh2019-12-169-47/+46
| | | | fixes #675
* Omemo contact details dialog: Only show inactive keys Expander if there are anyfiaxh2019-12-132-6/+8
|
* Set ALPN info on XMPP connections if GIO >= 2.60fiaxh2019-11-293-3/+19
|
* Don't continue reading after stream was disconnected, make disconnecting asyncfiaxh2019-11-275-24/+36
| | | | fixes #636
* Don't require window object in notificationsfiaxh2019-11-263-16/+17
| | | | fixes #658
* Check window width and hight before (re)storing themfiaxh2019-11-267-87/+120
|
* Could not connect to %s (#605)Allan Nordhøy2019-11-261-1/+1
|
* Fix join dialog when having been invited to a MUCfiaxh2019-11-243-15/+17
| | | | fixes #661
* Remove background transparency of text field (#660)mbeko2019-11-231-1/+3
| | | | | | | Remove background transparency of text field Set input field background to theme base colour: This avoids non-matching colours with some themes while it still fixes the rendering issue. fixes #653
* Small changes to "Add support for HTTP Upload headers"fiaxh2019-11-191-1/+5
|
* Add support for HTTP Upload headersWiktor Kwapisiewicz2019-11-193-0/+16
| | | | | | | | | | | Some services use Authorization header [0] to pass upload credential data. This avoids the token being exposed in server logs and is allowed by XEP-0363 since version 0.5.0. This change adds support for headers allowed in XEP-0363: Authorization, Expires and Cookie. [0]: https://xmpp.org/extensions/xep-0363.html#request
* Don't select all text in entry of message search when openingfiaxh2019-11-191-1/+2
| | | | fixes #601
* Don't display labels of hidden DataForm fieldsfiaxh2019-11-191-6/+2
|
* Don't attempt DNS SRV lookups in connection fallbackfiaxh2019-11-184-4/+4
|
* Open new connection to send filled-in registration formfiaxh2019-11-182-4/+39
| | | | fixes #644
* Parse presence delivery errors when joining MUCfiaxh2019-11-176-39/+66
| | | | fixes #224
* Parse offline member info from MUC presencefiaxh2019-11-173-3/+7
| | | | Fixes OMEMO only encrypting to new member after restart and private MUC name only updating after restart
* Fix messages being displayed for the wrong sender: Show avatar on lower ↵fiaxh2019-11-172-7/+19
| | | | | | | message when inserting message between two others fixes #641 fixes #639
* Don't attempt jingle file transfers in MUCsfiaxh2019-11-172-0/+5
|
* Disable fast vapi generation for vala 0.44.10, 0.46.4 and 0.47.1fiaxh2019-11-171-2/+2
| | | | fixes #646
* Update translationsTranslations2019-11-1474-3738/+4286
|
* Update Catalan translation. (#647)Jordi Mallach2019-11-141-57/+57
|
* Fix reporting failed HTTP uploadWiktor Kwapisiewicz2019-11-041-1/+1
| | | | | | Status code can't be less than 200 and greater than or equal 300 at the same time. Using || instead of && marks all uploads that do not have 2xx status code as "failed".
* OMEMO: Don't set publish options, configure only bundle node insteadfiaxh2019-11-045-13/+58
|