Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-09 | Fix soledad initscript uid and gid. | drebs | |
2014-12-16 | Fix server initscript location (#6557). | drebs | |
2014-12-16 | Fix server initscript location (#6557). | drebs | |
2014-12-16 | Freeze debian version. | Kali Kaneko | |
2014-12-11 | Freeze debian version. | Kali Kaneko | |
2014-12-08 | Freeze debian version. | Kali Kaneko | |
2014-12-08 | Merge tag '0.6.1' into deb-0.6.1 | Kali Kaneko | |
Tag soledad version 0.6.1. | |||
2014-12-08 | Fold in changes. | drebs | |
2014-12-05 | Use SSL negotiation. | Kali Kaneko | |
Although the API can be misleading, PROTOCOL_SSLv23 selects the highest protocol version that both the client and server support. Despite the name, this option can select “TLS” protocols as well as “SSL”. In this way, we can use TLSv1.2 (PROTOCOL_TLSv1 will *only* give us TLS v1.0) In the client side, we try to disable SSLv2 and SSLv3 options explicitely. The python version in wheezy does not offer PROTOCOL_TLSv1_2 nor OP_NO_SSLv2 or OP_NO_SSLv3 (It's new in 2.7.9) | |||
2014-12-05 | Enclose server initscript variables in curly brackets. | drebs | |
2014-12-05 | Run daemon as user soledad (#6436). | drebs | |
2014-12-05 | Enforce TLSv1 in soledad server (#6437). | drebs | |
2014-12-03 | Use SSL negotiation. | Kali Kaneko | |
Although the API can be misleading, PROTOCOL_SSLv23 selects the highest protocol version that both the client and server support. Despite the name, this option can select “TLS” protocols as well as “SSL”. In this way, we can use TLSv1.2 (PROTOCOL_TLSv1 will *only* give us TLS v1.0) In the client side, we try to disable SSLv2 and SSLv3 options explicitely. The python version in wheezy does not offer PROTOCOL_TLSv1_2 nor OP_NO_SSLv2 or OP_NO_SSLv3 (It's new in 2.7.9) | |||
2014-11-28 | Enclose server initscript variables in curly brackets. | drebs | |
2014-11-28 | Run daemon as user soledad (#6436). | drebs | |
2014-11-28 | Enforce TLSv1 in soledad server (#6437). | drebs | |
2014-10-07 | Bump version of dep on soledad.common. | drebs | |
2014-10-07 | Freeze debian version. | drebs | |
2014-10-07 | Bump version of dep on soledad.common. | drebs | |
2014-10-01 | Merge tag '0.6.0' into deb-0.6.0 | drebs | |
Tag leap.soledad version 0.6.0 Conflicts: client/pkg/requirements.pip | |||
2014-07-18 | Fold in changes | Tomás Touceda | |
2014-07-10 | Pin PyOpenSSL dep to avoid uneeded deps (#5368). | drebs | |
2014-07-08 | Update target sync with sequential info (#5869). | drebs | |
2014-07-02 | Add changes files. | drebs | |
2014-07-02 | Split sync_exchange into many requests (#5517). | drebs | |
2014-06-06 | Freeze debian version. | drebs | |
2014-06-06 | Merge tag '0.5.2' into deb-0.5.2 | drebs | |
Tag leap.soledad version 0.5.2 | |||
2014-06-06 | Freeze debian version. | drebs | |
2014-06-06 | Fold in changes | Tomás Touceda | |
2014-06-05 | Make server auth time-insensitive. | drebs | |
2014-06-05 | Replace client sync state by a sync_id. | drebs | |
2014-05-28 | Fix stuff from kali's review. | drebs | |
2014-05-23 | Fix tests for new sync process. | drebs | |
2014-05-22 | Allow for interrupting and recovering sync (#5571). | drebs | |
2014-05-22 | Split sync in multiple POST requests in server (#5571). | drebs | |
2014-05-22 | Cleanup and pep8 fix. | drebs | |
2014-04-09 | freeze reported debian version to 0.5.0 | Kali Kaneko | |
2014-04-09 | Merge tag '0.5.0' into deb-0.5.0 | Kali Kaneko | |
Tag leap.soledad 0.5.0 | |||
2014-04-04 | Fold in changes | Tomás Touceda | |
2014-03-17 | Fix raising of auth token errors (#5191). | drebs | |
2014-03-12 | Do not ensure shared database upon Soledad Server start (#5302). | drebs | |
2014-01-25 | Improve unauthorized error messages. | drebs | |
2014-01-20 | Allow sync of large files (~100MB) (#4836). | drebs | |
2014-01-20 | Move lock resource to its own file. | drebs | |
2014-01-17 | Fix typo on tempfile.gettempdir() call. | drebs | |
2014-01-17 | Improve error reporting on couch backend design documents access failure ↵ | drebs | |
(#4994). | |||
2014-01-07 | Use temp dir for server side locks (#4918). | drebs | |
2014-01-06 | Add proper error reporting to shared db lock. | drebs | |
2013-12-23 | freeze debian version to 0.5.0-rc1 | Kali Kaneko | |
2013-12-19 | add http-encoding header, decode it too | Kali Kaneko | |