2014-01-13 |
Julien Cristau |
merge 3.18.0 in 3.19 branch
|
file |
diff |
annotate
|
2013-08-28 |
Sylvain Thénault |
[deprecation] add cw version number to the deprecation message and help user to understand the change
stable
|
file |
diff |
annotate
|
2013-07-22 |
Julien Cristau |
fix typos in docstring, doc and comments
stable
|
file |
diff |
annotate
|
2013-06-27 |
Pierre-Yves David |
Use new repoapi for the web stack
|
file |
diff |
annotate
|
2013-06-24 |
Pierre-Yves David |
[dbapi] makes anonymous_connection a computed property
|
file |
diff |
annotate
|
2013-06-24 |
Pierre-Yves David |
[auth] pass `repo` instead of `vreg` to SessionManager and AuthenticationManager
|
file |
diff |
annotate
|
2013-02-14 |
Nicolas Chauvat |
[toward-py3k] remove import with_statement (part of #2711624)
|
file |
diff |
annotate
|
2013-01-10 |
Sylvain Thénault |
[db-api] rename repo_connect into _repo_connect to mark it private. Closes #2521848
|
file |
diff |
annotate
|
2013-01-21 |
Sylvain Thénault |
[db-api/configuration] simplify db-api and configuration so that all the connection information is in the repository url, closes #2521848
|
file |
diff |
annotate
|
2012-09-11 |
Sylvain Thénault |
massive copyright update to avoid clutering later patches
|
file |
diff |
annotate
|
2011-10-04 |
Sylvain Thénault |
[web auth] closes #1981680: authentication info retriever should be given a chance to cleanup data
stable
|
file |
diff |
annotate
|
2011-01-19 |
Sylvain Thénault |
[web session] cleanup session/authentication api: we don't have anymore to store authentication information on web session since the auto-reconnection feature has been dropped (eg in 3.10)
|
file |
diff |
annotate
|
2010-10-11 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-10-08 |
Aurelien Campeas |
[views/authentication] fix http auth regression (no message)
|
file |
diff |
annotate
|
2010-10-04 |
Aurelien Campeas |
[authentication] force retriever implementor to think about it
|
file |
diff |
annotate
|
2010-10-04 |
Aurelien Campeas |
refactor login box & form to enable easy pluggability
|
file |
diff |
annotate
|
2010-07-26 |
Sylvain Thénault |
[session] cleanup session-time / cleanup-session-time...
|
file |
diff |
annotate
|
2010-07-19 |
Sylvain Thénault |
cleanup
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
backport oldstable changes
stable
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
replace logilab-common by CubicWeb in disclaimer
oldstable
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
backport default into stable: stable is now cw 3.8
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
proper licensing information (LGPL-2.1). Hope I get it right this time.
stable
|
file |
diff |
annotate
|
2010-04-27 |
Sylvain Thénault |
[web auth] remove assertion, we may want to remove authentication info retreivers to disallow login from the web ui
stable
|
file |
diff |
annotate
|
2010-04-14 |
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.
|
file |
diff |
annotate
|
2010-04-13 |
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
|
2010-03-16 |
Sylvain Thénault |
fix tests
stable
|
file |
diff |
annotate
|
2010-03-16 |
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
|
file |
diff |
annotate
|
2010-03-09 |
Sylvain Thénault |
req has no more a cursor attribute
stable
|
file |
diff |
annotate
|
2010-03-09 |
Sylvain Thénault |
when some authentication plugin fail, we may try another one
stable
|
file |
diff |
annotate
|
2010-01-18 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2010-01-07 |
Adrien Di Mascio |
update copyright: welcome 2010
stable
|
file |
diff |
annotate
|
2009-10-13 |
Sylvain Thénault |
pluggable authentication information retreiver
|
file |
diff |
annotate
|
2009-10-13 |
Sylvain Thénault |
refactor repo authentication to allow pluggable authentifier to login with something else than a password
|
file |
diff |
annotate
|
2009-09-23 |
Adrien Di Mascio |
[api] some more _cw / __regid__, automatic tests now pass again
|
file |
diff |
annotate
|
2009-09-23 |
Adrien Di Mascio |
[api] work in progress, use __regid__, cw_*, etc.
|
file |
diff |
annotate
|
2009-08-17 |
Sylvain Thénault |
give vreg where we need it (eg no bound request)
|
file |
diff |
annotate
|
2009-07-06 |
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
|
file |
diff |
annotate
|
2009-05-28 |
Adrien Di Mascio |
big bunch of copyright / docstring update
|
file |
diff |
annotate
|
2009-05-05 |
sylvain thenault |
merge
tls-sprint
|
file |
diff |
annotate
|
2009-05-05 |
sylvain thenault |
delete-trailing-whitespaces
tls-sprint
|
file |
diff |
annotate
|
2009-05-05 |
Florent |
add XXX before 2 calls to self.repo.internal_session() on the web interface side
tls-sprint
|
file |
diff |
annotate
|
2009-05-05 |
Florent |
close internal session in login_from_email
tls-sprint
|
file |
diff |
annotate
|
2009-04-27 |
Florent |
add allow-email-login option
tls-sprint
|
file |
diff |
annotate
|
2009-04-27 |
Florent |
add ability to login with a primary email address - no tests for now are unittest_application.py are now broken
tls-sprint
|
file |
diff |
annotate
|
2008-11-05 |
Adrien Di Mascio |
Showtime !
|
file |
diff |
annotate
|