Skip to content

Commit 5bae4ce

Browse files
committed
v14.1.13908
1 parent 2177e82 commit 5bae4ce

File tree

272 files changed

+907
-544
lines changed

Some content is hidden

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

272 files changed

+907
-544
lines changed

.gitattributes

36 Bytes
Binary file not shown.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"RootPath":"D:\\Projects\\WebDAV\\NetServer\\Sources\\VSWizardSampleModel","ProjectFileName":"CalDAVServer.FileSystemStorage.AspNetCore.4.5.csproj","Configuration":"Release|AnyCPU","FrameworkPath":"","Sources":[],"References":[],"Analyzers":[],"Outputs":[{"OutputItemFullPath":"D:\\Projects\\WebDAV\\NetServer\\Sources\\VSWizardSampleModel\\bin\\CalDAVServer.FileSystemStorage.AspNetCore.dll","OutputItemRelativePath":"CalDAVServer.FileSystemStorage.AspNetCore.dll"},{"OutputItemFullPath":"D:\\Projects\\WebDAV\\NetServer\\Sources\\VSWizardSampleModel\\bin\\CalDAVServer.FileSystemStorage.AspNetCore.pdb","OutputItemRelativePath":"CalDAVServer.FileSystemStorage.AspNetCore.pdb"}],"CopyToOutputEntries":[]}

CS/CalDAVServer.FileSystemStorage.AspNetCore/CalDAVServer.FileSystemStorage.AspNetCore.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
<Project Sdk="Microsoft.NET.Sdk.Web">
33
<PropertyGroup>
4-
<VersionPrefix>14.0.13424-Beta</VersionPrefix>
4+
<VersionPrefix>14.1.13908</VersionPrefix>
55
<AssemblyName>CalDAVServer.FileSystemStorage.AspNetCore</AssemblyName>
66
<TargetFramework>net8.0</TargetFramework>
77
<LangVersion>9.0</LangVersion>
@@ -16,9 +16,9 @@
1616
</Content>
1717
</ItemGroup>
1818
<ItemGroup>
19-
<PackageReference Include="ITHit.Server" Version="14.0.13424-Beta" />
20-
<PackageReference Include="ITHit.Server.Core" Version="14.0.13424-Beta" />
21-
<PackageReference Include="ITHit.WebDAV.Server" Version="14.0.13424-Beta" />
19+
<PackageReference Include="ITHit.Server" Version="14.1.13908" />
20+
<PackageReference Include="ITHit.Server.Core" Version="14.1.13908" />
21+
<PackageReference Include="ITHit.WebDAV.Server" Version="14.1.13908" />
2222
<PackageReference Include="System.Data.OleDb" Version="8.0.0" />
2323
</ItemGroup>
2424
<ItemGroup>

