Browse Source

fix(identity-server): fix case issues

pull/880/head
colin 2 years ago
parent
commit
6cd80acc31
  1. 2
      aspnet-core/NuGet.Config
  2. 1
      aspnet-core/modules/wechat/LINGYUN.Abp.WeChat.Work.Application.Contracts/LINGYUN/Abp/WeChat/Work/Authorize/IWeChatWorkAuthorizeAppService.cs
  3. 14
      aspnet-core/modules/wechat/LINGYUN.Abp.WeChat.Work.Application/LINGYUN/Abp/WeChat/Work/Authorize/WeChatWorkAuthorizeAppService.cs
  4. 11
      aspnet-core/modules/wechat/LINGYUN.Abp.WeChat.Work.HttpApi/LINGYUN/Abp/WeChat/Work/Authorize/WeChatWorkAuthorizeController.cs
  5. 0
      aspnet-core/services/LY.MicroService.IdentityServer.HttpApi.Host/Controllers/HomeController.cs
  6. 2
      aspnet-core/services/LY.MicroService.IdentityServer.HttpApi.Host/Dockerfile
  7. 0
      aspnet-core/services/LY.MicroService.IdentityServer.HttpApi.Host/IdentityServerHttpApiHostModule.Configure.cs
  8. 0
      aspnet-core/services/LY.MicroService.IdentityServer.HttpApi.Host/IdentityServerHttpApiHostModule.Seeder.cs
  9. 0
      aspnet-core/services/LY.MicroService.IdentityServer.HttpApi.Host/IdentityServerHttpApiHostModule.cs
  10. 0
      aspnet-core/services/LY.MicroService.IdentityServer.HttpApi.Host/LY.MicroService.identityServer.HttpApi.Host.csproj
  11. 0
      aspnet-core/services/LY.MicroService.IdentityServer.HttpApi.Host/Localization/Resources/en.json
  12. 0
      aspnet-core/services/LY.MicroService.IdentityServer.HttpApi.Host/Localization/Resources/zh-Hans.json
  13. 0
      aspnet-core/services/LY.MicroService.IdentityServer.HttpApi.Host/Program.cs
  14. 0
      aspnet-core/services/LY.MicroService.IdentityServer.HttpApi.Host/Properties/launchSettings.json
  15. 0
      aspnet-core/services/LY.MicroService.IdentityServer.HttpApi.Host/TenantHeaderParamter.cs
  16. 0
      aspnet-core/services/LY.MicroService.IdentityServer.HttpApi.Host/appsettings.Development.json
  17. 0
      aspnet-core/services/LY.MicroService.IdentityServer.HttpApi.Host/appsettings.json
  18. 0
      aspnet-core/services/LY.MicroService.IdentityServer/DataSeeder/IdentityServerDataSeederWorker.cs
  19. 0
      aspnet-core/services/LY.MicroService.IdentityServer/Dockerfile
  20. 0
      aspnet-core/services/LY.MicroService.IdentityServer/EventBus/Handlers/TenantSynchronizer.cs
  21. 0
      aspnet-core/services/LY.MicroService.IdentityServer/IdentityResources/CustomIdentityResources.cs
  22. 0
      aspnet-core/services/LY.MicroService.IdentityServer/IdentityServerModule.Configure.cs
  23. 0
      aspnet-core/services/LY.MicroService.IdentityServer/IdentityServerModule.Seeder.cs
  24. 0
      aspnet-core/services/LY.MicroService.IdentityServer/IdentityServerModule.cs
  25. 0
      aspnet-core/services/LY.MicroService.IdentityServer/LY.MicroService.IdentityServer.csproj
  26. 0
      aspnet-core/services/LY.MicroService.IdentityServer/Localization/Resources/en.json
  27. 0
      aspnet-core/services/LY.MicroService.IdentityServer/Localization/Resources/zh-Hans.json
  28. 0
      aspnet-core/services/LY.MicroService.IdentityServer/Microsoft/Extensions/DependencyInjection/SameSiteCookiesServiceCollectionExtensions.cs
  29. 0
      aspnet-core/services/LY.MicroService.IdentityServer/Pages/Account/Components/ProfileManagementGroup/PersonalInfo/Default.cshtml
  30. 0
      aspnet-core/services/LY.MicroService.IdentityServer/Pages/Account/Components/ProfileManagementGroup/PersonalInfo/Default.js
  31. 0
      aspnet-core/services/LY.MicroService.IdentityServer/Pages/Account/EmailConfirm.cshtml
  32. 0
      aspnet-core/services/LY.MicroService.IdentityServer/Pages/Account/EmailConfirm.cshtml.cs
  33. 0
      aspnet-core/services/LY.MicroService.IdentityServer/Pages/Account/EmailConfirmConfirmation.cshtml
  34. 0
      aspnet-core/services/LY.MicroService.IdentityServer/Pages/Account/EmailConfirmConfirmation.cshtml.cs
  35. 0
      aspnet-core/services/LY.MicroService.IdentityServer/Pages/Account/SendCode.cshtml
  36. 0
      aspnet-core/services/LY.MicroService.IdentityServer/Pages/Account/SendCode.cshtml.cs
  37. 0
      aspnet-core/services/LY.MicroService.IdentityServer/Pages/Account/SendEmailConfirm.cshtml
  38. 0
      aspnet-core/services/LY.MicroService.IdentityServer/Pages/Account/SendEmailConfirm.cshtml.cs
  39. 0
      aspnet-core/services/LY.MicroService.IdentityServer/Pages/Account/TwoFactorSupportedLoginModel.cs
  40. 0
      aspnet-core/services/LY.MicroService.IdentityServer/Pages/Account/UseRecoveryCode.cshtml
  41. 0
      aspnet-core/services/LY.MicroService.IdentityServer/Pages/Account/UseRecoveryCode.cshtml.cs
  42. 0
      aspnet-core/services/LY.MicroService.IdentityServer/Pages/Account/VerifyAuthenticatorCode.cshtml
  43. 0
      aspnet-core/services/LY.MicroService.IdentityServer/Pages/Account/VerifyAuthenticatorCode.cshtml.cs
  44. 0
      aspnet-core/services/LY.MicroService.IdentityServer/Pages/Account/VerifyCode.cshtml
  45. 0
      aspnet-core/services/LY.MicroService.IdentityServer/Pages/Account/VerifyCode.cshtml.cs
  46. 0
      aspnet-core/services/LY.MicroService.IdentityServer/Pages/Index.cshtml
  47. 0
      aspnet-core/services/LY.MicroService.IdentityServer/Pages/Index.cshtml.cs
  48. 0
      aspnet-core/services/LY.MicroService.IdentityServer/Pages/_ViewImports.cshtml
  49. 0
      aspnet-core/services/LY.MicroService.IdentityServer/Program.cs
  50. 0
      aspnet-core/services/LY.MicroService.IdentityServer/Properties/PublishProfiles/FolderProfile.pubxml
  51. 0
      aspnet-core/services/LY.MicroService.IdentityServer/Properties/PublishProfiles/FolderProfile.pubxml.user
  52. 0
      aspnet-core/services/LY.MicroService.IdentityServer/Properties/launchSettings.json
  53. 0
      aspnet-core/services/LY.MicroService.IdentityServer/abp.resourcemapping.js
  54. 0
      aspnet-core/services/LY.MicroService.IdentityServer/appsettings.Development.json
  55. 0
      aspnet-core/services/LY.MicroService.IdentityServer/appsettings.json
  56. 0
      aspnet-core/services/LY.MicroService.IdentityServer/gulpfile.js
  57. 0
      aspnet-core/services/LY.MicroService.IdentityServer/package-lock.json
  58. 0
      aspnet-core/services/LY.MicroService.IdentityServer/package.json
  59. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/css/all.css
  60. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/css/v4-shims.css
  61. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.eot
  62. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.svg
  63. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf
  64. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff
  65. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2
  66. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.eot
  67. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.svg
  68. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf
  69. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff
  70. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2
  71. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.eot
  72. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.svg
  73. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf
  74. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff
  75. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2
  76. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/abp/core/abp.css
  77. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/abp/core/abp.js
  78. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/abp/jquery/abp.jquery.js
  79. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/abp/luxon/abp.luxon.js
  80. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/abp/utils/abp-utils.umd.js
  81. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/abp/utils/abp-utils.umd.js.map
  82. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/abp/utils/abp-utils.umd.min.js
  83. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/abp/utils/abp-utils.umd.min.js.map
  84. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/bootstrap-datepicker/bootstrap-datepicker.css.map
  85. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/bootstrap-datepicker/bootstrap-datepicker.min.css
  86. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/bootstrap-datepicker/bootstrap-datepicker.min.js
  87. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker-en-CA.min.js
  88. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar-tn.min.js
  89. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar.min.js
  90. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.az.min.js
  91. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.bg.min.js
  92. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.bm.min.js
  93. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.bn.min.js
  94. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.br.min.js
  95. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.bs.min.js
  96. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.ca.min.js
  97. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.cs.min.js
  98. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.cy.min.js
  99. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.da.min.js
  100. 0
      aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.de.min.js

