summaryrefslogtreecommitdiff
path: root/src/leap/mx/soledadhelper.py
AgeCommit message (Collapse)Author
2017-09-30[bug] fix delivery using Soledad Server incoming APIHEADmasterdrebs
MX was mistakenly adding a prefix of "user-" to the uuid when delivering using the new Soledad Server incoming APi. That was probably introduced by mistake because the CouchDB user databases are all prefixed with that prefix.
2017-09-12[bug] fail gracefully if latest six lib not foundKali Kaneko
- Resolves: #8668
2017-09-02[feature] add support for soledad incoming apiVictor Shyba
-- Related: #8664