aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/persistance/DatabaseBackend.java (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag '1.9.4' into trz/merge_1.9.4trz/merge_1.9.4lookshe2016-02-161-1/+40
|\
| * Persisitence and loading for ServiceDiscoveryResultStephen Paul Weber2016-01-231-1/+40
* | Imports organizedsteckbrief2016-02-121-7/+0
* | database error while upgrading from db version 14 fixedsteckbrief2016-02-121-1/+1
* | Merge tag '1.9.3' into trz/merge_1.9.3lookshe2016-02-111-102/+702
|\|
| * removed some unused methods from db backendDaniel Gultsch2016-01-161-83/+0
| * catch exception when reading message id from databaseDaniel Gultsch2016-01-151-8/+12
| * use batch transactions when writing rosterDheeraj CVR2016-01-131-0/+3
| * show certificate informationDaniel Gultsch2015-12-231-5/+34
| * save certificate when verifying with x509Daniel Gultsch2015-12-231-2/+29
| * get rid of lastMessageTransmitted in favor of db queryDaniel Gultsch2015-12-111-0/+14
| * Unset all PGP signatures oncefiaxh2015-12-021-1/+10
| * initial tor supportDaniel Gultsch2015-12-011-109/+113
| * Move migration 19 before 17Andreas Straub2015-11-061-3/+6
| * explicitly mark verified omemo keys in UIDaniel Gultsch2015-10-311-2/+3
| * push CN into nick pep node when uploading certificate. subscribe to nick nodeDaniel Gultsch2015-10-291-1/+5
| * make unread status and notifications presistent across restartsDaniel Gultsch2015-10-141-1/+5
| * Iterator to go through all messages of a conversationfiaxh2015-09-201-0/+38
| * add null pointer check to db migrationDaniel Gultsch2015-09-051-1/+5
| * Never build a session with oneselfAndreas Straub2015-09-051-11/+56
| * Let UNTRUSTED/UNDECIDED keys become INACTIVEAndreas Straub2015-08-011-9/+10
| * added missing carbon column message table create statementDaniel Gultsch2015-07-311-0/+1
| * Tag carbon messages in parser, adapt session logicAndreas Straub2015-07-291-1/+5
| * Refactor out inner classes, cache trust storeAndreas Straub2015-07-291-130/+131
| * Use properly fixed numeral values in Trust enumAndreas Straub2015-07-211-5/+5
| * Fix getNumTrustedKeysAndreas Straub2015-07-201-2/+4
| * Lock TrustKeys if no trusted keys are availableCryptoNextBetaAndreas Straub2015-07-201-0/+14
| * Fix axolotl database migrationAndreas Straub2015-07-201-2/+5
| * Ask for key trust when sending messagesAndreas Straub2015-07-191-0/+9
| * Fix trust status for outgoing messagesAndreas Straub2015-07-191-13/+24
| * Fix setIdentityKeyTrust update statementAndreas Straub2015-07-191-2/+2
| * Fix IdentityKey storage modelAndreas Straub2015-07-191-2/+6
| * Overhauled Message taggingAndreas Straub2015-07-191-35/+58
| * Fix getSubDeviceSessions SQL queryAndreas Straub2015-07-191-1/+1
| * Clean up loggingAndreas Straub2015-07-191-4/+4
| * Add basic PEP managemend UI to EditAccountActivityAndreas Straub2015-07-191-0/+21
| * Refactor axolotl database recreationAndreas Straub2015-07-191-8/+14
| * Save IdentityKeys in databaseAndreas Straub2015-07-191-0/+85
| * DatabaseBackend bugfixesAndreas Straub2015-07-191-0/+5
| * Reformat code to use tabsAndreas Straub2015-07-191-17/+17
| * Reworked axolotl protocol layerAndreas Straub2015-07-191-27/+63
| * CryptoNext persistance layer mockupAndreas Straub2015-07-191-1/+262
| * avoid very rare npeDaniel Gultsch2015-07-031-2/+1
| * Force Nameprepping of JID domain partsAndreas Straub2015-05-141-1/+86
* | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-12-101-1/+2
|\ \
* | | Merge remote-tracking branch 'remotes/origin/trz/rename' into trz/rebasesteckbrief2015-12-021-4/+4
|\| |
| * | renaming eu.siacs.conversations to de.thedevstack.conversationsplussteckbrief2015-06-191-400/+0
| |/
* / Merge tag '1.5.2' into trz/rebasetrz/1.5.2.1lookshe2015-08-111-3/+87
|/
* catching out of memory run time exception in hasEnabledAccounts()iNPUTmice2015-02-281-0/+2
* fixed bug in find conference in database methodiNPUTmice2015-01-211-3/+6