-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
[stable9] changed ownCloud to Nextcloud, updated config options #210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[stable9] changed ownCloud to Nextcloud, updated config options #210
Conversation
config/config.sample.php
Outdated
| * | ||
| * Updating/Deleting this value can make connected clients stall until | ||
| * the user has resolved conflicts. | ||
| */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not relevant for stable9
|
LGTM besides my small remark 🚀 |
config/config.sample.php
Outdated
| * Enforce token authentication for clients, which blocks requests using the user | ||
| * password for enhanced security. Users need to generate tokens in personal settings | ||
| * which can be used as passwords on their clients. | ||
| */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is not available in stable9. Could you remove it?
|
@zollak Thanks a lot :) Once my remarks are fixed this can get merged :) |
|
Thank you for reviewing 😄 |
|
Nice 👍 |
nextcloud/documentation@e917b2a seems to be generated from this file and reverted all occurrences of Nextcloud back to ownCloud.
I replaced this config sample with the config sample from the master branch.
It would be great if someone could check whether all changes to available parameters from master are also true for stable9 and the changes in my commit are correct 😄 @MorrisJobke @LukasReschke