aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/java/eu/siacs/conversations/persistance/DatabaseBackend.java (unfollow)
Commit message (Expand)AuthorFilesLines
2016-10-20try to fix idn stuffidn_fixesDaniel Gultsch1-7/+7
2016-09-28expert 'setting' to remove omemo identity. fixes #2038Daniel Gultsch1-3/+0
2016-09-16use history clear date as minimum date for mamDaniel Gultsch1-5/+23
2016-09-12don't use display version of jidsDaniel Gultsch1-81/+89
2016-09-07be a bit more careful when deleting and deactivating accountsDaniel Gultsch1-5/+6
2016-06-12close db cursor after reading certDaniel Gultsch1-0/+1
2016-05-19also save form elements in disco storageDaniel Gultsch1-1/+5
2016-04-25fixed table creationDaniel Gultsch1-10/+14
2016-04-22expert setting to manually change presenceDaniel Gultsch1-1/+43
2016-03-31closed some cursors under error conditionsDaniel Gultsch1-3/+13
2016-03-11close cursor in caps db queryDaniel Gultsch1-1/+3
2016-03-04mark oob messages and always display download buttonDaniel Gultsch1-1/+6
2016-02-15basic support for XEP-0308: Last Message Correction. fixes #864Daniel Gultsch1-1/+13
2016-01-23Persisitence and loading for ServiceDiscoveryResultStephen Paul Weber1-1/+40
2016-01-16removed some unused methods from db backendDaniel Gultsch1-83/+0
2016-01-15catch exception when reading message id from databaseDaniel Gultsch1-8/+12
2016-01-13use batch transactions when writing rosterDheeraj CVR1-0/+3
2015-12-23show certificate informationDaniel Gultsch1-5/+34
2015-12-23save certificate when verifying with x509Daniel Gultsch1-2/+29
2015-12-11get rid of lastMessageTransmitted in favor of db queryDaniel Gultsch1-0/+14
2015-12-02Unset all PGP signatures oncefiaxh1-1/+10
2015-12-01initial tor supportDaniel Gultsch1-109/+113
2015-11-06Move migration 19 before 17Andreas Straub1-3/+6
2015-10-31explicitly mark verified omemo keys in UIDaniel Gultsch1-2/+3
2015-10-29push CN into nick pep node when uploading certificate. subscribe to nick nodeDaniel Gultsch1-1/+5
2015-10-14make unread status and notifications presistent across restartsDaniel Gultsch1-1/+5
2015-09-20Iterator to go through all messages of a conversationfiaxh1-0/+38
2015-09-05add null pointer check to db migrationDaniel Gultsch1-1/+5
2015-09-05Never build a session with oneselfAndreas Straub1-11/+56
2015-08-01Let UNTRUSTED/UNDECIDED keys become INACTIVEAndreas Straub1-9/+10
2015-07-31added missing carbon column message table create statementDaniel Gultsch1-0/+1
2015-07-29Tag carbon messages in parser, adapt session logicAndreas Straub1-1/+5
2015-07-29Refactor out inner classes, cache trust storeAndreas Straub1-130/+131
2015-07-21Use properly fixed numeral values in Trust enumAndreas Straub1-5/+5
2015-07-20Fix getNumTrustedKeysAndreas Straub1-2/+4
2015-07-20Lock TrustKeys if no trusted keys are availableCryptoNextBetaAndreas Straub1-0/+14
2015-07-20Fix axolotl database migrationAndreas Straub1-2/+5
2015-07-19Ask for key trust when sending messagesAndreas Straub1-0/+9
2015-07-19Fix trust status for outgoing messagesAndreas Straub1-13/+24
2015-07-19Fix setIdentityKeyTrust update statementAndreas Straub1-2/+2
2015-07-19Fix IdentityKey storage modelAndreas Straub1-2/+6
2015-07-19Overhauled Message taggingAndreas Straub1-35/+58
2015-07-19Fix getSubDeviceSessions SQL queryAndreas Straub1-1/+1
2015-07-19Clean up loggingAndreas Straub1-4/+4
2015-07-19Add basic PEP managemend UI to EditAccountActivityAndreas Straub1-0/+21
2015-07-19Refactor axolotl database recreationAndreas Straub1-8/+14
2015-07-19Save IdentityKeys in databaseAndreas Straub1-0/+85
2015-07-19DatabaseBackend bugfixesAndreas Straub1-0/+5
2015-07-19Reformat code to use tabsAndreas Straub1-17/+17
2015-07-19Reworked axolotl protocol layerAndreas Straub1-27/+63