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

github.com/nextcloud/client_theming.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-08-07 17:14:24 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2017-08-07 17:14:24 +0300
commit455ad92e4d5986a41e6951d23801644e3e703bbe (patch)
tree5b37abf24f09b532b5a1588e839203785dc42dd8
parentd3966cf9f9ae5413acce637e4d29f413374f1c36 (diff)
Make 2.3.2 noshib osx2.3.2-noshib
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
-rw-r--r--nextcloudtheme/OEM.cmake2
-rw-r--r--nextcloudtheme/nextcloudtheme.h6
2 files changed, 6 insertions, 2 deletions
diff --git a/nextcloudtheme/OEM.cmake b/nextcloudtheme/OEM.cmake
index a459d16..57deebd 100644
--- a/nextcloudtheme/OEM.cmake
+++ b/nextcloudtheme/OEM.cmake
@@ -3,7 +3,7 @@ set( APPLICATION_SHORTNAME "Nextcloud" )
set( APPLICATION_EXECUTABLE "nextcloud" )
set( APPLICATION_DOMAIN "nextcloud.com" )
set( APPLICATION_VENDOR "Nextcloud GmbH" )
-set( APPLICATION_UPDATE_URL "https://updates.nextcloud.org/client/" CACHE string "URL for updater" )
+set( APPLICATION_UPDATE_URL "https://updates.nextcloud.org/client_noshib/" CACHE string "URL for updater" )
set( APPLICATION_ICON_NAME "Nextcloud" )
set( THEME_CLASS "NextcloudTheme" )
diff --git a/nextcloudtheme/nextcloudtheme.h b/nextcloudtheme/nextcloudtheme.h
index e608ee2..bb1f35a 100644
--- a/nextcloudtheme/nextcloudtheme.h
+++ b/nextcloudtheme/nextcloudtheme.h
@@ -90,7 +90,11 @@ public:
re += gitSHA1();
return re;
-}
+ }
+
+ QString forceConfigAuthType() const {
+ return QLatin1String("http");
+ }
};