Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-29 | [feature] add bandwidth throttling to the client | drebs | |
Intercept the creation of the protocol factory in the HTTP connection pool to use twisted.protocols.policies.ThrottlingFactory and control the incoming and outgoing bandwidth. The factory only controls one connection, so when throttling we limit the number of connections of the pool to one per host. This way, throttling happens in a per-host basis. Closes: #8931 | |||
2017-11-22 | [pkg] bump sphinx release info | drebs | |
2017-11-19 | [feature] allow setting couchdb url from environment | drebs | |
2017-11-15 | [pkg] bump sphinx release info | drebs | |
2017-11-14 | [pkg] add man page for soledad-server | drebs | |
2017-11-09 | [pkg] add man page for user db creation script | drebs | |
Closes: #8895 | |||
2017-11-03 | [doc] improve blobs http api description | drebs | |
2017-11-03 | [doc] move blobs data structure info to blobs sync section | drebs | |
2017-11-03 | [doc] add blob data format to docs | drebs | |
2017-11-03 | [doc] generalize client side encryption doc | drebs | |
2017-11-03 | [doc] improve client-side dbs doc | drebs | |
2017-11-03 | [doc] add blobs api doc | drebs | |
2017-11-02 | [doc] add blobs sync docs | drebs | |
2017-11-02 | [doc] split blobs doc in many pages | drebs | |
2017-10-23 | [doc] small fixes in documentation | drebs | |
2017-10-12 | [feature] make concurrent blob writes configurable | drebs | |
2017-10-11 | [doc] install deps from wheels when building docs | drebs | |
If pyzqm is built with --install-option, then all dependencies will be forced to install from source. By removing that option, we allow pip to use wheels. | |||
2017-10-09 | [doc] remove variable name from storage secret JSON example | drebs | |
2017-10-06 | [doc] improve client usage example | drebs | |
2017-10-06 | [doc] move compatibility notes from readme to documentation pages | drebs | |
2017-10-03 | [doc] improve overall client/server info | drebs | |
2017-10-03 | [doc] add reviewed reference from old documentation | drebs | |
2017-10-03 | [doc] add intro section with reviwed content from old doc | drebs | |
2017-09-29 | [doc] add dependency on mock for docs | drebs | |
2017-09-28 | [doc] add api reference to the docs | drebs | |
2017-09-28 | [doc] remove unused pages | drebs | |
2017-09-28 | [doc] fix blobs table in reference doc | drebs | |
2017-09-28 | [doc] mock the pysqlcihper module on readthedocs | drebs | |
2017-09-28 | [doc] add license information | drebs | |
2017-09-28 | [doc] move migrations doc to server section | drebs | |
2017-09-28 | [doc] move development docs to a subdir | drebs | |
2017-09-28 | [doc] improve client doc | drebs | |
2017-09-28 | [doc] move server db info to reference section | drebs | |
2017-09-28 | [doc] improve server doc | drebs | |
2017-09-28 | [doc] move auth to reference section | drebs | |
2017-09-28 | [doc] add blobs doc | drebs | |
2017-09-17 | [refactor] move tests to root of repository | drebs | |
Tests entrypoint was in a testing/ subfolder in the root of the repository. This was made mainly because we had some common files for tests and we didn't want to ship them (files in testing/test_soledad, which is itself a python package. This sometimes causes errors when loading tests (it seems setuptools is confused with having one python package in a subdirectory of another). This commit moves the tests entrypoint to the root of the repository. Closes: #8952 | |||
2017-09-15 | [doc] move environment variables to reference section | drebs | |
2017-09-14 | [doc] update documentation on authentication | drebs | |
- add server config file options for section [soledad-server] - fix services tokens file name - improve auth doc | |||
2017-09-07 | fixup! [doc] add documentation about migration | drebs | |
2017-09-07 | [doc] add documentation about migration | drebs | |
2017-09-05 | [doc] update server startup doc | drebs | |
2017-09-05 | [doc] document environment variables | drebs | |
2017-09-05 | [feat] toggle http persistence depending on environment variable | drebs | |
2017-09-05 | [doc] fix names in new auth doc | drebs | |
2017-09-05 | [style] improve naming and fixes from code review | Victor Shyba | |
-- Related: #8867 | |||
2017-09-05 | [docs] add auth documentation from drebs draft | Victor Shyba | |
-- Related: #8867 | |||
2017-08-21 | [docs] add version and release to sphinx docs | Kali Kaneko | |
2017-08-16 | [docs] improve incoming spec from review | Victor Shyba | |
Fixed some typos and added a example for Trusted App Client Consumer. -- Resolves: #8928 | |||
2017-08-12 | [docs] update specification from latest code | Victor Shyba | |
-- Resolves: #8928 |