nextcloud/apps/files/controller
Vincent Petry 093e9dd422
Add route to resolve fileid to files app URL
The following routes will redirect to the files app and display the
matching folder. If the fileid is a file, it will scroll to it.
- http://localhost/owncloud/index.php/f/$fileid
- http://localhost/owncloud/index.php/files/?dir=somedir&fileid=$fileid
2016-05-06 16:46:59 +02:00
..
apicontroller.php filter hidden files on the web interface 2016-04-19 16:08:56 +02:00
viewcontroller.php Add route to resolve fileid to files app URL 2016-05-06 16:46:59 +02:00