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

https://github.com/nextcloud/documentation/blame/c63d4ac7c77862aabda0879f51ae2498fbdea002/developer_manual/digging_deeper/performance.rst#L60

bug
1. to develop
manual: developer

Explain the use of an email address in an account. The picture should be also updated but idk how to do it.

2. developing
manual: admin

Hello community, based on [a thread on reddit](https://www.reddit.com/r/NextCloud/comments/cluzks/curated_list_of_linux_desktop_apps/) I'd like to submit this revised list of OpenSource clients that integrate in any way with the Nextcloud server. I think this...

manual: user

I was trying to read through the user install documentation and found that the windows section could use some help (I found it hard to follow). One initial thought is...

enhancement
manual: admin

Thanks for Nextcloud and the good documentation in the first place! I searched for an epaper-usable version of the entire documentation in one document, however only found a PDF version...

enhancement

* The icon picture for uploading https://raw.githubusercontent.com/nextcloud/documentation/master/user_manual/images/contact_picture.png in the `user_manual/pim/contacts.rst` a picture for contacts should be as follows: ![obraz](https://user-images.githubusercontent.com/47037905/101261101-ee410e00-3734-11eb-8fb6-99e4874db21c.png) * This image is also out of date: https://raw.githubusercontent.com/nextcloud/documentation/master/user_manual/images/contact_manageaddressbook.png It now...

bug
help wanted
good first issue
manual: user

https://github.com/nextcloud/documentation/blob/0ab53b5b01fbc77dd4e1c6a375f083215d21af48/admin_manual/installation/nginx-root.conf.sample#L117 Shouldn't this regex be: `^(.+?\.php)(/.*|)$` instead? (If the uri has no trailing slash, fastcgi_split_path_info would fail) cc: @jivanpal (https://github.com/nextcloud/documentation/pull/2197)

bug
manual: admin

The [documentation](https://docs.nextcloud.com/server/16/admin_manual/configuration_database/mysql_4byte_support.html) suggests to use "utf8mb4_general_ci" in your Nextcloud DB. I'm not super knowledgeable about this but [my research](https://stackoverflow.com/q/766809/1066210) told me that utf8mb4_unicode_ci would be the more "correct" choice. Are...

Hello everyone, I'm having a problem with the autocomplete and user search as described [here](https://docs.nextcloud.com/server/18/developer_manual/client_apis/OCS/ocs-api-overview.html#auto-complete-and-user-search) If I use `shareTypes` with an `s`, as described in the docs, then I don't...

manual: developer

What if I need just standard confirm dialog and then do something simple ? In propagated method I need to "do webpack preparations and other" and all my scripts will...

manual: developer