summaryrefslogtreecommitdiffstats
path: root/Auth/OpenID/SQLStore.php
Commit message (Collapse)AuthorAgeFilesLines
* #130: PHP 7 compatibility (fixes #129)HEADorigin/masterorigin/HEADmasterOleksandr Zahorulia2016-09-301-1/+1
|
* Prevent errors in strict mode due to weird PEAR static method declarationsDavid Simon2013-05-211-1/+1
|
* SQLStore: use is_subclass_of to determine if we have a PEAR instance.Daniel Hahler2010-04-291-13/+1
| | | | | | | | This prevents a blank page with no error indication at all, if there appears to happen a fatal error when trying to require DB.php from the global include path (very bad practice!) Instead, using is_subclass_of should be enough, especially when using an own implementation.
* [ few random cleanup changes ]Luke Shepard2009-05-281-1/+1
| | | | | | | | A few minor changes made over the past few months. This adds some additional logging, an extra helper function for error messages, and fixes a small bug with the association handler ... not to mention standardizing on "false" instead of "False". Signed-off-by: Will Norris <will@willnorris.com>
* [ remove closing ?> tag from all files ]Luke Shepard2009-05-281-1/+1
| | | | | | | | | | | | Reviewed By: Will Norris Facebook has a policy to not have closing ?> tags at the bottom of PHP files. It can unintentionally introduce newlines which causes ridiculous bugs. This is recommended in the Zend style guide: http://framework.zend.com/manual/en/coding-standard.php-file-formatting.html Signed-off-by: Will Norris <will@willnorris.com>
* Revert "[ remove closing ?> tag from all files ]"Luke Shepard2009-05-271-1/+1
| | | | | | This reverts commit a2bdc5c6129ff11b1c1e29a207b1b80153ac6fb0. I'm going to stop playing in bce's fork, and start messing in my own. Sorry for the mess Brian :)
* [ remove closing ?> tag from all files ]Luke Shepard2009-05-271-1/+1
| | | | | | | | | | Reviewed By: Will Norris Facebook has a policy to not have closing ?> tags at the bottom of PHP files. It can unintentionally introduce newlines which causes ridiculous bugs. This is recommended in the Zend style guide: http://framework.zend.com/manual/en/coding-standard.php-file-formatting.html
* [project @ Update license strings to say Apache]tailor2008-05-301-1/+1
|
* [project @ fix copyright notices to include 2008]http://mike.glover.myopenid.com2008-05-271-1/+1
|
* [project @ use-time-instead-of-(gm)mktime]dAniel hAhler2007-12-081-1/+1
| | | | | | | | Use time() instead of (gm)mktime(), when used for getting the current time (called without arguments). According to "hunk ./Auth/OpenID/Nonce.php 99" gmmktime() for PHP4 is buggy and using mktime() makes no sense when called without args: just use time() then directly.
* [project @ Remove getExpired()]tailor2007-09-251-17/+1
|
* [project @ gmmktime() -> mktime() since gmmktime() is broken in PHP 4]tailor2007-09-251-1/+1
|
* [project @ Added store methods cleanupAssociations(), cleanup(), and ↵tailor2007-09-251-1/+11
| | | | concrete implementations]
* [project @ Add cleanupNonces to SQL stores]tailor2007-09-241-1/+18
|
* [project @ FileStore, SQLStore, MemStore: check timestamp in useNonce]Kevin Turner2007-09-211-0/+7
|
* [project @ Fix query-building for Auth_OpenID_SQLStore::tableExists (thanks ↵tailor2007-06-191-2/+3
| | | | markus@silverstripe.com)]
* [project @ Add bytes and toBytes to avoid multibyte string overloading]tailor2007-04-041-1/+6
|
* [project @ Add getExpired to stores]tailor2007-03-021-1/+17
|
* [project @ Removed settings table and auth key code from stores]tailor2007-02-141-83/+4
|
* [project @ Make MySQL and PostGreSQL store tests work; make NO_MATH_SUPPORT ↵Josh Hoyt2006-09-081-0/+9
| | | | work]
* [project @ Server-generated and one-way nonces patch from python openid]tailor2006-08-251-66/+7
|
* [project @ FIX: Silence error output when PEAR DB absent]tailor2006-09-251-1/+1
|
* [project @ Fixed SQLStore getAssociation count() bug (thanks to Rasqual ↵tailor2006-08-221-1/+1
| | | | Twilight <oid@rasqual.silk.com>)]
* [project @ Fixed association GC bug in SQL Store]tailor2006-05-301-4/+9
|
* [project @ Fixed return bug in SQLStore which caused infinite loop]tailor2006-05-301-2/+3
|
* [project @ Clarified documentation about SQLStore connection handle.]tailor2006-05-161-3/+5
|
* [project @ Updated SQL store to actually work without PEAR.]tailor2006-05-161-4/+16
|
* [project @ Improved developer docs for SQLStore]tailor2006-03-011-2/+6
|
* [project @ Moved CryptUtil functions into an Auth_OpenID_CryptUtil class.]tailor2006-02-141-1/+2
|
* [project @ Moved MySQL store into its own file.]tailor2006-02-141-64/+0
|
* [project @ Moved SQLite store into its own file.]tailor2006-02-141-52/+0
|
* [project @ Moved PostgreSQL store into its own file.]tailor2006-02-141-123/+1
|
* [project @ Moved files from Store/ into Auth/OpenID/]tailor2006-02-141-0/+871