summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
...
* [project @ Finished preliminary changes to consumer example]tailor2006-05-112-30/+18
|
* [project @ Server config generator cleanup]tailor2006-04-241-1/+1
|
* [project @ Added support to server config generator to download config]tailor2006-04-241-3/+20
|
* [project @ Updated server example config generator to allow addition of ↵tailor2006-04-241-15/+14
| | | | OpenIDs; added normalization step to make OpenID input more liberal]
* [project @ Updated server example to work with new server impl]tailor2006-04-245-50/+65
|
* [project @ Changed server setup.php CSS]tailor2006-03-011-1/+1
|
* [project @ Added index.php to server example for convenience]tailor2006-03-011-0/+5
|
* [project @ Removed config.php from server example and updated server to ↵tailor2006-03-013-77/+8
| | | | redirect to setup if config.php is absent]
* [project @ Added basedir path checking for SQLite and filestore paths]tailor2006-02-271-3/+36
|
* [project @ Added detection logic to restrict store choices based on module ↵tailor2006-02-271-2/+32
| | | | availability]
* [project @ Fixed filestore and sqlitestore code generation to require PHP files]tailor2006-02-271-0/+2
|
* [project @ Cleaned up text]tailor2006-02-271-4/+4
|
* [project @ Cleaned up HTML layout and added descriptive text and guessed ↵tailor2006-02-271-15/+97
| | | | server URL.]
* [project @ Updated config generator to reference real path of config file.]tailor2006-02-241-2/+1
|
* [project @ Updated configuration generator to get trusted sites and OpenID ↵tailor2006-02-241-17/+188
| | | | URLs and passwords.]
* [project @ Added config generator to server example]tailor2006-02-231-0/+352
|
* [project @ Updated wording of README files.]tailor2006-02-231-1/+5
|
* [project @ Updated the examples usage documentation and moved docs out of ↵tailor2006-02-231-5/+97
| | | | root README]
* [project @ Fixed PHP OpenID URL in server code]tailor2006-02-231-1/+1
|
* [project @ Added extra example code in documentation.]tailor2006-02-231-0/+9
|
* [project @ Moved files from Store/ into Auth/OpenID/]tailor2006-02-141-1/+1
|
* [project @ Moved quoteMinimal, urlunparse, and normalizeUrl from Util to OpenID]tailor2006-02-141-1/+3
|
* [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