summaryrefslogtreecommitdiff
path: root/client
AgeCommit message (Expand)Author
2017-10-06[pkg] deprecate old pypi packages0.9.6post3drebs
2017-06-06[pkg] include sql data in client package0.9.6post20.9.3post3Kali Kaneko
2017-05-31[bug] fix deprecated multibackend callKali Kaneko
2017-05-08[refactor] _database -> _dbVictor Shyba
2017-05-04[bug] remove enum dependencydrebs
2017-05-04[doc] add attachments documentationdrebs
2017-05-04[refactor] improve readability on _documentVictor Shyba
2017-05-04[refactor] use mkdir_p from leap.common insteadVictor Shyba
2017-05-04[pkg] remove weakref and enum34Victor Shyba
2017-05-02[feature] add and integrate DELETE to blobs serverVictor Shyba
2017-05-01[feature] delete method on blob sqlcipher backendVictor Shyba
2017-05-01[refactor] merge refactor from drebsVictor Shyba
2017-05-01[bug] encode key before using it in local blobs storagedrebs
2017-05-01[refactor] create client _database moduledrebs
2017-05-01[feat] add attachments apidrebs
2017-05-01[bug] fail locally if blob existsVictor Shyba
2017-04-24[bug] fix improper re-raising of exceptionKali Kaneko
2017-04-19[test] tune parameters for asynchronous sqlcipher accessdrebs
2017-04-19[bug] return empty local_list instead of NoneVictor Shyba
2017-04-19[bug] local.put closes fd, return from local.get insteadVictor Shyba
2017-04-19[bug] adapt blob size to fake size from #8758Victor Shyba
2017-04-19[feature] fetch new blobs from serverVictor Shyba
2017-04-19[feature] add send_missing to cliVictor Shyba
2017-04-19[feature] add send_missing to send pending uploadsVictor Shyba
2017-04-10[pkg] do not pass weird information to install_requiresKali Kaneko
2017-04-10[refactor] use fixed rev and remove doc_id (blobs)Victor Shyba
2017-04-04[docs] add docstrings to _get_rounded_sizeVictor Shyba
2017-04-04[style] fix wrong identationVictor Shyba
2017-04-04[bug] use soledad_assert instead of assertVictor Shyba
2017-04-04[docs] improve docstrings and comments from reviewVictor Shyba
2017-04-04[feature] add list to _blobs cliVictor Shyba
2017-04-04[refactor] list is remote_list, avoiding confusionVictor Shyba
2017-04-04[feature] add listing to local blob dbVictor Shyba
2017-04-04[feature] add blobs listingVictor Shyba
2017-04-04[refactor] adds a PreamblePipe for preamble downloadVictor Shyba
2017-04-04[refactor] extracts tail logic into TruncatedTailPipeVictor Shyba
2017-04-04[feature] use 409 status code for existing blob idVictor Shyba
2017-04-04[refactor] simplify HTTPClientVictor Shyba
2017-04-04[refactor] change size into a required parameter where it is necessaryVictor Shyba
2017-04-04[bug] copy returns a closed handleVictor Shyba
2017-04-04[feature] adds a close method for local blobs storeVictor Shyba
2017-04-04[feature] improve error messages on preamble checkVictor Shyba
2017-04-04[bug] check status code on uploadVictor Shyba
2017-04-04[feat] use pinned token agent in client blobsdrebs
2017-04-04[feature] add a treq-based http client to soledad clientdrebs
2017-04-04[feature] add a tls-pinned, token-authenticated http agentdrebs
2017-04-04[feat] add token auth to blobs clientdrebs
2017-04-04[doc] remove excessive signal doc from client apidrebs
2017-04-04[pkg] add dependency on treqdrebs
2017-04-04[feat] improve blobs standalone testing optionsdrebs