docs
docs copied to clipboard
ownCloud Documentation (v2)
Document how to trigger auth client popup with www-authenticate to OCS API (OC-RequestAppPassword)
## WHAT Needs to be Documented? https://github.com/owncloud/core/pull/38486 https://github.com/owncloud/enterprise/issues/4196 ## WHERE Does This Need To Be Documented (Link)? user manual (I think) ## WHY Should This Change Be Made? to allow...
## WHAT Needs to be Documented? we need to document the actual commands in the setup section, not a link to another page ## WHERE Does This Need To Be...
## WHAT Needs to be Documented? All items are already present comments and need content - Testing Key Deletion - Configure Authorization - Provide occ commands for key initialization and...
I've identified by nw three different timeouts, that can be configured in /etc/php/7.4/apache2/php.ini * max_execution_time - defaults to 30 seconds in Ubuntu. - https://github.com/owncloud-ansible/php sets it to 3600 - https://github.com/owncloud-docker/php...
## WHAT Needs to be Documented? ``` content-security-policy: default-src 'self'; script-src 'self' 'unsafe-eval'; style-src 'self' 'unsafe-inline'; frame-src *; img-src * data: blob:; font-src 'self' data:; media-src *; connect-src *; base-uri...
## WHAT Needs to be Documented? The admin should be made aware of SSL connections to the database ## WHERE Does This Need To Be Documented (Link)? https://github.com/owncloud/docs/blob/master/modules/admin_manual/pages/configuration/database/linux_database_configuration.adoc ## WHY...
## WHAT Needs to be Documented? I found this with search: https://doc.owncloud.com/server/admin_manual/configuration/server/occ_command/logging_commands.html (but it's not part of the navigation) @voroyam explained in https://github.com/owncloud/docs/issues/3591#issuecomment-848921819 , the occ page is a composite...
## WHAT Needs to be Documented? New settings have been developed using AndroidX to substitute the previous ones, which were deprecated. There are also some news about these: - New...
## WHAT Needs to be Documented? For debugging reasons, support and solution architects often need to see the requests against an ownCloud server. For that, the web server needs to...
## What Needs to be Documented? Theming apps 1. create directory `apps` under your theme: `owncloud/apps/theme-example/apps` 2. create a directory for the asset you want to theme under the newly...