diff options
author | Joas Schilling <coding@schilljs.com> | 2016-10-21 11:50:28 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2016-11-16 09:25:44 +0100 |
commit | 5d71896c8e188d31e5ef0860c16ad469948514b1 (patch) | |
tree | 48e737d24607d8ae583c0b5d63b29cc8489d9e75 /apps/files/appinfo | |
parent | 280d5325c7ea9cca872b907ffec0eacf35e42f2f (diff) | |
download | nextcloud-server-5d71896c8e188d31e5ef0860c16ad469948514b1.tar.gz nextcloud-server-5d71896c8e188d31e5ef0860c16ad469948514b1.zip |
Move files filter to IFilter
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/files/appinfo')
-rw-r--r-- | apps/files/appinfo/info.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/apps/files/appinfo/info.xml b/apps/files/appinfo/info.xml index 0bf4388b395..85d0bb167bd 100644 --- a/apps/files/appinfo/info.xml +++ b/apps/files/appinfo/info.xml @@ -17,6 +17,12 @@ <user>user-files</user> </documentation> + <activity> + <filters> + <filter>OCA\Files\Activity\Filter\FileChanges</filter> + </filters> + </activity> + <background-jobs> <job>OCA\Files\BackgroundJob\ScanFiles</job> <job>OCA\Files\BackgroundJob\DeleteOrphanedItems</job> |