summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-09[test] fix session and auth testsdrebs
2017-02-09[test] add tests for server auth sessiondrebs
2017-02-09[test] add tests for server authdrebs
2017-02-09[refactor] remove twisted session persistencedrebs
2017-02-09[test] split url mapper test in many smaller testsdrebs
2017-02-09[bug] fix name of module on importdrebs
2017-02-09[refactor] remove leftover code from previous wsgi authdrebs
2017-02-09[refactor] separate url mapper, avoid hanging testsdrebs
2017-02-09[feat] use cookies in the client syncerdrebs
2017-02-09[feat] cache session data in serverdrebs
2017-02-09[feat] use twisted web http auth and credsdrebs
2017-02-09[feat] reuse the url mapper instead of creating it for every requestdrebs
2017-02-09[bug] disallow all requests to "user-{uuid}/"drebs
2017-02-09[pkg] improve migration script loggingdrebs
2017-02-09[doc] improve comment for client secrets file migration functiondrebs
2017-02-09[test] move client secrets tests to its own filedrebs
2017-02-09[bug] several fixes for secrets refactordrebs
2017-02-09[bug] Fix import for load_configuration on migration scriptThais Siqueira
2017-02-09[test] fix test after secrets refactordrebs
2017-02-09[bug] use derived key for local storagedrebs
2017-02-09[refactor] improve secrets generation and storage codedrebs
2016-12-22Merge tag '0.9.2'drebs
2016-12-22[pkg] update changelog for 0.9.20.9.2release/0.9.xdrebs
2016-12-19[test] remove benchmark from ci pipelinedrebs
2016-12-17[test] add couchdb tag for testsdrebs
2016-12-17[pkg] use a twisted resource as server entrypointdrebs
2016-12-12[test] configure baremetal gitlab ci runnerdrebs
2016-12-12[feature] Change CTR to GCM on secrets.pyVictor Shyba
2016-12-12[feature] Add retro compat on secrets.py ciphersVictor Shyba
2016-12-12[feature] use GCM instead of CTR+HMACVictor Shyba
2016-12-12[refactor] improve blob signature magic usageVictor Shyba
2016-12-12[bug] enable batching againVictor Shyba
2016-12-12[style] fixes from code-reviewVictor Shyba
2016-12-12[feature] speed up sync benchmark setup codeVictor Shyba
2016-12-12[refactor] introduces a GenericWriterVictor Shyba
2016-12-12[refactor] adds PipeableWriter to pipe two streamsVictor Shyba
2016-12-12[refactor] simplify _cryptoVictor Shyba
2016-12-12[refactor] improve loggingVictor Shyba
2016-12-12[bug] make the semaphore cover all parsingVictor Shyba
2016-12-12[feature] make _crypto stream on decryptionVictor Shyba
2016-12-12[feature] delimit preamble from ciphertextVictor Shyba
2016-12-12[refactor] Hide IV, simplify some callsVictor Shyba
2016-12-12[docs] add docstrings for _cryptoVictor Shyba
2016-12-12[refactor] separate server application into another filedrebs
2016-12-12[refactor] remove dead parameters, improve commentsVictor Shyba
2016-12-12[refactor] Remove dead codeVictor Shyba
2016-12-12[bug] emit last sent doc eventVictor Shyba
2016-12-12[tests] fixes test_crypto benchVictor Shyba
2016-12-12[tests] use options instead of marksVictor Shyba
2016-12-12[bug] fix upload progressVictor Shyba