2
aspnet-core/NuGet.Config

@ -2,6 +2,6 @@
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
<add key="LocalNuget" value="./LocalNuget" />
<!--<add key="LocalNuget" value="./LocalNuget" />-->
</packageSources>
</configuration>

1
aspnet-core/modules/wechat/LINGYUN.Abp.WeChat.Work.Application.Contracts/LINGYUN/Abp/WeChat/Work/Authorize/IWeChatWorkAuthorizeAppService.cs

@ -11,7 +11,6 @@ public interface IWeChatWorkAuthorizeAppService : IApplicationService
string scope = "snsapi_base");
Task<string> GenerateOAuth2LoginAsync(
string appid,
string redirectUri,
string loginType = "ServiceApp",
string agentid = "");

14
aspnet-core/modules/wechat/LINGYUN.Abp.WeChat.Work.Application/LINGYUN/Abp/WeChat/Work/Authorize/WeChatWorkAuthorizeAppService.cs

@ -1,4 +1,6 @@
using System;
using LINGYUN.Abp.WeChat.Work.Settings;
using System;
using System.Text;
using System.Threading.Tasks;
using System.Web;
using Volo.Abp;
@ -25,13 +27,17 @@ public class WeChatWorkAuthorizeAppService : ApplicationService, IWeChatWorkAuth
{
var state = _encryptionService.Encrypt($"agentid={agentid}&redirectUri={redirectUri}&responseType={responseType}&scope={scope}&random={Guid.NewGuid():D}").ToMd5();
return await _authorizeGenerator.GenerateOAuth2AuthorizeAsync(agentid, HttpUtility.UrlEncode(redirectUri), state, responseType, scope);
return await _authorizeGenerator.GenerateOAuth2AuthorizeAsync(agentid, HttpUtility.UrlEncode(redirectUri, Encoding.UTF8), state, responseType, scope);
}
public async virtual Task<string> GenerateOAuth2LoginAsync(string appid, string redirectUri, string loginType = "ServiceApp", string agentid = "")
public async virtual Task<string> GenerateOAuth2LoginAsync(string redirectUri, string loginType = "ServiceApp", string agentid = "")
{
var state = _encryptionService.Encrypt($"agentid={agentid}&redirectUri={redirectUri}&loginType={loginType}&agentid={agentid}&random={Guid.NewGuid():D}").ToMd5();
return await _authorizeGenerator.GenerateOAuth2LoginAsync(agentid, HttpUtility.UrlEncode(redirectUri), state, loginType, agentid);
var corpId = await SettingProvider.GetOrNullAsync(WeChatWorkSettingNames.Connection.CorpId);
Check.NotNullOrEmpty(corpId, nameof(corpId));
return await _authorizeGenerator.GenerateOAuth2LoginAsync(corpId, HttpUtility.UrlEncode(redirectUri, Encoding.UTF8), state, loginType, agentid);
}
}

