aboutsummaryrefslogtreecommitdiff
path: root/libdino/src/service/database.vala
Commit message (Expand)AuthorAgeFilesLines
* Add `hidden` column to content_item tablefiaxh2018-08-311-18/+35
* rename content db table -> content_itembobufa2018-08-131-2/+2
* sort file transfers into correct conversationbobufa2018-08-131-4/+8
* fix non-adjacent messages being shown before/after hitbobufa2018-08-131-12/+19
* improve sidebar UIbobufa2018-08-131-2/+3
* accumulate conversation content in meta db tablebobufa2018-08-131-2/+46
* load+display later messages when scrolling downbobufa2018-08-131-2/+12
* enable fts for the body of messagesbobufa2018-08-131-1/+5
* Only assume UUID to be unique for one counterpart+account when deduplicatingfiaxh2018-03-101-6/+16
* Move Jid class to xmpp-vala, partially refactor namespaceMarvin W2018-01-281-8/+8
* Fix warningsfiaxh2017-10-311-1/+3
* Move DatabaseError handling into Qlitefiaxh2017-10-311-1/+1
* Offline messages for MUCsfiaxh2017-10-221-1/+4
* Download & inline display imagesfiaxh2017-08-311-3/+32
* Plugins providing conversation items for ConversationViewfiaxh2017-08-281-2/+2
* Move settings from GSettings to own dbfiaxh2017-08-221-2/+15
* Message Archive Managementfiaxh2017-08-171-2/+3
* Http file uploadfiaxh2017-08-031-2/+2
* Set jid handle in ContactDetails, use LabelHybrids more, remove edit from Sta...fiaxh2017-06-171-3/+3
* Notifications + typing notifications + message marker settings per conversationfiaxh2017-05-301-2/+5
* fixup bcb9690 (Roster versioning)fiaxh2017-05-241-17/+4
* Roster versioningfiaxh2017-05-221-1/+30
* qlite/libdino: optimize db accessMarvin W2017-04-261-0/+3
* MessageStorage/Processor, correctly resolve conversations (fixup 22adbd3)fiaxh2017-04-041-1/+4
* Start private conversation with MUC occupant via occupant menufiaxh2017-04-031-2/+2
* Handle MUC private messagesfiaxh2017-03-311-2/+9
* Some caching and fix gpgme on some systemsMarvin W2017-03-241-12/+45
* Small bug fixes and compatibility with Vala 0.36Marvin W2017-03-231-9/+8
* Move some database interaction into entitiesfiaxh2017-03-231-183/+9
* Fix message stanza default typefiaxh2017-03-181-6/+8
* Search messages having a uuid stanza id by id + accountfiaxh2017-03-121-1/+2
* Qlite: Return OptionalRow instead of Row?, add ability to remove columns on v...Marvin W2017-03-121-4/+4
* PGP module: store data in own db, use pgp key as specified in account settingsfiaxh2017-03-121-24/+1
* Improve Plugin API (allow to move encryption into plugin)Marvin W2017-03-111-2/+2
* Initial plugin systemMarvin W2017-03-101-0/+466