PersonalJournal

log

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