nextcloud/apps
Thomas Müller bcdb3c26da Merge pull request #19236 from owncloud/call_dot_directories_function
Replaces if ($file === '.' || $file === '..') by public function call isIgnoredDir
2015-09-23 11:34:23 +02:00
..
encryption fix small typo 2015-09-21 16:48:15 +02:00
files Merge pull request #19277 from owncloud/files-plusbuttonfix 2015-09-23 11:31:52 +02:00
files_external 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 +02:00
files_sharing Respect disabled sharing API settings 2015-09-22 15:12:16 +02:00
files_trashbin 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 +02:00
files_versions Move dummy backend to Tests namespace 2015-09-22 11:01:11 +02:00
provisioning_api Add proper PHPDoc 2015-09-08 14:02:30 +02:00
user_ldap [tx-robot] updated from transifex 2015-09-17 01:57:20 -04:00