Browse Source

Move Lib\Auth to PSR-4

tags/v9.1.0beta1
Joas Schilling 8 years ago
parent
commit
6d7a1b9bd4
No account linked to committer's email address

apps/files_external/lib/auth/amazons3/accesskey.php → apps/files_external/lib/Lib/Auth/AmazonS3/AccessKey.php View File


apps/files_external/lib/auth/authmechanism.php → apps/files_external/lib/Lib/Auth/AuthMechanism.php View File


apps/files_external/lib/auth/builtin.php → apps/files_external/lib/Lib/Auth/Builtin.php View File


apps/files_external/lib/auth/iuserprovided.php → apps/files_external/lib/Lib/Auth/IUserProvided.php View File


apps/files_external/lib/auth/nullmechanism.php → apps/files_external/lib/Lib/Auth/NullMechanism.php View File

@@ -22,7 +22,6 @@
namespace OCA\Files_External\Lib\Auth;

use \OCP\IL10N;
use \OCA\Files_External\Lib\Auth\AuthMechanism;
use \OCA\Files_external\Lib\StorageConfig;

/**

apps/files_external/lib/auth/oauth1/oauth1.php → apps/files_external/lib/Lib/Auth/OAuth1/OAuth1.php View File


apps/files_external/lib/auth/oauth2/oauth2.php → apps/files_external/lib/Lib/Auth/OAuth2/OAuth2.php View File


apps/files_external/lib/auth/openstack/openstack.php → apps/files_external/lib/Lib/Auth/OpenStack/OpenStack.php View File


apps/files_external/lib/auth/openstack/rackspace.php → apps/files_external/lib/Lib/Auth/OpenStack/Rackspace.php View File


apps/files_external/lib/auth/password/password.php → apps/files_external/lib/Lib/Auth/Password/Password.php View File


apps/files_external/lib/auth/password/sessioncredentials.php → apps/files_external/lib/Lib/Auth/Password/SessionCredentials.php View File


apps/files_external/lib/auth/publickey/rsa.php → apps/files_external/lib/Lib/Auth/PublicKey/RSA.php View File


apps/files_external/tests/auth/authmechanismtest.php → apps/files_external/tests/Auth/AuthMechanismTest.php View File


Loading…
Cancel
Save