Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update translations | Translations | 2021-04-11 | 110 | -1154/+1529 |
| | |||||
* | Fix processing of XEP-0184 delivery receipts | fiaxh | 2021-04-11 | 2 | -6/+6 |
| | |||||
* | StreamManagement: Fix HashMap potentially being altered while being itterated | fiaxh | 2021-04-08 | 1 | -1/+1 |
| | |||||
* | Fix segfault on bad certificate with multiple xmpp records | fiaxh | 2021-04-07 | 4 | -10/+17 |
| | | | | Co-authored-by: Marvin W <git@larma.de> | ||||
* | Let freedesktop notifications expire | fiaxh | 2021-04-07 | 1 | -5/+10 |
| | | | | fixes #1026 | ||||
* | Set omemo+openpgp database properties to be the same as main db | fiaxh | 2021-04-07 | 2 | -5/+15 |
| | |||||
* | Fix accounts panel width (#1017) | Sergey | 2021-03-24 | 1 | -1/+1 |
| | | | fixes #797 | ||||
* | Fix regression in FileItem generation | fiaxh | 2021-03-23 | 2 | -8/+17 |
| | | | | fixes #1019 | ||||
* | Make 'Close' button close AboutDialog (#1018) | Sergey | 2021-03-10 | 1 | -0/+6 |
| | |||||
* | Fix some typos in variable names (#1016) | Sergey | 2021-03-09 | 2 | -29/+29 |
| | | | | | * Fix WelcomePlaceholder typo * Fix DEFAULT_TABLE_NAME typo | ||||
* | CMake: Make STATIC explict where needed | Marvin W | 2021-03-06 | 3 | -3/+3 |
| | |||||
* | QLite: Adjust Real for latest vala version | Marvin W | 2021-03-06 | 1 | -4/+6 |
| | |||||
* | Adjust ShortcutsWindow + AboutDialog for non-CSD mode | fiaxh | 2021-03-05 | 1 | -10/+29 |
| | |||||
* | Escape pango markup in names in GlobalSearch | fiaxh | 2021-03-05 | 1 | -2/+2 |
| | |||||
* | Add '--version' flag (#1014) | Sergey | 2021-03-05 | 1 | -0/+12 |
| | |||||
* | Switch from travis to github actions | fiaxh | 2021-03-04 | 2 | -24/+13 |
| | |||||
* | Update translations | Translations | 2021-03-04 | 109 | -1116/+1945 |
| | |||||
* | Add different formating with less contrast for markup strings like *,_,~ and ↵ | minils | 2021-02-17 | 1 | -1/+3 |
| | | | | `. (#883) | ||||
* | Improve IBR form handling (#990) | Michel Le Bihan | 2021-02-17 | 3 | -1/+22 |
| | | | | | | | | | | | | | | | * Change register account dialog to show instructions Change data forms to handle title and instructions elements * Change register account dialog to show fixed fields Closes #988 * Change form switch to halign start Closes #992 * Change register account dialog to markup URLs | ||||
* | Fix cyclic reference | fiaxh | 2021-02-17 | 1 | -7/+9 |
| | |||||
* | Add cache for file transfers | fiaxh | 2021-02-17 | 5 | -23/+69 |
| | |||||
* | Reduce use of Widget.destroy() | fiaxh | 2021-02-10 | 10 | -14/+12 |
| | | | | | | On non-toplevel windows, use Container.remove() instead of Widget.destroy() Needed for migration to GTK4 https://developer.gnome.org/gtk4/unstable/gtk-migrating-3-to-4.html#id-1.7.4.3.17 | ||||
* | Remove unnecessary Soup dependency from OMEMO plugin | fiaxh | 2021-01-28 | 1 | -1/+0 |
| | | | | fixes #983 | ||||
* | Make spell checking a setting, store language per conversation | fiaxh | 2021-01-21 | 5 | -12/+93 |
| | |||||
* | Add libgspell build dependency to travis' configuration | Thibaut Girka | 2021-01-21 | 1 | -2/+1 |
| | |||||
* | Add spell-checking using Gspell | Thibaut Girka | 2021-01-21 | 4 | -0/+54 |
| | |||||
* | Ellipsize long titles | mimi89999 | 2021-01-21 | 1 | -1/+1 |
| | |||||
* | Ignore unrecognized options in ./configure | Marvin W | 2021-01-18 | 1 | -9/+2 |
| | | | | This is so that systems that except configure to be autoconf don't complain. | ||||
* | Update DOAP file, use BCP 47 language format | fiaxh | 2021-01-12 | 2 | -8/+18 |
| | |||||
* | Add support for Direct MUC Invitations (XEP-0249) | fiaxh | 2021-01-12 | 4 | -1/+78 |
| | |||||
* | Update translations + DOAP | Translations | 2021-01-11 | 107 | -3972/+7272 |
| | |||||
* | More XEPs in the DOAP file (#974) | Kim Alvefur | 2021-01-10 | 1 | -0/+82 |
| | | | | | | | | | | | | | | | | | | | * Add XEP-0245: The /me Command to DOAP Supported since f277db6 ref #12 * Add XEPs to DOAP based on xmpp-vala/src/module/xep Don't know what the completion status are of these, so only adding the XEP reference. * Add XEP-0222 to DOAP, implied by OMEMO support * Add XEP-0398 since doing nothing is valid * Add XEP-0410 to DOAP file based on existence of xmpp-vala/src/module/xep/0410_muc_self_ping.vala | ||||
* | Add logo and screenshots to the DOAP file | Emmanuel Gil Peyrot | 2021-01-02 | 1 | -0/+6 |
| | | | | | Given upstream is quite unresponsive, we are now using the https://schema.org/ namespace for these properties. | ||||
* | Fix segfault on accept_certificate signal (fixup 81a5505) | fiaxh | 2020-12-31 | 6 | -16/+16 |
| | |||||
* | Show invalid certificate screen also when registering account | fiaxh | 2020-12-31 | 2 | -23/+41 |
| | |||||
* | Allow certificates from unknown CAs from .onion domains | fiaxh | 2020-12-31 | 8 | -17/+57 |
| | | | | | | It's barely possible for .onion servers to provide a non-self-signed cert. But that's fine because encryption is provided independently though TOR. see #958 | ||||
* | Set window urgency hint independent of notification setting | fiaxh | 2020-12-30 | 4 | -26/+21 |
| | | | | fixes #960 | ||||
* | Make db version 18 downgradable | fiaxh | 2020-12-27 | 1 | -2/+2 |
| | | | | fixes #970 | ||||
* | Use advertized/server/live time for sorting instead of arrival time | fiaxh | 2020-12-04 | 16 | -119/+66 |
| | | | | fixes #310 | ||||
* | Improve contact description in OMEMO warnings | fiaxh | 2020-12-04 | 3 | -9/+15 |
| | | | | fixes #947 | ||||
* | Update date separator at midnight | fiaxh | 2020-12-03 | 1 | -12/+54 |
| | | | | fixes #868 | ||||
* | Handle xmpp URIs opened within Dino with Dino | fiaxh | 2020-12-03 | 1 | -0/+9 |
| | | | | fixes #914 | ||||
* | Fix notification fallback, fix fdo markup escaping | fiaxh | 2020-12-01 | 2 | -27/+33 |
| | |||||
* | Fix wrong actions for MUCs in Freedesktop notifier (#950) | Felipe | 2020-11-30 | 1 | -4/+4 |
| | |||||
* | Refactor Notifications, add freedesktop backend | fiaxh | 2020-11-20 | 10 | -283/+665 |
| | | | | fixes #707 | ||||
* | Refactor XmppStream, TLS and connection method logic | fiaxh | 2020-11-20 | 17 | -482/+635 |
| | | | | fixes #534 | ||||
* | Improve entity identity getter | fiaxh | 2020-11-20 | 2 | -25/+32 |
| | |||||
* | Fix compiler warnings in WeakMap | fiaxh | 2020-11-17 | 1 | -19/+24 |
| | |||||
* | Use WeakMap for message caching | fiaxh | 2020-11-14 | 3 | -74/+130 |
| | |||||
* | Add a WeakMap implementation + tests | fiaxh | 2020-11-14 | 7 | -1/+421 |
| |