| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-09-20 | Fix #20 and #25: Add authorization header workaround for fcgid | Christian Weiske | |
| Apparently the "Authorization" header are passed into PHP as HTTP_XAUTHORIZATION instead of HTTP_AUTHORIZATION. | |||
| 2014-10-08 | Fix bug #10: OAuth does not work on ovh.com server | Christian Weiske | |
| 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. | |||
| 2014-10-07 | Another fix for bug #10 | Christian Weiske | |
| 2014-10-06 | Try to fix issue #10; work around bug https://bugs.php.net/bug.php?id=68168 | Christian Weiske | |
| 2014-09-30 | store client name and last use time for tokens. show them in token management | Christian Weiske | |
| 2014-09-26 | Send HTTP 401 on invalid token | Christian Weiske | |
| 2014-08-21 | make sync work with conboy | Christian Weiske | |
| 2014-08-21 | Support oauth on apache+fastcgi | Christian Weiske | |
| 2014-08-21 | use factory method for oauthprovider | Christian Weiske | |
| 2014-08-18 | oauth dance works | Christian Weiske | |
