PersonalJournal

log

age author description
2008-08-23 Eric Hopper Make test and test2 print out data about current user.openid tip
2008-08-23 Eric Hopper Actually verify form data and register new users.openid
2008-08-23 Eric Hopper Ask user for registration data, filling in form with stuff from OpenID if available.openid
2008-08-23 Eric Hopper Remove commented out code.openid
2008-08-23 Eric Hopper Use UTC dates in User and Group row created time fields.openid
2008-08-23 Eric Hopper Fetch registration data if it seems that OpenID isn't registered yet.openid
2008-08-23 Eric Hopper Remove content type from exposed methods that generate only redirects.openid
2008-08-23 Eric Hopper Change finish_openid to actually log people in or redirect to a registration page.openid
2008-08-23 Eric Hopper Add login method to VisitIdentity to set user object for current session.openid
2008-08-23 Eric Hopper model.UserOpenID: Expand openid_url field to right size, fix relationship with User and add lookup method.openid
2008-08-23 Eric Hopper Fix model.User object to drop password field.openid
2008-08-21 Eric Hopper Fix sense of explicit_login boolean.openid
2008-08-20 Eric Hopper Hook up controller to OpenID login process.openid
2008-08-20 Eric Hopper Fix some problems with model classes caused by my lack of understanding of SQLAlchemy + Elixir.openid
2008-08-20 Eric Hopper Log database queries.openid
2008-08-20 Eric Hopper Add a TurboGears style OpenID store for use by OpenID client code.openid
2008-08-20 Eric Hopper Change login controller and page to be appropriate for OpenID.openid
2008-08-20 Eric Hopper Split out common str_or_repr function.openid
2008-08-20 Eric Hopper Add per-session secret data for cryptographic purposes.openid
2008-08-18 Eric Hopper Add new test2 URL that requires different identity stuff for testing.openid
2008-08-18 Eric Hopper Log parameters to login.openid
2008-08-04 Eric Hopper Use new openid_sa identity provider.openid
2008-08-04 Eric Hopper Add support for transaction sub-sessions and support specifically for login sub-sessions.openid
2008-08-04 Eric Hopper Increase size of group name field to be reasonable.openid
2008-06-15 Eric Hopper Move OpenID URLs into new table to allow several OpenIDs per user.openid
2008-08-13 Eric Hopper Create new script for funny fink Python location.openid
2008-06-15 Eric Hopper Alternate commented out algorithm for fetching permissions.openid
2008-05-29 Eric Hopper Added requirement for TGOpenIDLogin package.openid
2008-05-28 Eric Hopper Added ability for a new user to register with the system.default
2008-05-28 Eric Hopper Made User model require user_name field.
2008-05-24 Eric Hopper Add small test method for testing various things about how TurboGears works.
2008-05-24 Eric Hopper Generate strict XHTML in kid templates. Session cookie is now pj-session.
2008-03-21 Eric Hopper Make user name field long enough for OpenID.
2008-03-21 Eric Hopper Ignore backup files and database.
2008-03-21 Eric Hopper After tg-admin quickstart -e -i -p pj PersonalJournal