summaryrefslogtreecommitdiffstats
path: root/examples/server
Commit message (Collapse)AuthorAgeFilesLines
* [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 @ Example server: set response code in action_default]tailor2008-05-201-0/+5
|
* [project @ Swap XRDS and server urls in identity page code (thanks: ↵tailor2008-05-201-3/+3
| | | | lulurun@gmail.com)]
* [project @ Fix user XRDS]tailor2008-02-042-3/+3
|
* [project @ Fix IDP XRDS in example server: advertise correct type]tailor2008-02-041-3/+1
|
* [project @ Correct Sreg response bug in demo server]tailor2007-11-151-1/+1
|
* [project @ Fix simple registration API to use toMessage()]tailor2007-04-161-2/+10
|
* [project @ Fix idpage generation]tailor2007-04-061-1/+2
|
* [project @ Use type URI constants in generating XRDS]tailor2007-04-061-2/+8
|
* [project @ Add user-specific XRDS rendering]tailor2007-04-063-2/+52
|
* [project @ Add no-cache headers]tailor2007-04-061-0/+3
|
* [project @ Add no-cache HTTP-Equivs]tailor2007-04-061-0/+2
|
* [project @ Fix stray index references in setup.php]tailor2007-04-061-9/+9
|
* [project @ Remove duplicate login_needed_pat in example server]tailor2007-04-061-3/+0
|
* [project @ Fix and clarify text on login page]tailor2007-04-061-3/+7
|
* [project @ Fix table creation for sqlitestore in server example]tailor2007-04-061-1/+3
|
* [project @ Fix 2.0 IDP NS URI]tailor2007-04-051-1/+1
|
* [project @ Fix short tags in setup.php]tailor2007-04-051-44/+44
|
* [project @ Add opening and closing PHP tag to example server config]tailor2007-04-051-0/+3
|
* [project @ Update example server to check HTTPS cleanly]tailor2007-04-051-1/+1
|
* [project @ decodeRequest defaults to getting query data implicitly]tailor2007-04-021-2/+1
|
* [project @ Update example server to use new Sreg API]tailor2007-03-311-0/+17
|
* [project @ Update example server to use getQuery]tailor2007-03-311-2/+2
|
* [project @ Example server overhaul; add OpenID 2 features]tailor2007-03-2210-235/+103
|
* [project @ Update example server to accept arbitrary logins (to make it ↵tailor2007-03-199-118/+62
| | | | easier to use and configure)]
* [project @ Fix example server: properly initialize SQL stores]tailor2007-04-021-2/+10
|
* [project @ Fix include_path in example server server.php]tailor2007-03-141-0/+5
|
* [project @ Fix include_path in example server setup.php]tailor2007-03-141-0/+4
|
* [project @ add sreg[email,postcode] support to server,consumer examples]tailor2006-09-082-0/+21
|
* [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 @ 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 quoteMinimal, urlunparse, and normalizeUrl from Util to OpenID]tailor2006-02-141-1/+3
|
* [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-0814-426/+775
|
* [project @ Updated server example to require config, but have a UI]Josh Hoyt2006-02-0711-163/+464
|
* [project @ Fix server example checkid_immediate setup_url]Josh Hoyt2006-01-271-1/+1
|
* [project @ Added server example]Josh Hoyt2006-01-266-0/+213