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