Age | Commit message (Expand) | Author |
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 | [refactor] remove twisted session persistence | drebs |
2017-02-09 | [bug] fix name of module on import | drebs |
2017-02-09 | [refactor] separate url mapper, avoid hanging tests | drebs |
2017-02-09 | [feat] cache session data in server | 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 |
2016-12-17 | [pkg] use a twisted resource as server entrypoint | drebs |
2016-12-12 | [bug] enable batching again | Victor Shyba |
2016-12-12 | [refactor] remove dead parameters, improve comments | Victor Shyba |
2016-12-12 | [style] explicit unlimited request size | Victor Shyba |
2016-12-12 | [refactor] simplify server insert | Victor Shyba |
2016-12-12 | [bug] remove print debug statements | Kali Kaneko |
2016-12-12 | [bug] fix bad merge in imports block | Kali Kaneko |
2016-12-12 | [refactor] adapt fetcher to decryptor | Kali Kaneko |
2016-12-12 | [feature] batch based on payload size | Victor Shyba |
2016-12-12 | [feature] stream content in a separate line | Victor Shyba |
2016-12-12 | [feature] make the test accept large uploads | Victor Shyba |
2016-12-12 | [feature] upload streaming | Victor Shyba |
2016-12-12 | [feature] streaming download protocol | Victor Shyba |
2016-12-12 | [feature] make reading attachments optional | Victor Shyba |
2016-12-12 | [bug] use an empty string to represent tumbstones | Victor Shyba |
2016-12-12 | [feature] server download stream from file object | Victor Shyba |
2016-12-12 | [feature] revert sync download into straming (server) | Victor Shyba |
2016-11-27 | [bug] delay couch state initialization | drebs |
2016-11-22 | [refactor] separate server application into another file | drebs |
2016-10-21 | [tests] fix server import | Victor Shyba |
2016-10-21 | [tests] make check_schema_versions default to False | Victor Shyba |
2016-10-03 | [feature] check for user dbs couch schema versions | drebs |
2016-10-03 | [refactor] move configuration loading to its own module | drebs |
2016-09-22 | [feat] centralize logging and use twisted.logger by default | drebs |
2016-07-12 | [refactor] make tests use l2db submodule | Kali Kaneko |
2016-06-06 | [feature] debug-mode server with dummy authentication | Kali Kaneko |
2016-05-16 | [style] pep8 | Kali Kaneko |
2016-04-26 | [refactor] remove shared db locking from server | drebs |
2016-04-01 | [pkg] updated to versioneer 0.16 (patched) | Kali Kaneko |
2015-12-04 | [bug] skip missing keys on existing sections | Victor Shyba |
2015-12-03 | [feat] set default to False on batching for now | Victor Shyba |
2015-12-03 | [feat] add configuration to disable batching | Victor Shyba |
2015-12-03 | [feat] prepare server to handle batches | Victor Shyba |
2015-11-03 | [refactor] resource logic encapsulation | Victor Shyba |
2015-11-03 | [refactor] token verification moved to couch module + tests | Victor Shyba |
2015-11-03 | [refactor] split out backend from couch database | Victor Shyba |
2015-11-03 | [refactor] separate SoledadBackend from CouchDatabase | Victor Shyba |
2015-10-29 | [feat] remove SSL tsafe monkeypatch | Victor Shyba |