summaryrefslogtreecommitdiffstats
path: root/apps/user_openid/phpmyid.php
Commit message (Expand)AuthorAgeFilesLines
* move some openid files to 3rdpartyRobin Appelman2012-07-241-1707/+0
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-091-1/+0
* use our own serverHost call so that ownCloud works with reverse proxy serversFrank Karlitschek2012-05-311-1/+1
* removing executable bit - againThomas Mueller2012-05-151-0/+0
* ported the oc_template classFrank Karlitschek2012-05-061-1/+1
* first part of the config stuffFrank Karlitschek2012-05-021-4/+4
* porting of OC_User to public API complete.Frank Karlitschek2012-05-011-1/+1
* remove unneeded definiton of get_temp_dirRobin Appelman2011-10-201-35/+0
* Don't use sys_get_temp_dir(), as it reports the wrong path in restricted envi...Hendrik Langer2011-10-191-20/+28
* use OC_Log instead of error_logRobin Appelman2011-10-161-12/+0
* set cookie secure if forcessl is enabledFlorian Pritz2011-09-241-0/+12
* only call error_log() if DEBUG is trueFlorian Pritz2011-09-241-4/+4
* allow users to use myhost/owncloud/?myusername as openid identityRobin Appelman2011-08-041-5/+5
* Renaming classes :-)Jakob Sack2011-07-291-2/+2
* Merge branch 'master' of git://anongit.kde.org/owncloud into autoloadJakob Sack2011-07-291-7/+7
|\
| * hopefully fix some issues with the openid serverRobin Appelman2011-07-281-7/+7
* | Delete requires in applications where possibleJakob Sack2011-07-271-3/+0
|/
* serveral small fixes to the openid serverRobin Appelman2011-07-201-7/+5
* you can now use your owncloud url as openid providerRobin Appelman2011-06-241-19/+31
* add openid headers to openid request pageRobin Appelman2011-06-241-1/+3
* show error on openid request page when no user is selectedRobin Appelman2011-06-241-1/+3
* add template to openid request pageKamil Domanski2011-06-241-3/+4
* Experimental OpenID user backend and server.Robin Appelman2011-06-231-0/+1723