Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Clean up some image rendering code | Marvin W | 2020-06-28 | 3 | -8/+87 | |
| | ||||||
* | Fix rare 1 byte buffer over-read | Marvin W | 2020-06-28 | 2 | -10/+11 | |
| | ||||||
* | Don't strip() at XML layer | Marvin W | 2020-06-28 | 3 | -7/+14 | |
| | ||||||
* | Fix async tests | Marvin W | 2020-06-28 | 3 | -14/+91 | |
| | ||||||
* | Make Travis CI use debian stable in docker | Marvin W | 2020-06-23 | 1 | -10/+18 | |
| | ||||||
* | Do not use GNOME specific setting for 24 hours | Marvin W | 2020-06-23 | 1 | -4/+6 | |
| | ||||||
* | Focus textinput after closing file send dialog | fiaxh | 2020-06-23 | 2 | -1/+6 | |
| | | | | fixes #867 | |||||
* | fixup Fetch avatars only when they are used | fiaxh | 2020-06-23 | 1 | -1/+1 | |
| | ||||||
* | Don't offer encryption in MUC PMs | fiaxh | 2020-06-23 | 4 | -2/+27 | |
| | ||||||
* | Recreate avatar database table, fixes unique constraint | fiaxh | 2020-06-11 | 1 | -2/+10 | |
| | ||||||
* | Use sqlite UPSERT | fiaxh | 2020-06-10 | 12 | -75/+75 | |
| | ||||||
* | Fetch avatars only when they are used | fiaxh | 2020-06-10 | 9 | -194/+190 | |
| | ||||||
* | Fix voice request notification | fiaxh | 2020-06-06 | 2 | -12/+12 | |
| | ||||||
* | Show unencryptable/untrusted OMEMO warnings also in MUCs | fiaxh | 2020-06-05 | 3 | -16/+51 | |
| | | | | fixes #857 | |||||
* | Only consider first file if multiple ones are drag and droped | fiaxh | 2020-06-04 | 2 | -7/+18 | |
| | | | | fixes #818 | |||||
* | Fix runtime critical in entity capabilities hashing | fiaxh | 2020-06-04 | 1 | -1/+1 | |
| | ||||||
* | Add image sending via clipboard paste | fiaxh | 2020-06-04 | 2 | -0/+16 | |
| | | | | fixes #385 | |||||
* | Add shortcuts for search (CTRL+F) and file upload (CTRL+U) | fiaxh | 2020-06-03 | 4 | -2/+39 | |
| | | | | fixes #806 | |||||
* | Fix runtime critical | fiaxh | 2020-06-03 | 1 | -5/+6 | |
| | ||||||
* | Fix runtime critical | fiaxh | 2020-06-03 | 1 | -1/+1 | |
| | ||||||
* | Fix cyclic references => let objects be freed | fiaxh | 2020-06-03 | 4 | -29/+42 | |
| | ||||||
* | Code cleanup | fiaxh | 2020-06-03 | 2 | -27/+6 | |
| | ||||||
* | Fix compiler warnings | fiaxh | 2020-06-03 | 8 | -16/+16 | |
| | ||||||
* | Store last read content item for conversations | fiaxh | 2020-06-03 | 10 | -58/+100 | |
| | | | | fixes #495 | |||||
* | Check if server supports uid | fiaxh | 2020-06-03 | 4 | -5/+15 | |
| | ||||||
* | Add missing ellipsis, in line with similar strings (#862) | Jordi Mallach | 2020-05-27 | 1 | -1/+1 | |
| | ||||||
* | Update Catalan translation. (#861) | Jordi Mallach | 2020-05-27 | 1 | -30/+29 | |
| | ||||||
* | Store current resource for sent message (if server didn't give us the ↵ | fiaxh | 2020-05-24 | 1 | -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 ↵ | fiaxh | 2020-05-21 | 1 | -1/+2 | |
| | | | | iterating over it) | |||||
* | Global search: Display dates in local timezone (#855) | selurvedu | 2020-05-20 | 1 | -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 translations | Translations | 2020-05-17 | 90 | -1173/+1097 | |
| | ||||||
* | Update translations | Translations | 2020-05-16 | 87 | -1262/+4477 | |
| | ||||||
* | Convert '<' back to '<' in factors of the XEP-0115 verification string | fiaxh | 2020-05-14 | 1 | -11/+28 | |
| | ||||||
* | Handle incoming own read marker in private MUCs | fiaxh | 2020-04-28 | 4 | -44/+64 | |
| | ||||||
* | ConversationSummaryView: Fix crash when accessing content_item's first() or ↵ | fiaxh | 2020-04-28 | 1 | -2/+2 | |
| | | | | last() if the TreeSet is empty | |||||
* | Fix nick change in MUC, update bookmark accordingly; remove unused code | fiaxh | 2020-04-26 | 9 | -76/+62 | |
| | ||||||
* | Handle if Items/InfoResult are null | fiaxh | 2020-04-25 | 5 | -7/+25 | |
| | ||||||
* | Prevent dino from sending whitespace only messages (#821) | selurvedu | 2020-04-24 | 1 | -1/+1 | |
| | | | | | Fixes #774. Co-authored-by: selurvedu <selurvedu@users.noreply.github.com> | |||||
* | xmpp-vala: Use more async | fiaxh | 2020-04-24 | 16 | -123/+90 | |
| | ||||||
* | Fix runtime critical from read marker sending (fixup 3a8fef7) | fiaxh | 2020-04-24 | 1 | -1/+1 | |
| | ||||||
* | Handle entity hash in server features node, make ServiceDiscovery ↵ | fiaxh | 2020-04-24 | 10 | -162/+199 | |
| | | | | request_info/items async, add caching has_entity_feature | |||||
* | Remove unused file (fixup 51a2372) | fiaxh | 2020-04-24 | 2 | -42/+0 | |
| | ||||||
* | Exclude valac versions affected by #816 from using fast vapi | Marvin W | 2020-04-22 | 1 | -1/+2 | |
| | ||||||
* | Fix rare issue with incorrect link parsing | Marvin W | 2020-04-22 | 1 | -2/+3 | |
| | ||||||
* | Small fixes to moderation | Marvin W | 2020-04-22 | 1 | -13/+12 | |
| | ||||||
* | Fix mouse hover highlighting the wrong message | selurvedu | 2020-04-22 | 1 | -4/+5 | |
| | | | | Fixes #795. | |||||
* | Improve message highlighting logic | selurvedu | 2020-04-22 | 1 | -12/+13 | |
| | ||||||
* | Fix late highlighting of conversation items | selurvedu | 2020-04-22 | 1 | -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) | Anmol | 2020-04-22 | 13 | -2/+207 | |
| | ||||||
* | Add file upload preview | fiaxh | 2020-04-22 | 21 | -195/+588 | |
| | | | | fixes #756 |