summaryrefslogtreecommitdiff
path: root/src/leap/soledad/shared_db.py
AgeCommit message (Collapse)Author
2013-06-20Split client and server in two different packages and refactor.drebs
2013-05-25Enforce dependency on simplejson.drebs
2013-05-14Refactor ssl monkey patching and fix https tests.drebs
2013-05-04Encapsulate token-based auth in a class.drebs
2013-05-01Fix some items from second review.drebs
Items are: * remove unused imports. * __init__.py: initialize variable before read from file. * backends/leap_backend.py: Fix mistyped exception name, fix docstring of encryption function.
2013-05-01Monkey patch u1db to allow self-signed SSL certTomas Touceda
2013-04-30Remove unauth requests.drebs
2013-04-30Fix shared db auth and add tests.drebs
2013-04-09Eliminate the use of super() in main code.drebs
Tests inherited from u1db still use super, but that can be changed in the future.
2013-04-08Add a LOT of docstrings.drebs
2013-03-23Fix some comments.drebs
2013-03-11Refactor and organize bootstrap sequence.drebs
2013-03-07Move source files to proper subdirectory.drebs