summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* [project @ Fixed include bug in detect script.]tailor2006-02-141-1/+1
|
* [project @ Fixed bugs in CURL fetcher and updated detection script.]tailor2006-02-131-2/+5
|
* [project @ Fixed detect script to use proper getHTTPFetcher call]tailor2006-02-131-2/+2
|
* [project @ Move Consumer.php out of its subdirectory]Josh Hoyt2006-02-101-1/+1
|
* [project @ Make the detect script work when the posix extension is not found]Josh Hoyt2006-02-091-2/+7
|
* [project @ Fixed a typo in consumer example code.]tailor2006-02-081-1/+1
|
* [project @ The server_url no longer is part of the config]Josh Hoyt2006-02-091-1/+1
|
* [project @ Whitespace]Josh Hoyt2006-02-091-0/+1
|
* [project @ Make sure that the trust function always takes into account the ↵Josh Hoyt2006-02-091-0/+5
| | | | logged in user]
* [project @ Rename CSS for server example]Josh Hoyt2006-02-092-9/+31
|
* [project @ Improve remembered decisions page]Josh Hoyt2006-02-091-14/+25
|
* [project @ Correct logic for when to use remembered trust decision]Josh Hoyt2006-02-091-0/+2
|
* [project @ Automatically build the stylesheet URL]Josh Hoyt2006-02-091-2/+2
|
* [project @ Make the entry point script tell the user when he needs to ↵Josh Hoyt2006-02-091-9/+27
| | | | configure the server]
* [project @ Improve remembered sites UI]Josh Hoyt2006-02-092-5/+9
|
* [project @ Remove debugging function]Josh Hoyt2006-02-091-5/+0
|
* [project @ Trust decision logic fixes]Josh Hoyt2006-02-084-5/+5
|
* [project @ re-organize the server example and make it prettier]Josh Hoyt2006-02-0815-428/+781
|
* [project @ Updated server example to require config, but have a UI]Josh Hoyt2006-02-0711-163/+464
|
* [project @ whitespace]Josh Hoyt2006-02-061-1/+1
|
* [project @ re-work the data storage section]Josh Hoyt2006-02-061-17/+46
|
* [project @ Add fetcher checking to detect script]Josh Hoyt2006-02-021-1/+63
|
* [project @ Sniff whether we are running from the command line or via a web ↵Josh Hoyt2006-02-021-1/+5
| | | | server]
* [project @ Add random source checking and rudimentary store checking to the ↵Josh Hoyt2006-02-021-13/+135
| | | | detect script]
* [project @ Added start of PHP diagnostic tool]Josh Hoyt2006-02-011-0/+214
|
* [project @ Add magic for sniffing out the proper include path to the ↵Josh Hoyt2006-01-271-0/+5
| | | | consumer example]
* [project @ Fix server example checkid_immediate setup_url]Josh Hoyt2006-01-271-1/+1
|
* [project @ Added server example]Josh Hoyt2006-01-266-0/+213
|
* [project @ Added common.php file for example consumer implementation.]tailor2006-01-251-0/+36
|
* [project @ Added consumer example README file]tailor2006-01-251-0/+26
|
* [project @ Further cleaned up example code.]tailor2006-01-253-23/+30
|
* [project @ Refactored example OpenID authentication to hopefully make it ↵tailor2006-01-244-289/+126
| | | | much easier to understand.]
* [project @ Removed extra store example code from consumer demo to help ↵tailor2006-01-241-128/+17
| | | | simplify script.]
* [project @ Removed include_path changes from example consumer.]tailor2006-01-241-2/+0
|
* [project @ Converted Auth_OpenID_ status codes to define()s rather than ↵tailor2006-01-241-13/+10
| | | | global variables.]
* [project @ Fixed refactoring bugs in consumer example script.]tailor2006-01-241-6/+1
|
* [project @ Removed requirement for OIDUtil.php from example consumer script.]tailor2006-01-241-15/+3
|
* [project @ Changed require_once() to require_once per PEAR proposal comment.]tailor2006-01-241-6/+6
|
* [project @ Added mysql store example code to example consumer]tailor2006-01-181-0/+34
|
* [project @ Cleaned up bugs in example consumer]tailor2006-01-181-2/+8
|
* [project @ Removed path change code from consumer example]tailor2006-01-181-2/+0
|
* [project @ Changed default store type in consumer script from postgres to ↵tailor2006-01-181-1/+1
| | | | filestore]
* [project @ Added SQLiteStore example to consumer script]tailor2006-01-181-1/+38
|
* [project @ Moved ensureDir function to OIDUtil and updated example script]tailor2006-01-181-4/+5
|
* [project @ Updated example consumer script and added postgres store usage ↵tailor2006-01-181-16/+64
| | | | example]
* [project @ Moved modules from Net::OpenID namespace to Auth::OpenID for ↵tailor2006-01-161-17/+17
| | | | better PEAR categorization]
* [project @ Cleaned up documentation in consumer example]tailor2006-01-131-8/+82
|
* [project @ Added consumer example script]tailor2006-01-131-0/+224