WebDAV off, hiding some options from user

Hello.

Is it possible to:

  1. turn off WebDAV support or at least hide “Settings” from users Files page (left bottom where WebDAV address is present)
  2. hide Favorite for users link from Files page?
  3. hide whole “Personal” page?

Regards.

You can’t really disable it. With file access control, you can block access with the sync client. Direct webdav access could perhaps be blocked by webserver configuration, if you disallow access to /remote.php/dav/.

You can’t really disable these features. You can always search the code and comment parts out but you’d have to redo that for every update. You would need to put a feature request to get such an option but there should be some use cases for this.