0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jul 08, 2025 — Jul 08, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* fedora/release.py, python-fedora.spec: Bump version for new release. More... over 18 years ago
* fedora/tg/identity/jsonfasprovider.py: Changes from ricky to enable both user.human_name and user['human_name']. More... over 18 years ago
* ChangeLog: Update for new release. More... over 18 years ago
* fedora/release.py, python-fedora.spec: Bump version for a new bugfix release. More... over 18 years ago
* fedora/tg/client.py: Fix problem of not having a sessionCookie when trying to authenticate for the very first time. More... over 18 years ago
* README: Add the fas.url config option to the install instructions for FASv2. More... over 18 years ago
* NEWS: Update with the latest changes. * README: Update: FAS2 will have a JSON Provider and is not based on LDAP. More... over 18 years ago
* fedora/tg/identity/jsonfasprovider.py, fedora/tg/visit/safasvisit.py: - Remove display_name. It's not in the TurboGears identity so we won't provide it in ours. - Mark various strings for gettext. More... over 18 years ago
* fedora/tg/client.py: Don't issue an error if we can't write to the session file. The session file just makes it so we don't have to keep typing our password. It shouldn't be fatal. More... over 18 years ago
* fedora/tg/identity/safas2provider.py: Remove safas2. FAS2 has a private identity module that builds on this. It's private because the public auth provider will either be based on json (written) or OpenID (not written). More... over 18 years ago
* python-fedora.spec: Remove confusing comment. More... over 18 years ago
* Merge from trunk. More... over 18 years ago
* ChangeLog: Update for release. More... over 18 years ago
* fedora/release.py, python-fedora.spec: Bump version. More... over 18 years ago
* fedora/tg/identity/jsonfasprovider.py: Remove debug code left in from last checkin. More... over 18 years ago
* fedora/tg/identity/jsonfasprovider.py: - Make changes to cherrypy.response.simple_cookie instead of cherrypy.request... This actually changes things on the client. - Import BaseClient from the fedora module instead of a local copy. - __init__(): Fix the variable 'approved_memberships' is being pulled from. + Set the user's cookie to the new visit_key as well. - validate_identity(): Fix typo in warning message. + Fix return. We've already created a JsonFasIdentity object so don't try to make another on return. More... over 18 years ago
* fedora/tg/client.py: _authenticate(): Improve error handling to account for non-JSON data being returned from the server. More... over 18 years ago
Fixes bugs revealed when porting to the fas identity providers to json. * fedora/tg/client.py: _authenticate(): Instead of clearing the sessionCookie when we want to force authentication, check that force is not set before we return a cached authentication cookie. - Always set the _sessionCookie. This allows visit tracking to work. - Be sure to check for and store the session cookie if the server returns a new one to us. Otherwise the change will be unavailable to client code. More... over 18 years ago
* fedora/tg/json.py: Port to SA-0.4. More... over 18 years ago
* fedora/tg/identity/jsonfasprovider.py: Identity provider that uses JSON calls to the FAS server to authenticate. * fedora/tg/visit/jsonfasvisit.py: Visit manager that uses JSON calls to the FAS server to authenticate. * setup.py: Register the new providers. More... over 18 years ago
* fedora/accounts/fasLDAP.py: No LDAP for FAS2. We'll be replacing this with an SQLAlchemy model for FAS2's db. More... over 18 years ago
* fedora/tg/identity/safas2provider.py: We're no longer going to use LDAP for fas2. New fasprovider to work with the FAS2 DB tables. More... over 18 years ago
* fedora/accounts/fas.py: Ajax's email is fixed in the db. More... over 18 years ago
* fedora/tg/visit/safasvisit.py: Remove check whether a mapper exists as we don't want to fallback on a visit session in the app local db. More... over 18 years ago
* fedora/accounts/fas.py: Add a few more people who have separate bugzilla and primary email addresses. More... over 18 years ago
* fedora/tg/visit/safasvisit.py: Correct capitalization. More... over 18 years ago
* ChangeLog: Update for release. More... over 18 years ago
* python-fedora.spec: Add the visit provider. More... over 18 years ago
* setup.py: Fix missing comma. More... over 18 years ago
* ChangeLog: Update for release. More... over 18 years ago