summaryrefslogtreecommitdiff
path: root/src/leap/soledad/server/_blobs.py
AgeCommit message (Expand)Author
2017-12-20[refactor] move server blobs to its own submoduledrebs
2017-12-18[feature] cache user quota on blobs filesystem backenddrebs
2017-12-13[refactor] use producer/consumer on write/read_blob respectivellydrebs
2017-12-13[bug] handle path exceptions using twisted failuresdrebs
2017-12-13[bug] fix exception catching with new blobs backend interfacedrebs
2017-12-13[refactor] make read_blob() return a deferreddrebs
2017-12-13[refactor] make set_flags() return a deferreddrebs
2017-12-13[refactor] make get_flags() return a deferreddrebs
2017-12-13[refactor] make get_tag() return a deferreddrebs
2017-12-13[refactor] make list_blobs() return a deferreddrebs
2017-12-13[refactor] make count() return a deferreddrebs
2017-12-13[refactor] make get_blob_size() return a deferreddrebs
2017-12-13[refactor] make delete_blob() return a deferreddrebs
2017-12-13[refactor] make blobs backend delete_blob() agnostic of twisted.web requestsdrebs
2017-12-13[refactor] make blobs backend write_blob() agnostic of twisted.web requestsdrebs
2017-12-13[refactor] make blobs backend set_flags() agnostic of twisted.web requestsdrebs
2017-12-13[refactor] make blobs backend read_blob() agnostic of twisted.webdrebs
2017-12-13[refactor] make blobs backend list_blobs() agnostic of twisted.web requestsdrebs
2017-12-13[refactor] make blobs backend get_flags() agnostic of twisted.web requestsdrebs
2017-12-13[refactor] make blobs backend count() agnostic of twisted.web requestsdrebs
2017-12-13[refactor] make blobs backend get_tag() agnostic of twisted.web requestsdrebs
2017-12-13[feature] add an exception for blobs not founddrebs
2017-12-13[refactor] remove unneeded classdrebs
2017-12-01[feature] add implementation for get_blob_sizeVictor Shyba
2017-12-01[bug] missing self parameter on class methodVictor Shyba
2017-11-14[bug] use custom logger everywhere in serverdrebs
2017-11-13[style] fixes from code reviewVictor Shyba
2017-11-13[feature] list deleted files from serverVictor Shyba
2017-10-27[style] E722 do not use bare exceptVictor Shyba
2017-10-12[feature] make concurrent blob writes configurabledrebs
2017-10-11[bug] limit concurrent blob writes in serverdrebs
2017-10-10[feature] log OS errors when writing blobsdrebs
2017-09-30[bug] fix argument passing in blobs queriesdrebs
2017-09-29[bug] check all http response status codesdrebs
2017-09-11[bug] close consumer on FileBodyProducerVictor Shyba
2017-08-11[bug] enforce namespace to default on serverVictor Shyba
2017-08-11[feature] add path partitioning to namespacesVictor Shyba
2017-08-11[refactor] add IIncomingBoxBackendVictor Shyba
2017-08-03[bug] make download namespace-awareVictor Shyba
2017-07-21[refactor] error handling and missing headersVictor Shyba
2017-07-21[refactor] fixes from reviewVictor Shyba
2017-07-21[feature] LIST blobs - filter by flagsVictor Shyba
2017-07-21[feature] add possibility to count on blob managerVictor Shyba
2017-07-21[feature] add get/set flagsVictor Shyba
2017-07-18[style] fixes from reviewVictor Shyba
2017-07-18[feature] add namespace support for BlobsManagerVictor Shyba
2017-07-18[feature] remote list sorting by dateVictor Shyba
2017-07-18[feature] add blobs as a incoming api backendVictor Shyba
2017-07-18[feature] add blobs as a incoming api backendVictor Shyba
2017-07-02[feature] namespace capability to BlobsBackendVictor Shyba