]> source.dussan.org Git - nextcloud-server.git/commit
Experimental OpenID user backend and server.
authorRobin Appelman <icewind1991@gmail.com>
Thu, 23 Jun 2011 15:04:32 +0000 (17:04 +0200)
committerRobin Appelman <icewind1991@gmail.com>
Thu, 23 Jun 2011 15:08:04 +0000 (17:08 +0200)
commitbd4aec2c4c979cf88fd2e430b52eb22b34b56dba
tree8fc970a0f928aefa62bf348b4ff6e44c5b042730
parent3b2fcd356f0e1bc0472583d910932c7771ce991c
Experimental OpenID user backend and server.

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
apps/user_openid/appinfo/app.php [new file with mode: 0644]
apps/user_openid/appinfo/info.xml [new file with mode: 0644]
apps/user_openid/class.openid.v3.php [new file with mode: 0644]
apps/user_openid/phpmyid.php [new file with mode: 0644]
apps/user_openid/settings.php [new file with mode: 0644]
apps/user_openid/templates/settings.php [new file with mode: 0644]
apps/user_openid/user.php [new file with mode: 0644]
apps/user_openid/user_openid.php [new file with mode: 0644]