Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2018-07-25 19:31:36 +0300
committerKevin Ottens <kevin.ottens@nextcloud.com>2020-12-15 12:58:01 +0300
commitac24cdbde69b33fd2778eb73142033c2a69b28a8 (patch)
tree72e33ffb7679b73edd61fa9c6048500dca652cad /CMakeLists.txt
parent0a6d2d0f465d003aae21f9dc1b4a73d07337dc73 (diff)
New Discovery Algo: Permsission check
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt10
1 files changed, 0 insertions, 10 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8e5ddb885..383f00ae2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -168,16 +168,6 @@ if(OWNCLOUD_5XX_NO_BLACKLIST)
add_definitions(-DOWNCLOUD_5XX_NO_BLACKLIST=1)
endif()
-# When this option is enabled, a rename that is not allowed will be renamed back
-# do the original as a restoration step. Withut this option, the restoration will
-# re-download the file instead.
-# The default is off because we don't want to rename the files back behind the user's back
-# Added for IL issue #550
-option(OWNCLOUD_RESTORE_RENAME "OWNCLOUD_RESTORE_RENAME" OFF)
-if(OWNCLOUD_RESTORE_RENAME)
- add_definitions(-DOWNCLOUD_RESTORE_RENAME=1)
-endif()
-
# Disable shibboleth.
# So the client can be built without QtWebKit
option(NO_SHIBBOLETH "Build without Shibboleth support. Allow to build the client without QtWebKit" OFF)