root/AuthKit/trunk/authkit


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 11/19/08 12:43:52 @171 [171] thejimmyg Fixed #50, OpenID problem
(edit) 11/19/08 12:34:09 @170 [170] thejimmyg Added bad cookie support to fix #65 and twaked render function …
(edit) 11/09/08 20:42:42 @169 [169] thejimmyg Added a new algorithm for guessing the form action and added an …
(edit) 11/09/08 19:33:07 @168 [168] thejimmyg Added a set_user_password() method to apply #64
(edit) 11/09/08 19:10:34 @167 [167] thejimmyg Removed arabic letters from the form handler, fixes #40
(edit) 11/09/08 19:07:40 @166 [166] thejimmyg Added some headers to the form handler for IE to fix #54
(edit) 11/09/08 17:17:29 @165 [165] thejimmyg Adding SQLAlchemy 0.5 support to the users driver
(edit) 11/08/08 21:39:23 @164 [164] thejimmyg Fixing a problem with the new multi middleware
(edit) 11/08/08 21:18:27 @163 [163] thejimmyg Adding iterator support
(edit) 11/08/08 20:39:04 @162 [162] thejimmyg Set the pylons.status_code_redirect environment variable on all redirected …
(edit) 11/08/08 13:49:24 @161 [161] thejimmyg Adding the pylons.error_call key globally, raising an error if a user …
(edit) 11/08/08 00:25:08 @159 [159] thejimmyg Applied most of ticket 59
(edit) 11/08/08 00:11:25 @158 [158] thejimmyg Fixed a bug in cookie, added WebOb? exceptions support and applied #52
(edit) 07/17/08 11:11:38 @156 [156] thejimmyg Added missing import
(edit) 06/14/08 14:45:05 @155 [155] thejimmyg WARNING: setup.enable = false now also disables authorization, added …
(edit) 05/30/08 17:41:50 @154 [154] thejimmyg Added missing self.charset
(edit) 05/20/08 16:21:19 @153 [153] thejimmyg Applied charset patch to form.py, fixes #53
(edit) 05/13/08 16:00:56 @152 [152] thejimmyg Added a series of updates to SQLAlchemy code plus a fix to the OpenID …
(edit) 04/30/08 09:58:08 @151 [151] thejimmyg Fixed #50 yahoo.com openid signins work with latest Python OpenID now.
(edit) 03/14/08 14:36:35 @150 [150] thejimmyg Updated the database example and fixed #43
(edit) 03/14/08 14:21:49 @149 [149] thejimmyg Fixed user tokens hopefully #17
(edit) 03/14/08 13:49:27 @148 [148] thejimmyg Added experimental version of multi to fix #41
(edit) 03/10/08 18:06:26 @147 [147] thejimmyg Added get support to forms
(edit) 03/10/08 14:35:28 @146 [146] thejimmyg Fixed a bug in form handling and added a new form2 example using a custom …
(edit) 02/25/08 00:16:15 @145 [145] thejimmyg Fixed bug reported by Sam Gentle where remote addr is obtained from …
(edit) 01/09/08 20:14:19 @144 [144] thejimmyg Added an alternative construct_url() method
(edit) 11/08/07 12:52:20 @143 [143] thejimmyg Fixed #38, cookie sign out path should match the path specified in the …
(edit) 11/08/07 12:42:12 @142 [142] thejimmyg Fixed #37, missing import of sys
(edit) 11/08/07 12:01:17 @140 [140] thejimmyg Fixed a bug where the new cookie implementation tries to clear the session …
(edit) 11/06/07 00:40:50 @139 [139] thejimmyg Corrected the form middleware to return 200 OK by default so that Safari 3 …
(edit) 11/06/07 00:40:07 @138 [138] thejimmyg Renamed internalpath to the more meaningful signin path
(edit) 11/06/07 00:39:11 @137 [137] thejimmyg Added an SQLAlchemy 0.4 driver which uses the (as yet unreleased) …
(edit) 11/06/07 00:37:54 @136 [136] thejimmyg Added some updates to support OpenID 2
(edit) 11/06/07 00:35:39 @134 [134] thejimmyg Added provisional support for cookies which don't store the username in …
(edit) 11/05/07 16:53:37 @133 [133] thejimmyg Added a new user management API which is set up per request.
(edit) 09/30/07 22:15:41 @131 [131] thejimmyg encrypt function wasn't called
(edit) 09/30/07 18:11:20 @128 [128] thejimmyg Documentation fixes
(copy) 09/30/07 16:25:17 @127 [127] thejimmyg Moving the 0.4 branch to trunk
copied from AuthKit/branches/0.4/authkit:
(edit) 09/30/07 16:23:56 @125 [125] thejimmyg Final changes for the 0.4.0 release