web/views/authentication.py
Wed, 28 Apr 2010 10:06:01 +0200 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
Tue, 27 Apr 2010 14:19:20 +0200 Sylvain Thénault [web auth] remove assertion, we may want to remove authentication info retreivers to disallow login from the web ui stable
Wed, 14 Apr 2010 17:38:24 +0200 Sylvain Thénault [web session] fix web session id bug on automatic reconnection. The web session id should keep the first connection id, then differ of the repo connection id once some reconnection has been done (since the session cookie isn't updated in such cases). Also, use a lock to avoid potential race condition on reconnection.
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.
Tue, 16 Mar 2010 17:44:32 +0100 Sylvain Thénault fix tests stable
Tue, 16 Mar 2010 12:34:29 +0100 Sylvain Thénault [web auth] fix authentication pb when anonymous are allowed, avoiding the first authentifier to return an anon connection while a following one may find correct authentication info. This make things simpler (eventually) stable
Tue, 09 Mar 2010 19:58:30 +0100 Sylvain Thénault req has no more a cursor attribute stable
Tue, 09 Mar 2010 19:57:47 +0100 Sylvain Thénault when some authentication plugin fail, we may try another one stable
Mon, 18 Jan 2010 19:21:30 +0100 Sylvain Thénault backport stable branch
Thu, 07 Jan 2010 16:52:32 +0100 Adrien Di Mascio update copyright: welcome 2010 stable
Tue, 13 Oct 2009 16:00:09 +0200 Sylvain Thénault pluggable authentication information retreiver
Tue, 13 Oct 2009 08:50:19 +0200 Sylvain Thénault refactor repo authentication to allow pluggable authentifier to login with something else than a password
Thu, 24 Sep 2009 00:24:21 +0200 Adrien Di Mascio [api] some more _cw / __regid__, automatic tests now pass again
Wed, 23 Sep 2009 19:40:19 +0200 Adrien Di Mascio [api] work in progress, use __regid__, cw_*, etc.
Mon, 17 Aug 2009 19:21:45 +0200 Sylvain Thénault give vreg where we need it (eg no bound request)
Mon, 06 Jul 2009 09:34:40 +0200 Sylvain Thénault move login by email functionnality on the repository side to avoid buggy call to internal_session from the web interface side stable
Thu, 28 May 2009 09:20:07 +0200 Adrien Di Mascio big bunch of copyright / docstring update
Tue, 05 May 2009 17:13:37 +0200 sylvain thenault merge tls-sprint
Tue, 05 May 2009 17:12:37 +0200 sylvain thenault delete-trailing-whitespaces tls-sprint
Tue, 05 May 2009 12:07:42 +0200 Florent add XXX before 2 calls to self.repo.internal_session() on the web interface side tls-sprint
Tue, 05 May 2009 12:04:47 +0200 Florent close internal session in login_from_email tls-sprint
Mon, 27 Apr 2009 19:33:34 +0200 Florent add allow-email-login option tls-sprint
Mon, 27 Apr 2009 19:01:00 +0200 Florent add ability to login with a primary email address - no tests for now are unittest_application.py are now broken tls-sprint
Wed, 05 Nov 2008 15:52:50 +0100 Adrien Di Mascio Showtime !
less more (0) tip