summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Collapse)Author
2017-09-07fixup! [doc] add documentation about migrationdrebs
2017-09-07[doc] add documentation about migrationdrebs
2017-09-05[doc] update server startup docdrebs
2017-09-05[doc] document environment variablesdrebs
2017-09-05[feat] toggle http persistence depending on environment variabledrebs
2017-09-05[doc] fix names in new auth docdrebs
2017-09-05[style] improve naming and fixes from code reviewVictor Shyba
-- Related: #8867
2017-09-05[docs] add auth documentation from drebs draftVictor Shyba
-- Related: #8867
2017-08-21[docs] add version and release to sphinx docsKali Kaneko
2017-08-16[docs] improve incoming spec from reviewVictor Shyba
Fixed some typos and added a example for Trusted App Client Consumer. -- Resolves: #8928
2017-08-12[docs] update specification from latest codeVictor Shyba
-- Resolves: #8928
2017-07-13[doc] add image example to benchmark with python pagedrebs
2017-07-13[docs] add code example for plotting elasticsearch with pythondrebs
2017-07-13[doc] add info on how to update benchmarks websitedrebs
2017-07-13[doc] show second level in main docdrebs
2017-07-12[doc] add reference, move deprecationdrebs
2017-07-12[doc] add a contributing pagedrebs
2017-07-12[doc] add explanation on how to run benchmark testsdrebs
2017-07-12[doc] mark which sync benchmark scenarios are actually rundrebs
2017-07-12[doc] clarify what we mean with "big data set"drebs
2017-07-12[doc] update documentation on benchmark testsdrebs
Closes: #8885.
2017-07-11[doc] unify benchmark pagesdrebs
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-29[doc] use bundled pyzmq when building docdrebs
2017-06-28[docs] corrections to the specKali Kaneko
based on review by drebs and shyba
2017-06-28[docs] first draft of the incoming box specificationKali Kaneko
2017-06-26[pkg] move examples folder to docs/Kali Kaneko
2017-06-24[docs] add deprecation policyKali Kaneko
2017-06-07[doc] separate api in it's own sectiondrebs
2017-06-07[doc] add doc on server-side blobsdrebs
Closes #8850.
2017-06-06[doc] move sphinx up to root of docs dirdrebs
2017-06-01[docs] bump changelog0.9.6Kali Kaneko
2017-05-04[doc] add attachments documentationdrebs
2017-05-04[doc] cleanup old documentationdrebs
2017-03-13[pkg] write changelog for 0.9.3Kali Kaneko
2017-02-16[docs] add crypto preamble to changelogKali Kaneko
2017-02-15[feature] authenticate as anonymous if no token in headerKali Kaneko
and serve / banner and robots to anon users. instead of returning 401 for all cases, I treat the unauthenticated case as a special case, and switch the service tree apart. this allows to serve a different resource tree to unauthenticated users. the new URLs are registered with the mapper. I don't really like that dependency, could be handled by twisted alone, but meh. - Resolves: #8764
2017-02-09[docs] add changelog-next fileKali Kaneko
2016-06-06[docs] add note about server token formatKali Kaneko
2015-09-08[docs] add documentation about soledad sync processKali Kaneko
2015-03-19[docs] add git commit template to repoKali Kaneko
because in OCD we trust.
2014-12-08update debian branch in repackaging howtoKali Kaneko
2014-02-17Add sphinx doc.drebs
2013-10-31notes for repackagingKali Kaneko