documentation icon indicating copy to clipboard operation
documentation copied to clipboard

📘 Nextcloud documentation

Results 461 documentation issues
Sort by recently updated
recently updated
newest added

As to the latest package of NextCloud on OpenBSD, this commit mitigates warnings on webfinger and nodeinfo. Note: In order to follow the current official Nginx configuration strictly, it may...

3. to review
manual: admin

Based on [this issue](https://github.com/nextcloud/server/issues/28200).

3. to review
manual: admin

The regex should match the whole group and not only the single index. Also i think this line should be commented out in the documentation, as it is not needed...

3. to review
manual: admin

This is updated for the latest version of Thunderbird for Windows.

3. to review
manual: user

I wrote this while learning about the workflow engine so I could refactor a media converter I was building to use that rather than timed background jobs and a bunch...

2. developing
manual: developer

S3 compatible storage can also be configured using this approach, such as Alibaba Cloud OSS.

3. to review
manual: admin

This fixes nextcloud#6157. Add a description of the settings to be added to nginx's nextcloud.conf to turn off the following warnings in nginx. Your web server is not properly set...

3. to review
manual: admin

Headers defined in a specific section are overwritten if there are additional headers defined in a subsection. This is true for the header for HSTS (`Strict-Transport-Security`) in the `server` section...

3. to review
manual: admin

``` curl -u username:password 'https://cloud.example.com/remote.php/dav/files/username/folder' -X PROPFIND --data ' ' ``` (see https://docs.nextcloud.com/server/latest/developer_manual/client_apis/WebDAV/basic.html#requesting-properties) returns ``` Sabre\DAV\Exception\BadRequest Namespace prefix nc on contained-folder-count is not defined on line 4, column 32 ```...