summaryrefslogtreecommitdiffstats
path: root/apps/files/lib
diff options
context:
space:
mode:
authorRobin Appelman <robin@icewind.nl>2016-07-22 15:20:51 +0200
committerRobin Appelman <robin@icewind.nl>2016-07-22 15:20:51 +0200
commit2e3114cc28b44468d449838c3b75ed7e4e5decea (patch)
tree2b62a1aca17e8c996a31565f484ae7d0b1f55ea8 /apps/files/lib
parentb94ff97a77be3947e62373cd4c6b75d7dfe5e5cc (diff)
downloadnextcloud-server-2e3114cc28b44468d449838c3b75ed7e4e5decea.tar.gz
nextcloud-server-2e3114cc28b44468d449838c3b75ed7e4e5decea.zip
Add recent file listing
Diffstat (limited to 'apps/files/lib')
-rw-r--r--apps/files/lib/Controller/ViewController.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files/lib/Controller/ViewController.php b/apps/files/lib/Controller/ViewController.php
index 5e342e6589b..9dbe06ff789 100644
--- a/apps/files/lib/Controller/ViewController.php
+++ b/apps/files/lib/Controller/ViewController.php
@@ -173,9 +173,11 @@ class ViewController extends Controller {
\OCP\Util::addscript('files', 'search');
\OCP\Util::addScript('files', 'favoritesfilelist');
+ \OCP\Util::addScript('files', 'recentfilelist');
\OCP\Util::addScript('files', 'tagsplugin');
\OCP\Util::addScript('files', 'gotoplugin');
\OCP\Util::addScript('files', 'favoritesplugin');
+ \OCP\Util::addScript('files', 'recentplugin');
\OCP\Util::addScript('files', 'detailfileinfoview');
\OCP\Util::addScript('files', 'sidebarpreviewmanager');