diff --git a/modules/ROOT/pages/advanced_usage/environment_variables.adoc b/modules/ROOT/pages/advanced_usage/environment_variables.adoc index 8081af0..ac100de 100644 --- a/modules/ROOT/pages/advanced_usage/environment_variables.adoc +++ b/modules/ROOT/pages/advanced_usage/environment_variables.adoc @@ -19,10 +19,6 @@ NOTE: Most environment variables only exist for debugging or testing purposes. T | Default | Description -| `OWNCLOUD_NO_TUS` -| -| Set to any value to disable uploads using the tus protocol - | `OWNCLOUD_TIMEOUT` | 300 | The timeout for network connections in seconds. @@ -76,10 +72,6 @@ Note that HTTP2 use also depends on whether the server supports it. | Select the file checksumming algorithm. "Adler32", "MD5", "SHA1", "SHA256", "SHA3-256" are valid, but not all have server support. -| `OWNCLOUD_UPLOAD_CONFLICT_FILES` -| unset -| Set to "1" to enable uploading conflict files to the server. - | `OWNCLOUD_OVERRIDE_SERVER_URL` | unset | Set to override a previously configured/branded server URL diff --git a/modules/ROOT/pages/conflicts.adoc b/modules/ROOT/pages/conflicts.adoc index 5b54c97..0669359 100644 --- a/modules/ROOT/pages/conflicts.adoc +++ b/modules/ROOT/pages/conflicts.adoc @@ -40,13 +40,3 @@ The Desktop App notifies you of this situation via system notifications in the s To resolve this conflict, open both files, compare the differences, and copy your local changes from the "conflicted copy" file to the base file, if applicable. In this example, you could change `mydata.txt` to say "local and remote contents" and delete the file with "conflicted copy" in its name. This will resolve the conflict. -== Force Uploading Conflicted Files - -By default, the conflict file (the file with "conflicted copy" in its name that contains your local conflicting changes) is not uploaded to the server. The idea is that you, the author of the changes, are the best person for resolving the conflict and showing the conflict to other users might create confusion. - -In some scenarios, however, it makes a lot of sense to upload these conflicting changes so that local work can become visible even if the conflict isn't resolved immediately. This can be achieved by setting the environment variable `OWNCLOUD_UPLOAD_CONFLICT_FILES=1` as a startup parameter when launching the Desktop App, such as, replace the path and filename according your operating system: - -[source,cmd,subs="attributes+,macros+"] ----- -OWNCLOUD_UPLOAD_CONFLICT_FILES=1 +'C:\Program Files\+{ini_name}+\+{bin_name}.exe' -----