0
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Mar 18, 2025 — Mar 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add information about CSRF update. More... about 17 years ago
Merge latest from -devel branch. More... about 17 years ago
* fedora/tg/util.py: new function url(): that overrides the tg.url() method to add the _csrf_token to all URLs. - new function enable_csrf(): Setup csrf function if run on application startup. More... about 17 years ago
* Do not error if the session_file is unreadable. More... about 17 years ago
Minor bugfix for when the session file is unreadable. More... about 17 years ago
Add an insecure flag. When enabled, this causes the client to not verify the server via ssl certificates. This allows man-in-the-middle attacks but allows debugging against servers with self-signed certificates. More... about 17 years ago
Changes to send the csrf token. More... about 17 years ago
Add a task to publish the documentation to the website. More... over 17 years ago
Simplify the Wiki.get_recent_changes API. More... over 17 years ago
Rename FedoraWiki to just Wiki, since it should work with any MediaWiki instance More... over 17 years ago
Make our docstrings a bit more generic, since the scope of the BaseClient has widened. Also, remove duplicate author information. More... over 17 years ago
Add an initial FedoraWiki.login method. More... over 17 years ago
Pull in the FedoraWiki in top level fedora.client module More... over 17 years ago
Add an initial fedora.client.wiki module. More... over 17 years ago
Remove duplicate module author information More... over 17 years ago
Remove sys.modules changing code... This was apparently some debugging code committed by mistake. More... over 17 years ago
Documentation fixups so sphinx works again. More... over 17 years ago
New function people_by_key() that makes use of updated fas method /user/list to return information about all people in one request. Needs a new fas server. More... over 17 years ago
Set collections in add_edit_packages only if branches are given. More... over 17 years ago
Follow redirects More... over 17 years ago
Pull changes from devel branch for new release. More... over 17 years ago
Update ChangeLog for 0.3.8. release. More... over 17 years ago
Update NEWS and bump release number. More... over 17 years ago
Yield individual updates instead of whole BaseClient.send_request() responses. More... over 17 years ago
Fix httplib stuff for exceptions. More... over 17 years ago
Fix a typo More... over 17 years ago
Throw ServerError when an error code is returned from the HTTP Server. More... over 17 years ago
Update proxyclient to accept either 403 or 401 as needing a new username/password. More... over 17 years ago
* Require pycurl More... over 17 years ago
New fas methods from ricky. More... over 17 years ago