summaryrefslogtreecommitdiffstats
path: root/apps/user_openid/phpmyid.php
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Hendrik Langer2011-10-191-20/+28
| | | | environments
* use OC_Log instead of error_logRobin Appelman2011-10-161-12/+0
|
* set cookie secure if forcessl is enabledFlorian Pritz2011-09-241-0/+12
| | | | | | | This also moves session_start in lib/base.php down a bit because we need OC::$SERVERROOT to get the config settings. Signed-off-by: Florian Pritz <bluewind@xinu.at>
* only call error_log() if DEBUG is trueFlorian Pritz2011-09-241-4/+4
| | | | Signed-off-by: Florian Pritz <bluewind@xinu.at>
* 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
|\ | | | | | | | | | | Conflicts: lib/base.php lib/filestorage.php
| * 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
Currently all users can set one OpenID identity that allows access to the account. The identity url's for the server is owncloud/apps/user_openid/user.php/$username