]> source.dussan.org Git - nextcloud-server.git/commit
Move the favorites filter to IFilter
authorJoas Schilling <coding@schilljs.com>
Fri, 21 Oct 2016 10:46:04 +0000 (12:46 +0200)
committerJoas Schilling <coding@schilljs.com>
Wed, 16 Nov 2016 08:25:44 +0000 (09:25 +0100)
commit0d940e581a38735497784b76c1321001493e5290
tree7cf008764d0c6bb71205bd0f58f33c4dce04cafa
parent5d71896c8e188d31e5ef0860c16ad469948514b1
Move the favorites filter to IFilter

Signed-off-by: Joas Schilling <coding@schilljs.com>
apps/files/appinfo/app.php
apps/files/appinfo/info.xml
apps/files/lib/Activity.php
apps/files/lib/Activity/Filter/Favorites.php [new file with mode: 0644]
apps/files/lib/Activity/Helper.php [new file with mode: 0644]
apps/files/lib/ActivityHelper.php [deleted file]
apps/files/tests/ActivityTest.php