Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-05 | [pkg] remove deprecated init script | drebs | |
2017-06-23 | [pkg] skip init.d if building in readthedocs | drebs | |
2017-06-23 | [pkg] fix path of soledad-server file | drebs | |
2017-06-24 | [pkg] add leap.common as a dep | Kali Kaneko | |
2017-06-24 | [pkg] split the deps as extras | Kali Kaneko | |
2017-06-24 | [pkg] use stock versioneer | drebs | |
2017-06-24 | [pkg] unify client and server into a single python package | drebs | |
We have been discussing about this merge for a while. Its main goal is to simplify things: code navigation, but also packaging. The rationale is that the code is more cohesive in this way, and there's only one source package to install. Dependencies that are only for the server or the client will not be installed by default, and they are expected to be provided by the environment. There are setuptools extras defined for the client and the server. Debianization is still expected to split the single source package into 3 binaries. Another avantage is that the documentation can now install a single package with a single step, and therefore include the docstrings into the generated docs. - Resolves: #8896 | |||
2013-06-20 | Split client and server in two different packages and refactor. | drebs | |
2013-06-05 | Update dependencies. | drebs | |
2013-06-05 | Remove strict dependency on leap.common. | drebs | |
* Encapsulate leap_assert and leap_assert_type so Soledad works without them. * Remove dependency on leap.common.files.mkdir_p(). * Encapsulate signaling. * Add changes file. | |||
2013-06-01 | Encode all u1db data before storing. | drebs | |
2013-05-31 | version bump for pypi upload | Kali Kaneko | |
* add comment about oauth version * add pypi badge in README | |||
2013-05-30 | Remove python-gnupg dependency. | drebs | |
2013-05-28 | Merge remote-tracking branch 'kali/bug/fix-deps' into develop | Tomás Touceda | |
2013-05-28 | fix dependencies | Kali Kaneko | |
2013-05-25 | Add action validation in server. | drebs | |
* Use routes for validating user actions when interacting with server. * Also add tests for action validation. * Add changes file. * Closes #2356. | |||
2013-05-17 | Change dependency on Twisted to version 12.0.0 instead of 13.0.0 | drebs | |
2013-05-17 | Merge remote-tracking branch ↵ | Tomás Touceda | |
'drebs/feature/2529-use-pycrypto-for-symmetric-encryption' into develop | |||
2013-05-17 | Use leap.common.crypto and AES-256 CTR for symmetric encryption. | drebs | |
2013-05-17 | Include testing certificates in package installation. | drebs | |
2013-05-16 | Merge remote-tracking branch 'kali/feature/bump-version' into develop | Tomás Touceda | |
2013-05-17 | bump version so we can add dependency req in client | Kali Kaneko | |
2013-05-15 | Remove dependency on oauth | drebs | |
2013-05-13 | Encrypt storage secret using scrypt KDF. | drebs | |
* Change format of storage. * Refactor and modify export/import recovery documents logic. * Change storage secret length to 512. * Encrypt the storage document with derived function. * Refactor property name inside crypto submodule. * Add docstrings for new methods. * Fix wrong method call import_recovery_document. * Fix base64 encoding and secret/kdf length info. * Add missing header. * Add missing fields to comment. Closes 2475 and 2423. | |||
2013-05-09 | fix broken pip install | Kali Kaneko | |
2013-05-08 | update setup, deps are in pypi now | Kali Kaneko | |
2013-05-07 | Add dependency for pysqlite. | drebs | |
2013-05-07 | Fix test suite in setup.py. | drebs | |
2013-05-07 | Add six as dependency. | drebs | |
2013-05-07 | Add init.d script | Tomas Touceda | |
2013-04-30 | Add requests module as dependency. | drebs | |
2013-04-30 | Fix shared db auth and add tests. | drebs | |
2013-04-08 | Add a LOT of docstrings. | drebs | |
2013-04-04 | Add Twisted as dependency. | drebs | |
2013-04-01 | Add dependencies for leap.common and pysqlcipher. | drebs | |
2013-03-10 | Add requirements and tests to setup.py. | drebs | |
2013-03-10 | Add namespace package. | drebs | |
2013-03-07 | Add setup.py file. | drebs | |