11
aspnet-core/modules/wechat/LINGYUN.Abp.WeChat.Work.HttpApi/LINGYUN/Abp/WeChat/Work/Authorize/WeChatWorkAuthorizeController.cs

@ -2,13 +2,15 @@
using System.Threading.Tasks;
using Volo.Abp;
using Volo.Abp.AspNetCore.Mvc;
using Volo.Abp.Auditing;
namespace LINGYUN.Abp.WeChat.Work.Authorize;
[Controller]
[RemoteService(Name = AbpWeChatWorkRemoteServiceConsts.RemoteServiceName)]
[Area(AbpWeChatWorkRemoteServiceConsts.ModuleName)]
[DisableAuditing]
[RemoteService(false)]
[ApiExplorerSettings(IgnoreApi = true)]
[Route("api/wechat/work/authorize")]
[Area(AbpWeChatWorkRemoteServiceConsts.ModuleName)]
public class WeChatWorkAuthorizeController : AbpControllerBase, IWeChatWorkAuthorizeAppService
{
private readonly IWeChatWorkAuthorizeAppService _service;
@ -32,11 +34,10 @@ public class WeChatWorkAuthorizeController : AbpControllerBase, IWeChatWorkAutho
[HttpGet]
[Route("oauth2/login")]
public virtual Task<string> GenerateOAuth2LoginAsync(
[FromQuery] string appid,
[FromQuery(Name = "redirect_uri")] string redirectUri,
[FromQuery(Name = "login_type")] string loginType = "ServiceApp",
[FromQuery(Name = "agent_id")] string agentid = "")
{
return _service.GenerateOAuth2LoginAsync(agentid, redirectUri, loginType, agentid);
return _service.GenerateOAuth2LoginAsync(redirectUri, loginType, agentid);
}
}

