docs
docs copied to clipboard
ownCloud Documentation (v2)
## WHAT Needs to be Documented? With PR https://github.com/owncloud/core/pull/39026 a new command has been added `make test-doc-links` (not available via occ). This command checks if all doc-links provided in https://github.com/owncloud/core/pull/39026/files#diff-4392b98f2438a8b2698467bda6228bed8a258ec62c83a6fa15e97c0ad1781089...
## WHAT Needs to be Documented? https://github.com/owncloud/core/pull/39126 (Feature/version metadata) `'file_storage.save_version_author' => true` ## WHERE Does This Need To Be Documented (Link)? `config-to-docs` run and in user_manual/pages/files/version_control.adoc ## WHY Should This...
## WHAT Needs to be Documented? Process to manually upgrade apps in production. The recommended process is as follows: ``` - Enable Maintenance Mode with "occ maintenance:mode --on" (this will...
## WHAT Needs to be Documented? ``` * Define list of trusted proxy servers * * If you configure these also consider setting `forwarded_for_headers` which * otherwise defaults to `HTTP_X_FORWARDED_FOR`...
## WHAT Needs to be Documented? A user has reported that it is hard to find how to configure the openidconnect app to use a certain attribute as the userid....
## WHAT Needs to be Documented? The documentation need to cover database connection setups over TLS. ## WHERE Does This Need To Be Documented (Link)? https://doc.owncloud.com/server/next/admin_manual/configuration/database/linux_database_configuration.html ## WHY Should This...
## WHAT Needs to be Documented? in ownCloud 10.7 the files_external app does not provide the option "SMB/CIFS" as stated in the documentation, there are two other options SMB collab.”...
## WHAT Needs to be Documented? A section on how to switch the default "http" access to the ownCloud installation to "https" ## WHERE Does This Need To Be Documented...
## WHAT Needs to be Documented? The steps you need to do when migrating to a different DB ## WHERE Does This Need To Be Documented (Link)? https://doc.owncloud.com/server/10.8/admin_manual/maintenance/ ## WHY...
## WHAT Needs to be Documented? https://github.com/owncloud/core/pull/39359 introduced a priority for registering JavaScript plugins. A higher priority means the plugin will be registered/unregistered before others. It's optional and defaults to...