CS/CalDAVServer.FileSystemStorage.AspNetCore/DavFile.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,9 @@ public override async Task MoveToInternalAsync(IItemCollection destFolder, strin
341341
// Locks should not be copied, delete them.
342342
if (await newFileInfo.HasExtendedAttributeAsync("Locks"))
343343
await newFileInfo.DeleteExtendedAttributeAsync("Locks");
344+
345+
// Update file system info to new.
346+
fileSystemInfo = newFileInfo;
344347
}
345348
catch (UnauthorizedAccessException)
346349
{

CS/CalDAVServer.FileSystemStorage.AspNetCore/DavHierarchyItem.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ protected DavHierarchyItem(FileSystemInfo fileSystemInfo, DavContext context, st
156156
public async Task<IEnumerable<PropertyValue>> GetPropertiesAsync(IList<PropertyName> props, bool allprop)
157157
{
158158
List<PropertyValue> propertyValues = await GetPropertyValuesAsync();
159-
160159
if (!allprop)
161160
{
162161
propertyValues = propertyValues.Where(p => props.Contains(p.QualifiedName)).ToList();

CS/CalDAVServer.FileSystemStorage.AspNetCore/Properties/launchSettings.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@
88
}
99
},
1010
"profiles": {
11-
"http": {
11+
"https": {
1212
"commandName": "Project",
1313
"dotnetRunMessages": true,
1414
"launchBrowser": true,
15-
"applicationUrl": "http://localhost:0",
15+
"applicationUrl": "https://localhost:0;http://localhost:0",
1616
"environmentVariables": {
1717
"ASPNETCORE_ENVIRONMENT": "Development"
1818
}
1919
},
20-
"https": {
20+
"http": {
2121
"commandName": "Project",
2222
"dotnetRunMessages": true,
2323
"launchBrowser": true,
24-
"applicationUrl": "https://localhost:0;http://localhost:0",
24+
"applicationUrl": "http://localhost:0",
2525
"environmentVariables": {
2626
"ASPNETCORE_ENVIRONMENT": "Development"
2727
}

CS/CalDAVServer.FileSystemStorage.AspNetCore/appsettings.webdav.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// automatically via internet and will function for 5 days. Engine will stop working after that.
77
// To enable a 1-month trial period, download a trial license here https://www.webdavsystem.com/server/download/.
88
// Set the license content directly as value. Make sure to escape quotes: \":
9-
// "UserFileSystemLicense": "<?xml version=\"1.0\" encoding=\"utf-8\"?><License...
9+
// "License": "<?xml version=\"1.0\" encoding=\"utf-8\"?><License...
1010
"License": "",
1111

1212
// Enables or disables CORS for specified domain. If "*" is specified, CORS will be enabled for in all domains.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"RootPath":"D:\\Projects\\WebDAV\\NetServer\\Sources\\VSWizardSampleModel","ProjectFileName":"CalDAVServer.SqlStorage.AspNetCore.4.5.csproj","Configuration":"Release|AnyCPU","FrameworkPath":"","Sources":[],"References":[],"Analyzers":[],"Outputs":[{"OutputItemFullPath":"D:\\Projects\\WebDAV\\NetServer\\Sources\\VSWizardSampleModel\\bin\\CalDAVServer.SqlStorage.AspNetCore.dll","OutputItemRelativePath":"CalDAVServer.SqlStorage.AspNetCore.dll"},{"OutputItemFullPath":"D:\\Projects\\WebDAV\\NetServer\\Sources\\VSWizardSampleModel\\bin\\CalDAVServer.SqlStorage.AspNetCore.pdb","OutputItemRelativePath":"CalDAVServer.SqlStorage.AspNetCore.pdb"}],"CopyToOutputEntries":[]}

CS/CalDAVServer.SqlStorage.AspNetCore/CalDAVServer.SqlStorage.AspNetCore.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
<Project Sdk="Microsoft.NET.Sdk.Web">
33
<PropertyGroup>
4-
<VersionPrefix>14.0.13424-Beta</VersionPrefix>
4+
<VersionPrefix>14.1.13908</VersionPrefix>
55
<AssemblyName>CalDAVServer.SqlStorage.AspNetCore</AssemblyName>
66
<TargetFramework>net8.0</TargetFramework>
77
<LangVersion>9.0</LangVersion>
@@ -19,9 +19,9 @@
1919
</Content>
2020
</ItemGroup>
2121
<ItemGroup>
22-
<PackageReference Include="ITHit.Server" Version="14.0.13424-Beta" />
23-
<PackageReference Include="ITHit.Server.Core" Version="14.0.13424-Beta" />
24-
<PackageReference Include="ITHit.WebDAV.Server" Version="14.0.13424-Beta" />
22+
<PackageReference Include="ITHit.Server" Version="14.1.13908" />
23+
<PackageReference Include="ITHit.Server.Core" Version="14.1.13908" />
24+
<PackageReference Include="ITHit.WebDAV.Server" Version="14.1.13908" />
2525
<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />
2626
</ItemGroup>
2727
<ItemGroup>

CS/CalDAVServer.SqlStorage.AspNetCore/Properties/launchSettings.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,20 +8,20 @@
88
}
99
},
1010
"profiles": {
11-
"http": {
11+
"https": {
1212
"commandName": "Project",
1313
"dotnetRunMessages": true,
1414
"launchBrowser": true,
15-
"applicationUrl": "http://localhost:0",
15+
"applicationUrl": "https://localhost:0;http://localhost:0",
1616
"environmentVariables": {
1717
"ASPNETCORE_ENVIRONMENT": "Development"
1818
}
1919
},
20-
"https": {
20+
"http": {
2121
"commandName": "Project",
2222
"dotnetRunMessages": true,
2323
"launchBrowser": true,
24-
"applicationUrl": "https://localhost:0;http://localhost:0",
24+
"applicationUrl": "http://localhost:0",
2525
"environmentVariables": {
2626
"ASPNETCORE_ENVIRONMENT": "Development"
2727
}

0 commit comments

Comments
 (0)