summaryrefslogtreecommitdiff
path: root/server/src/leap/soledad/server/auth.py
AgeCommit message (Expand)Author
2017-06-24[pkg] unify client and server into a single python packagedrebs
2017-05-12[refactor] make blobs resource backend configurableVictor Shyba
2017-04-04[refactor] pass configured blobs resource to server auth classdrebs
2017-02-17[bug] reuse wsgi threadpoolKali Kaneko
2017-02-17[refactor] create resources only onceKali Kaneko
2017-02-15[tests] fix testsKali Kaneko
2017-02-15[docs] add a to-do about perfKali Kaneko
2017-02-15[feature] authenticate as anonymous if no token in headerKali Kaneko
2017-02-13[bug] get a new server instance on each request to the tokens dbKali Kaneko
2017-02-10[bug] fix config handling after refactorKali Kaneko
2017-02-09[refactor] parametrize blobs toggling in soledad server resourcedrebs
2017-02-09[feature] add server config option for blobsdrebs
2017-02-09[refactor] allow passing threadpool pool for server sync resourcedrebs
2017-02-09[refactor] move wsgi sync setup to its own moduledrebs
2017-02-09[test] fix session and auth testsdrebs
2017-02-09[test] add tests for server authdrebs
2017-02-09[refactor] separate url mapper, avoid hanging testsdrebs
2017-02-09[feat] cache session data in serverdrebs
2017-02-09[feat] use twisted web http auth and credsdrebs
2017-02-09[feat] reuse the url mapper instead of creating it for every requestdrebs
2017-02-09[bug] disallow all requests to "user-{uuid}/"drebs
2016-11-27[bug] delay couch state initializationdrebs
2016-09-22[feat] centralize logging and use twisted.logger by defaultdrebs
2016-07-12[refactor] make tests use l2db submoduleKali Kaneko
2016-04-26[refactor] remove shared db locking from serverdrebs
2015-11-03[refactor] resource logic encapsulationVictor Shyba
2015-11-03[refactor] token verification moved to couch module + testsVictor Shyba
2015-08-24[refactor] remove simplejson dep on serverdrebs
2015-08-17[bug] add missing parameter to unauthorized errordrebs
2015-03-19[feat] use monthly tokens databasedrebs
2014-06-05Make server auth time-insensitive.drebs
2014-03-17Fix raising of auth token errors (#5191).drebs
2014-01-25Improve unauthorized error messages.drebs
2013-10-28Add shared db locking.drebs
2013-08-21Split soledad into common, client and server.drebs