<feed xmlns='http://www.w3.org/2005/Atom'>
<title>grauphel.git/lib/oauth.php, branch v0.3.0</title>
<subtitle>ownCloud application implementing the Tomboy REST API for syncing notes.</subtitle>
<id>https://git.cweiske.de/grauphel.git/atom?h=v0.3.0</id>
<link rel='self' href='https://git.cweiske.de/grauphel.git/atom?h=v0.3.0'/>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/grauphel.git/'/>
<updated>2014-10-08T19:24:35Z</updated>
<entry>
<title>Fix bug #10: OAuth does not work on ovh.com server</title>
<updated>2014-10-08T19:24:35Z</updated>
<author>
<name>Christian Weiske</name>
<email>cweiske@cweiske.de</email>
</author>
<published>2014-10-08T19:24:35Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/grauphel.git/commit/?id=dab31d3882a398d5f459a0aca71b2e35ab641708'/>
<id>urn:sha1:dab31d3882a398d5f459a0aca71b2e35ab641708</id>
<content type='text'>
This ovh.com server always has $_SERVER['HTTP_AUTHORIZATION'] set.
By default it has an empty string as value, and this breaks the PHP
OAuth extension - see https://bugs.php.net/bug.php?id=68168

We work around that by forcing the signature method in this special case,
so that no exception is thrown.

Thanks to Julien Daviaud for giving me access to his server for debugging.
</content>
</entry>
<entry>
<title>Another fix for bug #10</title>
<updated>2014-10-07T04:53:52Z</updated>
<author>
<name>Christian Weiske</name>
<email>cweiske@cweiske.de</email>
</author>
<published>2014-10-07T04:53:52Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/grauphel.git/commit/?id=b77c4b6b2de74543d9543139a1d2b3c4fe2f592f'/>
<id>urn:sha1:b77c4b6b2de74543d9543139a1d2b3c4fe2f592f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Try to fix issue #10; work around bug https://bugs.php.net/bug.php?id=68168</title>
<updated>2014-10-06T21:38:47Z</updated>
<author>
<name>Christian Weiske</name>
<email>cweiske@cweiske.de</email>
</author>
<published>2014-10-06T21:38:47Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/grauphel.git/commit/?id=8a7cb8e93bfe3d5220ce50bc8d2aac9e6ce818a2'/>
<id>urn:sha1:8a7cb8e93bfe3d5220ce50bc8d2aac9e6ce818a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>store client name and last use time for tokens. show them in token management</title>
<updated>2014-09-30T21:13:49Z</updated>
<author>
<name>Christian Weiske</name>
<email>cweiske@cweiske.de</email>
</author>
<published>2014-09-30T21:13:49Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/grauphel.git/commit/?id=eb5c81dea5a60bc65d3ec607daf5ad81fd709928'/>
<id>urn:sha1:eb5c81dea5a60bc65d3ec607daf5ad81fd709928</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Send HTTP 401 on invalid token</title>
<updated>2014-09-26T12:32:03Z</updated>
<author>
<name>Christian Weiske</name>
<email>cweiske@cweiske.de</email>
</author>
<published>2014-09-26T12:32:03Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/grauphel.git/commit/?id=9a1ac6227c65296a4751c3e601cc1eb47398a77e'/>
<id>urn:sha1:9a1ac6227c65296a4751c3e601cc1eb47398a77e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make sync work with conboy</title>
<updated>2014-08-21T21:00:02Z</updated>
<author>
<name>Christian Weiske</name>
<email>cweiske@cweiske.de</email>
</author>
<published>2014-08-21T21:00:02Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/grauphel.git/commit/?id=381f04b7e408baccc64588a865bff33bcd87e152'/>
<id>urn:sha1:381f04b7e408baccc64588a865bff33bcd87e152</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support oauth on apache+fastcgi</title>
<updated>2014-08-21T15:20:04Z</updated>
<author>
<name>Christian Weiske</name>
<email>cweiske@cweiske.de</email>
</author>
<published>2014-08-21T15:20:04Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/grauphel.git/commit/?id=95103edfeeaf1bc750369ec35346fb53225af83b'/>
<id>urn:sha1:95103edfeeaf1bc750369ec35346fb53225af83b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use factory method for oauthprovider</title>
<updated>2014-08-21T15:09:07Z</updated>
<author>
<name>Christian Weiske</name>
<email>cweiske@cweiske.de</email>
</author>
<published>2014-08-21T15:09:07Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/grauphel.git/commit/?id=92938f0e591286b67a752af441e55626155af524'/>
<id>urn:sha1:92938f0e591286b67a752af441e55626155af524</id>
<content type='text'>
</content>
</entry>
<entry>
<title>oauth dance works</title>
<updated>2014-08-18T21:54:32Z</updated>
<author>
<name>Christian Weiske</name>
<email>cweiske@cweiske.de</email>
</author>
<published>2014-08-18T21:54:32Z</published>
<link rel='alternate' type='text/html' href='https://git.cweiske.de/grauphel.git/commit/?id=db2f09d46ce2f3a46be1b6f6e031492966242025'/>
<id>urn:sha1:db2f09d46ce2f3a46be1b6f6e031492966242025</id>
<content type='text'>
</content>
</entry>
</feed>
