documentation
documentation copied to clipboard
📘 Nextcloud documentation
https://github.com/nextcloud/documentation/blame/c63d4ac7c77862aabda0879f51ae2498fbdea002/developer_manual/digging_deeper/performance.rst#L60
Explain the use of an email address in an account. The picture should be also updated but idk how to do it.
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...
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...
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...
* 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:  * This image is also out of date: https://raw.githubusercontent.com/nextcloud/documentation/master/user_manual/images/contact_manageaddressbook.png It now...
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)
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...
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...