0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 22, 2025 — Feb 22, 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... almost 18 years ago
* fedora/tg/identity/jsonfasprovider.py: Changes from ricky to enable both user.human_name and user['human_name']. More... almost 18 years ago
* ChangeLog: Update for new release. More... almost 18 years ago
* fedora/release.py, python-fedora.spec: Bump version for a new bugfix release. More... almost 18 years ago
* fedora/tg/client.py: Fix problem of not having a sessionCookie when trying to authenticate for the very first time. More... almost 18 years ago
* README: Add the fas.url config option to the install instructions for FASv2. More... almost 18 years ago
* NEWS: Update with the latest changes. * README: Update: FAS2 will have a JSON Provider and is not based on LDAP. More... almost 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... almost 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... almost 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... almost 18 years ago
* python-fedora.spec: Remove confusing comment. More... almost 18 years ago
* Merge from trunk. More... almost 18 years ago
* ChangeLog: Update for release. More... almost 18 years ago
* fedora/release.py, python-fedora.spec: Bump version. More... almost 18 years ago
* fedora/tg/identity/jsonfasprovider.py: Remove debug code left in from last checkin. More... almost 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... almost 18 years ago
* fedora/tg/client.py: _authenticate(): Improve error handling to account for non-JSON data being returned from the server. More... almost 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... almost 18 years ago
* fedora/tg/json.py: Port to SA-0.4. More... almost 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... almost 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... almost 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... almost 18 years ago
* fedora/accounts/fas.py: Ajax's email is fixed in the db. More... almost 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... about 18 years ago
* fedora/accounts/fas.py: Add a few more people who have separate bugzilla and primary email addresses. More... about 18 years ago
* fedora/tg/visit/safasvisit.py: Correct capitalization. More... about 18 years ago
* ChangeLog: Update for release. More... about 18 years ago
* python-fedora.spec: Add the visit provider. More... about 18 years ago
* setup.py: Fix missing comma. More... about 18 years ago
* ChangeLog: Update for release. More... about 18 years ago