This repository has been archived by the owner on Nov 1, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 58
Known issues
Olivier Paroz edited this page Oct 14, 2015
·
2 revisions
- It may take longer to initialise the view as we're parsing every parent folder to look for configuration files
- If you have write access on a share belonging to another ownCloud instance, editing the configuration file in your folder will also modify the original folder
It is currently not possible to write compliant code using the tools provided by core when accessing the filesystem, so we had to make an exception. You can see exactly where we had to use non-compliant code by using the occ utility:
$ sudo -uwww-data ./occ app:check-code gallery
- General
- Installation
- Configuration
- OCC commands
- Developers