Age | Commit message (Expand) | Author |
2017-02-13 | [tests] conf format changed, no more nesting | Victor Shyba |
2017-02-13 | [tests] server parameter is gone, patch the module | Victor Shyba |
2017-02-09 | [test] move server url mapper tests to its own file | drebs |
2017-02-09 | [refactor] parametrize blobs toggling in soledad server resource | drebs |
2017-02-09 | [refacor] make proper use of twisted web dyamic resources in server | drebs |
2017-02-09 | [refactor] allow passing threadpool pool for server sync resource | drebs |
2017-02-09 | [refactor] move wsgi sync setup to its own module | drebs |
2017-02-09 | [test] add tests for server resource and server info | drebs |
2017-02-09 | [test] move server auth tests to its own file | drebs |
2017-02-09 | [feature] add server config option for blobs | drebs |
2017-02-09 | [refactor] allow passing threadpool pool for server sync resource | drebs |
2017-02-09 | [refactor] move wsgi sync setup to its own module | drebs |
2017-02-09 | [test] fix session and auth tests | drebs |
2017-02-09 | [test] add tests for server auth session | drebs |
2017-02-09 | [test] add tests for server auth | drebs |
2017-02-09 | [test] split url mapper test in many smaller tests | drebs |
2017-02-09 | [refactor] remove leftover code from previous wsgi auth | drebs |
2017-02-09 | [refactor] separate url mapper, avoid hanging tests | drebs |
2017-02-09 | [feat] use twisted web http auth and creds | drebs |
2017-02-09 | [feat] reuse the url mapper instead of creating it for every request | drebs |
2017-02-09 | [bug] disallow all requests to "user-{uuid}/" | drebs |
2017-02-09 | [test] move client secrets tests to its own file | drebs |
2017-02-09 | [test] fix test after secrets refactor | drebs |
2017-02-09 | [bug] use derived key for local storage | drebs |
2017-02-09 | [refactor] improve secrets generation and storage code | drebs |
2016-12-12 | [feature] Change CTR to GCM on secrets.py | Victor Shyba |
2016-12-12 | [feature] Add retro compat on secrets.py ciphers | Victor Shyba |
2016-12-12 | [feature] use GCM instead of CTR+HMAC | Victor Shyba |
2016-12-12 | [refactor] improve blob signature magic usage | Victor Shyba |
2016-12-12 | [feature] speed up sync benchmark setup code | Victor Shyba |
2016-12-12 | [refactor] introduces a GenericWriter | Victor Shyba |
2016-12-12 | [refactor] simplify _crypto | Victor Shyba |
2016-12-12 | [bug] make the semaphore cover all parsing | Victor Shyba |
2016-12-12 | [feature] make _crypto stream on decryption | Victor Shyba |
2016-12-12 | [feature] delimit preamble from ciphertext | Victor Shyba |
2016-12-12 | [refactor] Hide IV, simplify some calls | Victor Shyba |
2016-12-12 | [refactor] separate server application into another file | drebs |
2016-12-12 | [bug] emit last sent doc event | Victor Shyba |
2016-12-12 | [tests] fixes test_crypto bench | Victor Shyba |
2016-12-12 | [tests] use options instead of marks | Victor Shyba |
2016-12-12 | [tests] migrate pytest to trial | Victor Shyba |
2016-12-12 | [test] rename benchmark tests directory and tag | drebs |
2016-12-12 | [test] add test for deprecated crypto format update | drebs |
2016-12-12 | [test] move fixtures one level up | drebs |
2016-12-12 | [test] use tags for selecting benchmark tests | drebs |
2016-12-12 | [test] remove unneeded setting of environment variables | drebs |
2016-12-12 | [style] fix pep8 and confs | Victor Shyba |
2016-12-12 | [bug] include_deleted=True on sync | Victor Shyba |
2016-12-12 | [tests] remove test_sync_deferred | Victor Shyba |
2016-12-12 | [feature] Adds back support to deprecated crypto | Victor Shyba |