Age | Commit message (Expand) | Author |
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-17 | [bug] reuse wsgi threadpool | Kali Kaneko |
2017-02-17 | [refactor] create resources only once | Kali Kaneko |
2017-02-15 | [style] pep8 | Victor Shyba |
2017-02-15 | [tests] fix tests | Kali Kaneko |
2017-02-15 | [docs] add a to-do about perf | Kali Kaneko |
2017-02-15 | [feature] add robots.txt | Kali Kaneko |
2017-02-15 | [feature] authenticate as anonymous if no token in header | Kali Kaneko |
2017-02-15 | [feature] add version to the banner | Kali Kaneko |
2017-02-15 | [bug] add expected attribute to authentication wrapper in entrypoint | Kali Kaneko |
2017-02-13 | [bug] get a new server instance on each request to the tokens db | Kali Kaneko |
2017-02-12 | [refactor] update create-user-db script to use config refactor | Kali Kaneko |
2017-02-10 | [bug] fix config handling after refactor | Kali Kaneko |
2017-02-10 | [bug] revert loading from the wsgi entrypoint | Kali Kaneko |
2017-02-10 | [bug] effectively load the configuration for the app | Kali Kaneko |
2017-02-10 | [bug] fix import for the session module | Kali Kaneko |
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 | [feature] announce server blobs capabilities | drebs |
2017-02-09 | [refactor] rename server auth classes | drebs |
2017-02-09 | [feature] add server config option for blobs | drebs |
2017-02-09 | [feature] add server config option for blobs | drebs |
2017-02-09 | [bug] Fix import for load_configuration on migration script | Thais Siqueira |
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 |