Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | Update translations | Translations | 2019-11-14 | 74 | -3738/+4286 |
| | |||||
* | Update Catalan translation. (#647) | Jordi Mallach | 2019-11-14 | 1 | -57/+57 |
| | |||||
* | Fix reporting failed HTTP upload | Wiktor Kwapisiewicz | 2019-11-04 | 1 | -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 instead | fiaxh | 2019-11-04 | 5 | -13/+58 |
| | |||||
* | Fix OMEMO file transfer GCM tag | Marvin W | 2019-10-28 | 2 | -2/+2 |
| | |||||
* | Fix accept/reject new OMEMO key buttons in current Adwaita theme versions | fiaxh | 2019-10-28 | 1 | -19/+16 |
| | |||||
* | Fix segfault in groupchat name generation | fiaxh | 2019-10-23 | 1 | -1/+1 |
| | | | | fixes #635 | ||||
* | Colapse inactive keys in OMEMO keys dialog | fiaxh | 2019-10-22 | 6 | -99/+146 |
| | |||||
* | Don't send delivery recipts or chat states for own messages | fiaxh | 2019-10-22 | 3 | -6/+15 |
| | | | | fixes #631 | ||||
* | Fix wrong size being reported for OMEMO encrypted HTTP file transfers | Marvin W | 2019-10-18 | 1 | -1/+1 |
| | | | | Fixes #630 | ||||
* | Base avatars and names on conversation, not JID. | Marvin W | 2019-10-18 | 23 | -629/+476 |
| | | | | Fixes #598 | ||||
* | Fix some incorrect handling of message styling | Marvin W | 2019-10-18 | 1 | -4/+4 |
| | |||||
* | Use log during IBR | Marvin W | 2019-10-18 | 2 | -1/+3 |
| | |||||
* | Fix critical warning in roster manager when account gets offline | Marvin W | 2019-10-18 | 1 | -0/+2 |
| | |||||
* | Allow to run Dino as background service | Marvin W | 2019-10-18 | 2 | -0/+3 |
| | |||||
* | Fix slash commands | fiaxh | 2019-10-16 | 3 | -5/+5 |
| | |||||
* | Plugins: Set UI texts in code instead of .ui files to fix translations | fiaxh | 2019-10-10 | 5 | -21/+35 |
| | | | | Co-authored-by: srgcdev <srg.dev@posteo.net> | ||||
* | Fix pubsub item listener notifying | fiaxh | 2019-10-02 | 4 | -33/+49 |
| | |||||
* | Rework no-open-conversation placeholder | fiaxh | 2019-10-01 | 11 | -39/+185 |
| | |||||
* | Fix Jingle transport error | fiaxh | 2019-09-29 | 1 | -2/+1 |
| | |||||
* | Add Bookmarks2 implementation, introduce bookmarks interfaces | fiaxh | 2019-09-29 | 15 | -269/+530 |
| | |||||
* | Improve conversation unread status detection | fiaxh | 2019-09-29 | 3 | -6/+42 |
| | |||||
* | Fix compilation with older gcrypt | Marvin W | 2019-09-17 | 2 | -1/+3 |
| | |||||
* | Fix warnings and compilation with older valac | Marvin W | 2019-09-16 | 4 | -47/+59 |
| | |||||
* | Add support for JET-OMEMO | Marvin W | 2019-09-16 | 6 | -56/+272 |
| | |||||
* | Add JET support | Marvin W | 2019-09-16 | 17 | -137/+436 |
| | |||||
* | Add basic crypto-vala | Marvin W | 2019-09-16 | 6 | -0/+1158 |
| | |||||
* | Distribute window buttons (minimize,maximize,close) after realize and update ↵ | fiaxh | 2019-09-15 | 1 | -15/+16 |
| | | | | live | ||||
* | Deactivate emoji button for gtk < 3.24 | fiaxh | 2019-09-15 | 1 | -11/+15 |
| | |||||
* | Deactivate spinner in file widget as soon as its not displayed anymore (CPU ↵ | fiaxh | 2019-09-14 | 2 | -2/+5 |
| | | | | usage) | ||||
* | Fix typo alledged -> alleged | Michael Vetter | 2019-09-12 | 2 | -2/+2 |
| | |||||
* | Load images in conversation summary in different thread | fiaxh | 2019-09-11 | 1 | -26/+38 |
| | |||||
* | Remove some use_markup usages, put skeleton header into .ui file | fiaxh | 2019-09-11 | 7 | -52/+87 |
| | |||||
* | Make TestCase protected for newer vala | Maxime “pep” Buquet | 2019-09-11 | 2 | -2/+2 |
| | | | | Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | ||||
* | Check roster push authorization | Marvin W | 2019-09-10 | 1 | -0/+4 |
| | |||||
* | Fix check of source of MAM message | fiaxh | 2019-09-10 | 1 | -1/+6 |
| | |||||
* | Fix check of source of a carbons message | Marvin W | 2019-09-10 | 1 | -2/+2 |
| | |||||
* | fixup Fix some warnings | fiaxh | 2019-09-10 | 7 | -58/+40 |
| |