diff --git a/SolidCP.Installer/Sources/SolidCP.Installer.Core/Loader.cs b/SolidCP.Installer/Sources/SolidCP.Installer.Core/Loader.cs
index e00387a0c..6dd3542b8 100644
--- a/SolidCP.Installer/Sources/SolidCP.Installer.Core/Loader.cs
+++ b/SolidCP.Installer/Sources/SolidCP.Installer.Core/Loader.cs
@@ -67,7 +67,7 @@ public static Loader CreateFileLoader(string remoteFile)
{
Debug.Assert(!String.IsNullOrEmpty(remoteFile), "Remote file is empty");
- if (remoteFile.StartsWith("https://installer.solidcp.com/"))
+ if (remoteFile.StartsWith("http://installer.solidcp.com/"))
{
return new CodeplexLoader(remoteFile);
}
diff --git a/SolidCP.Installer/Sources/SolidCP.Installer.Core/Properties/Settings.Designer.cs b/SolidCP.Installer/Sources/SolidCP.Installer.Core/Properties/Settings.Designer.cs
index 4a922a50b..ebd54a219 100644
--- a/SolidCP.Installer/Sources/SolidCP.Installer.Core/Properties/Settings.Designer.cs
+++ b/SolidCP.Installer/Sources/SolidCP.Installer.Core/Properties/Settings.Designer.cs
@@ -26,7 +26,7 @@ public static Settings Default {
[global::System.Configuration.ApplicationScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.SpecialSettingAttribute(global::System.Configuration.SpecialSetting.WebServiceUrl)]
- [global::System.Configuration.DefaultSettingValueAttribute("https://installer.solidcp.com/Services/InstallerService-1.0.asmx")]
+ [global::System.Configuration.DefaultSettingValueAttribute("http://installer.solidcp.com/Services/InstallerService-1.0.asmx")]
public string SolidCP_Installer_Core_InstallerService_InstallerService {
get {
return ((string)(this["SolidCP_Installer_Core_InstallerService_InstallerService"]));
diff --git a/SolidCP.Installer/Sources/SolidCP.Installer.Core/Properties/Settings.settings b/SolidCP.Installer/Sources/SolidCP.Installer.Core/Properties/Settings.settings
index 03cc6c485..5e6406a43 100644
--- a/SolidCP.Installer/Sources/SolidCP.Installer.Core/Properties/Settings.settings
+++ b/SolidCP.Installer/Sources/SolidCP.Installer.Core/Properties/Settings.settings
@@ -3,7 +3,7 @@
- https://installer.solidcp.com/Services/InstallerService-1.0.asmx
+ http://installer.solidcp.com/Services/InstallerService-1.0.asmx
\ No newline at end of file
diff --git a/SolidCP.Installer/Sources/SolidCP.Installer.Core/ServiceProviderProxy.cs b/SolidCP.Installer/Sources/SolidCP.Installer.Core/ServiceProviderProxy.cs
index ae4d4172f..4e05eb176 100644
--- a/SolidCP.Installer/Sources/SolidCP.Installer.Core/ServiceProviderProxy.cs
+++ b/SolidCP.Installer/Sources/SolidCP.Installer.Core/ServiceProviderProxy.cs
@@ -52,7 +52,7 @@ public static InstallerService GetInstallerWebService()
}
else
{
- webService.Url = "https://installer.solidcp.com/Services/InstallerService-1.0.asmx";
+ webService.Url = "http://installer.solidcp.com/Services/InstallerService-1.0.asmx";
}
// check if we need to add a proxy to access Internet
diff --git a/SolidCP.Installer/Sources/SolidCP.Installer.Core/Web References/InstallerService/InstallerService.disco b/SolidCP.Installer/Sources/SolidCP.Installer.Core/Web References/InstallerService/InstallerService.disco
index 0455fca33..a6044a837 100644
--- a/SolidCP.Installer/Sources/SolidCP.Installer.Core/Web References/InstallerService/InstallerService.disco
+++ b/SolidCP.Installer/Sources/SolidCP.Installer.Core/Web References/InstallerService/InstallerService.disco
@@ -1,6 +1,6 @@
-
-
-
+
+
+
\ No newline at end of file
diff --git a/SolidCP.Installer/Sources/SolidCP.Installer.Core/Web References/InstallerService/InstallerService.wsdl b/SolidCP.Installer/Sources/SolidCP.Installer.Core/Web References/InstallerService/InstallerService.wsdl
index 0f2190a75..b65d2f7f9 100644
--- a/SolidCP.Installer/Sources/SolidCP.Installer.Core/Web References/InstallerService/InstallerService.wsdl
+++ b/SolidCP.Installer/Sources/SolidCP.Installer.Core/Web References/InstallerService/InstallerService.wsdl
@@ -1,7 +1,7 @@
-
+
-
+
@@ -181,7 +181,7 @@
-
+
@@ -190,7 +190,7 @@
-
+
@@ -199,7 +199,7 @@
-
+
@@ -208,7 +208,7 @@
-
+
@@ -217,7 +217,7 @@
-
+
@@ -226,7 +226,7 @@
-
+
@@ -238,7 +238,7 @@
-
+
@@ -247,7 +247,7 @@
-
+
@@ -256,7 +256,7 @@
-
+
@@ -265,7 +265,7 @@
-
+
@@ -274,7 +274,7 @@
-
+
@@ -283,7 +283,7 @@
-
+
@@ -294,10 +294,10 @@
-
+
-
+
\ No newline at end of file
diff --git a/SolidCP.Installer/Sources/SolidCP.Installer.Core/Web References/InstallerService/Reference.cs b/SolidCP.Installer/Sources/SolidCP.Installer.Core/Web References/InstallerService/Reference.cs
index 0fdcf52f1..d8290cb75 100644
--- a/SolidCP.Installer/Sources/SolidCP.Installer.Core/Web References/InstallerService/Reference.cs
+++ b/SolidCP.Installer/Sources/SolidCP.Installer.Core/Web References/InstallerService/Reference.cs
@@ -59,7 +59,7 @@ namespace SolidCP.Installer.Services {
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.0.30319.1")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Web.Services.WebServiceBindingAttribute(Name="InstallerServiceSoap", Namespace="https://installer.solidcp.com/services")]
+ [System.Web.Services.WebServiceBindingAttribute(Name="InstallerServiceSoap", Namespace="http://installer.solidcp.com/services")]
public partial class InstallerService : System.Web.Services.Protocols.SoapHttpClientProtocol {
private System.Threading.SendOrPostCallback GetReleaseFileInfoOperationCompleted;
@@ -131,7 +131,7 @@ public InstallerService() {
public event GetComponentUpdateCompletedEventHandler GetComponentUpdateCompleted;
///
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("https://installer.solidcp.com/services/GetReleaseFileInfo", RequestNamespace="https://installer.solidcp.com/services", ResponseNamespace="https://installer.solidcp.com/services", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
+ [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://installer.solidcp.com/services/GetReleaseFileInfo", RequestNamespace="http://installer.solidcp.com/services", ResponseNamespace="http://installer.solidcp.com/services", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public System.Data.DataSet GetReleaseFileInfo(string componentCode, string version) {
object[] results = this.Invoke("GetReleaseFileInfo", new object[] {
componentCode,
@@ -162,7 +162,7 @@ private void OnGetReleaseFileInfoOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("https://installer.solidcp.com/services/GetFileChunk", RequestNamespace="https://installer.solidcp.com/services", ResponseNamespace="https://installer.solidcp.com/services", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
+ [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://installer.solidcp.com/services/GetFileChunk", RequestNamespace="http://installer.solidcp.com/services", ResponseNamespace="http://installer.solidcp.com/services", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")]
public byte[] GetFileChunk(string fileName, int offset, int size) {
object[] results = this.Invoke("GetFileChunk", new object[] {
@@ -196,7 +196,7 @@ private void OnGetFileChunkOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("https://installer.solidcp.com/services/GetFileSize", RequestNamespace="https://installer.solidcp.com/services", ResponseNamespace="https://installer.solidcp.com/services", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
+ [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://installer.solidcp.com/services/GetFileSize", RequestNamespace="http://installer.solidcp.com/services", ResponseNamespace="http://installer.solidcp.com/services", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public long GetFileSize(string fileName) {
object[] results = this.Invoke("GetFileSize", new object[] {
fileName});
@@ -225,7 +225,7 @@ private void OnGetFileSizeOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("https://installer.solidcp.com/services/GetAvailableComponents", RequestNamespace="https://installer.solidcp.com/services", ResponseNamespace="https://installer.solidcp.com/services", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
+ [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://installer.solidcp.com/services/GetAvailableComponents", RequestNamespace="http://installer.solidcp.com/services", ResponseNamespace="http://installer.solidcp.com/services", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public System.Data.DataSet GetAvailableComponents() {
object[] results = this.Invoke("GetAvailableComponents", new object[0]);
return ((System.Data.DataSet)(results[0]));
@@ -252,7 +252,7 @@ private void OnGetAvailableComponentsOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("https://installer.solidcp.com/services/GetLatestComponentUpdate", RequestNamespace="https://installer.solidcp.com/services", ResponseNamespace="https://installer.solidcp.com/services", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
+ [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://installer.solidcp.com/services/GetLatestComponentUpdate", RequestNamespace="http://installer.solidcp.com/services", ResponseNamespace="http://installer.solidcp.com/services", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public System.Data.DataSet GetLatestComponentUpdate(string componentCode) {
object[] results = this.Invoke("GetLatestComponentUpdate", new object[] {
componentCode});
@@ -281,7 +281,7 @@ private void OnGetLatestComponentUpdateOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("https://installer.solidcp.com/services/GetComponentUpdate", RequestNamespace="https://installer.solidcp.com/services", ResponseNamespace="https://installer.solidcp.com/services", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
+ [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://installer.solidcp.com/services/GetComponentUpdate", RequestNamespace="http://installer.solidcp.com/services", ResponseNamespace="http://installer.solidcp.com/services", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public System.Data.DataSet GetComponentUpdate(string componentCode, string release) {
object[] results = this.Invoke("GetComponentUpdate", new object[] {
componentCode,
diff --git a/SolidCP.Installer/Sources/SolidCP.Installer.Core/Web References/InstallerService/Reference.map b/SolidCP.Installer/Sources/SolidCP.Installer.Core/Web References/InstallerService/Reference.map
index 2c75fab07..d82cbbbd1 100644
--- a/SolidCP.Installer/Sources/SolidCP.Installer.Core/Web References/InstallerService/Reference.map
+++ b/SolidCP.Installer/Sources/SolidCP.Installer.Core/Web References/InstallerService/Reference.map
@@ -1,7 +1,7 @@
-
-
+
+
\ No newline at end of file
diff --git a/SolidCP.Installer/Sources/SolidCP.Installer.Core/app.config b/SolidCP.Installer/Sources/SolidCP.Installer.Core/app.config
index ed1e33777..823dde884 100644
--- a/SolidCP.Installer/Sources/SolidCP.Installer.Core/app.config
+++ b/SolidCP.Installer/Sources/SolidCP.Installer.Core/app.config
@@ -12,7 +12,7 @@
- https://installer.solidcp.com/Services/InstallerService-1.0.asmx
+ http://installer.solidcp.com/Services/InstallerService-1.0.asmx
diff --git a/SolidCP.Installer/Sources/SolidCP.Updater/Web References/Services/InstallerService.disco b/SolidCP.Installer/Sources/SolidCP.Updater/Web References/Services/InstallerService.disco
index 0f813d93e..3d51777ad 100644
--- a/SolidCP.Installer/Sources/SolidCP.Updater/Web References/Services/InstallerService.disco
+++ b/SolidCP.Installer/Sources/SolidCP.Updater/Web References/Services/InstallerService.disco
@@ -1,6 +1,6 @@
-
-
+
+
\ No newline at end of file
diff --git a/SolidCP.Installer/Sources/SolidCP.Updater/Web References/Services/InstallerService.wsdl b/SolidCP.Installer/Sources/SolidCP.Updater/Web References/Services/InstallerService.wsdl
index 39161d0bf..54e7bb944 100644
--- a/SolidCP.Installer/Sources/SolidCP.Updater/Web References/Services/InstallerService.wsdl
+++ b/SolidCP.Installer/Sources/SolidCP.Updater/Web References/Services/InstallerService.wsdl
@@ -1,7 +1,7 @@
-
+
-
+
@@ -86,7 +86,7 @@
-
+
@@ -95,7 +95,7 @@
-
+
@@ -104,7 +104,7 @@
-
+
@@ -116,7 +116,7 @@
-
+
@@ -125,7 +125,7 @@
-
+
@@ -134,7 +134,7 @@
-
+
diff --git a/SolidCP.Installer/Sources/SolidCP.Updater/Web References/Services/Reference.cs b/SolidCP.Installer/Sources/SolidCP.Updater/Web References/Services/Reference.cs
index 86719827e..2d1ae7872 100644
--- a/SolidCP.Installer/Sources/SolidCP.Updater/Web References/Services/Reference.cs
+++ b/SolidCP.Installer/Sources/SolidCP.Updater/Web References/Services/Reference.cs
@@ -27,7 +27,7 @@ namespace SolidCP.Updater.Services {
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Web.Services", "4.8.4161.0")]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
- [System.Web.Services.WebServiceBindingAttribute(Name="InstallerServiceSoap", Namespace="https://installer.solidcp.com/services")]
+ [System.Web.Services.WebServiceBindingAttribute(Name="InstallerServiceSoap", Namespace="http://installer.solidcp.com/services")]
public partial class InstallerService : System.Web.Services.Protocols.SoapHttpClientProtocol {
private System.Threading.SendOrPostCallback GetAvailableComponentsOperationCompleted;
@@ -84,7 +84,7 @@ public InstallerService() {
public event GetFileSizeCompletedEventHandler GetFileSizeCompleted;
///
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("https://installer.solidcp.com/services/GetAvailableComponents", RequestNamespace="https://installer.solidcp.com/services", ResponseNamespace="https://installer.solidcp.com/services", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
+ [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://installer.solidcp.com/services/GetAvailableComponents", RequestNamespace="http://installer.solidcp.com/services", ResponseNamespace="http://installer.solidcp.com/services", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public System.Data.DataSet GetAvailableComponents() {
object[] results = this.Invoke("GetAvailableComponents", new object[0]);
return ((System.Data.DataSet)(results[0]));
@@ -111,7 +111,7 @@ private void OnGetAvailableComponentsOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("https://installer.solidcp.com/services/GetFileChunk", RequestNamespace="https://installer.solidcp.com/services", ResponseNamespace="https://installer.solidcp.com/services", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
+ [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://installer.solidcp.com/services/GetFileChunk", RequestNamespace="http://installer.solidcp.com/services", ResponseNamespace="http://installer.solidcp.com/services", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
[return: System.Xml.Serialization.XmlElementAttribute(DataType="base64Binary")]
public byte[] GetFileChunk(string fileName, int offset, int size) {
object[] results = this.Invoke("GetFileChunk", new object[] {
@@ -145,7 +145,7 @@ private void OnGetFileChunkOperationCompleted(object arg) {
}
///
- [System.Web.Services.Protocols.SoapDocumentMethodAttribute("https://installer.solidcp.com/services/GetFileSize", RequestNamespace="https://installer.solidcp.com/services", ResponseNamespace="https://installer.solidcp.com/services", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
+ [System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://installer.solidcp.com/services/GetFileSize", RequestNamespace="http://installer.solidcp.com/services", ResponseNamespace="http://installer.solidcp.com/services", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)]
public long GetFileSize(string fileName) {
object[] results = this.Invoke("GetFileSize", new object[] {
fileName});
diff --git a/SolidCP.Installer/Sources/VersionInfo.cs b/SolidCP.Installer/Sources/VersionInfo.cs
index 233489519..b764e15ee 100644
--- a/SolidCP.Installer/Sources/VersionInfo.cs
+++ b/SolidCP.Installer/Sources/VersionInfo.cs
@@ -1,10 +1,10 @@
//------------------------------------------------------------------------------
//
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
+// Deze code is gegenereerd met een hulpprogramma.
+// Runtime-versie:4.0.30319.42000
//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
+// Als u wijzigingen aanbrengt in dit bestand, kan dit onjuist gedrag veroorzaken wanneer
+// de code wordt gegenereerd.
//
//------------------------------------------------------------------------------
diff --git a/SolidCP.WebSite/Sources/SolidCP.WebSite/Services/InstallerService-1.0.asmx.cs b/SolidCP.WebSite/Sources/SolidCP.WebSite/Services/InstallerService-1.0.asmx.cs
index dca75a1e0..91e415de7 100644
--- a/SolidCP.WebSite/Sources/SolidCP.WebSite/Services/InstallerService-1.0.asmx.cs
+++ b/SolidCP.WebSite/Sources/SolidCP.WebSite/Services/InstallerService-1.0.asmx.cs
@@ -42,7 +42,7 @@ namespace SolidCP.WebSite.Services
///
/// Summary description for InstallerService_Beta
///
- [WebService(Namespace = "https://installer.solidcp.com/services")]
+ [WebService(Namespace = "http://installer.solidcp.com/services")]
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
[System.ComponentModel.ToolboxItem(false)]
// To allow this Web Service to be called from script, using ASP.NET AJAX, uncomment the following line.
diff --git a/SolidCP.WebSite/Sources/SolidCP.WebSite/Services/InstallerService-Beta.asmx.cs b/SolidCP.WebSite/Sources/SolidCP.WebSite/Services/InstallerService-Beta.asmx.cs
index db91b37e9..a77b42da6 100644
--- a/SolidCP.WebSite/Sources/SolidCP.WebSite/Services/InstallerService-Beta.asmx.cs
+++ b/SolidCP.WebSite/Sources/SolidCP.WebSite/Services/InstallerService-Beta.asmx.cs
@@ -42,7 +42,7 @@ namespace SolidCP.WebSite.Services
///
/// Summary description for InstallerService_Beta
///
- [WebService(Namespace = "https://installer.solidcp.com/services")]
+ [WebService(Namespace = "http://installer.solidcp.com/services")]
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
[System.ComponentModel.ToolboxItem(false)]
// To allow this Web Service to be called from script, using ASP.NET AJAX, uncomment the following line.
diff --git a/SolidCP.WebSite/Sources/SolidCP.WebSite/Services/InstallerService-Staging.asmx.cs b/SolidCP.WebSite/Sources/SolidCP.WebSite/Services/InstallerService-Staging.asmx.cs
index 29289b316..713963fee 100644
--- a/SolidCP.WebSite/Sources/SolidCP.WebSite/Services/InstallerService-Staging.asmx.cs
+++ b/SolidCP.WebSite/Sources/SolidCP.WebSite/Services/InstallerService-Staging.asmx.cs
@@ -42,7 +42,7 @@ namespace SolidCP.WebSite.Services
///
/// Summary description for InstallerService_Beta
///
- [WebService(Namespace = "https://installer.solidcp.com/services")]
+ [WebService(Namespace = "http://installer.solidcp.com/services")]
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
[System.ComponentModel.ToolboxItem(false)]
// To allow this Web Service to be called from script, using ASP.NET AJAX, uncomment the following line.
diff --git a/SolidCP.WebSite/Sources/SolidCP.WebSite/Services/InstallerService.asmx.cs b/SolidCP.WebSite/Sources/SolidCP.WebSite/Services/InstallerService.asmx.cs
index 44f6951a1..00965896e 100644
--- a/SolidCP.WebSite/Sources/SolidCP.WebSite/Services/InstallerService.asmx.cs
+++ b/SolidCP.WebSite/Sources/SolidCP.WebSite/Services/InstallerService.asmx.cs
@@ -42,7 +42,7 @@ namespace SolidCP.WebSite.Services
///
/// Summary description for InstallerService
///
- [WebService(Namespace = "https://installer.solidcp.com/services")]
+ [WebService(Namespace = "http://installer.solidcp.com/services")]
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
[System.ComponentModel.ToolboxItem(false)]
// To allow this Web Service to be called from script, using ASP.NET AJAX, uncomment the following line.
diff --git a/SolidCP.WebSite/Sources/SolidCP.WebSite/WebPI/1.0.1/SolidCPFeed.xml b/SolidCP.WebSite/Sources/SolidCP.WebSite/WebPI/1.0.1/SolidCPFeed.xml
index d2bf0fb76..b54326409 100644
--- a/SolidCP.WebSite/Sources/SolidCP.WebSite/WebPI/1.0.1/SolidCPFeed.xml
+++ b/SolidCP.WebSite/Sources/SolidCP.WebSite/WebPI/1.0.1/SolidCPFeed.xml
@@ -4,25 +4,25 @@
SolidCP Installer v1.0 Feed
2016-03-06T00:00:00Z
-
+
SolidCP
https://solidcp.com
- https://installer.solidcp.com/web/webpi/1.0.1/SolidCPList.xml
+ http://installer.solidcp.com/web/webpi/1.0.1/SolidCPList.xml
SolidCP101
SolidCP 1.0.1
1.0.1
SolidCP is an easy to use control panel for Windows hosting. It allows you to manage multiple servers, it has a robust, scalable and secure architecture. With SolidCP you can easily manage all your web sites, FTP accounts, databases and other resources from a single place.
- https://installer.solidcp.com/web/webpi/wsp/101
+ http://installer.solidcp.com/web/webpi/wsp/101
2016-03-06T00:00:00Z
SolidCP is an easy to use control panel for Windows hosting. It allows you to manage multiple servers, it has a robust, scalable and secure architecture. With SolidCP you can easily manage all your web sites, FTP accounts, databases and other resources from a single place.
2016-03-06T17:40:00Z
- https://installer.solidcp.com/content/images/wsp_screenshot.png
+ http://installer.solidcp.com/content/images/wsp_screenshot.png
SolidCP
@@ -124,7 +124,7 @@
1104
- https://installer.solidcp.com/Project/Download/FileDownload.aspx?DownloadId=339227
+ http://installer.solidcp.com/Project/Download/FileDownload.aspx?DownloadId=339227
2AEE726B0CD696C08DA90246CEB5D8E3154C0333
@@ -218,7 +218,7 @@
1104
- https://installer.solidcp.com/Project/Download/FileDownload.aspx?DownloadId=339227
+ http://installer.solidcp.com/Project/Download/FileDownload.aspx?DownloadId=339227
2AEE726B0CD696C08DA90246CEB5D8E3154C0333
diff --git a/SolidCP/Database/update_db.sql b/SolidCP/Database/update_db.sql
index 5a44f6b47..183d89bde 100644
--- a/SolidCP/Database/update_db.sql
+++ b/SolidCP/Database/update_db.sql
@@ -23436,7 +23436,7 @@ GO
IF NOT EXISTS (SELECT * FROM [dbo].[Themes] WHERE [ThemeID] = '1')
BEGIN
-INSERT [dbo].[Themes] ([ThemeID], [DisplayName], [LTRName], [RTLName], [Enabled], [DisplayOrder]) VALUES (1, N'SolidCP', N'Default', N'Default', 1, 1)
+INSERT [dbo].[Themes] ([ThemeID], [DisplayName], [LTRName], [RTLName], [Enabled], [DisplayOrder]) VALUES (1, N'SolidCP v1', N'Default', N'Default', 1, 1)
INSERT [dbo].[ThemeSettings] ([ThemeID], [SettingsName], [PropertyName], [PropertyValue]) VALUES (1, N'Style', N'Light', N'light-theme')
INSERT [dbo].[ThemeSettings] ([ThemeID], [SettingsName], [PropertyName], [PropertyValue]) VALUES (1, N'Style', N'Dark', N'dark-theme')
INSERT [dbo].[ThemeSettings] ([ThemeID], [SettingsName], [PropertyName], [PropertyValue]) VALUES (1, N'Style', N'Semi Dark', N'semi-dark')
diff --git a/SolidCP/Sources/VersionInfo.cs b/SolidCP/Sources/VersionInfo.cs
index 233489519..b764e15ee 100644
--- a/SolidCP/Sources/VersionInfo.cs
+++ b/SolidCP/Sources/VersionInfo.cs
@@ -1,10 +1,10 @@
//------------------------------------------------------------------------------
//
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
+// Deze code is gegenereerd met een hulpprogramma.
+// Runtime-versie:4.0.30319.42000
//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
+// Als u wijzigingen aanbrengt in dit bestand, kan dit onjuist gedrag veroorzaken wanneer
+// de code wordt gegenereerd.
//
//------------------------------------------------------------------------------
diff --git a/SolidCP/Sources/VersionInfo.vb b/SolidCP/Sources/VersionInfo.vb
index d25ee882b..6346eefdf 100644
--- a/SolidCP/Sources/VersionInfo.vb
+++ b/SolidCP/Sources/VersionInfo.vb
@@ -1,10 +1,10 @@
'------------------------------------------------------------------------------
'
-' This code was generated by a tool.
-' Runtime Version:4.0.30319.42000
+' Deze code is gegenereerd met een hulpprogramma.
+' Runtime-versie:4.0.30319.42000
'
-' Changes to this file may cause incorrect behavior and will be lost if
-' the code is regenerated.
+' Als u wijzigingen aanbrengt in dit bestand, kan dit onjuist gedrag veroorzaken wanneer
+' de code wordt gegenereerd.
'
'------------------------------------------------------------------------------
diff --git a/SolidCP/build.xml b/SolidCP/build.xml
index 710027316..d4f1c2d90 100644
--- a/SolidCP/build.xml
+++ b/SolidCP/build.xml
@@ -69,7 +69,7 @@
- https://installer.solidcp.com/files/$(Version)/SolidCP-$(Version)-webpi.msi
+ http://installer.solidcp.com/files/$(Version)/SolidCP-$(Version)-webpi.msi