summaryrefslogtreecommitdiffstats
path: root/examples/server
Commit message (Collapse)AuthorAgeFilesLines
* [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