Merge pull request #292 from nextcloud/recent-files
Add "Recent" file listing
Showing
- apps/files/appinfo/app.php 12 additions, 2 deletionsapps/files/appinfo/app.php
- apps/files/appinfo/routes.php 5 additions, 0 deletionsapps/files/appinfo/routes.php
- apps/files/js/filelist.js 6 additions, 1 deletionapps/files/js/filelist.js
- apps/files/js/recentfilelist.js 106 additions, 0 deletionsapps/files/js/recentfilelist.js
- apps/files/js/recentplugin.js 117 additions, 0 deletionsapps/files/js/recentplugin.js
- apps/files/lib/AppInfo/Application.php 2 additions, 1 deletionapps/files/lib/AppInfo/Application.php
- apps/files/lib/Controller/ApiController.php 48 additions, 17 deletionsapps/files/lib/Controller/ApiController.php
- apps/files/lib/Controller/ViewController.php 2 additions, 0 deletionsapps/files/lib/Controller/ViewController.php
- apps/files/recentlist.php 7 additions, 0 deletionsapps/files/recentlist.php
- apps/files/templates/recentlist.php 42 additions, 0 deletionsapps/files/templates/recentlist.php
- apps/files/tests/Controller/ApiControllerTest.php 7 additions, 1 deletionapps/files/tests/Controller/ApiControllerTest.php
- apps/files/tests/Controller/ViewControllerTest.php 19 additions, 6 deletionsapps/files/tests/Controller/ViewControllerTest.php
- lib/private/Files/Node/Folder.php 78 additions, 0 deletionslib/private/Files/Node/Folder.php
- lib/private/Files/Node/LazyRoot.php 6 additions, 1 deletionlib/private/Files/Node/LazyRoot.php
- lib/private/Files/Storage/Wrapper/Jail.php 1 addition, 1 deletionlib/private/Files/Storage/Wrapper/Jail.php
- lib/public/Files/FileInfo.php 5 additions, 0 deletionslib/public/Files/FileInfo.php
- lib/public/Files/Folder.php 8 additions, 0 deletionslib/public/Files/Folder.php
- tests/lib/Files/Node/FolderTest.php 169 additions, 4 deletionstests/lib/Files/Node/FolderTest.php
Loading
Please register or sign in to comment