Wed, 14 Apr 2010 10:29:38 +0200 | Sylvain Thénault | [web] put a fake object that raise Unauthorized on any attribute access as req.cnx and req._user, so we are properly asked to authenticated on any view that tries to do something with one of those attributes (instead of doing defensive programming everywhere we're doing that) | file | diff | annotate |
Tue, 13 Apr 2010 12:19:24 +0200 | Sylvain Thénault | #773448: refactor session and 'no connection' handling, by introducing proper web session. We should now be able to see page even when no anon is configured, and be redirected to the login form as soon as one tries to do a query. | file | diff | annotate |
Wed, 07 Apr 2010 14:26:35 +0200 | Sylvain Thénault | #759035: Automate addition of eid cachekey in RQL analysis | file | diff | annotate |
Wed, 24 Mar 2010 15:40:57 +0100 | Sylvain Thénault | [test] don't try to reset session manager during test, | file | diff | annotate |