Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix issues in ICU usage | Marvin W | 2019-12-25 | 3 | -11/+56 |
| | |||||
* | Complete Swedish translation | Kim Alvefur | 2019-12-24 | 1 | -17/+17 |
| | | | | Fills in some new, untranslated strings. | ||||
* | Store MUC passwords in bookmark | fiaxh | 2019-12-24 | 4 | -31/+25 |
| | | | | fixes #470 | ||||
* | Update translations | Translations | 2019-12-24 | 68 | -1712/+2039 |
| | |||||
* | Update Catalan translation. | Jordi Mallach | 2019-12-24 | 1 | -11/+12 |
| | |||||
* | Only cache fully normalized Jids for reverse lookup | fiaxh | 2019-12-24 | 1 | -1/+5 |
| | |||||
* | Don't show own typing notifications (other devices) | fiaxh | 2019-12-24 | 4 | -6/+5 |
| | | | | fixes #669 | ||||
* | Also display groupchat file authorship correctly in sidebar | Marvin W | 2019-12-24 | 1 | -1/+1 |
| | |||||
* | Display correct name on outgoing file transfers in groups | Marvin W | 2019-12-23 | 3 | -8/+34 |
| | | | | Fixes #248, #643 | ||||
* | Fix small focus bugs in account wizard | Marvin W | 2019-12-23 | 1 | -3/+5 |
| | |||||
* | Use UTS46 instead of IDNA2003 | Marvin W | 2019-12-23 | 3 | -38/+38 |
| | |||||
* | Properly check Jids everywhere | Marvin W | 2019-12-23 | 45 | -314/+838 |
| | |||||
* | Improve account setup success screen | fiaxh | 2019-12-23 | 2 | -7/+7 |
| | |||||
* | Don't go through ConnectionManager for initial connection attempt | fiaxh | 2019-12-23 | 2 | -18/+41 |
| | |||||
* | OMEMO: Improve handling of newly added devices | Marvin W | 2019-12-23 | 5 | -72/+210 |
| | |||||
* | Add timing to logs, fix issue of silently ignored I/O errors | Marvin W | 2019-12-22 | 5 | -18/+19 |
| | |||||
* | Fix+improve conversation selection when joining channel or starting MUC PM | fiaxh | 2019-12-21 | 8 | -25/+15 |
| | |||||
* | !fixup Allow inserting messages into ConversationView with same sort_time as ↵ | fiaxh | 2019-12-19 | 1 | -1/+1 |
| | | | | the latest | ||||
* | Trim ms from local_time when creating messages | fiaxh | 2019-12-19 | 1 | -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 translations | Translations | 2019-12-19 | 68 | -172/+802 |
| | |||||
* | Refactor MAM catchup. Fetch from latest to earliest message. | fiaxh | 2019-12-18 | 8 | -119/+401 |
| | |||||
* | Add (partial) support for unique stanza ids (XEP-0359) | fiaxh | 2019-12-18 | 7 | -12/+103 |
| | |||||
* | Sync git version generation | Marvin W | 2019-12-18 | 1 | -3/+4 |
| | |||||
* | Ensure compatibility with older CMake | Marvin W | 2019-12-18 | 1 | -1/+1 |
| | |||||
* | Fixup CMake | Marvin W | 2019-12-18 | 1 | -1/+0 |
| | |||||
* | Add version and adjust some cmake | Marvin W | 2019-12-18 | 11 | -65/+250 |
| | |||||
* | Use transaction for database migration | Marvin W | 2019-12-17 | 2 | -2/+12 |
| | |||||
* | Add shortcuts window | fiaxh | 2019-12-17 | 5 | -0/+88 |
| | |||||
* | Update translations | Translations | 2019-12-16 | 69 | -2087/+2067 |
| | |||||
* | Fix chat marker sending | fiaxh | 2019-12-16 | 1 | -1/+1 |
| | |||||
* | Only send new room config if something was changed | fiaxh | 2019-12-16 | 9 | -47/+46 |
| | | | | fixes #675 | ||||
* | Omemo contact details dialog: Only show inactive keys Expander if there are any | fiaxh | 2019-12-13 | 2 | -6/+8 |
| | |||||
* | Set ALPN info on XMPP connections if GIO >= 2.60 | fiaxh | 2019-11-29 | 3 | -3/+19 |
| | |||||
* | Don't continue reading after stream was disconnected, make disconnecting async | fiaxh | 2019-11-27 | 5 | -24/+36 |
| | | | | fixes #636 | ||||
* | Don't require window object in notifications | fiaxh | 2019-11-26 | 3 | -16/+17 |
| | | | | fixes #658 | ||||
* | Check window width and hight before (re)storing them | fiaxh | 2019-11-26 | 7 | -87/+120 |
| | |||||
* | Could not connect to %s (#605) | Allan Nordhøy | 2019-11-26 | 1 | -1/+1 |
| | |||||
* | Fix join dialog when having been invited to a MUC | fiaxh | 2019-11-24 | 3 | -15/+17 |
| | | | | fixes #661 | ||||
* | Remove background transparency of text field (#660) | mbeko | 2019-11-23 | 1 | -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" | fiaxh | 2019-11-19 | 1 | -1/+5 |
| | |||||
* | Add support for HTTP Upload headers | Wiktor Kwapisiewicz | 2019-11-19 | 3 | -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 opening | fiaxh | 2019-11-19 | 1 | -1/+2 |
| | | | | fixes #601 | ||||
* | Don't display labels of hidden DataForm fields | fiaxh | 2019-11-19 | 1 | -6/+2 |
| | |||||
* | Don't attempt DNS SRV lookups in connection fallback | fiaxh | 2019-11-18 | 4 | -4/+4 |
| | |||||
* | Open new connection to send filled-in registration form | fiaxh | 2019-11-18 | 2 | -4/+39 |
| | | | | fixes #644 | ||||
* | Parse presence delivery errors when joining MUC | fiaxh | 2019-11-17 | 6 | -39/+66 |
| | | | | fixes #224 | ||||
* | Parse offline member info from MUC presence | fiaxh | 2019-11-17 | 3 | -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 ↵ | fiaxh | 2019-11-17 | 2 | -7/+19 |
| | | | | | | | message when inserting message between two others fixes #641 fixes #639 | ||||
* | Don't attempt jingle file transfers in MUCs | fiaxh | 2019-11-17 | 2 | -0/+5 |
| | |||||
* | Disable fast vapi generation for vala 0.44.10, 0.46.4 and 0.47.1 | fiaxh | 2019-11-17 | 1 | -2/+2 |
| | | | | fixes #646 |