0
aspnet-core/services/LY.MicroService.identityServer.HttpApi.Host/Controllers/HomeController.cs → aspnet-core/services/LY.MicroService.IdentityServer.HttpApi.Host/Controllers/HomeController.cs

2
aspnet-core/services/LY.MicroService.identityServer.HttpApi.Host/Dockerfile → aspnet-core/services/LY.MicroService.IdentityServer.HttpApi.Host/Dockerfile

@ -11,4 +11,4 @@ EXPOSE 80/tcp
VOLUME [ "./app/Logs" ]
VOLUME [ "./app/Modules" ]
ENTRYPOINT ["dotnet", "LY.MicroService.identityServer.HttpApi.Host.dll"]
ENTRYPOINT ["dotnet", "LY.MicroService.IdentityServer.HttpApi.Host.dll"]

0
aspnet-core/services/LY.MicroService.identityServer.HttpApi.Host/IdentityServerHttpApiHostModule.Configure.cs → aspnet-core/services/LY.MicroService.IdentityServer.HttpApi.Host/IdentityServerHttpApiHostModule.Configure.cs

0
aspnet-core/services/LY.MicroService.identityServer.HttpApi.Host/IdentityServerHttpApiHostModule.Seeder.cs → aspnet-core/services/LY.MicroService.IdentityServer.HttpApi.Host/IdentityServerHttpApiHostModule.Seeder.cs

0
aspnet-core/services/LY.MicroService.identityServer.HttpApi.Host/IdentityServerHttpApiHostModule.cs → aspnet-core/services/LY.MicroService.IdentityServer.HttpApi.Host/IdentityServerHttpApiHostModule.cs

0
aspnet-core/services/LY.MicroService.identityServer.HttpApi.Host/LY.MicroService.identityServer.HttpApi.Host.csproj → aspnet-core/services/LY.MicroService.IdentityServer.HttpApi.Host/LY.MicroService.identityServer.HttpApi.Host.csproj

0
aspnet-core/services/LY.MicroService.identityServer.HttpApi.Host/Localization/Resources/en.json → aspnet-core/services/LY.MicroService.IdentityServer.HttpApi.Host/Localization/Resources/en.json

0
aspnet-core/services/LY.MicroService.identityServer.HttpApi.Host/Localization/Resources/zh-Hans.json → aspnet-core/services/LY.MicroService.IdentityServer.HttpApi.Host/Localization/Resources/zh-Hans.json

0
aspnet-core/services/LY.MicroService.identityServer.HttpApi.Host/Program.cs → aspnet-core/services/LY.MicroService.IdentityServer.HttpApi.Host/Program.cs

0
aspnet-core/services/LY.MicroService.identityServer.HttpApi.Host/Properties/launchSettings.json → aspnet-core/services/LY.MicroService.IdentityServer.HttpApi.Host/Properties/launchSettings.json

