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, 31 Mar 2010 11:52:15 +0200 |
Pierre-Yves David |
Add context management methode to dbapi.Connection
stable
|
file |
diff |
annotate
|
Fri, 26 Mar 2010 08:32:32 +0100 |
Sylvain Thénault |
cleanup
stable
|
file |
diff |
annotate
|
Mon, 01 Mar 2010 11:26:14 +0100 |
Katia Saurfelt |
server/web api for accessing to deleted_entites
|
file |
diff |
annotate
|
Fri, 12 Mar 2010 15:00:54 +0100 |
Sylvain Thénault |
[dbapi] return default argument instead of None when no connection set yet
|
file |
diff |
annotate
|
Tue, 09 Mar 2010 12:07:16 +0100 |
Sylvain Thénault |
[refactor] drop rset.vreg attribute, vreg should be accessed through rset.req. Also kill decorate_rset, simply set rset.req where we were calling this method.
|
file |
diff |
annotate
|
Wed, 03 Mar 2010 18:32:21 +0100 |
Sylvain Thénault |
delete pyro proxy on connection close, properly raise programming error when working on a closed connection
|
file |
diff |
annotate
|
Fri, 26 Feb 2010 13:24:47 +0100 |
Sylvain Thénault |
pylint style fixes
stable
|
file |
diff |
annotate
|
Fri, 26 Feb 2010 13:09:12 +0100 |
Sylvain Thénault |
fix some pylint detected errors
stable
|
file |
diff |
annotate
|
Fri, 26 Feb 2010 07:04:52 +0100 |
Sylvain Thénault |
[dbapi] no more need to monkey patch this in 3.6: vreg/schema/config are all properly accessed through ._cw
stable
|
file |
diff |
annotate
|
Tue, 16 Feb 2010 09:24:40 +0100 |
Sylvain Thénault |
ensure cnx is set first (necessary to introduce of a form object to handle the login form)
|
file |
diff |
annotate
|
Mon, 18 Jan 2010 19:21:30 +0100 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
Thu, 07 Jan 2010 16:52:32 +0100 |
Adrien Di Mascio |
update copyright: welcome 2010
stable
|
file |
diff |
annotate
|
Fri, 20 Nov 2009 19:35:54 +0100 |
Sylvain Thénault |
backport stable branch (one more time painfully)
|
file |
diff |
annotate
|
Thu, 12 Nov 2009 17:36:15 +0100 |
Sylvain Thénault |
add set_page_data as well
stable
|
file |
diff |
annotate
|
Thu, 12 Nov 2009 17:32:09 +0100 |
Sylvain Thénault |
#473188: missing get_page_data when patching bare db-api request for web compatibility
stable
|
file |
diff |
annotate
|
Mon, 19 Oct 2009 15:16:41 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 16 Oct 2009 16:29:46 +0200 |
Sylvain Thénault |
[c-c] fixes for shell w/ pyro instance
stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Thu, 17 Sep 2009 15:16:53 +0200 |
Sylvain Thénault |
backport 3.5
|
file |
diff |
annotate
|
Wed, 16 Sep 2009 21:29:17 +0200 |
Adrien Di Mascio |
[gettext] provide GNU contexts to avoid translations ambiguities
3.5
|
file |
diff |
annotate
|
Wed, 16 Sep 2009 16:52:47 +0200 |
Aurelien Campeas |
update the documentation
stable
|
file |
diff |
annotate
|
Thu, 10 Sep 2009 08:13:22 +0200 |
Sylvain Thénault |
backport 3.5
|
file |
diff |
annotate
|
Tue, 08 Sep 2009 15:30:14 +0200 |
Sylvain Thénault |
enhance notification mecanism: recipients may return user entities, which will be used to create a fake session so one can check security during notification if necessary
3.5
|
file |
diff |
annotate
|
Thu, 13 Aug 2009 09:30:03 +0200 |
Sylvain Thénault |
rename and move cw.RequestSessionMixIn to cw.req.RequestSessionBase; move some appobjects methods where they actually belong to
|
file |
diff |
annotate
|
Tue, 11 Aug 2009 13:01:56 +0200 |
Nicolas Chauvat |
R propagate registry API changes
|
file |
diff |
annotate
|
Mon, 03 Aug 2009 17:20:20 +0200 |
Sylvain Thénault |
[pyro] use lgc.pyro_ext, simplify pyro related options
|
file |
diff |
annotate
|
Mon, 03 Aug 2009 15:16:47 +0200 |
Sylvain Thénault |
[appobject] kill VObject class, move base selector classes to appobject
|
file |
diff |
annotate
|
Mon, 03 Aug 2009 10:50:57 +0200 |
Sylvain Thénault |
R [vreg] important refactoring of the vregistry, moving behaviour to end dictionnary (and so leaving room for more flexibility ; keep bw compat ; update api usage in cw
|
file |
diff |
annotate
|
Fri, 24 Jul 2009 18:26:31 +0200 |
Sylvain Thénault |
#343624: access to ORM and views outside web engine
|
file |
diff |
annotate
|
Fri, 24 Jul 2009 14:33:37 +0200 |
Sylvain Thénault |
application -> instance where it makes sense
|
file |
diff |
annotate
|
Mon, 06 Jul 2009 09:33:36 +0200 |
Sylvain Thénault |
rename user to login where this is not a user object
stable
|
file |
diff |
annotate
|
Thu, 02 Jul 2009 13:00:20 +0200 |
Sylvain Thénault |
new set_session_props method exposed by the repository, use it to be sure session language is in sync the request language
stable
|
file |
diff |
annotate
|
Tue, 16 Jun 2009 14:14:58 +0200 |
Sylvain Thénault |
different message
stable
|
file |
diff |
annotate
|
Thu, 28 May 2009 09:20:07 +0200 |
Adrien Di Mascio |
big bunch of copyright / docstring update
|
file |
diff |
annotate
|
Mon, 25 May 2009 16:10:52 +0200 |
Sylvain Thénault |
handle speaking to an instance using old entity types
stable
|
file |
diff |
annotate
|
Wed, 20 May 2009 14:19:53 +0200 |
Sylvain Thénault |
cleanup
stable
|
file |
diff |
annotate
|
Wed, 20 May 2009 09:41:55 +0200 |
Sylvain Thénault |
cleanup
stable
|
file |
diff |
annotate
|
Mon, 18 May 2009 16:43:02 +0200 |
sylvain thenault |
check at connection creation time if we should use EUser or CWUser
stable
|
file |
diff |
annotate
|
Wed, 29 Apr 2009 08:57:50 +0200 |
sylvain thenault |
delete-trailing-whitespaces
tls-sprint
|
file |
diff |
annotate
|
Fri, 17 Apr 2009 16:55:37 +0200 |
sylvain thenault |
rename internal entity types to have CW prefix instead of E
tls-sprint
|
file |
diff |
annotate
|
Mon, 23 Mar 2009 17:55:59 +0100 |
sylvain thenault |
pylint cleanup
tls-sprint
|
file |
diff |
annotate
|
Mon, 05 Jan 2009 14:09:38 +0100 |
Sylvain Thenault |
make req argument optional
|
file |
diff |
annotate
|
Fri, 05 Dec 2008 17:26:39 +0100 |
Sylvain Thenault |
don't systematically init_log, it may breaks client log configuration
|
file |
diff |
annotate
|
Fri, 05 Dec 2008 17:24:48 +0100 |
Sylvain Thenault |
don't change Pyro.config here
|
file |
diff |
annotate
|
Wed, 05 Nov 2008 15:52:50 +0100 |
Adrien Di Mascio |
Showtime !
|
file |
diff |
annotate
|