summaryrefslogtreecommitdiff
path: root/docs/index.rst
AgeCommit message (Collapse)Author
2017-10-03[doc] improve overall client/server infodrebs
2017-10-03[doc] add intro section with reviwed content from old docdrebs
2017-09-28[doc] add api reference to the docsdrebs
2017-09-28[doc] add license informationdrebs
2017-09-28[doc] move migrations doc to server sectiondrebs
2017-09-28[doc] improve client docdrebs
2017-09-28[doc] improve server docdrebs
2017-09-28[doc] move auth to reference sectiondrebs
2017-09-07[doc] add documentation about migrationdrebs
2017-09-05[docs] add auth documentation from drebs draftVictor Shyba
-- Related: #8867
2017-07-13[doc] show second level in main docdrebs
2017-07-12[doc] add reference, move deprecationdrebs
2017-07-11[doc] factor dev and ref out of main pagedrebs
2017-07-10[doc] limit depth of tocdrebs
2017-07-08[feat] use OpenSSL backend for scrypt if availableKali Kaneko
This needs OpenSSL >= 1.1, otherwise it will keep using the scrypt dependency. We should think about deprecating scrypt as a dependency when we can be sure that the adoption of libssl 1.1 is wide enough. I think that at some point (soledad 0.11 or so) we can drop the scrypt dependency, which was being somehow problematic at times (the _scrypt.so was not appearing when installing with pip, needed workarounds). From that moment on, we can raise an error if an old libssl is found and no scrypt can be imported - leaving that to the user/packager. In debian stretch and afterwards, you can get that version by installing libssl-dev - Related: #8472
2017-07-07[doc] add doc on benchmark sync tests sizesdrebs
Closes: #8884
2017-07-07[doc] add tests and benchmarks documentationdrebs
2017-06-28[docs] first draft of the incoming box specificationKali Kaneko
2017-06-24[docs] add deprecation policyKali Kaneko
2017-06-07[doc] separate api in it's own sectiondrebs
2017-06-06[doc] move sphinx up to root of docs dirdrebs