summaryrefslogtreecommitdiff
path: root/server/src/leap
AgeCommit message (Expand)Author
2015-12-04[bug] skip missing keys on existing sectionsVictor Shyba
2015-12-03[feat] set default to False on batching for nowVictor Shyba
2015-12-03[feat] add configuration to disable batchingVictor Shyba
2015-12-03[feat] prepare server to handle batchesVictor Shyba
2015-11-03[refactor] resource logic encapsulationVictor Shyba
2015-11-03[refactor] token verification moved to couch module + testsVictor Shyba
2015-11-03[refactor] split out backend from couch databaseVictor Shyba
2015-11-03[refactor] separate SoledadBackend from CouchDatabaseVictor Shyba
2015-10-29[feat] remove SSL tsafe monkeypatchVictor Shyba
2015-10-28[style] fix pep8 warnigsFolker Bernitt
2015-10-28[feat] read security doc from configurationVictor Shyba
2015-10-19[bug] remove instance cachingVictor Shyba
2015-10-14[bug] reduce overall sync session caching to 120sVictor Shyba
2015-10-05[feat] Move config dir to /etc/soledadvarac
2015-10-01[feat] read netrc path from configuration fileVictor Shyba
2015-09-28[feat] conf for enabling db creation via custom shVictor Shyba
2015-09-24[style] pep8Victor Shyba
2015-09-24[refactor] init_caching instead of setting attrVictor Shyba
2015-09-24[feat] adds cache expirationVictor Shyba
2015-09-24[feat] full caching for each sync_id sessionVictor Shyba
2015-09-24[feat] adds caching for other gen and trans idVictor Shyba
2015-09-24[feat] first draft of sync_state in memoryVictor Shyba
2015-08-26[bug] process put after last BadRequest checkVictor Shyba
2015-08-24[refactor] remove simplejson dep on serverdrebs
2015-08-17[bug] add missing parameter to unauthorized errordrebs
2015-08-04[style] pep8 cleanupKali Kaneko
2015-07-24[style] fixed pep8 warnings on the soledad server codeBruno Wagner
2015-04-09[fix] remove unneded params to CouchServerStatedrebs
2015-03-19[feat] use monthly tokens databasedrebs
2014-07-08Update target sync with sequential info (#5869).drebs
2014-07-02Split sync_exchange into many requests (#5517).drebs
2014-06-05Make server auth time-insensitive.drebs
2014-06-05Replace client sync state by a sync_id.drebs
2014-05-28Fix stuff from kali's review.drebs
2014-05-23Fix tests for new sync process.drebs
2014-05-22Split sync in multiple POST requests in server (#5571).drebs
2014-05-22Cleanup and pep8 fix.drebs
2014-03-17Fix raising of auth token errors (#5191).drebs
2014-03-12Do not ensure shared database upon Soledad Server start (#5302).drebs
2014-01-25Improve unauthorized error messages.drebs
2014-01-20Allow sync of large files (~100MB) (#4836).drebs
2014-01-20Move lock resource to its own file.drebs
2014-01-17Fix typo on tempfile.gettempdir() call.drebs
2014-01-07Use temp dir for server side locks (#4918).drebs
2014-01-06Add proper error reporting to shared db lock.drebs
2013-12-19add http-encoding header, decode it tooKali Kaneko
2013-12-18remove conditional gzip, fix importKali Kaneko
2013-12-16patch the _version file so it reports the running versionKali Kaneko
2013-12-13enable gzip compressionKali Kaneko
2013-12-09pep8 happyKali Kaneko