openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
P
python-fedora
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Feb 22, 2025 — Feb 22, 2026
Showing page 58 of 63
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* fedora/release.py, python-fedora.spec: Bump version for new release.
Toshio Kuratomi
More...
almost 18 years ago
* fedora/tg/identity/jsonfasprovider.py: Changes from ricky to enable both user.human_name and user['human_name'].
Toshio Kuratomi
More...
almost 18 years ago
* ChangeLog: Update for new release.
Toshio Kuratomi
More...
almost 18 years ago
* fedora/release.py, python-fedora.spec: Bump version for a new bugfix release.
Toshio Kuratomi
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.
Toshio Kuratomi
More...
almost 18 years ago
* README: Add the fas.url config option to the install instructions for FASv2.
Toshio Kuratomi
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.
Toshio Kuratomi
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.
Toshio Kuratomi
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.
Toshio Kuratomi
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).
Toshio Kuratomi
More...
almost 18 years ago
* python-fedora.spec: Remove confusing comment.
Toshio Kuratomi
More...
almost 18 years ago
* Merge from trunk.
Toshio Kuratomi
More...
almost 18 years ago
* ChangeLog: Update for release.
Toshio くらとみ
More...
almost 18 years ago
* fedora/release.py, python-fedora.spec: Bump version.
Toshio くらとみ
More...
almost 18 years ago
* fedora/tg/identity/jsonfasprovider.py: Remove debug code left in from last checkin.
Toshio くらとみ
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.
Toshio くらとみ
More...
almost 18 years ago
* fedora/tg/client.py: _authenticate(): Improve error handling to account for non-JSON data being returned from the server.
Toshio くらとみ
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.
Toshio くらとみ
More...
almost 18 years ago
* fedora/tg/json.py: Port to SA-0.4.
Toshio くらとみ
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.
Toshio くらとみ
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.
Toshio Kuratomi
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.
Toshio Kuratomi
More...
almost 18 years ago
* fedora/accounts/fas.py: Ajax's email is fixed in the db.
Toshio Kuratomi
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.
Toshio Kuratomi
More...
about 18 years ago
* fedora/accounts/fas.py: Add a few more people who have separate bugzilla and primary email addresses.
Toshio Kuratomi
More...
about 18 years ago
* fedora/tg/visit/safasvisit.py: Correct capitalization.
Toshio Kuratomi
More...
about 18 years ago
* ChangeLog: Update for release.
Toshio Kuratomi
More...
about 18 years ago
* python-fedora.spec: Add the visit provider.
Toshio Kuratomi
More...
about 18 years ago
* setup.py: Fix missing comma.
Toshio Kuratomi
More...
about 18 years ago
* ChangeLog: Update for release.
Toshio Kuratomi
More...
about 18 years ago
←
1
2
…
54
55
56
57
58
59
60
61
62
63
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree