Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | 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 | |
| |