0
aspnet-core/services/LY.MicroService.identityServer.HttpApi.Host/TenantHeaderParamter.cs → aspnet-core/services/LY.MicroService.IdentityServer.HttpApi.Host/TenantHeaderParamter.cs

0
aspnet-core/services/LY.MicroService.identityServer.HttpApi.Host/appsettings.Development.json → aspnet-core/services/LY.MicroService.IdentityServer.HttpApi.Host/appsettings.Development.json

0
aspnet-core/services/LY.MicroService.identityServer.HttpApi.Host/appsettings.json → aspnet-core/services/LY.MicroService.IdentityServer.HttpApi.Host/appsettings.json

0
aspnet-core/services/LY.MicroService.identityServer/DataSeeder/IdentityServerDataSeederWorker.cs → aspnet-core/services/LY.MicroService.IdentityServer/DataSeeder/IdentityServerDataSeederWorker.cs

0
aspnet-core/services/LY.MicroService.identityServer/Dockerfile → aspnet-core/services/LY.MicroService.IdentityServer/Dockerfile

0
aspnet-core/services/LY.MicroService.identityServer/EventBus/Handlers/TenantSynchronizer.cs → aspnet-core/services/LY.MicroService.IdentityServer/EventBus/Handlers/TenantSynchronizer.cs

0
aspnet-core/services/LY.MicroService.identityServer/IdentityResources/CustomIdentityResources.cs → aspnet-core/services/LY.MicroService.IdentityServer/IdentityResources/CustomIdentityResources.cs

0
aspnet-core/services/LY.MicroService.identityServer/IdentityServerModule.Configure.cs → aspnet-core/services/LY.MicroService.IdentityServer/IdentityServerModule.Configure.cs

0
aspnet-core/services/LY.MicroService.identityServer/IdentityServerModule.Seeder.cs → aspnet-core/services/LY.MicroService.IdentityServer/IdentityServerModule.Seeder.cs

0
aspnet-core/services/LY.MicroService.identityServer/IdentityServerModule.cs → aspnet-core/services/LY.MicroService.IdentityServer/IdentityServerModule.cs

0
aspnet-core/services/LY.MicroService.identityServer/LY.MicroService.IdentityServer.csproj → aspnet-core/services/LY.MicroService.IdentityServer/LY.MicroService.IdentityServer.csproj

0
aspnet-core/services/LY.MicroService.identityServer/Localization/Resources/en.json → aspnet-core/services/LY.MicroService.IdentityServer/Localization/Resources/en.json

0
aspnet-core/services/LY.MicroService.identityServer/Localization/Resources/zh-Hans.json → aspnet-core/services/LY.MicroService.IdentityServer/Localization/Resources/zh-Hans.json

0
aspnet-core/services/LY.MicroService.identityServer/Microsoft/Extensions/DependencyInjection/SameSiteCookiesServiceCollectionExtensions.cs → aspnet-core/services/LY.MicroService.IdentityServer/Microsoft/Extensions/DependencyInjection/SameSiteCookiesServiceCollectionExtensions.cs

0
aspnet-core/services/LY.MicroService.identityServer/Pages/Account/Components/ProfileManagementGroup/PersonalInfo/Default.cshtml → aspnet-core/services/LY.MicroService.IdentityServer/Pages/Account/Components/ProfileManagementGroup/PersonalInfo/Default.cshtml

0
aspnet-core/services/LY.MicroService.identityServer/Pages/Account/Components/ProfileManagementGroup/PersonalInfo/Default.js → aspnet-core/services/LY.MicroService.IdentityServer/Pages/Account/Components/ProfileManagementGroup/PersonalInfo/Default.js

0
aspnet-core/services/LY.MicroService.identityServer/Pages/Account/EmailConfirm.cshtml → aspnet-core/services/LY.MicroService.IdentityServer/Pages/Account/EmailConfirm.cshtml

0
aspnet-core/services/LY.MicroService.identityServer/Pages/Account/EmailConfirm.cshtml.cs → aspnet-core/services/LY.MicroService.IdentityServer/Pages/Account/EmailConfirm.cshtml.cs

0
aspnet-core/services/LY.MicroService.identityServer/Pages/Account/EmailConfirmConfirmation.cshtml → aspnet-core/services/LY.MicroService.IdentityServer/Pages/Account/EmailConfirmConfirmation.cshtml

0
aspnet-core/services/LY.MicroService.identityServer/Pages/Account/EmailConfirmConfirmation.cshtml.cs → aspnet-core/services/LY.MicroService.IdentityServer/Pages/Account/EmailConfirmConfirmation.cshtml.cs

0
aspnet-core/services/LY.MicroService.identityServer/Pages/Account/SendCode.cshtml → aspnet-core/services/LY.MicroService.IdentityServer/Pages/Account/SendCode.cshtml

0
aspnet-core/services/LY.MicroService.identityServer/Pages/Account/SendCode.cshtml.cs → aspnet-core/services/LY.MicroService.IdentityServer/Pages/Account/SendCode.cshtml.cs

0
aspnet-core/services/LY.MicroService.identityServer/Pages/Account/SendEmailConfirm.cshtml → aspnet-core/services/LY.MicroService.IdentityServer/Pages/Account/SendEmailConfirm.cshtml

0
aspnet-core/services/LY.MicroService.identityServer/Pages/Account/SendEmailConfirm.cshtml.cs → aspnet-core/services/LY.MicroService.IdentityServer/Pages/Account/SendEmailConfirm.cshtml.cs

0
aspnet-core/services/LY.MicroService.identityServer/Pages/Account/TwoFactorSupportedLoginModel.cs → aspnet-core/services/LY.MicroService.IdentityServer/Pages/Account/TwoFactorSupportedLoginModel.cs

0
aspnet-core/services/LY.MicroService.identityServer/Pages/Account/UseRecoveryCode.cshtml → aspnet-core/services/LY.MicroService.IdentityServer/Pages/Account/UseRecoveryCode.cshtml

0
aspnet-core/services/LY.MicroService.identityServer/Pages/Account/UseRecoveryCode.cshtml.cs → aspnet-core/services/LY.MicroService.IdentityServer/Pages/Account/UseRecoveryCode.cshtml.cs

0
aspnet-core/services/LY.MicroService.identityServer/Pages/Account/VerifyAuthenticatorCode.cshtml → aspnet-core/services/LY.MicroService.IdentityServer/Pages/Account/VerifyAuthenticatorCode.cshtml

0
aspnet-core/services/LY.MicroService.identityServer/Pages/Account/VerifyAuthenticatorCode.cshtml.cs → aspnet-core/services/LY.MicroService.IdentityServer/Pages/Account/VerifyAuthenticatorCode.cshtml.cs

0
aspnet-core/services/LY.MicroService.identityServer/Pages/Account/VerifyCode.cshtml → aspnet-core/services/LY.MicroService.IdentityServer/Pages/Account/VerifyCode.cshtml

0
aspnet-core/services/LY.MicroService.identityServer/Pages/Account/VerifyCode.cshtml.cs → aspnet-core/services/LY.MicroService.IdentityServer/Pages/Account/VerifyCode.cshtml.cs

0
aspnet-core/services/LY.MicroService.identityServer/Pages/Index.cshtml → aspnet-core/services/LY.MicroService.IdentityServer/Pages/Index.cshtml

0
aspnet-core/services/LY.MicroService.identityServer/Pages/Index.cshtml.cs → aspnet-core/services/LY.MicroService.IdentityServer/Pages/Index.cshtml.cs

0
aspnet-core/services/LY.MicroService.identityServer/Pages/_ViewImports.cshtml → aspnet-core/services/LY.MicroService.IdentityServer/Pages/_ViewImports.cshtml

0
aspnet-core/services/LY.MicroService.identityServer/Program.cs → aspnet-core/services/LY.MicroService.IdentityServer/Program.cs

0
aspnet-core/services/LY.MicroService.identityServer/Properties/PublishProfiles/FolderProfile.pubxml → aspnet-core/services/LY.MicroService.IdentityServer/Properties/PublishProfiles/FolderProfile.pubxml

0
aspnet-core/services/LY.MicroService.identityServer/Properties/PublishProfiles/FolderProfile.pubxml.user → aspnet-core/services/LY.MicroService.IdentityServer/Properties/PublishProfiles/FolderProfile.pubxml.user

0
aspnet-core/services/LY.MicroService.identityServer/Properties/launchSettings.json → aspnet-core/services/LY.MicroService.IdentityServer/Properties/launchSettings.json

0
aspnet-core/services/LY.MicroService.identityServer/abp.resourcemapping.js → aspnet-core/services/LY.MicroService.IdentityServer/abp.resourcemapping.js

0
aspnet-core/services/LY.MicroService.identityServer/appsettings.Development.json → aspnet-core/services/LY.MicroService.IdentityServer/appsettings.Development.json

0
aspnet-core/services/LY.MicroService.identityServer/appsettings.json → aspnet-core/services/LY.MicroService.IdentityServer/appsettings.json

0
aspnet-core/services/LY.MicroService.identityServer/gulpfile.js → aspnet-core/services/LY.MicroService.IdentityServer/gulpfile.js

0
aspnet-core/services/LY.MicroService.identityServer/package-lock.json → aspnet-core/services/LY.MicroService.IdentityServer/package-lock.json

0
aspnet-core/services/LY.MicroService.identityServer/package.json → aspnet-core/services/LY.MicroService.IdentityServer/package.json

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/@fortawesome/fontawesome-free/css/all.css → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/css/all.css

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/@fortawesome/fontawesome-free/css/v4-shims.css → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/css/v4-shims.css

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.eot → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.eot

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.svg → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.svg

Before

Width:  |  Height:  |  Size: 730 KiB

After

Width:  |  Height:  |  Size: 730 KiB

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.ttf

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2 → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-brands-400.woff2

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.eot → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.eot

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.svg → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.svg

Before

Width:  |  Height:  |  Size: 141 KiB

After

Width:  |  Height:  |  Size: 141 KiB

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.ttf

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2 → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-regular-400.woff2

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.eot → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.eot

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.svg → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.svg

Before

Width:  |  Height:  |  Size: 898 KiB

After

Width:  |  Height:  |  Size: 898 KiB

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.ttf

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2 → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/@fortawesome/fontawesome-free/webfonts/fa-solid-900.woff2

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/abp/core/abp.css → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/abp/core/abp.css

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/abp/core/abp.js → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/abp/core/abp.js

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/abp/jquery/abp.jquery.js → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/abp/jquery/abp.jquery.js

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/abp/luxon/abp.luxon.js → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/abp/luxon/abp.luxon.js

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/abp/utils/abp-utils.umd.js → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/abp/utils/abp-utils.umd.js

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/abp/utils/abp-utils.umd.js.map → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/abp/utils/abp-utils.umd.js.map

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/abp/utils/abp-utils.umd.min.js → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/abp/utils/abp-utils.umd.min.js

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/abp/utils/abp-utils.umd.min.js.map → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/abp/utils/abp-utils.umd.min.js.map

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/bootstrap-datepicker/bootstrap-datepicker.css.map → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/bootstrap-datepicker/bootstrap-datepicker.css.map

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/bootstrap-datepicker/bootstrap-datepicker.min.css → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/bootstrap-datepicker/bootstrap-datepicker.min.css

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/bootstrap-datepicker/bootstrap-datepicker.min.js → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/bootstrap-datepicker/bootstrap-datepicker.min.js

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker-en-CA.min.js → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker-en-CA.min.js

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar-tn.min.js → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar-tn.min.js

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar.min.js → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.ar.min.js

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.az.min.js → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.az.min.js

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.bg.min.js → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.bg.min.js

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.bm.min.js → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.bm.min.js

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.bn.min.js → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.bn.min.js

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.br.min.js → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.br.min.js

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.bs.min.js → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.bs.min.js

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.ca.min.js → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.ca.min.js

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.cs.min.js → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.cs.min.js

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.cy.min.js → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.cy.min.js

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.da.min.js → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.da.min.js

0
aspnet-core/services/LY.MicroService.identityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.de.min.js → aspnet-core/services/LY.MicroService.IdentityServer/wwwroot/libs/bootstrap-datepicker/locales/bootstrap-datepicker.de.min.js

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save