Fix storage backend class namespaces and move to subdir
All classes that were previously \OC\Files\Storage\FooBar are now \OCA\Files_External\Lib\Storage\FooBar
Showing
- apps/files_external/appinfo/app.php 0 additions, 9 deletionsapps/files_external/appinfo/app.php
- apps/files_external/lib/backend/amazons3.php 1 addition, 1 deletionapps/files_external/lib/backend/amazons3.php
- apps/files_external/lib/backend/dropbox.php 1 addition, 1 deletionapps/files_external/lib/backend/dropbox.php
- apps/files_external/lib/backend/ftp.php 1 addition, 1 deletionapps/files_external/lib/backend/ftp.php
- apps/files_external/lib/backend/google.php 1 addition, 1 deletionapps/files_external/lib/backend/google.php
- apps/files_external/lib/backend/owncloud.php 1 addition, 1 deletionapps/files_external/lib/backend/owncloud.php
- apps/files_external/lib/backend/sftp.php 1 addition, 1 deletionapps/files_external/lib/backend/sftp.php
- apps/files_external/lib/backend/sftp_key.php 1 addition, 1 deletionapps/files_external/lib/backend/sftp_key.php
- apps/files_external/lib/backend/smb.php 1 addition, 1 deletionapps/files_external/lib/backend/smb.php
- apps/files_external/lib/backend/smb_oc.php 1 addition, 1 deletionapps/files_external/lib/backend/smb_oc.php
- apps/files_external/lib/backend/swift.php 1 addition, 1 deletionapps/files_external/lib/backend/swift.php
- apps/files_external/lib/storage/amazons3.php 1 addition, 1 deletionapps/files_external/lib/storage/amazons3.php
- apps/files_external/lib/storage/dropbox.php 2 additions, 2 deletionsapps/files_external/lib/storage/dropbox.php
- apps/files_external/lib/storage/ftp.php 3 additions, 3 deletionsapps/files_external/lib/storage/ftp.php
- apps/files_external/lib/storage/google.php 2 additions, 2 deletionsapps/files_external/lib/storage/google.php
- apps/files_external/lib/storage/owncloud.php 1 addition, 1 deletionapps/files_external/lib/storage/owncloud.php
- apps/files_external/lib/storage/sftp.php 1 addition, 1 deletionapps/files_external/lib/storage/sftp.php
- apps/files_external/lib/storage/smb.php 2 additions, 2 deletionsapps/files_external/lib/storage/smb.php
- apps/files_external/lib/storage/streamwrapper.php 2 additions, 2 deletionsapps/files_external/lib/storage/streamwrapper.php
- apps/files_external/lib/storage/swift.php 1 addition, 1 deletionapps/files_external/lib/storage/swift.php
Loading
Please register or sign in to comment