Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix file receival in groupchat pmsx | Marvin W | 2020-01-09 | 1 | -2/+2 |
| | |||||
* | Don't allow newlines in URLs, also clean up on http file transfer detection | Marvin W | 2019-12-26 | 1 | -11/+7 |
| | |||||
* | Update translations | Translations | 2019-12-24 | 42 | -342/+342 |
| | |||||
* | Properly check Jids everywhere | Marvin W | 2019-12-23 | 3 | -5/+21 |
| | |||||
* | OMEMO: Improve handling of newly added devices | Marvin W | 2019-12-23 | 5 | -72/+210 |
| | |||||
* | Update translations | Translations | 2019-12-19 | 42 | -42/+42 |
| | |||||
* | Refactor MAM catchup. Fetch from latest to earliest message. | fiaxh | 2019-12-18 | 1 | -3/+1 |
| | |||||
* | Add version and adjust some cmake | Marvin W | 2019-12-18 | 1 | -8/+8 |
| | |||||
* | Update translations | Translations | 2019-12-16 | 42 | -377/+369 |
| | |||||
* | Omemo contact details dialog: Only show inactive keys Expander if there are any | fiaxh | 2019-12-13 | 2 | -6/+8 |
| | |||||
* | Add support for HTTP Upload headers | Wiktor Kwapisiewicz | 2019-11-19 | 1 | -0/+4 |
| | | | | | | | | | | | 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 | ||||
* | Update translations | Translations | 2019-11-14 | 44 | -1950/+2078 |
| | |||||
* | 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 | 1 | -4/+19 |
| | |||||
* | 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 |
| | |||||
* | Colapse inactive keys in OMEMO keys dialog | fiaxh | 2019-10-22 | 5 | -98/+144 |
| | |||||
* | Don't send delivery recipts or chat states for own messages | fiaxh | 2019-10-22 | 1 | -1/+1 |
| | | | | fixes #631 | ||||
* | Fix wrong size being reported for OMEMO encrypted HTTP file transfers | Marvin W | 2019-10-18 | 1 | -1/+1 |
| | | | | Fixes #630 | ||||
* | 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 | 1 | -1/+1 |
| | |||||
* | Add Bookmarks2 implementation, introduce bookmarks interfaces | fiaxh | 2019-09-29 | 1 | -2/+2 |
| | |||||
* | Fix compilation with older gcrypt | Marvin W | 2019-09-17 | 1 | -1/+1 |
| | |||||
* | Fix warnings and compilation with older valac | Marvin W | 2019-09-16 | 3 | -46/+58 |
| | |||||
* | Add support for JET-OMEMO | Marvin W | 2019-09-16 | 6 | -56/+272 |
| | |||||
* | Add JET support | Marvin W | 2019-09-16 | 8 | -50/+62 |
| | |||||
* | Add basic crypto-vala | Marvin W | 2019-09-16 | 6 | -0/+1158 |
| | |||||
* | Make TestCase protected for newer vala | Maxime “pep” Buquet | 2019-09-11 | 1 | -1/+1 |
| | | | | Signed-off-by: Maxime “pep” Buquet <pep@bouah.net> | ||||
* | fixup Fix some warnings | fiaxh | 2019-09-10 | 1 | -6/+4 |
| | |||||
* | Fix some warnings | hrxi | 2019-09-10 | 9 | -51/+68 |
| | | | | | | Instances of `RegexError` are just asserted as `assert_not_reached` as they cannot really fail except for allocation failure if the given regex is valid. | ||||
* | Update translations | Translations | 2019-08-28 | 44 | -879/+1204 |
| | |||||
* | Fix runtime critical | fiaxh | 2019-08-26 | 1 | -2/+5 |
| | |||||
* | Fix specified size for encrypted file uploads | fiaxh | 2019-08-21 | 3 | -9/+13 |
| | |||||
* | Set OMEMO devicelist + bundle node access model to public | fiaxh | 2019-08-09 | 2 | -23/+14 |
| | |||||
* | Rework encryption enabling logic + UI | fiaxh | 2019-08-02 | 7 | -84/+157 |
| | |||||
* | Fix Manage Key dialog string for verified keys (#588) | Henrik Ullman | 2019-07-28 | 1 | -1/+1 |
| | |||||
* | Refactor file receive/send interfaces and UI | fiaxh | 2019-07-18 | 17 | -527/+468 |
| | |||||
* | OMEMO: Add debug logs for incoming bundles | fiaxh | 2019-07-08 | 1 | -4/+6 |
| | |||||
* | OMEMO: Rename variables, refactor can_encrypt | fiaxh | 2019-07-08 | 3 | -25/+23 |
| | |||||
* | OMEMO code cleanup: Move TrustLevel out of Database | fiaxh | 2019-07-08 | 8 | -50/+60 |
| | |||||
* | OMEMO: Move files to fitting subdirectory | fiaxh | 2019-07-08 | 22 | -21/+25 |
| | |||||
* | Update translations | Translations | 2019-07-04 | 40 | -76/+90 |
| | |||||
* | Fix a couple of typos and double imports | hrxi | 2019-06-01 | 5 | -6/+4 |
| | |||||
* | signal-protocol: Fix incorrect free() | fiaxh | 2019-05-26 | 1 | -1/+1 |
| | | | | fixes #562 | ||||
* | Remove Message.stanza field | fiaxh | 2019-05-26 | 2 | -2/+2 |
| | |||||
* | Update translations | Translations | 2019-03-16 | 40 | -189/+189 |
| | |||||
* | Use glib log functions | fiaxh | 2019-03-15 | 9 | -17/+17 |
| | |||||
* | Fix OMEMO new device notifications appearing in wrong context | fiaxh | 2019-03-14 | 1 | -6/+11 |
| | |||||
* | Use regex literals, fixes some compiler warnings | fiaxh | 2019-03-14 | 2 | -2/+2 |
| | |||||
* | Wait for account to be persisted before creating omemo_db.identity entry | fiaxh | 2019-03-14 | 1 | -2/+7 |
| | | | | fixes #128 |