summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2019-01-18Fix GrammarHEADmasterCyberDrudge
2018-07-03[docs] bump version in docsKali Kaneko
2018-06-02Clarify storage secrets use case and backups in documentationdrebs
2018-01-21[doc] improve blobs streaming documentationdrebs
- move stream api doc to api section - refactor section structure of blobs sync doc page - improve wording a bit here and there
2018-01-21[doc] add stream format to docsVictor Shyba
- Relates: #9003
2017-12-26[doc] add documentation about the blobs range headerdrebs
2017-12-19[doc] small improvements in server docdrebs
2017-12-13[doc] improve documentation on IBlobsBackenddrebs
2017-12-13[refactor] remove unneeded classdrebs
2017-12-13[doc] add api doc for blobs backenddrebs
2017-11-29[feature] add bandwidth throttling to the clientdrebs
Intercept the creation of the protocol factory in the HTTP connection pool to use twisted.protocols.policies.ThrottlingFactory and control the incoming and outgoing bandwidth. The factory only controls one connection, so when throttling we limit the number of connections of the pool to one per host. This way, throttling happens in a per-host basis. Closes: #8931
2017-11-22[pkg] bump sphinx release infodrebs
2017-11-19[feature] allow setting couchdb url from environmentdrebs
2017-11-15[pkg] bump sphinx release infodrebs
2017-11-14[pkg] add man page for soledad-serverdrebs
2017-11-09[pkg] add man page for user db creation scriptdrebs
Closes: #8895
2017-11-03[doc] improve blobs http api descriptiondrebs
2017-11-03[doc] move blobs data structure info to blobs sync sectiondrebs
2017-11-03[doc] add blob data format to docsdrebs
2017-11-03[doc] generalize client side encryption docdrebs
2017-11-03[doc] improve client-side dbs docdrebs
2017-11-03[doc] add blobs api docdrebs
2017-11-02[doc] add blobs sync docsdrebs
2017-11-02[doc] split blobs doc in many pagesdrebs
2017-10-23[doc] small fixes in documentationdrebs
2017-10-12[feature] make concurrent blob writes configurabledrebs
2017-10-11[doc] install deps from wheels when building docsdrebs
If pyzqm is built with --install-option, then all dependencies will be forced to install from source. By removing that option, we allow pip to use wheels.
2017-10-09[doc] remove variable name from storage secret JSON exampledrebs
2017-10-06[doc] improve client usage exampledrebs
2017-10-06[doc] move compatibility notes from readme to documentation pagesdrebs
2017-10-03[doc] improve overall client/server infodrebs
2017-10-03[doc] add reviewed reference from old documentationdrebs
2017-10-03[doc] add intro section with reviwed content from old docdrebs
2017-09-29[doc] add dependency on mock for docsdrebs
2017-09-28[doc] add api reference to the docsdrebs
2017-09-28[doc] remove unused pagesdrebs
2017-09-28[doc] fix blobs table in reference docdrebs
2017-09-28[doc] mock the pysqlcihper module on readthedocsdrebs
2017-09-28[doc] add license informationdrebs
2017-09-28[doc] move migrations doc to server sectiondrebs
2017-09-28[doc] move development docs to a subdirdrebs
2017-09-28[doc] improve client docdrebs
2017-09-28[doc] move server db info to reference sectiondrebs
2017-09-28[doc] improve server docdrebs
2017-09-28[doc] move auth to reference sectiondrebs
2017-09-28[doc] add blobs docdrebs
2017-09-17[refactor] move tests to root of repositorydrebs
Tests entrypoint was in a testing/ subfolder in the root of the repository. This was made mainly because we had some common files for tests and we didn't want to ship them (files in testing/test_soledad, which is itself a python package. This sometimes causes errors when loading tests (it seems setuptools is confused with having one python package in a subdirectory of another). This commit moves the tests entrypoint to the root of the repository. Closes: #8952
2017-09-15[doc] move environment variables to reference sectiondrebs
2017-09-14[doc] update documentation on authenticationdrebs
- add server config file options for section [soledad-server] - fix services tokens file name - improve auth doc
2017-09-07fixup! [doc] add documentation about migrationdrebs