summaryrefslogtreecommitdiff
path: root/backends
AgeCommit message (Collapse)Author
2013-03-07Move source files to subfolder.drebs
2013-03-05Add a shared remote database to Soledad (client and server).drebs
2013-03-04Monkey patch sqlite3 to use pysqlcipher.dbapi2.drebs
2013-03-04Add redundant code to temporarily solve issues with MRO in sqlite3 and ↵drebs
pysqlcipher.
2013-02-28Fix verification of encryption of received data.drebs
2013-02-19Fix encrypted document content transmission in sync.drebs
2013-02-19Add support for verifying encryption status of data with gpg.drebs
2013-02-17Simple refactor and fix.drebs
2013-02-13Add/fix doc for soledad modules.drebs
2013-02-12Small refactor (name change).drebs
2013-02-12Adapt code and tests to use pysqlcipher.drebs
2013-02-09Merge branch 'develop' into feature/soledad-apidrebs
2013-02-09Remove LeapDatabase because we don't need it (LeapSyncTarget does the job).drebs
2013-02-09SQLCipher backend can sync with remote Leap HTTP target.drebs
2013-02-09Enforce doc.rev as bytes to match Twisted expectations.drebs
2013-02-06Add test scenario for SQLCipher backend using LeapSyncTarget.drebs
2013-02-06SQLCipher syncs using LeapSyncTarget.drebs
2013-02-06Remove OpenStack backend from soledad.drebs
2013-01-31Soledad server can store using CouchDB.drebs
2013-01-31Add LeapServerState for interfacing with couch.drebs
2013-01-28Add CouchServerState for serving Soledad as WSGI app.drebs
2013-01-28LeapSyncTarget checks whether document has been correctly encrypted.drebs
2013-01-24CouchDatabase refactoring and indexing.drebs
CouchDatabase now inherits from u1db InMemoryDatabase, so it can use all available facilities. The important thing is to make sure every modification of logs or indexes gets propagated to the ObjectStore backend.
2013-01-24Add syncable flag for LeapDocument.drebs
2013-01-24Source files stick to pep8.drebs
2013-01-24Couch backend stores data as attachments.drebs
2013-01-20SQLCipher backend syncs using a LeapSyncTarget.drebs
2013-01-20Fix SQLCipher implementation registering.drebs
2013-01-17Add tests for verifying if sqlcipher db is encrypted.drebs
2013-01-16Couch backend passes test_sync without indexes.drebs
2013-01-16Fix copy_database for couch tests.drebs
2013-01-15Refactor and fix ObjectStore.drebs
2013-01-14Cleanup of imports.drebs
2013-01-14CouchSyncTarget works as a LocalSyncTarget.drebs
2013-01-10CouchDatabase passes all relevant u1db tests.drebs
2013-01-09CouchDatabase passes u1db LocalDatabaseTests.drebs
2013-01-08SQLCipherBackend passes all relevant u1db tests.drebs
2013-01-08Refactor and details of ObjectStore and CouchDatabasedrebs
2013-01-03LeapSyncTarget passes HTTPSyncTarget tests.drebs
2013-01-03LeapDatabase passes HTTPDatabase tests.drebs
2013-01-03u1db tests run with nose2drebs
2012-12-27Fix imports and namespacesdrebs
2012-12-24Enforce need of password for SQLCipherDatabasedrebs
2012-12-24Document ObjectStoredrebs
2012-12-20Use doc_id with HMAC for symmetric encryptiondrebs
2012-12-18Correct typ0drebs
2012-12-18Merge branch 'feature/u1db-openstack-backend' of ↵drebs
ssh://code.leap.se/leap_client into feature/u1db-openstack-backend Conflicts: src/leap/soledad/backends/leap.py
2012-12-18Refactor and symmetric encryptiondrebs
2012-12-13Enforce password on SQLCipher backend.drebs
2012-12-13Change name of cyphertext field to something more meaningful.drebs