Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-20 | [bug] fix log messages when fetching documents | drebs | |
We always got a log message saying "canceling sync threads" in the end of the sync process, even when there was no error during the sync. This commit changes that in a way that we only have that log when the sync was actually cancelled because of an error. | |||
2015-05-20 | [bug] always initialize sync db | drebs | |
Both deferred encryption and decryption rely on a special sync db. Previous to this fix, the sync db was only initialized if a syncer was configured with deferred encryption capabilities. This was a problem when the syncer was not configured like so, but the actual sync method was initiated configured to do deferred decryption. This commit fixes this by always initializing the sync db, so we have the option of doing all combinations of deferred encryption and decryption. | |||
2015-03-19 | [fix] add/fix dependency on twisted | drebs | |
Add dependency on twisted for Soledad Client. Also remove minimum twisted version for Soledad Server because debian stable currently distributes 12.0.0 and pypi currently distributes 15.0.0. Closes: #6797 | |||
2015-02-20 | cutoff for encoding detection | Kali Kaneko | |
2015-02-11 | Retry on SQLCipher timeout (#6625). | drebs | |
2014-12-08 | Add encryption scheme, method and iv to symmetrically encrypted document MAC ↵ | drebs | |
(#6400). | |||
2014-11-27 | force tls v1 in soledad client. Partially fixes #6437 | Kali Kaneko | |
2014-11-27 | Add changes file for #5855. | drebs | |
2014-09-29 | Wait for last post request to finish before starting a new one during sync ↵ | drebs | |
(#5975). | |||
2014-08-28 | Do not depend on pysqlite2 (#2945). | drebs | |
2014-08-01 | Add changes file (#5895). | drebs | |
2013-12-06 | Fold in changes | Tomás Touceda | |
2013-12-04 | Revert "Stop creating per-user databases. Closes #4626." | Tomás Touceda | |
This reverts commit 6eeed5c116d38ebae7d9309dd2f11660f6cff37e. | |||
2013-11-29 | Stop creating per-user databases. Closes #4626. | drebs | |
2013-11-19 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'drebs/feature/4348_add-mac-verification-to-recovery-doc' into develop | |||
2013-11-19 | Add MAC verification to recovery document. Closes #4348. | drebs | |
2013-11-08 | Merge remote-tracking branch 'kali/bug/default-detected-encoding-to-utf8' ↵ | Tomás Touceda | |
into develop | |||
2013-11-08 | default detected encoding to utf-8 | Kali Kaneko | |
2013-11-07 | open db in autocommit mode | Kali Kaneko | |
2013-08-23 | Fold in changes0.3.1 | Tomás Touceda | |
2013-08-23 | packaging improvements | Kali Kaneko | |
* add versioneer (patched for our particular repo config) * add parse_requirements to unify requirement handling | |||
2013-08-21 | Split soledad into common, client and server. | drebs | |