Skip to content

Commit 371c077

Browse files
committed
v5.7.3670
1 parent d4ba0e8 commit 371c077

File tree

200 files changed

+1059
-573
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

200 files changed

+1059
-573
lines changed

CS/CalDAVServer.FileSystemStorage.AspNet/AjaxFileBrowser/AjaxFileBrowser.aspx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
</style>
1414
<!--
1515
JavaScript file, styles and images required to run Ajax File Browser are loaded from IT Hit website.
16-
To load files from your website download them here: http://www.webdavsystem.com/ajaxfilebrowser/download,
17-
deploy them to your website and replace the 'http://www.ajaxbrowser.com/ITHitService/' path in this file.
16+
To load files from your website download them here: https://www.webdavsystem.com/ajaxfilebrowser/download,
17+
deploy them to your website and replace the 'https://www.ajaxbrowser.com/ITHitService/' path in this file.
1818
-->
19-
<script src="http://www.ajaxbrowser.com/ITHitService/AjaxFileBrowser/ITHitAJAXFileBrowserLoader.js" type="text/javascript"></script>
19+
<script src="https://www.ajaxbrowser.com/ITHitService/AjaxFileBrowser/ITHitAJAXFileBrowserLoader.js" type="text/javascript"></script>
2020
<script type="text/javascript">
2121
2222
// This function creates Ajax File Browser
@@ -28,7 +28,7 @@
2828
// Customize the look of Ajax File Browser below
2929
// http://www.webdavsystem.com/ajaxfilebrowser/programming/settings_reference
3030
var settings = {
31-
BasePath: 'http://www.ajaxbrowser.com/ITHitService/AjaxFileBrowser/', // (required) path to ajax file browser files (this folder contains ITHitAJAXFileBrowser.js)
31+
BasePath: 'https://www.ajaxbrowser.com/ITHitService/AjaxFileBrowser/', // (required) path to ajax file browser files (this folder contains ITHitAJAXFileBrowser.js)
3232
Id: 'AjaxFileBrowserContainer', // (required) ID of the HTML control in which Ajax File Browser will be created
3333
Url: webDavFolderUrl, // (required) the root folder to be displyed in Ajax File browser
3434
Style: 'height: 100%; width: 100%', // (required) always provide size of the control

CS/CalDAVServer.FileSystemStorage.AspNet/CalDAVServer.FileSystemStorage.AspNet.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
77
<ProductVersion>9.0.30729</ProductVersion>
88
<SchemaVersion>2.0</SchemaVersion>
9-
<ProjectGuid>46B95DD9-40A1-490A-A472-17390EB01FC9</ProjectGuid>
9+
<ProjectGuid>DDA95D93-DEBC-4F1D-AD89-D2734B79EF18</ProjectGuid>
1010
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
1111
<OutputType>Library</OutputType>
1212
<AppDesignerFolder>Properties</AppDesignerFolder>
@@ -123,10 +123,10 @@
123123
</ItemGroup>
124124
<ItemGroup>
125125
<Reference Include="ITHit.WebDAV.Server">
126-
<HintPath>..\packages\ITHit.WebDAV.Server.5.7.3625\lib\net451\ITHit.WebDAV.Server.dll</HintPath>
126+
<HintPath>..\packages\ITHit.WebDAV.Server.5.7.3670\lib\net451\ITHit.WebDAV.Server.dll</HintPath>
127127
</Reference>
128128
<Reference Include="ITHit.WebDAV.Server.Web">
129-
<HintPath>..\packages\ITHit.WebDAV.Server.Web.5.7.3625\lib\net451\ITHit.WebDAV.Server.Web.dll</HintPath>
129+
<HintPath>..\packages\ITHit.WebDAV.Server.Web.5.7.3670\lib\net451\ITHit.WebDAV.Server.Web.dll</HintPath>
130130
</Reference>
131131
</ItemGroup>
132132
<PropertyGroup>
@@ -144,7 +144,7 @@
144144
<AutoAssignPort>True</AutoAssignPort>
145145
<DevelopmentServerPort>9658</DevelopmentServerPort>
146146
<DevelopmentServerVPath>/</DevelopmentServerVPath>
147-
<IISUrl>http://localhost:14614/</IISUrl>
147+
<IISUrl>http://localhost:41833/</IISUrl>
148148
<NTLMAuthentication>True</NTLMAuthentication>
149149
<UseCustomServer>False</UseCustomServer>
150150
<CustomServerUrl>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="ITHit.WebDAV.Server" version="5.7.3625" targetFramework="net451" />
4-
<package id="ITHit.WebDAV.Server.Web" version="5.7.3625" targetFramework="net451" />
3+
<package id="ITHit.WebDAV.Server" version="5.7.3670" targetFramework="net451" />
4+
<package id="ITHit.WebDAV.Server.Web" version="5.7.3670" targetFramework="net451" />
55
<package id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" targetFramework="net451" />
66
</packages>

CS/CalDAVServer.SqlStorage.AspNet/AjaxFileBrowser/AjaxFileBrowser.aspx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
</style>
1414
<!--
1515
JavaScript file, styles and images required to run Ajax File Browser are loaded from IT Hit website.
16-
To load files from your website download them here: http://www.webdavsystem.com/ajaxfilebrowser/download,
17-
deploy them to your website and replace the 'http://www.ajaxbrowser.com/ITHitService/' path in this file.
16+
To load files from your website download them here: https://www.webdavsystem.com/ajaxfilebrowser/download,
17+
deploy them to your website and replace the 'https://www.ajaxbrowser.com/ITHitService/' path in this file.
1818
-->
19-
<script src="http://www.ajaxbrowser.com/ITHitService/AjaxFileBrowser/ITHitAJAXFileBrowserLoader.js" type="text/javascript"></script>
19+
<script src="https://www.ajaxbrowser.com/ITHitService/AjaxFileBrowser/ITHitAJAXFileBrowserLoader.js" type="text/javascript"></script>
2020
<script type="text/javascript">
2121
2222
// This function creates Ajax File Browser
@@ -28,7 +28,7 @@
2828
// Customize the look of Ajax File Browser below
2929
// http://www.webdavsystem.com/ajaxfilebrowser/programming/settings_reference
3030
var settings = {
31-
BasePath: 'http://www.ajaxbrowser.com/ITHitService/AjaxFileBrowser/', // (required) path to ajax file browser files (this folder contains ITHitAJAXFileBrowser.js)
31+
BasePath: 'https://www.ajaxbrowser.com/ITHitService/AjaxFileBrowser/', // (required) path to ajax file browser files (this folder contains ITHitAJAXFileBrowser.js)
3232
Id: 'AjaxFileBrowserContainer', // (required) ID of the HTML control in which Ajax File Browser will be created
3333
Url: webDavFolderUrl, // (required) the root folder to be displyed in Ajax File browser
3434
Style: 'height: 100%; width: 100%', // (required) always provide size of the control
0 Bytes
Binary file not shown.
Binary file not shown.

CS/CalDAVServer.SqlStorage.AspNet/CalDAVServer.SqlStorage.AspNet.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
77
<ProductVersion>9.0.30729</ProductVersion>
88
<SchemaVersion>2.0</SchemaVersion>
9-
<ProjectGuid>539D98AB-8D33-44E8-BBA5-CF0E9428027F</ProjectGuid>
9+
<ProjectGuid>AD7A9B48-6D36-41B0-97C4-B04421A1D1D0</ProjectGuid>
1010
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
1111
<OutputType>Library</OutputType>
1212
<AppDesignerFolder>Properties</AppDesignerFolder>
@@ -111,10 +111,10 @@
111111
</ItemGroup>
112112
<ItemGroup>
113113
<Reference Include="ITHit.WebDAV.Server">
114-
<HintPath>..\packages\ITHit.WebDAV.Server.5.7.3625\lib\net451\ITHit.WebDAV.Server.dll</HintPath>
114+
<HintPath>..\packages\ITHit.WebDAV.Server.5.7.3670\lib\net451\ITHit.WebDAV.Server.dll</HintPath>
115115
</Reference>
116116
<Reference Include="ITHit.WebDAV.Server.Web">
117-
<HintPath>..\packages\ITHit.WebDAV.Server.Web.5.7.3625\lib\net451\ITHit.WebDAV.Server.Web.dll</HintPath>
117+
<HintPath>..\packages\ITHit.WebDAV.Server.Web.5.7.3670\lib\net451\ITHit.WebDAV.Server.Web.dll</HintPath>
118118
</Reference>
119119
</ItemGroup>
120120
<PropertyGroup>
@@ -132,7 +132,7 @@
132132
<AutoAssignPort>True</AutoAssignPort>
133133
<DevelopmentServerPort>9658</DevelopmentServerPort>
134134
<DevelopmentServerVPath>/</DevelopmentServerVPath>
135-
<IISUrl>http://localhost:20806/</IISUrl>
135+
<IISUrl>http://localhost:9296/</IISUrl>
136136
<NTLMAuthentication>False</NTLMAuthentication>
137137
<UseCustomServer>False</UseCustomServer>
138138
<CustomServerUrl>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="ITHit.WebDAV.Server" version="5.7.3625" targetFramework="net451" />
4-
<package id="ITHit.WebDAV.Server.Web" version="5.7.3625" targetFramework="net451" />
3+
<package id="ITHit.WebDAV.Server" version="5.7.3670" targetFramework="net451" />
4+
<package id="ITHit.WebDAV.Server.Web" version="5.7.3670" targetFramework="net451" />
55
<package id="System.Runtime.InteropServices.RuntimeInformation" version="4.3.0" targetFramework="net451" />
66
</packages>

CS/CardDAVServer.FileSystemStorage.AspNet/AjaxFileBrowser/AjaxFileBrowser.aspx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
</style>
1414
<!--
1515
JavaScript file, styles and images required to run Ajax File Browser are loaded from IT Hit website.
16-
To load files from your website download them here: http://www.webdavsystem.com/ajaxfilebrowser/download,
17-
deploy them to your website and replace the 'http://www.ajaxbrowser.com/ITHitService/' path in this file.
16+
To load files from your website download them here: https://www.webdavsystem.com/ajaxfilebrowser/download,
17+
deploy them to your website and replace the 'https://www.ajaxbrowser.com/ITHitService/' path in this file.
1818
-->
19-
<script src="http://www.ajaxbrowser.com/ITHitService/AjaxFileBrowser/ITHitAJAXFileBrowserLoader.js" type="text/javascript"></script>
19+
<script src="https://www.ajaxbrowser.com/ITHitService/AjaxFileBrowser/ITHitAJAXFileBrowserLoader.js" type="text/javascript"></script>
2020
<script type="text/javascript">
2121
2222
// This function creates Ajax File Browser
@@ -28,7 +28,7 @@
2828
// Customize the look of Ajax File Browser below
2929
// http://www.webdavsystem.com/ajaxfilebrowser/programming/settings_reference
3030
var settings = {
31-
BasePath: 'http://www.ajaxbrowser.com/ITHitService/AjaxFileBrowser/', // (required) path to ajax file browser files (this folder contains ITHitAJAXFileBrowser.js)
31+
BasePath: 'https://www.ajaxbrowser.com/ITHitService/AjaxFileBrowser/', // (required) path to ajax file browser files (this folder contains ITHitAJAXFileBrowser.js)
3232
Id: 'AjaxFileBrowserContainer', // (required) ID of the HTML control in which Ajax File Browser will be created
3333
Url: webDavFolderUrl, // (required) the root folder to be displyed in Ajax File browser
3434
Style: 'height: 100%; width: 100%', // (required) always provide size of the control

CS/CardDAVServer.FileSystemStorage.AspNet/AjaxFileBrowser/AjaxIntegrationTests.aspx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
<!DOCTYPE html>
44
<html lang="en">
55
<head>
6-
<script src="http://www.ajaxbrowser.com/ITHitService/WebDAVAJAXLibrary/Tests/ITHitTests.js" type="text/javascript"></script>
7-
<script src="http://www.ajaxbrowser.com/ITHitService/WebDAVAJAXLibrary/ITHitWebDAVClient.js" type="text/javascript"></script>
6+
<script src="https://www.ajaxbrowser.com/ITHitService/WebDAVAJAXLibrary/Tests/ITHitTests.js" type="text/javascript"></script>
7+
<script src="https://www.ajaxbrowser.com/ITHitService/WebDAVAJAXLibrary/ITHitWebDAVClient.js" type="text/javascript"></script>
88
</head>
99
<body>
1010
</body>

0 commit comments

Comments
 (0)