| .. |
|
auth
|
Add deprecation mechanic to IdentifierTrait
|
2015-09-23 12:10:02 +07:00 |
|
backend
|
Mark SMB_OC and SFTP_Key as deprecated backends
|
2015-09-23 12:10:02 +07:00 |
|
config
|
Perform visibility checks on storages
|
2015-09-23 16:00:11 +07:00 |
|
amazons3.php
|
Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isIgnoredDir($file)). Eases to find where this operation is used.
|
2015-09-22 17:53:15 +07:00 |
|
api.php
|
Use OCP classes as much as possible in files_external
|
2015-08-19 15:26:38 +07:00 |
|
config.php
|
if mountpoint is applicable to all users the old API expects a array with 'all'
|
2015-10-02 16:17:28 +07:00 |
|
definitionparameter.php
|
Convert string booleans to real booleans
|
2015-08-20 12:23:12 +07:00 |
|
dependencytrait.php
|
Make checkDependencies a real method
|
2015-09-01 10:25:33 +07:00 |
|
dropbox.php
|
Use OCP classes as much as possible in files_external
|
2015-08-19 15:26:38 +07:00 |
|
etagpropagator.php
|
Update license headers
|
2015-03-26 11:44:36 +07:00 |
|
failedstorage.php
|
Add availability methods to files_external FailedStorage
|
2015-08-20 22:47:57 +07:00 |
|
frontenddefinitiontrait.php
|
Convert string booleans to real booleans
|
2015-08-20 12:23:12 +07:00 |
|
ftp.php
|
Convert string booleans to real booleans
|
2015-08-20 12:23:12 +07:00 |
|
google.php
|
Merge pull request #12088 from AdamWill/google-opendir-root
|
2015-09-01 13:36:27 +07:00 |
|
identifiertrait.php
|
Add deprecation mechanic to IdentifierTrait
|
2015-09-23 12:10:02 +07:00 |
|
insufficientdataformeaningfulanswerexception.php
|
Propagate auth mechanism/backend failures to filesystem layer
|
2015-08-19 10:08:23 +07:00 |
|
legacydependencycheckpolyfill.php
|
Make checkDependencies a real method
|
2015-09-01 10:25:33 +07:00 |
|
missingdependency.php
|
Introduce BackendService for managing external storage backends
|
2015-08-19 10:05:11 +07:00 |
|
notfoundexception.php
|
Update license headers
|
2015-03-26 11:44:36 +07:00 |
|
owncloud.php
|
Update license headers
|
2015-03-26 11:44:36 +07:00 |
|
personalmount.php
|
Introduce BackendService for managing external storage backends
|
2015-08-19 10:05:11 +07:00 |
|
prioritytrait.php
|
Introduce BackendService for managing external storage backends
|
2015-08-19 10:05:11 +07:00 |
|
sessionstoragewrapper.php
|
Fix 'Declaration of SessionStorageWrapper::__construct()...'
|
2015-08-19 20:14:56 +07:00 |
|
sftp.php
|
Migrate SFTP_Key external storage to new API
|
2015-08-28 12:58:47 +07:00 |
|
smb.php
|
Double slash for SMB storage id for compatibility
|
2015-07-28 11:41:54 +07:00 |
|
storageconfig.php
|
Split backend identifiers from the class name
|
2015-08-19 10:05:11 +07:00 |
|
storagemodifiertrait.php
|
Propagate auth mechanism/backend failures to filesystem layer
|
2015-08-19 10:08:23 +07:00 |
|
streamwrapper.php
|
handle rmdir on files for ftp storages
|
2015-07-16 15:44:10 +07:00 |
|
swift.php
|
Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isIgnoredDir($file)). Eases to find where this operation is used.
|
2015-09-22 17:53:15 +07:00 |
|
visibilitytrait.php
|
Revert "Implement more fine-grained external storage permissions model"
|
2015-09-23 12:10:02 +07:00 |