summaryrefslogtreecommitdiff
path: root/src/leap/soledad/server.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-25Add 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-23Prevent Twisted==12.0.0 from messing with OpenSSL.drebs
2013-05-23Ensure shared db is created by server.drebs
* Also remove unneeded need_auth() method (because all requests need auth). * This closes #2491.
2013-05-15Fix pep8 style.drebs
2013-05-14Refactor ssl monkey patching and fix https tests.drebs
2013-04-30Improve server and add token auth.drebs
2013-04-30Document how to define a specific port.drebs
2013-04-30Use uuid instead of address.drebs
2013-04-25Add token auth infrastructure.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-11Refactor and organize bootstrap sequence.drebs
2013-03-07Move source files to proper subdirectory.drebs