@@ -24,61 +24,61 @@ |
||
| 24 | 24 | namespace OCA\Files\Activity\Settings; |
| 25 | 25 | |
| 26 | 26 | class FavoriteAction extends FileActivitySettings { |
| 27 | - /** |
|
| 28 | - * @return string Lowercase a-z and underscore only identifier |
|
| 29 | - * @since 11.0.0 |
|
| 30 | - */ |
|
| 31 | - public function getIdentifier() { |
|
| 32 | - return 'favorite'; |
|
| 33 | - } |
|
| 27 | + /** |
|
| 28 | + * @return string Lowercase a-z and underscore only identifier |
|
| 29 | + * @since 11.0.0 |
|
| 30 | + */ |
|
| 31 | + public function getIdentifier() { |
|
| 32 | + return 'favorite'; |
|
| 33 | + } |
|
| 34 | 34 | |
| 35 | - /** |
|
| 36 | - * @return string A translated string |
|
| 37 | - * @since 11.0.0 |
|
| 38 | - */ |
|
| 39 | - public function getName() { |
|
| 40 | - return $this->l->t('A file has been added to or removed from your <strong>favorites</strong>'); |
|
| 41 | - } |
|
| 35 | + /** |
|
| 36 | + * @return string A translated string |
|
| 37 | + * @since 11.0.0 |
|
| 38 | + */ |
|
| 39 | + public function getName() { |
|
| 40 | + return $this->l->t('A file has been added to or removed from your <strong>favorites</strong>'); |
|
| 41 | + } |
|
| 42 | 42 | |
| 43 | - /** |
|
| 44 | - * @return int whether the filter should be rather on the top or bottom of |
|
| 45 | - * the admin section. The filters are arranged in ascending order of the |
|
| 46 | - * priority values. It is required to return a value between 0 and 100. |
|
| 47 | - * @since 11.0.0 |
|
| 48 | - */ |
|
| 49 | - public function getPriority() { |
|
| 50 | - return 5; |
|
| 51 | - } |
|
| 43 | + /** |
|
| 44 | + * @return int whether the filter should be rather on the top or bottom of |
|
| 45 | + * the admin section. The filters are arranged in ascending order of the |
|
| 46 | + * priority values. It is required to return a value between 0 and 100. |
|
| 47 | + * @since 11.0.0 |
|
| 48 | + */ |
|
| 49 | + public function getPriority() { |
|
| 50 | + return 5; |
|
| 51 | + } |
|
| 52 | 52 | |
| 53 | - /** |
|
| 54 | - * @return bool True when the option can be changed for the stream |
|
| 55 | - * @since 11.0.0 |
|
| 56 | - */ |
|
| 57 | - public function canChangeStream() { |
|
| 58 | - return true; |
|
| 59 | - } |
|
| 53 | + /** |
|
| 54 | + * @return bool True when the option can be changed for the stream |
|
| 55 | + * @since 11.0.0 |
|
| 56 | + */ |
|
| 57 | + public function canChangeStream() { |
|
| 58 | + return true; |
|
| 59 | + } |
|
| 60 | 60 | |
| 61 | - /** |
|
| 62 | - * @return bool True when the option can be changed for the stream |
|
| 63 | - * @since 11.0.0 |
|
| 64 | - */ |
|
| 65 | - public function isDefaultEnabledStream() { |
|
| 66 | - return true; |
|
| 67 | - } |
|
| 61 | + /** |
|
| 62 | + * @return bool True when the option can be changed for the stream |
|
| 63 | + * @since 11.0.0 |
|
| 64 | + */ |
|
| 65 | + public function isDefaultEnabledStream() { |
|
| 66 | + return true; |
|
| 67 | + } |
|
| 68 | 68 | |
| 69 | - /** |
|
| 70 | - * @return bool True when the option can be changed for the mail |
|
| 71 | - * @since 11.0.0 |
|
| 72 | - */ |
|
| 73 | - public function canChangeMail() { |
|
| 74 | - return true; |
|
| 75 | - } |
|
| 69 | + /** |
|
| 70 | + * @return bool True when the option can be changed for the mail |
|
| 71 | + * @since 11.0.0 |
|
| 72 | + */ |
|
| 73 | + public function canChangeMail() { |
|
| 74 | + return true; |
|
| 75 | + } |
|
| 76 | 76 | |
| 77 | - /** |
|
| 78 | - * @return bool True when the option can be changed for the stream |
|
| 79 | - * @since 11.0.0 |
|
| 80 | - */ |
|
| 81 | - public function isDefaultEnabledMail() { |
|
| 82 | - return false; |
|
| 83 | - } |
|
| 77 | + /** |
|
| 78 | + * @return bool True when the option can be changed for the stream |
|
| 79 | + * @since 11.0.0 |
|
| 80 | + */ |
|
| 81 | + public function isDefaultEnabledMail() { |
|
| 82 | + return false; |
|
| 83 | + } |
|
| 84 | 84 | } |
@@ -24,61 +24,61 @@ |
||
| 24 | 24 | namespace OCA\Files\Activity\Settings; |
| 25 | 25 | |
| 26 | 26 | class FileFavorite extends FileActivitySettings { |
| 27 | - /** |
|
| 28 | - * @return string Lowercase a-z and underscore only identifier |
|
| 29 | - * @since 11.0.0 |
|
| 30 | - */ |
|
| 31 | - public function getIdentifier() { |
|
| 32 | - return 'file_favorite'; |
|
| 33 | - } |
|
| 27 | + /** |
|
| 28 | + * @return string Lowercase a-z and underscore only identifier |
|
| 29 | + * @since 11.0.0 |
|
| 30 | + */ |
|
| 31 | + public function getIdentifier() { |
|
| 32 | + return 'file_favorite'; |
|
| 33 | + } |
|
| 34 | 34 | |
| 35 | - /** |
|
| 36 | - * @return string A translated string |
|
| 37 | - * @since 11.0.0 |
|
| 38 | - */ |
|
| 39 | - public function getName() { |
|
| 40 | - return $this->l->t('Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>'); |
|
| 41 | - } |
|
| 35 | + /** |
|
| 36 | + * @return string A translated string |
|
| 37 | + * @since 11.0.0 |
|
| 38 | + */ |
|
| 39 | + public function getName() { |
|
| 40 | + return $this->l->t('Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>'); |
|
| 41 | + } |
|
| 42 | 42 | |
| 43 | - /** |
|
| 44 | - * @return int whether the filter should be rather on the top or bottom of |
|
| 45 | - * the admin section. The filters are arranged in ascending order of the |
|
| 46 | - * priority values. It is required to return a value between 0 and 100. |
|
| 47 | - * @since 11.0.0 |
|
| 48 | - */ |
|
| 49 | - public function getPriority() { |
|
| 50 | - return 2; |
|
| 51 | - } |
|
| 43 | + /** |
|
| 44 | + * @return int whether the filter should be rather on the top or bottom of |
|
| 45 | + * the admin section. The filters are arranged in ascending order of the |
|
| 46 | + * priority values. It is required to return a value between 0 and 100. |
|
| 47 | + * @since 11.0.0 |
|
| 48 | + */ |
|
| 49 | + public function getPriority() { |
|
| 50 | + return 2; |
|
| 51 | + } |
|
| 52 | 52 | |
| 53 | - /** |
|
| 54 | - * @return bool True when the option can be changed for the stream |
|
| 55 | - * @since 11.0.0 |
|
| 56 | - */ |
|
| 57 | - public function canChangeStream() { |
|
| 58 | - return true; |
|
| 59 | - } |
|
| 53 | + /** |
|
| 54 | + * @return bool True when the option can be changed for the stream |
|
| 55 | + * @since 11.0.0 |
|
| 56 | + */ |
|
| 57 | + public function canChangeStream() { |
|
| 58 | + return true; |
|
| 59 | + } |
|
| 60 | 60 | |
| 61 | - /** |
|
| 62 | - * @return bool True when the option can be changed for the stream |
|
| 63 | - * @since 11.0.0 |
|
| 64 | - */ |
|
| 65 | - public function isDefaultEnabledStream() { |
|
| 66 | - return false; |
|
| 67 | - } |
|
| 61 | + /** |
|
| 62 | + * @return bool True when the option can be changed for the stream |
|
| 63 | + * @since 11.0.0 |
|
| 64 | + */ |
|
| 65 | + public function isDefaultEnabledStream() { |
|
| 66 | + return false; |
|
| 67 | + } |
|
| 68 | 68 | |
| 69 | - /** |
|
| 70 | - * @return bool True when the option can be changed for the mail |
|
| 71 | - * @since 11.0.0 |
|
| 72 | - */ |
|
| 73 | - public function canChangeMail() { |
|
| 74 | - return false; |
|
| 75 | - } |
|
| 69 | + /** |
|
| 70 | + * @return bool True when the option can be changed for the mail |
|
| 71 | + * @since 11.0.0 |
|
| 72 | + */ |
|
| 73 | + public function canChangeMail() { |
|
| 74 | + return false; |
|
| 75 | + } |
|
| 76 | 76 | |
| 77 | - /** |
|
| 78 | - * @return bool True when the option can be changed for the stream |
|
| 79 | - * @since 11.0.0 |
|
| 80 | - */ |
|
| 81 | - public function isDefaultEnabledMail() { |
|
| 82 | - return false; |
|
| 83 | - } |
|
| 77 | + /** |
|
| 78 | + * @return bool True when the option can be changed for the stream |
|
| 79 | + * @since 11.0.0 |
|
| 80 | + */ |
|
| 81 | + public function isDefaultEnabledMail() { |
|
| 82 | + return false; |
|
| 83 | + } |
|
| 84 | 84 | } |
@@ -24,61 +24,61 @@ |
||
| 24 | 24 | namespace OCA\Files\Activity\Settings; |
| 25 | 25 | |
| 26 | 26 | class FileRestored extends FileActivitySettings { |
| 27 | - /** |
|
| 28 | - * @return string Lowercase a-z and underscore only identifier |
|
| 29 | - * @since 11.0.0 |
|
| 30 | - */ |
|
| 31 | - public function getIdentifier() { |
|
| 32 | - return 'file_restored'; |
|
| 33 | - } |
|
| 27 | + /** |
|
| 28 | + * @return string Lowercase a-z and underscore only identifier |
|
| 29 | + * @since 11.0.0 |
|
| 30 | + */ |
|
| 31 | + public function getIdentifier() { |
|
| 32 | + return 'file_restored'; |
|
| 33 | + } |
|
| 34 | 34 | |
| 35 | - /** |
|
| 36 | - * @return string A translated string |
|
| 37 | - * @since 11.0.0 |
|
| 38 | - */ |
|
| 39 | - public function getName() { |
|
| 40 | - return $this->l->t('A file or folder has been <strong>restored</strong>'); |
|
| 41 | - } |
|
| 35 | + /** |
|
| 36 | + * @return string A translated string |
|
| 37 | + * @since 11.0.0 |
|
| 38 | + */ |
|
| 39 | + public function getName() { |
|
| 40 | + return $this->l->t('A file or folder has been <strong>restored</strong>'); |
|
| 41 | + } |
|
| 42 | 42 | |
| 43 | - /** |
|
| 44 | - * @return int whether the filter should be rather on the top or bottom of |
|
| 45 | - * the admin section. The filters are arranged in ascending order of the |
|
| 46 | - * priority values. It is required to return a value between 0 and 100. |
|
| 47 | - * @since 11.0.0 |
|
| 48 | - */ |
|
| 49 | - public function getPriority() { |
|
| 50 | - return 4; |
|
| 51 | - } |
|
| 43 | + /** |
|
| 44 | + * @return int whether the filter should be rather on the top or bottom of |
|
| 45 | + * the admin section. The filters are arranged in ascending order of the |
|
| 46 | + * priority values. It is required to return a value between 0 and 100. |
|
| 47 | + * @since 11.0.0 |
|
| 48 | + */ |
|
| 49 | + public function getPriority() { |
|
| 50 | + return 4; |
|
| 51 | + } |
|
| 52 | 52 | |
| 53 | - /** |
|
| 54 | - * @return bool True when the option can be changed for the stream |
|
| 55 | - * @since 11.0.0 |
|
| 56 | - */ |
|
| 57 | - public function canChangeStream() { |
|
| 58 | - return true; |
|
| 59 | - } |
|
| 53 | + /** |
|
| 54 | + * @return bool True when the option can be changed for the stream |
|
| 55 | + * @since 11.0.0 |
|
| 56 | + */ |
|
| 57 | + public function canChangeStream() { |
|
| 58 | + return true; |
|
| 59 | + } |
|
| 60 | 60 | |
| 61 | - /** |
|
| 62 | - * @return bool True when the option can be changed for the stream |
|
| 63 | - * @since 11.0.0 |
|
| 64 | - */ |
|
| 65 | - public function isDefaultEnabledStream() { |
|
| 66 | - return true; |
|
| 67 | - } |
|
| 61 | + /** |
|
| 62 | + * @return bool True when the option can be changed for the stream |
|
| 63 | + * @since 11.0.0 |
|
| 64 | + */ |
|
| 65 | + public function isDefaultEnabledStream() { |
|
| 66 | + return true; |
|
| 67 | + } |
|
| 68 | 68 | |
| 69 | - /** |
|
| 70 | - * @return bool True when the option can be changed for the mail |
|
| 71 | - * @since 11.0.0 |
|
| 72 | - */ |
|
| 73 | - public function canChangeMail() { |
|
| 74 | - return true; |
|
| 75 | - } |
|
| 69 | + /** |
|
| 70 | + * @return bool True when the option can be changed for the mail |
|
| 71 | + * @since 11.0.0 |
|
| 72 | + */ |
|
| 73 | + public function canChangeMail() { |
|
| 74 | + return true; |
|
| 75 | + } |
|
| 76 | 76 | |
| 77 | - /** |
|
| 78 | - * @return bool True when the option can be changed for the stream |
|
| 79 | - * @since 11.0.0 |
|
| 80 | - */ |
|
| 81 | - public function isDefaultEnabledMail() { |
|
| 82 | - return false; |
|
| 83 | - } |
|
| 77 | + /** |
|
| 78 | + * @return bool True when the option can be changed for the stream |
|
| 79 | + * @since 11.0.0 |
|
| 80 | + */ |
|
| 81 | + public function isDefaultEnabledMail() { |
|
| 82 | + return false; |
|
| 83 | + } |
|
| 84 | 84 | } |
@@ -24,61 +24,61 @@ |
||
| 24 | 24 | namespace OCA\Files\Activity\Settings; |
| 25 | 25 | |
| 26 | 26 | class FileDeleted extends FileActivitySettings { |
| 27 | - /** |
|
| 28 | - * @return string Lowercase a-z and underscore only identifier |
|
| 29 | - * @since 11.0.0 |
|
| 30 | - */ |
|
| 31 | - public function getIdentifier() { |
|
| 32 | - return 'file_deleted'; |
|
| 33 | - } |
|
| 27 | + /** |
|
| 28 | + * @return string Lowercase a-z and underscore only identifier |
|
| 29 | + * @since 11.0.0 |
|
| 30 | + */ |
|
| 31 | + public function getIdentifier() { |
|
| 32 | + return 'file_deleted'; |
|
| 33 | + } |
|
| 34 | 34 | |
| 35 | - /** |
|
| 36 | - * @return string A translated string |
|
| 37 | - * @since 11.0.0 |
|
| 38 | - */ |
|
| 39 | - public function getName() { |
|
| 40 | - return $this->l->t('A file or folder has been <strong>deleted</strong>'); |
|
| 41 | - } |
|
| 35 | + /** |
|
| 36 | + * @return string A translated string |
|
| 37 | + * @since 11.0.0 |
|
| 38 | + */ |
|
| 39 | + public function getName() { |
|
| 40 | + return $this->l->t('A file or folder has been <strong>deleted</strong>'); |
|
| 41 | + } |
|
| 42 | 42 | |
| 43 | - /** |
|
| 44 | - * @return int whether the filter should be rather on the top or bottom of |
|
| 45 | - * the admin section. The filters are arranged in ascending order of the |
|
| 46 | - * priority values. It is required to return a value between 0 and 100. |
|
| 47 | - * @since 11.0.0 |
|
| 48 | - */ |
|
| 49 | - public function getPriority() { |
|
| 50 | - return 3; |
|
| 51 | - } |
|
| 43 | + /** |
|
| 44 | + * @return int whether the filter should be rather on the top or bottom of |
|
| 45 | + * the admin section. The filters are arranged in ascending order of the |
|
| 46 | + * priority values. It is required to return a value between 0 and 100. |
|
| 47 | + * @since 11.0.0 |
|
| 48 | + */ |
|
| 49 | + public function getPriority() { |
|
| 50 | + return 3; |
|
| 51 | + } |
|
| 52 | 52 | |
| 53 | - /** |
|
| 54 | - * @return bool True when the option can be changed for the stream |
|
| 55 | - * @since 11.0.0 |
|
| 56 | - */ |
|
| 57 | - public function canChangeStream() { |
|
| 58 | - return true; |
|
| 59 | - } |
|
| 53 | + /** |
|
| 54 | + * @return bool True when the option can be changed for the stream |
|
| 55 | + * @since 11.0.0 |
|
| 56 | + */ |
|
| 57 | + public function canChangeStream() { |
|
| 58 | + return true; |
|
| 59 | + } |
|
| 60 | 60 | |
| 61 | - /** |
|
| 62 | - * @return bool True when the option can be changed for the stream |
|
| 63 | - * @since 11.0.0 |
|
| 64 | - */ |
|
| 65 | - public function isDefaultEnabledStream() { |
|
| 66 | - return true; |
|
| 67 | - } |
|
| 61 | + /** |
|
| 62 | + * @return bool True when the option can be changed for the stream |
|
| 63 | + * @since 11.0.0 |
|
| 64 | + */ |
|
| 65 | + public function isDefaultEnabledStream() { |
|
| 66 | + return true; |
|
| 67 | + } |
|
| 68 | 68 | |
| 69 | - /** |
|
| 70 | - * @return bool True when the option can be changed for the mail |
|
| 71 | - * @since 11.0.0 |
|
| 72 | - */ |
|
| 73 | - public function canChangeMail() { |
|
| 74 | - return true; |
|
| 75 | - } |
|
| 69 | + /** |
|
| 70 | + * @return bool True when the option can be changed for the mail |
|
| 71 | + * @since 11.0.0 |
|
| 72 | + */ |
|
| 73 | + public function canChangeMail() { |
|
| 74 | + return true; |
|
| 75 | + } |
|
| 76 | 76 | |
| 77 | - /** |
|
| 78 | - * @return bool True when the option can be changed for the stream |
|
| 79 | - * @since 11.0.0 |
|
| 80 | - */ |
|
| 81 | - public function isDefaultEnabledMail() { |
|
| 82 | - return false; |
|
| 83 | - } |
|
| 77 | + /** |
|
| 78 | + * @return bool True when the option can be changed for the stream |
|
| 79 | + * @since 11.0.0 |
|
| 80 | + */ |
|
| 81 | + public function isDefaultEnabledMail() { |
|
| 82 | + return false; |
|
| 83 | + } |
|
| 84 | 84 | } |
@@ -24,61 +24,61 @@ |
||
| 24 | 24 | namespace OCA\Files\Activity\Settings; |
| 25 | 25 | |
| 26 | 26 | class FileChanged extends FileActivitySettings { |
| 27 | - /** |
|
| 28 | - * @return string Lowercase a-z and underscore only identifier |
|
| 29 | - * @since 11.0.0 |
|
| 30 | - */ |
|
| 31 | - public function getIdentifier() { |
|
| 32 | - return 'file_changed'; |
|
| 33 | - } |
|
| 27 | + /** |
|
| 28 | + * @return string Lowercase a-z and underscore only identifier |
|
| 29 | + * @since 11.0.0 |
|
| 30 | + */ |
|
| 31 | + public function getIdentifier() { |
|
| 32 | + return 'file_changed'; |
|
| 33 | + } |
|
| 34 | 34 | |
| 35 | - /** |
|
| 36 | - * @return string A translated string |
|
| 37 | - * @since 11.0.0 |
|
| 38 | - */ |
|
| 39 | - public function getName() { |
|
| 40 | - return $this->l->t('A file or folder has been <strong>changed</strong> or <strong>renamed</strong>'); |
|
| 41 | - } |
|
| 35 | + /** |
|
| 36 | + * @return string A translated string |
|
| 37 | + * @since 11.0.0 |
|
| 38 | + */ |
|
| 39 | + public function getName() { |
|
| 40 | + return $this->l->t('A file or folder has been <strong>changed</strong> or <strong>renamed</strong>'); |
|
| 41 | + } |
|
| 42 | 42 | |
| 43 | - /** |
|
| 44 | - * @return int whether the filter should be rather on the top or bottom of |
|
| 45 | - * the admin section. The filters are arranged in ascending order of the |
|
| 46 | - * priority values. It is required to return a value between 0 and 100. |
|
| 47 | - * @since 11.0.0 |
|
| 48 | - */ |
|
| 49 | - public function getPriority() { |
|
| 50 | - return 1; |
|
| 51 | - } |
|
| 43 | + /** |
|
| 44 | + * @return int whether the filter should be rather on the top or bottom of |
|
| 45 | + * the admin section. The filters are arranged in ascending order of the |
|
| 46 | + * priority values. It is required to return a value between 0 and 100. |
|
| 47 | + * @since 11.0.0 |
|
| 48 | + */ |
|
| 49 | + public function getPriority() { |
|
| 50 | + return 1; |
|
| 51 | + } |
|
| 52 | 52 | |
| 53 | - /** |
|
| 54 | - * @return bool True when the option can be changed for the stream |
|
| 55 | - * @since 11.0.0 |
|
| 56 | - */ |
|
| 57 | - public function canChangeStream() { |
|
| 58 | - return true; |
|
| 59 | - } |
|
| 53 | + /** |
|
| 54 | + * @return bool True when the option can be changed for the stream |
|
| 55 | + * @since 11.0.0 |
|
| 56 | + */ |
|
| 57 | + public function canChangeStream() { |
|
| 58 | + return true; |
|
| 59 | + } |
|
| 60 | 60 | |
| 61 | - /** |
|
| 62 | - * @return bool True when the option can be changed for the stream |
|
| 63 | - * @since 11.0.0 |
|
| 64 | - */ |
|
| 65 | - public function isDefaultEnabledStream() { |
|
| 66 | - return true; |
|
| 67 | - } |
|
| 61 | + /** |
|
| 62 | + * @return bool True when the option can be changed for the stream |
|
| 63 | + * @since 11.0.0 |
|
| 64 | + */ |
|
| 65 | + public function isDefaultEnabledStream() { |
|
| 66 | + return true; |
|
| 67 | + } |
|
| 68 | 68 | |
| 69 | - /** |
|
| 70 | - * @return bool True when the option can be changed for the mail |
|
| 71 | - * @since 11.0.0 |
|
| 72 | - */ |
|
| 73 | - public function canChangeMail() { |
|
| 74 | - return true; |
|
| 75 | - } |
|
| 69 | + /** |
|
| 70 | + * @return bool True when the option can be changed for the mail |
|
| 71 | + * @since 11.0.0 |
|
| 72 | + */ |
|
| 73 | + public function canChangeMail() { |
|
| 74 | + return true; |
|
| 75 | + } |
|
| 76 | 76 | |
| 77 | - /** |
|
| 78 | - * @return bool True when the option can be changed for the stream |
|
| 79 | - * @since 11.0.0 |
|
| 80 | - */ |
|
| 81 | - public function isDefaultEnabledMail() { |
|
| 82 | - return false; |
|
| 83 | - } |
|
| 77 | + /** |
|
| 78 | + * @return bool True when the option can be changed for the stream |
|
| 79 | + * @since 11.0.0 |
|
| 80 | + */ |
|
| 81 | + public function isDefaultEnabledMail() { |
|
| 82 | + return false; |
|
| 83 | + } |
|
| 84 | 84 | } |
@@ -28,21 +28,21 @@ |
||
| 28 | 28 | use OCP\IL10N; |
| 29 | 29 | |
| 30 | 30 | abstract class FileActivitySettings extends ActivitySettings { |
| 31 | - /** @var IL10N */ |
|
| 32 | - protected $l; |
|
| 33 | - |
|
| 34 | - /** |
|
| 35 | - * @param IL10N $l |
|
| 36 | - */ |
|
| 37 | - public function __construct(IL10N $l) { |
|
| 38 | - $this->l = $l; |
|
| 39 | - } |
|
| 40 | - |
|
| 41 | - public function getGroupIdentifier() { |
|
| 42 | - return 'files'; |
|
| 43 | - } |
|
| 44 | - |
|
| 45 | - public function getGroupName() { |
|
| 46 | - return $this->l->t('Files'); |
|
| 47 | - } |
|
| 31 | + /** @var IL10N */ |
|
| 32 | + protected $l; |
|
| 33 | + |
|
| 34 | + /** |
|
| 35 | + * @param IL10N $l |
|
| 36 | + */ |
|
| 37 | + public function __construct(IL10N $l) { |
|
| 38 | + $this->l = $l; |
|
| 39 | + } |
|
| 40 | + |
|
| 41 | + public function getGroupIdentifier() { |
|
| 42 | + return 'files'; |
|
| 43 | + } |
|
| 44 | + |
|
| 45 | + public function getGroupName() { |
|
| 46 | + return $this->l->t('Files'); |
|
| 47 | + } |
|
| 48 | 48 | } |
@@ -24,61 +24,61 @@ |
||
| 24 | 24 | namespace OCA\Files\Activity\Settings; |
| 25 | 25 | |
| 26 | 26 | class FileCreated extends FileActivitySettings { |
| 27 | - /** |
|
| 28 | - * @return string Lowercase a-z and underscore only identifier |
|
| 29 | - * @since 11.0.0 |
|
| 30 | - */ |
|
| 31 | - public function getIdentifier() { |
|
| 32 | - return 'file_created'; |
|
| 33 | - } |
|
| 27 | + /** |
|
| 28 | + * @return string Lowercase a-z and underscore only identifier |
|
| 29 | + * @since 11.0.0 |
|
| 30 | + */ |
|
| 31 | + public function getIdentifier() { |
|
| 32 | + return 'file_created'; |
|
| 33 | + } |
|
| 34 | 34 | |
| 35 | - /** |
|
| 36 | - * @return string A translated string |
|
| 37 | - * @since 11.0.0 |
|
| 38 | - */ |
|
| 39 | - public function getName() { |
|
| 40 | - return $this->l->t('A new file or folder has been <strong>created</strong>'); |
|
| 41 | - } |
|
| 35 | + /** |
|
| 36 | + * @return string A translated string |
|
| 37 | + * @since 11.0.0 |
|
| 38 | + */ |
|
| 39 | + public function getName() { |
|
| 40 | + return $this->l->t('A new file or folder has been <strong>created</strong>'); |
|
| 41 | + } |
|
| 42 | 42 | |
| 43 | - /** |
|
| 44 | - * @return int whether the filter should be rather on the top or bottom of |
|
| 45 | - * the admin section. The filters are arranged in ascending order of the |
|
| 46 | - * priority values. It is required to return a value between 0 and 100. |
|
| 47 | - * @since 11.0.0 |
|
| 48 | - */ |
|
| 49 | - public function getPriority() { |
|
| 50 | - return 0; |
|
| 51 | - } |
|
| 43 | + /** |
|
| 44 | + * @return int whether the filter should be rather on the top or bottom of |
|
| 45 | + * the admin section. The filters are arranged in ascending order of the |
|
| 46 | + * priority values. It is required to return a value between 0 and 100. |
|
| 47 | + * @since 11.0.0 |
|
| 48 | + */ |
|
| 49 | + public function getPriority() { |
|
| 50 | + return 0; |
|
| 51 | + } |
|
| 52 | 52 | |
| 53 | - /** |
|
| 54 | - * @return bool True when the option can be changed for the stream |
|
| 55 | - * @since 11.0.0 |
|
| 56 | - */ |
|
| 57 | - public function canChangeStream() { |
|
| 58 | - return true; |
|
| 59 | - } |
|
| 53 | + /** |
|
| 54 | + * @return bool True when the option can be changed for the stream |
|
| 55 | + * @since 11.0.0 |
|
| 56 | + */ |
|
| 57 | + public function canChangeStream() { |
|
| 58 | + return true; |
|
| 59 | + } |
|
| 60 | 60 | |
| 61 | - /** |
|
| 62 | - * @return bool True when the option can be changed for the stream |
|
| 63 | - * @since 11.0.0 |
|
| 64 | - */ |
|
| 65 | - public function isDefaultEnabledStream() { |
|
| 66 | - return true; |
|
| 67 | - } |
|
| 61 | + /** |
|
| 62 | + * @return bool True when the option can be changed for the stream |
|
| 63 | + * @since 11.0.0 |
|
| 64 | + */ |
|
| 65 | + public function isDefaultEnabledStream() { |
|
| 66 | + return true; |
|
| 67 | + } |
|
| 68 | 68 | |
| 69 | - /** |
|
| 70 | - * @return bool True when the option can be changed for the mail |
|
| 71 | - * @since 11.0.0 |
|
| 72 | - */ |
|
| 73 | - public function canChangeMail() { |
|
| 74 | - return true; |
|
| 75 | - } |
|
| 69 | + /** |
|
| 70 | + * @return bool True when the option can be changed for the mail |
|
| 71 | + * @since 11.0.0 |
|
| 72 | + */ |
|
| 73 | + public function canChangeMail() { |
|
| 74 | + return true; |
|
| 75 | + } |
|
| 76 | 76 | |
| 77 | - /** |
|
| 78 | - * @return bool True when the option can be changed for the stream |
|
| 79 | - * @since 11.0.0 |
|
| 80 | - */ |
|
| 81 | - public function isDefaultEnabledMail() { |
|
| 82 | - return false; |
|
| 83 | - } |
|
| 77 | + /** |
|
| 78 | + * @return bool True when the option can be changed for the stream |
|
| 79 | + * @since 11.0.0 |
|
| 80 | + */ |
|
| 81 | + public function isDefaultEnabledMail() { |
|
| 82 | + return false; |
|
| 83 | + } |
|
| 84 | 84 | } |
@@ -6,73 +6,73 @@ |
||
| 6 | 6 | |
| 7 | 7 | class ComposerStaticInitFiles |
| 8 | 8 | { |
| 9 | - public static $prefixLengthsPsr4 = array ( |
|
| 9 | + public static $prefixLengthsPsr4 = array( |
|
| 10 | 10 | 'O' => |
| 11 | - array ( |
|
| 11 | + array( |
|
| 12 | 12 | 'OCA\\Files\\' => 10, |
| 13 | 13 | ), |
| 14 | 14 | ); |
| 15 | 15 | |
| 16 | - public static $prefixDirsPsr4 = array ( |
|
| 16 | + public static $prefixDirsPsr4 = array( |
|
| 17 | 17 | 'OCA\\Files\\' => |
| 18 | - array ( |
|
| 19 | - 0 => __DIR__ . '/..' . '/../lib', |
|
| 18 | + array( |
|
| 19 | + 0 => __DIR__.'/..'.'/../lib', |
|
| 20 | 20 | ), |
| 21 | 21 | ); |
| 22 | 22 | |
| 23 | - public static $classMap = array ( |
|
| 24 | - 'OCA\\Files\\Activity\\FavoriteProvider' => __DIR__ . '/..' . '/../lib/Activity/FavoriteProvider.php', |
|
| 25 | - 'OCA\\Files\\Activity\\Filter\\Favorites' => __DIR__ . '/..' . '/../lib/Activity/Filter/Favorites.php', |
|
| 26 | - 'OCA\\Files\\Activity\\Filter\\FileChanges' => __DIR__ . '/..' . '/../lib/Activity/Filter/FileChanges.php', |
|
| 27 | - 'OCA\\Files\\Activity\\Helper' => __DIR__ . '/..' . '/../lib/Activity/Helper.php', |
|
| 28 | - 'OCA\\Files\\Activity\\Provider' => __DIR__ . '/..' . '/../lib/Activity/Provider.php', |
|
| 29 | - 'OCA\\Files\\Activity\\Settings\\FavoriteAction' => __DIR__ . '/..' . '/../lib/Activity/Settings/FavoriteAction.php', |
|
| 30 | - 'OCA\\Files\\Activity\\Settings\\FileActivitySettings' => __DIR__ . '/..' . '/../lib/Activity/Settings/FileActivitySettings.php', |
|
| 31 | - 'OCA\\Files\\Activity\\Settings\\FileChanged' => __DIR__ . '/..' . '/../lib/Activity/Settings/FileChanged.php', |
|
| 32 | - 'OCA\\Files\\Activity\\Settings\\FileCreated' => __DIR__ . '/..' . '/../lib/Activity/Settings/FileCreated.php', |
|
| 33 | - 'OCA\\Files\\Activity\\Settings\\FileDeleted' => __DIR__ . '/..' . '/../lib/Activity/Settings/FileDeleted.php', |
|
| 34 | - 'OCA\\Files\\Activity\\Settings\\FileFavorite' => __DIR__ . '/..' . '/../lib/Activity/Settings/FileFavorite.php', |
|
| 35 | - 'OCA\\Files\\Activity\\Settings\\FileRestored' => __DIR__ . '/..' . '/../lib/Activity/Settings/FileRestored.php', |
|
| 36 | - 'OCA\\Files\\App' => __DIR__ . '/..' . '/../lib/App.php', |
|
| 37 | - 'OCA\\Files\\AppInfo\\Application' => __DIR__ . '/..' . '/../lib/AppInfo/Application.php', |
|
| 38 | - 'OCA\\Files\\BackgroundJob\\CleanupDirectEditingTokens' => __DIR__ . '/..' . '/../lib/BackgroundJob/CleanupDirectEditingTokens.php', |
|
| 39 | - 'OCA\\Files\\BackgroundJob\\CleanupFileLocks' => __DIR__ . '/..' . '/../lib/BackgroundJob/CleanupFileLocks.php', |
|
| 40 | - 'OCA\\Files\\BackgroundJob\\DeleteOrphanedItems' => __DIR__ . '/..' . '/../lib/BackgroundJob/DeleteOrphanedItems.php', |
|
| 41 | - 'OCA\\Files\\BackgroundJob\\ScanFiles' => __DIR__ . '/..' . '/../lib/BackgroundJob/ScanFiles.php', |
|
| 42 | - 'OCA\\Files\\BackgroundJob\\TransferOwnership' => __DIR__ . '/..' . '/../lib/BackgroundJob/TransferOwnership.php', |
|
| 43 | - 'OCA\\Files\\Capabilities' => __DIR__ . '/..' . '/../lib/Capabilities.php', |
|
| 44 | - 'OCA\\Files\\Collaboration\\Resources\\Listener' => __DIR__ . '/..' . '/../lib/Collaboration/Resources/Listener.php', |
|
| 45 | - 'OCA\\Files\\Collaboration\\Resources\\ResourceProvider' => __DIR__ . '/..' . '/../lib/Collaboration/Resources/ResourceProvider.php', |
|
| 46 | - 'OCA\\Files\\Command\\DeleteOrphanedFiles' => __DIR__ . '/..' . '/../lib/Command/DeleteOrphanedFiles.php', |
|
| 47 | - 'OCA\\Files\\Command\\Scan' => __DIR__ . '/..' . '/../lib/Command/Scan.php', |
|
| 48 | - 'OCA\\Files\\Command\\ScanAppData' => __DIR__ . '/..' . '/../lib/Command/ScanAppData.php', |
|
| 49 | - 'OCA\\Files\\Command\\TransferOwnership' => __DIR__ . '/..' . '/../lib/Command/TransferOwnership.php', |
|
| 50 | - 'OCA\\Files\\Controller\\AjaxController' => __DIR__ . '/..' . '/../lib/Controller/AjaxController.php', |
|
| 51 | - 'OCA\\Files\\Controller\\ApiController' => __DIR__ . '/..' . '/../lib/Controller/ApiController.php', |
|
| 52 | - 'OCA\\Files\\Controller\\DirectEditingController' => __DIR__ . '/..' . '/../lib/Controller/DirectEditingController.php', |
|
| 53 | - 'OCA\\Files\\Controller\\DirectEditingViewController' => __DIR__ . '/..' . '/../lib/Controller/DirectEditingViewController.php', |
|
| 54 | - 'OCA\\Files\\Controller\\TransferOwnershipController' => __DIR__ . '/..' . '/../lib/Controller/TransferOwnershipController.php', |
|
| 55 | - 'OCA\\Files\\Controller\\ViewController' => __DIR__ . '/..' . '/../lib/Controller/ViewController.php', |
|
| 56 | - 'OCA\\Files\\Db\\TransferOwnership' => __DIR__ . '/..' . '/../lib/Db/TransferOwnership.php', |
|
| 57 | - 'OCA\\Files\\Db\\TransferOwnershipMapper' => __DIR__ . '/..' . '/../lib/Db/TransferOwnershipMapper.php', |
|
| 58 | - 'OCA\\Files\\Event\\LoadAdditionalScriptsEvent' => __DIR__ . '/..' . '/../lib/Event/LoadAdditionalScriptsEvent.php', |
|
| 59 | - 'OCA\\Files\\Event\\LoadSidebar' => __DIR__ . '/..' . '/../lib/Event/LoadSidebar.php', |
|
| 60 | - 'OCA\\Files\\Exception\\TransferOwnershipException' => __DIR__ . '/..' . '/../lib/Exception/TransferOwnershipException.php', |
|
| 61 | - 'OCA\\Files\\Helper' => __DIR__ . '/..' . '/../lib/Helper.php', |
|
| 62 | - 'OCA\\Files\\Listener\\LegacyLoadAdditionalScriptsAdapter' => __DIR__ . '/..' . '/../lib/Listener/LegacyLoadAdditionalScriptsAdapter.php', |
|
| 63 | - 'OCA\\Files\\Listener\\LoadSidebarListener' => __DIR__ . '/..' . '/../lib/Listener/LoadSidebarListener.php', |
|
| 64 | - 'OCA\\Files\\Migration\\Version11301Date20191205150729' => __DIR__ . '/..' . '/../lib/Migration/Version11301Date20191205150729.php', |
|
| 65 | - 'OCA\\Files\\Notification\\Notifier' => __DIR__ . '/..' . '/../lib/Notification/Notifier.php', |
|
| 66 | - 'OCA\\Files\\Search\\FilesSearchProvider' => __DIR__ . '/..' . '/../lib/Search/FilesSearchProvider.php', |
|
| 67 | - 'OCA\\Files\\Service\\DirectEditingService' => __DIR__ . '/..' . '/../lib/Service/DirectEditingService.php', |
|
| 68 | - 'OCA\\Files\\Service\\OwnershipTransferService' => __DIR__ . '/..' . '/../lib/Service/OwnershipTransferService.php', |
|
| 69 | - 'OCA\\Files\\Service\\TagService' => __DIR__ . '/..' . '/../lib/Service/TagService.php', |
|
| 70 | - 'OCA\\Files\\Settings\\PersonalSettings' => __DIR__ . '/..' . '/../lib/Settings/PersonalSettings.php', |
|
| 23 | + public static $classMap = array( |
|
| 24 | + 'OCA\\Files\\Activity\\FavoriteProvider' => __DIR__.'/..'.'/../lib/Activity/FavoriteProvider.php', |
|
| 25 | + 'OCA\\Files\\Activity\\Filter\\Favorites' => __DIR__.'/..'.'/../lib/Activity/Filter/Favorites.php', |
|
| 26 | + 'OCA\\Files\\Activity\\Filter\\FileChanges' => __DIR__.'/..'.'/../lib/Activity/Filter/FileChanges.php', |
|
| 27 | + 'OCA\\Files\\Activity\\Helper' => __DIR__.'/..'.'/../lib/Activity/Helper.php', |
|
| 28 | + 'OCA\\Files\\Activity\\Provider' => __DIR__.'/..'.'/../lib/Activity/Provider.php', |
|
| 29 | + 'OCA\\Files\\Activity\\Settings\\FavoriteAction' => __DIR__.'/..'.'/../lib/Activity/Settings/FavoriteAction.php', |
|
| 30 | + 'OCA\\Files\\Activity\\Settings\\FileActivitySettings' => __DIR__.'/..'.'/../lib/Activity/Settings/FileActivitySettings.php', |
|
| 31 | + 'OCA\\Files\\Activity\\Settings\\FileChanged' => __DIR__.'/..'.'/../lib/Activity/Settings/FileChanged.php', |
|
| 32 | + 'OCA\\Files\\Activity\\Settings\\FileCreated' => __DIR__.'/..'.'/../lib/Activity/Settings/FileCreated.php', |
|
| 33 | + 'OCA\\Files\\Activity\\Settings\\FileDeleted' => __DIR__.'/..'.'/../lib/Activity/Settings/FileDeleted.php', |
|
| 34 | + 'OCA\\Files\\Activity\\Settings\\FileFavorite' => __DIR__.'/..'.'/../lib/Activity/Settings/FileFavorite.php', |
|
| 35 | + 'OCA\\Files\\Activity\\Settings\\FileRestored' => __DIR__.'/..'.'/../lib/Activity/Settings/FileRestored.php', |
|
| 36 | + 'OCA\\Files\\App' => __DIR__.'/..'.'/../lib/App.php', |
|
| 37 | + 'OCA\\Files\\AppInfo\\Application' => __DIR__.'/..'.'/../lib/AppInfo/Application.php', |
|
| 38 | + 'OCA\\Files\\BackgroundJob\\CleanupDirectEditingTokens' => __DIR__.'/..'.'/../lib/BackgroundJob/CleanupDirectEditingTokens.php', |
|
| 39 | + 'OCA\\Files\\BackgroundJob\\CleanupFileLocks' => __DIR__.'/..'.'/../lib/BackgroundJob/CleanupFileLocks.php', |
|
| 40 | + 'OCA\\Files\\BackgroundJob\\DeleteOrphanedItems' => __DIR__.'/..'.'/../lib/BackgroundJob/DeleteOrphanedItems.php', |
|
| 41 | + 'OCA\\Files\\BackgroundJob\\ScanFiles' => __DIR__.'/..'.'/../lib/BackgroundJob/ScanFiles.php', |
|
| 42 | + 'OCA\\Files\\BackgroundJob\\TransferOwnership' => __DIR__.'/..'.'/../lib/BackgroundJob/TransferOwnership.php', |
|
| 43 | + 'OCA\\Files\\Capabilities' => __DIR__.'/..'.'/../lib/Capabilities.php', |
|
| 44 | + 'OCA\\Files\\Collaboration\\Resources\\Listener' => __DIR__.'/..'.'/../lib/Collaboration/Resources/Listener.php', |
|
| 45 | + 'OCA\\Files\\Collaboration\\Resources\\ResourceProvider' => __DIR__.'/..'.'/../lib/Collaboration/Resources/ResourceProvider.php', |
|
| 46 | + 'OCA\\Files\\Command\\DeleteOrphanedFiles' => __DIR__.'/..'.'/../lib/Command/DeleteOrphanedFiles.php', |
|
| 47 | + 'OCA\\Files\\Command\\Scan' => __DIR__.'/..'.'/../lib/Command/Scan.php', |
|
| 48 | + 'OCA\\Files\\Command\\ScanAppData' => __DIR__.'/..'.'/../lib/Command/ScanAppData.php', |
|
| 49 | + 'OCA\\Files\\Command\\TransferOwnership' => __DIR__.'/..'.'/../lib/Command/TransferOwnership.php', |
|
| 50 | + 'OCA\\Files\\Controller\\AjaxController' => __DIR__.'/..'.'/../lib/Controller/AjaxController.php', |
|
| 51 | + 'OCA\\Files\\Controller\\ApiController' => __DIR__.'/..'.'/../lib/Controller/ApiController.php', |
|
| 52 | + 'OCA\\Files\\Controller\\DirectEditingController' => __DIR__.'/..'.'/../lib/Controller/DirectEditingController.php', |
|
| 53 | + 'OCA\\Files\\Controller\\DirectEditingViewController' => __DIR__.'/..'.'/../lib/Controller/DirectEditingViewController.php', |
|
| 54 | + 'OCA\\Files\\Controller\\TransferOwnershipController' => __DIR__.'/..'.'/../lib/Controller/TransferOwnershipController.php', |
|
| 55 | + 'OCA\\Files\\Controller\\ViewController' => __DIR__.'/..'.'/../lib/Controller/ViewController.php', |
|
| 56 | + 'OCA\\Files\\Db\\TransferOwnership' => __DIR__.'/..'.'/../lib/Db/TransferOwnership.php', |
|
| 57 | + 'OCA\\Files\\Db\\TransferOwnershipMapper' => __DIR__.'/..'.'/../lib/Db/TransferOwnershipMapper.php', |
|
| 58 | + 'OCA\\Files\\Event\\LoadAdditionalScriptsEvent' => __DIR__.'/..'.'/../lib/Event/LoadAdditionalScriptsEvent.php', |
|
| 59 | + 'OCA\\Files\\Event\\LoadSidebar' => __DIR__.'/..'.'/../lib/Event/LoadSidebar.php', |
|
| 60 | + 'OCA\\Files\\Exception\\TransferOwnershipException' => __DIR__.'/..'.'/../lib/Exception/TransferOwnershipException.php', |
|
| 61 | + 'OCA\\Files\\Helper' => __DIR__.'/..'.'/../lib/Helper.php', |
|
| 62 | + 'OCA\\Files\\Listener\\LegacyLoadAdditionalScriptsAdapter' => __DIR__.'/..'.'/../lib/Listener/LegacyLoadAdditionalScriptsAdapter.php', |
|
| 63 | + 'OCA\\Files\\Listener\\LoadSidebarListener' => __DIR__.'/..'.'/../lib/Listener/LoadSidebarListener.php', |
|
| 64 | + 'OCA\\Files\\Migration\\Version11301Date20191205150729' => __DIR__.'/..'.'/../lib/Migration/Version11301Date20191205150729.php', |
|
| 65 | + 'OCA\\Files\\Notification\\Notifier' => __DIR__.'/..'.'/../lib/Notification/Notifier.php', |
|
| 66 | + 'OCA\\Files\\Search\\FilesSearchProvider' => __DIR__.'/..'.'/../lib/Search/FilesSearchProvider.php', |
|
| 67 | + 'OCA\\Files\\Service\\DirectEditingService' => __DIR__.'/..'.'/../lib/Service/DirectEditingService.php', |
|
| 68 | + 'OCA\\Files\\Service\\OwnershipTransferService' => __DIR__.'/..'.'/../lib/Service/OwnershipTransferService.php', |
|
| 69 | + 'OCA\\Files\\Service\\TagService' => __DIR__.'/..'.'/../lib/Service/TagService.php', |
|
| 70 | + 'OCA\\Files\\Settings\\PersonalSettings' => __DIR__.'/..'.'/../lib/Settings/PersonalSettings.php', |
|
| 71 | 71 | ); |
| 72 | 72 | |
| 73 | 73 | public static function getInitializer(ClassLoader $loader) |
| 74 | 74 | { |
| 75 | - return \Closure::bind(function () use ($loader) { |
|
| 75 | + return \Closure::bind(function() use ($loader) { |
|
| 76 | 76 | $loader->prefixLengthsPsr4 = ComposerStaticInitFiles::$prefixLengthsPsr4; |
| 77 | 77 | $loader->prefixDirsPsr4 = ComposerStaticInitFiles::$prefixDirsPsr4; |
| 78 | 78 | $loader->classMap = ComposerStaticInitFiles::$classMap; |
@@ -6,51 +6,51 @@ |
||
| 6 | 6 | $baseDir = $vendorDir; |
| 7 | 7 | |
| 8 | 8 | return array( |
| 9 | - 'OCA\\Files\\Activity\\FavoriteProvider' => $baseDir . '/../lib/Activity/FavoriteProvider.php', |
|
| 10 | - 'OCA\\Files\\Activity\\Filter\\Favorites' => $baseDir . '/../lib/Activity/Filter/Favorites.php', |
|
| 11 | - 'OCA\\Files\\Activity\\Filter\\FileChanges' => $baseDir . '/../lib/Activity/Filter/FileChanges.php', |
|
| 12 | - 'OCA\\Files\\Activity\\Helper' => $baseDir . '/../lib/Activity/Helper.php', |
|
| 13 | - 'OCA\\Files\\Activity\\Provider' => $baseDir . '/../lib/Activity/Provider.php', |
|
| 14 | - 'OCA\\Files\\Activity\\Settings\\FavoriteAction' => $baseDir . '/../lib/Activity/Settings/FavoriteAction.php', |
|
| 15 | - 'OCA\\Files\\Activity\\Settings\\FileActivitySettings' => $baseDir . '/../lib/Activity/Settings/FileActivitySettings.php', |
|
| 16 | - 'OCA\\Files\\Activity\\Settings\\FileChanged' => $baseDir . '/../lib/Activity/Settings/FileChanged.php', |
|
| 17 | - 'OCA\\Files\\Activity\\Settings\\FileCreated' => $baseDir . '/../lib/Activity/Settings/FileCreated.php', |
|
| 18 | - 'OCA\\Files\\Activity\\Settings\\FileDeleted' => $baseDir . '/../lib/Activity/Settings/FileDeleted.php', |
|
| 19 | - 'OCA\\Files\\Activity\\Settings\\FileFavorite' => $baseDir . '/../lib/Activity/Settings/FileFavorite.php', |
|
| 20 | - 'OCA\\Files\\Activity\\Settings\\FileRestored' => $baseDir . '/../lib/Activity/Settings/FileRestored.php', |
|
| 21 | - 'OCA\\Files\\App' => $baseDir . '/../lib/App.php', |
|
| 22 | - 'OCA\\Files\\AppInfo\\Application' => $baseDir . '/../lib/AppInfo/Application.php', |
|
| 23 | - 'OCA\\Files\\BackgroundJob\\CleanupDirectEditingTokens' => $baseDir . '/../lib/BackgroundJob/CleanupDirectEditingTokens.php', |
|
| 24 | - 'OCA\\Files\\BackgroundJob\\CleanupFileLocks' => $baseDir . '/../lib/BackgroundJob/CleanupFileLocks.php', |
|
| 25 | - 'OCA\\Files\\BackgroundJob\\DeleteOrphanedItems' => $baseDir . '/../lib/BackgroundJob/DeleteOrphanedItems.php', |
|
| 26 | - 'OCA\\Files\\BackgroundJob\\ScanFiles' => $baseDir . '/../lib/BackgroundJob/ScanFiles.php', |
|
| 27 | - 'OCA\\Files\\BackgroundJob\\TransferOwnership' => $baseDir . '/../lib/BackgroundJob/TransferOwnership.php', |
|
| 28 | - 'OCA\\Files\\Capabilities' => $baseDir . '/../lib/Capabilities.php', |
|
| 29 | - 'OCA\\Files\\Collaboration\\Resources\\Listener' => $baseDir . '/../lib/Collaboration/Resources/Listener.php', |
|
| 30 | - 'OCA\\Files\\Collaboration\\Resources\\ResourceProvider' => $baseDir . '/../lib/Collaboration/Resources/ResourceProvider.php', |
|
| 31 | - 'OCA\\Files\\Command\\DeleteOrphanedFiles' => $baseDir . '/../lib/Command/DeleteOrphanedFiles.php', |
|
| 32 | - 'OCA\\Files\\Command\\Scan' => $baseDir . '/../lib/Command/Scan.php', |
|
| 33 | - 'OCA\\Files\\Command\\ScanAppData' => $baseDir . '/../lib/Command/ScanAppData.php', |
|
| 34 | - 'OCA\\Files\\Command\\TransferOwnership' => $baseDir . '/../lib/Command/TransferOwnership.php', |
|
| 35 | - 'OCA\\Files\\Controller\\AjaxController' => $baseDir . '/../lib/Controller/AjaxController.php', |
|
| 36 | - 'OCA\\Files\\Controller\\ApiController' => $baseDir . '/../lib/Controller/ApiController.php', |
|
| 37 | - 'OCA\\Files\\Controller\\DirectEditingController' => $baseDir . '/../lib/Controller/DirectEditingController.php', |
|
| 38 | - 'OCA\\Files\\Controller\\DirectEditingViewController' => $baseDir . '/../lib/Controller/DirectEditingViewController.php', |
|
| 39 | - 'OCA\\Files\\Controller\\TransferOwnershipController' => $baseDir . '/../lib/Controller/TransferOwnershipController.php', |
|
| 40 | - 'OCA\\Files\\Controller\\ViewController' => $baseDir . '/../lib/Controller/ViewController.php', |
|
| 41 | - 'OCA\\Files\\Db\\TransferOwnership' => $baseDir . '/../lib/Db/TransferOwnership.php', |
|
| 42 | - 'OCA\\Files\\Db\\TransferOwnershipMapper' => $baseDir . '/../lib/Db/TransferOwnershipMapper.php', |
|
| 43 | - 'OCA\\Files\\Event\\LoadAdditionalScriptsEvent' => $baseDir . '/../lib/Event/LoadAdditionalScriptsEvent.php', |
|
| 44 | - 'OCA\\Files\\Event\\LoadSidebar' => $baseDir . '/../lib/Event/LoadSidebar.php', |
|
| 45 | - 'OCA\\Files\\Exception\\TransferOwnershipException' => $baseDir . '/../lib/Exception/TransferOwnershipException.php', |
|
| 46 | - 'OCA\\Files\\Helper' => $baseDir . '/../lib/Helper.php', |
|
| 47 | - 'OCA\\Files\\Listener\\LegacyLoadAdditionalScriptsAdapter' => $baseDir . '/../lib/Listener/LegacyLoadAdditionalScriptsAdapter.php', |
|
| 48 | - 'OCA\\Files\\Listener\\LoadSidebarListener' => $baseDir . '/../lib/Listener/LoadSidebarListener.php', |
|
| 49 | - 'OCA\\Files\\Migration\\Version11301Date20191205150729' => $baseDir . '/../lib/Migration/Version11301Date20191205150729.php', |
|
| 50 | - 'OCA\\Files\\Notification\\Notifier' => $baseDir . '/../lib/Notification/Notifier.php', |
|
| 51 | - 'OCA\\Files\\Search\\FilesSearchProvider' => $baseDir . '/../lib/Search/FilesSearchProvider.php', |
|
| 52 | - 'OCA\\Files\\Service\\DirectEditingService' => $baseDir . '/../lib/Service/DirectEditingService.php', |
|
| 53 | - 'OCA\\Files\\Service\\OwnershipTransferService' => $baseDir . '/../lib/Service/OwnershipTransferService.php', |
|
| 54 | - 'OCA\\Files\\Service\\TagService' => $baseDir . '/../lib/Service/TagService.php', |
|
| 55 | - 'OCA\\Files\\Settings\\PersonalSettings' => $baseDir . '/../lib/Settings/PersonalSettings.php', |
|
| 9 | + 'OCA\\Files\\Activity\\FavoriteProvider' => $baseDir.'/../lib/Activity/FavoriteProvider.php', |
|
| 10 | + 'OCA\\Files\\Activity\\Filter\\Favorites' => $baseDir.'/../lib/Activity/Filter/Favorites.php', |
|
| 11 | + 'OCA\\Files\\Activity\\Filter\\FileChanges' => $baseDir.'/../lib/Activity/Filter/FileChanges.php', |
|
| 12 | + 'OCA\\Files\\Activity\\Helper' => $baseDir.'/../lib/Activity/Helper.php', |
|
| 13 | + 'OCA\\Files\\Activity\\Provider' => $baseDir.'/../lib/Activity/Provider.php', |
|
| 14 | + 'OCA\\Files\\Activity\\Settings\\FavoriteAction' => $baseDir.'/../lib/Activity/Settings/FavoriteAction.php', |
|
| 15 | + 'OCA\\Files\\Activity\\Settings\\FileActivitySettings' => $baseDir.'/../lib/Activity/Settings/FileActivitySettings.php', |
|
| 16 | + 'OCA\\Files\\Activity\\Settings\\FileChanged' => $baseDir.'/../lib/Activity/Settings/FileChanged.php', |
|
| 17 | + 'OCA\\Files\\Activity\\Settings\\FileCreated' => $baseDir.'/../lib/Activity/Settings/FileCreated.php', |
|
| 18 | + 'OCA\\Files\\Activity\\Settings\\FileDeleted' => $baseDir.'/../lib/Activity/Settings/FileDeleted.php', |
|
| 19 | + 'OCA\\Files\\Activity\\Settings\\FileFavorite' => $baseDir.'/../lib/Activity/Settings/FileFavorite.php', |
|
| 20 | + 'OCA\\Files\\Activity\\Settings\\FileRestored' => $baseDir.'/../lib/Activity/Settings/FileRestored.php', |
|
| 21 | + 'OCA\\Files\\App' => $baseDir.'/../lib/App.php', |
|
| 22 | + 'OCA\\Files\\AppInfo\\Application' => $baseDir.'/../lib/AppInfo/Application.php', |
|
| 23 | + 'OCA\\Files\\BackgroundJob\\CleanupDirectEditingTokens' => $baseDir.'/../lib/BackgroundJob/CleanupDirectEditingTokens.php', |
|
| 24 | + 'OCA\\Files\\BackgroundJob\\CleanupFileLocks' => $baseDir.'/../lib/BackgroundJob/CleanupFileLocks.php', |
|
| 25 | + 'OCA\\Files\\BackgroundJob\\DeleteOrphanedItems' => $baseDir.'/../lib/BackgroundJob/DeleteOrphanedItems.php', |
|
| 26 | + 'OCA\\Files\\BackgroundJob\\ScanFiles' => $baseDir.'/../lib/BackgroundJob/ScanFiles.php', |
|
| 27 | + 'OCA\\Files\\BackgroundJob\\TransferOwnership' => $baseDir.'/../lib/BackgroundJob/TransferOwnership.php', |
|
| 28 | + 'OCA\\Files\\Capabilities' => $baseDir.'/../lib/Capabilities.php', |
|
| 29 | + 'OCA\\Files\\Collaboration\\Resources\\Listener' => $baseDir.'/../lib/Collaboration/Resources/Listener.php', |
|
| 30 | + 'OCA\\Files\\Collaboration\\Resources\\ResourceProvider' => $baseDir.'/../lib/Collaboration/Resources/ResourceProvider.php', |
|
| 31 | + 'OCA\\Files\\Command\\DeleteOrphanedFiles' => $baseDir.'/../lib/Command/DeleteOrphanedFiles.php', |
|
| 32 | + 'OCA\\Files\\Command\\Scan' => $baseDir.'/../lib/Command/Scan.php', |
|
| 33 | + 'OCA\\Files\\Command\\ScanAppData' => $baseDir.'/../lib/Command/ScanAppData.php', |
|
| 34 | + 'OCA\\Files\\Command\\TransferOwnership' => $baseDir.'/../lib/Command/TransferOwnership.php', |
|
| 35 | + 'OCA\\Files\\Controller\\AjaxController' => $baseDir.'/../lib/Controller/AjaxController.php', |
|
| 36 | + 'OCA\\Files\\Controller\\ApiController' => $baseDir.'/../lib/Controller/ApiController.php', |
|
| 37 | + 'OCA\\Files\\Controller\\DirectEditingController' => $baseDir.'/../lib/Controller/DirectEditingController.php', |
|
| 38 | + 'OCA\\Files\\Controller\\DirectEditingViewController' => $baseDir.'/../lib/Controller/DirectEditingViewController.php', |
|
| 39 | + 'OCA\\Files\\Controller\\TransferOwnershipController' => $baseDir.'/../lib/Controller/TransferOwnershipController.php', |
|
| 40 | + 'OCA\\Files\\Controller\\ViewController' => $baseDir.'/../lib/Controller/ViewController.php', |
|
| 41 | + 'OCA\\Files\\Db\\TransferOwnership' => $baseDir.'/../lib/Db/TransferOwnership.php', |
|
| 42 | + 'OCA\\Files\\Db\\TransferOwnershipMapper' => $baseDir.'/../lib/Db/TransferOwnershipMapper.php', |
|
| 43 | + 'OCA\\Files\\Event\\LoadAdditionalScriptsEvent' => $baseDir.'/../lib/Event/LoadAdditionalScriptsEvent.php', |
|
| 44 | + 'OCA\\Files\\Event\\LoadSidebar' => $baseDir.'/../lib/Event/LoadSidebar.php', |
|
| 45 | + 'OCA\\Files\\Exception\\TransferOwnershipException' => $baseDir.'/../lib/Exception/TransferOwnershipException.php', |
|
| 46 | + 'OCA\\Files\\Helper' => $baseDir.'/../lib/Helper.php', |
|
| 47 | + 'OCA\\Files\\Listener\\LegacyLoadAdditionalScriptsAdapter' => $baseDir.'/../lib/Listener/LegacyLoadAdditionalScriptsAdapter.php', |
|
| 48 | + 'OCA\\Files\\Listener\\LoadSidebarListener' => $baseDir.'/../lib/Listener/LoadSidebarListener.php', |
|
| 49 | + 'OCA\\Files\\Migration\\Version11301Date20191205150729' => $baseDir.'/../lib/Migration/Version11301Date20191205150729.php', |
|
| 50 | + 'OCA\\Files\\Notification\\Notifier' => $baseDir.'/../lib/Notification/Notifier.php', |
|
| 51 | + 'OCA\\Files\\Search\\FilesSearchProvider' => $baseDir.'/../lib/Search/FilesSearchProvider.php', |
|
| 52 | + 'OCA\\Files\\Service\\DirectEditingService' => $baseDir.'/../lib/Service/DirectEditingService.php', |
|
| 53 | + 'OCA\\Files\\Service\\OwnershipTransferService' => $baseDir.'/../lib/Service/OwnershipTransferService.php', |
|
| 54 | + 'OCA\\Files\\Service\\TagService' => $baseDir.'/../lib/Service/TagService.php', |
|
| 55 | + 'OCA\\Files\\Settings\\PersonalSettings' => $baseDir.'/../lib/Settings/PersonalSettings.php', |
|
| 56 | 56 | ); |