Skip to content

Commit

Permalink
Merge pull request #410 from Kyrodan/409-remove-old-auth2-flow
Browse files Browse the repository at this point in the history
 Remove old Auth2-Flow (integrated browser)
  • Loading branch information
Kyrodan authored Jun 21, 2024
2 parents 6535f16 + 285de8e commit 665457b
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 564 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## 2.2.0 (unrelease)

### New

- \#409 Remove old Auth2-Flow (integrated browser)

### Improved

- Updated Dependencies (AWS, Box, Dropbox, Google Drive, Google Storage, OneDrive)
Expand Down
12 changes: 0 additions & 12 deletions KeeAnywhere/KeeAnywhere.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -410,21 +410,12 @@
<Compile Include="Json\ProtectedDataStringPropertyResolver.cs" />
<Compile Include="KeeAnywhereExt.cs" />
<Compile Include="KpResources.cs" />
<Compile Include="OAuth2\IOAuth2Provider.cs" />
<Compile Include="OAuth2\OAuth2Flow.cs" />
<Compile Include="OAuth2\OidcWaitForm.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="OAuth2\OidcWaitForm.Designer.cs">
<DependentUpon>OidcWaitForm.cs</DependentUpon>
</Compile>
<Compile Include="OAuth2\OAuth2Form.cs">
<SubType>Form</SubType>
</Compile>
<Compile Include="OAuth2\OAuth2Form.Designer.cs">
<DependentUpon>OAuth2Form.cs</DependentUpon>
</Compile>
<Compile Include="OAuth2\OAuth2Token.cs" />
<Compile Include="OAuth2\OidcFlow.cs" />
<Compile Include="OAuth2\OidcSystemBrowser.cs" />
<Compile Include="Offline\CacheManagerService.cs" />
Expand Down Expand Up @@ -526,9 +517,6 @@
<EmbeddedResource Include="OAuth2\OidcWaitForm.resx">
<DependentUpon>OidcWaitForm.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="OAuth2\OAuth2Form.resx">
<DependentUpon>OAuth2Form.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="PluginResources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>PluginResources.Designer.cs</LastGenOutput>
Expand Down
21 changes: 0 additions & 21 deletions KeeAnywhere/OAuth2/IOAuth2Provider.cs

This file was deleted.

23 changes: 0 additions & 23 deletions KeeAnywhere/OAuth2/OAuth2Flow.cs

This file was deleted.

136 changes: 0 additions & 136 deletions KeeAnywhere/OAuth2/OAuth2Form.Designer.cs

This file was deleted.

119 changes: 0 additions & 119 deletions KeeAnywhere/OAuth2/OAuth2Form.cs

This file was deleted.

Loading

0 comments on commit 665457b

Please sign in to comment.