summaryrefslogtreecommitdiff
path: root/src/leap/soledad/client/_db/blobs.py
AgeCommit message (Expand)Author
2017-08-11[refactor] make blobs client unaware of 'default'Victor Shyba
2017-08-11[bug] track namespace information on blobs clientVictor Shyba
2017-08-11[feature] add namespace to local blobs db tableVictor Shyba
2017-08-07[refactor] use endStream public method instead of private oneVictor Shyba
2017-08-07[docs] fix typos and improve text from code reviewVictor Shyba
2017-08-03[feature] handle unsupported encryption schemes by saving directlyVictor Shyba
2017-08-03[bug] make download namespace-awareVictor Shyba
2017-07-21[refactor] error handling and missing headersVictor Shyba
2017-07-21[docs] add docstrings to blobs clientVictor Shyba
2017-07-21[feature] make DELETE support namespaces on clientVictor Shyba
2017-07-21[feature] add get/set flagsVictor Shyba
2017-07-18[feature] add namespace support for BlobsManagerVictor Shyba
2017-07-18[feature] remote list sorting by dateVictor Shyba
2017-06-24[pkg] unify client and server into a single python packagedrebs