Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-26 | [bug] process put after last BadRequest check | Victor Shyba | |
If we check for a BadRequest after calling meth_put we will end up on a scenario where the server replies with an error, but everything got processed. | |||
2015-08-24 | [refactor] remove simplejson dep on server | drebs | |
2015-08-17 | [bug] add missing parameter to unauthorized error | drebs | |
2015-08-04 | [style] pep8 cleanup | Kali Kaneko | |
2015-07-24 | [style] fixed pep8 warnings on the soledad server code | Bruno Wagner | |
2015-04-09 | [fix] remove unneded params to CouchServerState | drebs | |
This commit removes some leftover code from a time when Soledad Server used to check for permissions on certain databases when starting (i.e. shared and tokens databases). This was later removed as correct permissions enforcement was relayed to tapicero. Closes: #6833. | |||
2015-03-19 | [feat] use monthly tokens database | drebs | |
Any solead release that includes this commit will be incompatible with LEAP Platform < 0.6.1 because only from that version on the platform implements the ephemeral monthly tokens databases. Closes: #6785. | |||
2014-07-08 | Update target sync with sequential info (#5869). | drebs | |
2014-07-02 | Split sync_exchange into many requests (#5517). | drebs | |
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 | Split sync in multiple POST requests in server (#5571). | drebs | |
2014-05-22 | Cleanup and pep8 fix. | drebs | |
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-07 | Use temp dir for server side locks (#4918). | drebs | |
2014-01-06 | Add proper error reporting to shared db lock. | drebs | |
2013-12-19 | add http-encoding header, decode it too | Kali Kaneko | |
2013-12-18 | remove conditional gzip, fix import | Kali Kaneko | |
2013-12-16 | patch the _version file so it reports the running version | Kali Kaneko | |
until now this was only possible when running python setup.py version from the source tree. now the <module>.__version__ also reports correctly the runnng version | |||
2013-12-13 | enable gzip compression | Kali Kaneko | |
2013-12-09 | pep8 happy | Kali Kaneko | |
2013-10-28 | Add shared db locking. | drebs | |
* Improve bootstrap sequence: - stages are more organized. - there are less useless requests to server. * Improve shared db access: - instantiate the shared db only once. - also results in less requests to server. * Handle unicode passphrases. * Move some common functions and global variables to common. * Improve security of recovery document: - access to the recovery document now depends on the user password. * Improve documentation. | |||
2013-09-18 | Add couch permission check. | drebs | |
2013-08-29 | Use soledad.server namespace in init script | Tomás Touceda | |
2013-08-23 | packaging improvements | Kali Kaneko | |
* add versioneer (patched for our particular repo config) * add parse_requirements to unify requirement handling | |||
2013-08-21 | Split soledad into common, client and server. | drebs | |