| Commit message (Expand) | Author | Age | Files | Lines |
* | Add `hidden` column to content_item table | fiaxh | 2018-08-31 | 1 | -18/+35 |
* | rename content db table -> content_item | bobufa | 2018-08-13 | 1 | -2/+2 |
* | sort file transfers into correct conversation | bobufa | 2018-08-13 | 1 | -4/+8 |
* | fix non-adjacent messages being shown before/after hit | bobufa | 2018-08-13 | 1 | -12/+19 |
* | improve sidebar UI | bobufa | 2018-08-13 | 1 | -2/+3 |
* | accumulate conversation content in meta db table | bobufa | 2018-08-13 | 1 | -2/+46 |
* | load+display later messages when scrolling down | bobufa | 2018-08-13 | 1 | -2/+12 |
* | enable fts for the body of messages | bobufa | 2018-08-13 | 1 | -1/+5 |
* | Only assume UUID to be unique for one counterpart+account when deduplicating | fiaxh | 2018-03-10 | 1 | -6/+16 |
* | Move Jid class to xmpp-vala, partially refactor namespace | Marvin W | 2018-01-28 | 1 | -8/+8 |
* | Fix warnings | fiaxh | 2017-10-31 | 1 | -1/+3 |
* | Move DatabaseError handling into Qlite | fiaxh | 2017-10-31 | 1 | -1/+1 |
* | Offline messages for MUCs | fiaxh | 2017-10-22 | 1 | -1/+4 |
* | Download & inline display images | fiaxh | 2017-08-31 | 1 | -3/+32 |
* | Plugins providing conversation items for ConversationView | fiaxh | 2017-08-28 | 1 | -2/+2 |
* | Move settings from GSettings to own db | fiaxh | 2017-08-22 | 1 | -2/+15 |
* | Message Archive Management | fiaxh | 2017-08-17 | 1 | -2/+3 |
* | Http file upload | fiaxh | 2017-08-03 | 1 | -2/+2 |
* | Set jid handle in ContactDetails, use LabelHybrids more, remove edit from Sta... | fiaxh | 2017-06-17 | 1 | -3/+3 |
* | Notifications + typing notifications + message marker settings per conversation | fiaxh | 2017-05-30 | 1 | -2/+5 |
* | fixup bcb9690 (Roster versioning) | fiaxh | 2017-05-24 | 1 | -17/+4 |
* | Roster versioning | fiaxh | 2017-05-22 | 1 | -1/+30 |
* | qlite/libdino: optimize db access | Marvin W | 2017-04-26 | 1 | -0/+3 |
* | MessageStorage/Processor, correctly resolve conversations (fixup 22adbd3) | fiaxh | 2017-04-04 | 1 | -1/+4 |
* | Start private conversation with MUC occupant via occupant menu | fiaxh | 2017-04-03 | 1 | -2/+2 |
* | Handle MUC private messages | fiaxh | 2017-03-31 | 1 | -2/+9 |
* | Some caching and fix gpgme on some systems | Marvin W | 2017-03-24 | 1 | -12/+45 |
* | Small bug fixes and compatibility with Vala 0.36 | Marvin W | 2017-03-23 | 1 | -9/+8 |
* | Move some database interaction into entities | fiaxh | 2017-03-23 | 1 | -183/+9 |
* | Fix message stanza default type | fiaxh | 2017-03-18 | 1 | -6/+8 |
* | Search messages having a uuid stanza id by id + account | fiaxh | 2017-03-12 | 1 | -1/+2 |
* | Qlite: Return OptionalRow instead of Row?, add ability to remove columns on v... | Marvin W | 2017-03-12 | 1 | -4/+4 |
* | PGP module: store data in own db, use pgp key as specified in account settings | fiaxh | 2017-03-12 | 1 | -24/+1 |
* | Improve Plugin API (allow to move encryption into plugin) | Marvin W | 2017-03-11 | 1 | -2/+2 |
* | Initial plugin system | Marvin W | 2017-03-10 | 1 | -0/+466 |