summaryrefslogtreecommitdiffstats
path: root/Auth/OpenID/MySQLStore.php
Commit message (Collapse)AuthorAgeFilesLines
* Using varchar(2047) instead of blob for server_url columnDaniel Hofstetter2010-12-151-1/+1
|
* [ remove closing ?> tag from all files ]Luke Shepard2009-05-281-1/+0
| | | | | | | | | | | | 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-0/+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/+0
| | | | | | | | | | 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 @ Add NOT NULL constraints to SQL stores]tailor2008-06-031-9/+9
|
* [project @ add_field_names_to_set_assoc_in_mysqlstore]Wes Morgan2008-02-221-1/+2
|
* [project @ Use ENGINE=InnoDB instead of TYPE=InnoDB, which is deprecated in ↵tailor2008-05-201-2/+2
| | | | current versions of MySQL]
* [project @ Remove getExpired()]tailor2007-09-251-3/+0
|
* [project @ Added store methods cleanupAssociations(), cleanup(), and ↵tailor2007-09-251-0/+3
| | | | concrete implementations]
* [project @ Add cleanupNonces to SQL stores]tailor2007-09-241-0/+3
|
* [project @ Add getExpired to stores]tailor2007-03-021-0/+3
|
* [project @ Removed settings table and auth key code from stores]tailor2007-02-141-10/+0
|
* [project @ Fix MySQLStore nonce SQL]Josh Hoyt2006-09-071-10/+16
|
* [project @ Server-generated and one-way nonces patch from python openid]tailor2006-08-251-5/+2
|
* [project @ Moved MySQL store into its own file.]tailor2006-02-141-0/+78