<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/paste-git.git/paste/auth/open_id.py, branch 1.2</title>
<subtitle>github.com: cdent/paste.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/'/>
<entry>
<title>path from Robert Almeida, to re-enable the internal redirect to the login form.  Dunno how it should really work, but eh</title>
<updated>2007-02-01T03:17:15+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2007-02-01T03:17:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=abf264b173ef2fdb5744e0cf0186dfa02406fc46'/>
<id>abf264b173ef2fdb5744e0cf0186dfa02406fc46</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for error condition in OpenID auth; patch from Christopher Baus</title>
<updated>2006-11-26T18:03:29+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2006-11-26T18:03:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=000bb0b6a4cfc523d9d3962edad86e667b9be413'/>
<id>000bb0b6a4cfc523d9d3962edad86e667b9be413</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>A big commit, primarily aesthetic/whitespace in nature.  This is the result of running pylint over the codebase.  Some minor/hard-to-reach typos were also picked up.</title>
<updated>2006-10-20T22:08:05+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2006-10-20T22:08:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=eed6a1aa916bb6cd377267c6a4b06a629e20b8c2'/>
<id>eed6a1aa916bb6cd377267c6a4b06a629e20b8c2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Several name problems, small bugs, extra imports caught by pyflakes</title>
<updated>2006-10-20T19:46:49+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2006-10-20T19:46:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=410af196d279228aa0437220e704820c96aef2bd'/>
<id>410af196d279228aa0437220e704820c96aef2bd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove debugging prints from openid</title>
<updated>2006-01-30T09:22:39+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2006-01-30T09:22:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=01082c1296113b1b8d9f3358b4b96eb564fdd156'/>
<id>01082c1296113b1b8d9f3358b4b96eb564fdd156</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a url-&gt;username translation function to the app (so we can actually try to log the user in when they complete the process).  Added specific hooks for auth_tkt stuff -- should be changed in the future so it is common to all login systems.  Made the login_redirect actually redirect externally, not internally.  Not sure if that will work with everyone -- I guess not, if they aren't using auth_tkt with the auth_tkt hooks.  But I'm not sure how it is supposed to work otherwise either.  Maybe there needs to be two settings -- login_redirect and login_external_redirect.  Or maybe leaving login_redirect blank should be okay, and that will cause the user to be redirected back to where they came from (another feature that should be added to this)</title>
<updated>2006-01-27T08:29:49+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2006-01-27T08:29:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=41699e369fc789659b46fd352b4b3fef8125efa9'/>
<id>41699e369fc789659b46fd352b4b3fef8125efa9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a paste.deploy entry point for open_id; added a 401 catcher option to open_id (but I haven't tested that yet)</title>
<updated>2006-01-27T07:13:59+00:00</updated>
<author>
<name>Ian Bicking</name>
<email>ian@ianbicking.org</email>
</author>
<published>2006-01-27T07:13:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=21cc6d9669f6789a7923baf19327f3cbb60a1aae'/>
<id>21cc6d9669f6789a7923baf19327f3cbb60a1aae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- removing unnecessary trailing spaces, that's all</title>
<updated>2006-01-05T22:04:02+00:00</updated>
<author>
<name>cce</name>
<email>cce@localhost</email>
</author>
<published>2006-01-05T22:04:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=275496c12a0967a8f395404d8ade83bbf09d441e'/>
<id>275496c12a0967a8f395404d8ade83bbf09d441e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Thread safe patching</title>
<updated>2006-01-05T19:59:02+00:00</updated>
<author>
<name>bbangert</name>
<email>bbangert@localhost</email>
</author>
<published>2006-01-05T19:59:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=9ca051a845c10a9b6f0d6ede7b247fa22be736cb'/>
<id>9ca051a845c10a9b6f0d6ede7b247fa22be736cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- cleaned up documentation for paste.auth.cookie</title>
<updated>2005-12-31T06:57:42+00:00</updated>
<author>
<name>cce</name>
<email>cce@localhost</email>
</author>
<published>2005-12-31T06:57:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/paste-git.git/commit/?id=2feaab5ba38102efb0a45318b70898f0a51f68fd'/>
<id>2feaab5ba38102efb0a45318b70898f0a51f68fd</id>
<content type='text'>
- cleaned up documentation for paste.auth.form
- cleaned up documentation for paste.auth.basic
- converted InternalServerError into its own class (httpexceptions)
- converted BadRequest into its own class (httpexceptions)
- a few minor cleanups
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- cleaned up documentation for paste.auth.form
- cleaned up documentation for paste.auth.basic
- converted InternalServerError into its own class (httpexceptions)
- converted BadRequest into its own class (httpexceptions)
- a few minor cleanups
</pre>
</div>
</content>
</entry>
</feed>
