Age | Commit message (Expand) | Author |
2017-04-04 | [bug] fix path and config on blobs | Victor Shyba |
2017-04-04 | [bug] fix loose ends on _crypto and tests | Victor Shyba |
2017-04-04 | [bug] fix resource parameter | Victor Shyba |
2017-04-04 | [style] pep8 fixes | Victor Shyba |
2017-04-04 | [bug] fix blobs put | drebs |
2017-04-04 | [bug] handle case when blob is not found in server | drebs |
2017-04-04 | [refactor] improve logging and manual testing of blobs | drebs |
2017-04-04 | [doc] add license header to _blobs.py | drebs |
2017-04-04 | [style] pep8 fixes | drebs |
2017-04-04 | [bug] use rowid to insert blob in sqlcipher | drebs |
2017-04-04 | [feature] implement basic fs quota per user | Kali Kaneko |
2017-04-04 | [feature] close mvp loop with client | Kali Kaneko |
2017-04-04 | [feature] enable simple obfuscation of blob size in preamble | Kali Kaneko |
2017-04-04 | [feature] save blob to db, incrementally | Kali Kaneko |
2017-04-04 | [feature] add attribute to keep blob crypto | Kali Kaneko |
2017-04-04 | [refactor] refactor crypto api to better allow streaming | Kali Kaneko |
2017-04-04 | first implementation of client blobs | Kali Kaneko |
2017-04-04 | [feature] working naive implementation of the backend | Kali Kaneko |
2017-04-03 | Post benchmark results to elastticsearch | varac |
2017-03-31 | [feature] raise earlier when deleting None | Victor Shyba |
2017-03-23 | [docs] add Anike to client/AUTHORS | Victor Shyba |
2017-03-23 | [feature] generate recovery code | Anike Arni |
2017-03-17 | [docs] add tulio to authors0.9.5 | Kali Kaneko |
2017-03-17 | [docs] add efkin to authors, changelog entry for py3 tests | Kali Kaneko |
2017-03-17 | [test] Fix Shared Runner config | efkin |
2017-03-17 | [refactor] Improve python3 compatibility | efkin |
2017-03-17 | [test] Prepare tests for python3 compatibility | efkin |
2017-03-17 | [test] Prepare new tox environment | efkin |
2017-03-17 | [docs] Define in details the testing environment | efkin |
2017-03-17 | [docs] changelog for 0.9.4 | Kali Kaneko |
2017-03-13 | [pkg] write changelog for 0.9.3 | Kali Kaneko |
2017-03-13 | [docs] explain sync bypass due lack of token | Victor Shyba |
2017-03-13 | [feat] make database creation appear in logs | drebs |
2017-03-13 | [bug] remove offline flag | drebs |
2017-03-13 | [bug] fix raising of invalid auth token error | drebs |
2017-03-09 | [bug] secrets version defaults to v1 | Tulio Casagrande |
2017-03-09 | [bug] add default version when decrypting secrets | Tulio Casagrande |
2017-03-02 | [test] add comments explaining behaviour of upload/download benchmark | drebs |
2017-03-02 | [test] improve twistd startup and termination | drebs |
2017-03-02 | [test] mark benchmark tests using their group names | drebs |
2017-03-02 | [test] bugfix: actually use an empty local db in download benchmarks | drebs |
2017-03-02 | [test] use new way of indicating the tcp port for twisted web | drebs |
2017-03-02 | [test] fix test_sync_target for error handling | Victor Shyba |
2017-03-02 | [bug] handle error once | Victor Shyba |
2017-03-02 | [bug] fix shared database initialization | drebs |
2017-02-27 | [style] move path config closer to blobs resource instantiation | drebs |
2017-02-27 | [feat] add configurable blobs path in server | drebs |
2017-02-25 | [bug] save client secret downloaded from remote storage | drebs |
2017-02-25 | [bug] remove unused named tuple from client secrets | drebs |
2017-02-25 | [refactor] improve secret bootstrap code and doc | drebs |