WebDav Explorer code cleanup
This commit is contained in:
parent
a4c6331a2a
commit
f5b41b5c85
17 changed files with 210 additions and 216 deletions
|
@ -148,22 +148,19 @@
|
|||
<Compile Include="Config\Entities\FileIconsDictionary.cs" />
|
||||
<Compile Include="Config\Entities\HttpErrorsCollection.cs" />
|
||||
<Compile Include="Config\Entities\OfficeOnlineCollection.cs" />
|
||||
<Compile Include="Config\Entities\Rfc2898CryptographyParameters.cs" />
|
||||
<Compile Include="Config\Entities\SessionKeysCollection.cs" />
|
||||
<Compile Include="Config\Entities\WebsitePanelConstantUserParameters.cs" />
|
||||
<Compile Include="Config\IWebDavAppConfig.cs" />
|
||||
<Compile Include="Config\WebDavAppConfigManager.cs" />
|
||||
<Compile Include="Constants\DirectoryEntryPropertyNameConstants.cs" />
|
||||
<Compile Include="Constraints\OrganizationRouteConstraint.cs" />
|
||||
<Compile Include="Controllers\AccountController.cs" />
|
||||
<Compile Include="Controllers\ErrorController.cs" />
|
||||
<Compile Include="Controllers\FileSystemController.cs" />
|
||||
<Compile Include="Cryptography\CryptoUtils.cs" />
|
||||
<Compile Include="Cryptography\ICryptography.cs" />
|
||||
<Compile Include="Cryptography\Rfc2898Cryptography.cs" />
|
||||
<Compile Include="CustomAttributes\LdapAuthorizationAttribute.cs" />
|
||||
<Compile Include="DependencyInjection\AccountInfoProvider.cs" />
|
||||
<Compile Include="DependencyInjection\WebDavExplorerAppModule.cs" />
|
||||
<Compile Include="DependencyInjection\Rfc2898CryptographyProvider.cs" />
|
||||
<Compile Include="DependencyInjection\WebDavManagerProvider.cs" />
|
||||
<Compile Include="Exceptions\ConnectToWebDavServerException.cs" />
|
||||
<Compile Include="Exceptions\ResourceNotFoundException.cs" />
|
||||
|
@ -182,7 +179,6 @@
|
|||
<Compile Include="Models\ModelForWebDav.cs" />
|
||||
<Compile Include="Models\OfficeOnlineModel.cs" />
|
||||
<Compile Include="Models\WebDavManager.cs" />
|
||||
<Compile Include="Models\WebDavPortalIdentity.cs" />
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="WebConfigSections\AppConnectionStringsElement.cs" />
|
||||
<Compile Include="WebConfigSections\AppConnectionStringsElementCollection.cs" />
|
||||
|
@ -192,7 +188,6 @@
|
|||
<Compile Include="WebConfigSections\FileIconsElementCollection.cs" />
|
||||
<Compile Include="WebConfigSections\OfficeOnlineElement.cs" />
|
||||
<Compile Include="WebConfigSections\OfficeOnlineElementCollection.cs" />
|
||||
<Compile Include="WebConfigSections\Rfc2898CryptographyElement.cs" />
|
||||
<Compile Include="WebConfigSections\SessionKeysElement.cs" />
|
||||
<Compile Include="WebConfigSections\SessionKeysElementCollection.cs" />
|
||||
<Compile Include="WebConfigSections\UserDomainElement.cs" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue