Browse Source

chore: update abp to 9.1.3

pull/1209/head
colin 9 months ago
parent
commit
5897750ade
  1. 14
      Directory.Packages.props
  2. 2
      aspnet-core/framework/common/LINGYUN.Abp.Idempotent/LINGYUN/Abp/Idempotent/IdempotentKeyNormalizer.cs
  3. 2
      aspnet-core/migrations/LY.MicroService.Applications.Single.DbMigrator/LY.MicroService.Applications.Single.DbMigrator.csproj
  4. 1
      aspnet-core/migrations/LY.MicroService.Applications.Single.EntityFrameworkCore.SqlServer/LY.MicroService.Applications.Single.EntityFrameworkCore.SqlServer.csproj
  5. 1
      aspnet-core/migrations/LY.MicroService.AuthServer.EntityFrameworkCore/LY.MicroService.AuthServer.EntityFrameworkCore.csproj
  6. 1
      aspnet-core/migrations/LY.MicroService.BackendAdmin.EntityFrameworkCore/LY.MicroService.BackendAdmin.EntityFrameworkCore.csproj
  7. 1
      aspnet-core/migrations/LY.MicroService.IdentityServer.EntityFrameworkCore/LY.MicroService.IdentityServer.EntityFrameworkCore.csproj
  8. 1
      aspnet-core/migrations/LY.MicroService.LocalizationManagement.EntityFrameworkCore/LY.MicroService.LocalizationManagement.EntityFrameworkCore.csproj
  9. 1
      aspnet-core/migrations/LY.MicroService.Platform.EntityFrameworkCore/LY.MicroService.Platform.EntityFrameworkCore.csproj
  10. 1
      aspnet-core/migrations/LY.MicroService.RealtimeMessage.EntityFrameworkCore/LY.MicroService.RealtimeMessage.EntityFrameworkCore.csproj
  11. 1
      aspnet-core/migrations/LY.MicroService.TaskManagement.EntityFrameworkCore/LY.MicroService.TaskManagement.EntityFrameworkCore.csproj
  12. 3
      aspnet-core/modules/account/LINGYUN.Abp.Account.Application.Contracts/LINGYUN/Abp/Account/Localization/Resources/en.json
  13. 3
      aspnet-core/modules/account/LINGYUN.Abp.Account.Application.Contracts/LINGYUN/Abp/Account/Localization/Resources/zh-Hans.json
  14. 1
      aspnet-core/modules/account/LINGYUN.Abp.Account.Web.IdentityServer/LINGYUN.Abp.Account.Web.IdentityServer.csproj
  15. 1
      aspnet-core/modules/account/LINGYUN.Abp.Account.Web.OpenIddict/LINGYUN.Abp.Account.Web.OpenIddict.csproj
  16. 2
      aspnet-core/modules/account/LINGYUN.Abp.Account.Web/Pages/Account/Components/ProfileManagementGroup/SecurityLog/Index.cshtml
  17. 46
      aspnet-core/modules/account/LINGYUN.Abp.Account.Web/Pages/Account/Components/ProfileManagementGroup/SecurityLog/Index.js
  18. 10
      aspnet-core/modules/account/LINGYUN.Abp.Account.Web/Pages/Account/Components/ProfileManagementGroup/Session/Index.js
  19. 1
      aspnet-core/modules/elsa/LINGYUN.Abp.Elsa.EntityFrameworkCore.MySql/LINGYUN.Abp.Elsa.EntityFrameworkCore.MySql.csproj
  20. 18
      aspnet-core/modules/gdpr/LINGYUN.Abp.Gdpr.Web/Pages/Account/Components/ProfileManagementGroup/Gdpr/Index.js
  21. 4
      aspnet-core/modules/localization-management/LINGYUN.Abp.LocalizationManagement.Domain/LINGYUN/Abp/LocalizationManagement/ITextRepository.cs
  22. 2
      aspnet-core/modules/localization-management/LINGYUN.Abp.LocalizationManagement.Domain/LINGYUN/Abp/LocalizationManagement/LocalizationTextStoreCache.cs
  23. 1
      aspnet-core/modules/localization-management/LINGYUN.Abp.LocalizationManagement.EntityFrameworkCore/LINGYUN/Abp/LocalizationManagement/EntityFrameworkCore/EfCoreTextRepository.cs
  24. 11
      aspnet-core/modules/oss-management/LINGYUN.Abp.OssManagement.FileSystem/System/IO/FileSystemExtensions.cs
  25. 2
      aspnet-core/modules/task-management/LINGYUN.Abp.Quartz.MySqlInstaller/LINGYUN.Abp.Quartz.MySqlInstaller.csproj
  26. 2
      aspnet-core/modules/task-management/LINGYUN.Abp.Quartz.SqlInstaller/LINGYUN.Abp.Quartz.SqlInstaller.csproj
  27. 2
      aspnet-core/modules/task-management/LINGYUN.Abp.Quartz.SqlServerInstaller/LINGYUN.Abp.Quartz.SqlServerInstaller.csproj
  28. 1
      aspnet-core/services/LY.MicroService.Applications.Single/appsettings.json
  29. 2
      aspnet-core/services/LY.MicroService.WorkflowManagement.HttpApi.Host/Pages/_Host.cshtml
  30. 4
      common.props

14
Directory.Packages.props

@ -3,16 +3,16 @@
<DotNetCoreCAPPackageVersion>8.3.2</DotNetCoreCAPPackageVersion> <DotNetCoreCAPPackageVersion>8.3.2</DotNetCoreCAPPackageVersion>
<ElsaPackageVersion>2.15.1</ElsaPackageVersion> <ElsaPackageVersion>2.15.1</ElsaPackageVersion>
<ElsaNextPackageVersion>3.3.5</ElsaNextPackageVersion> <ElsaNextPackageVersion>3.3.5</ElsaNextPackageVersion>
<VoloAbpPackageVersion>9.1.1</VoloAbpPackageVersion> <VoloAbpPackageVersion>9.1.3</VoloAbpPackageVersion>
<LINGYUNAbpPackageVersion>9.1.1</LINGYUNAbpPackageVersion> <LINGYUNAbpPackageVersion>9.1.3</LINGYUNAbpPackageVersion>
<MicrosoftExtensionsPackageVersion>9.0.2</MicrosoftExtensionsPackageVersion> <MicrosoftExtensionsPackageVersion>9.0.0</MicrosoftExtensionsPackageVersion>
<MicrosoftAspNetCorePackageVersion>9.0.2</MicrosoftAspNetCorePackageVersion> <MicrosoftAspNetCorePackageVersion>9.0.0</MicrosoftAspNetCorePackageVersion>
<MicrosoftEntityFrameworkCorePackageVersion>9.0.2</MicrosoftEntityFrameworkCorePackageVersion> <MicrosoftEntityFrameworkCorePackageVersion>9.0.0</MicrosoftEntityFrameworkCorePackageVersion>
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally> <ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup> </PropertyGroup>
<!-- Abp Framework --> <!-- Abp Framework -->
<ItemGroup> <ItemGroup>
<PackageVersion Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonXLite" Version="3.2.0" /> <PackageVersion Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonXLite" Version="4.1.3" />
<PackageVersion Include="Volo.Abp.Core" Version="$(VoloAbpPackageVersion)" /> <PackageVersion Include="Volo.Abp.Core" Version="$(VoloAbpPackageVersion)" />
<PackageVersion Include="Volo.Abp.Account.Application" Version="$(VoloAbpPackageVersion)" /> <PackageVersion Include="Volo.Abp.Account.Application" Version="$(VoloAbpPackageVersion)" />
<PackageVersion Include="Volo.Abp.Account.Application.Contracts" Version="$(VoloAbpPackageVersion)" /> <PackageVersion Include="Volo.Abp.Account.Application.Contracts" Version="$(VoloAbpPackageVersion)" />
@ -150,7 +150,7 @@
<PackageVersion Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="$(MicrosoftAspNetCorePackageVersion)" /> <PackageVersion Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="$(MicrosoftAspNetCorePackageVersion)" />
<PackageVersion Include="Microsoft.AspNetCore.SignalR.Protocols.Json" Version="$(MicrosoftAspNetCorePackageVersion)" /> <PackageVersion Include="Microsoft.AspNetCore.SignalR.Protocols.Json" Version="$(MicrosoftAspNetCorePackageVersion)" />
<PackageVersion Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="$(MicrosoftAspNetCorePackageVersion)" /> <PackageVersion Include="Microsoft.AspNetCore.SignalR.StackExchangeRedis" Version="$(MicrosoftAspNetCorePackageVersion)" />
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.2" /> <PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.0" />
<PackageVersion Include="Microsoft.CSharp" Version="4.7.0" /> <PackageVersion Include="Microsoft.CSharp" Version="4.7.0" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="$(MicrosoftEntityFrameworkCorePackageVersion)" /> <PackageVersion Include="Microsoft.EntityFrameworkCore.Design" Version="$(MicrosoftEntityFrameworkCorePackageVersion)" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="$(MicrosoftEntityFrameworkCorePackageVersion)" /> <PackageVersion Include="Microsoft.EntityFrameworkCore.InMemory" Version="$(MicrosoftEntityFrameworkCorePackageVersion)" />

2
aspnet-core/framework/common/LINGYUN.Abp.Idempotent/LINGYUN/Abp/Idempotent/IdempotentKeyNormalizer.cs

@ -27,7 +27,7 @@ public class IdempotentKeyNormalizer : IIdempotentKeyNormalizer, ITransientDepen
if (context.Method.IsDefined(typeof(IdempotentAttribute))) if (context.Method.IsDefined(typeof(IdempotentAttribute)))
{ {
var attr = context.Method.GetCustomAttribute<IdempotentAttribute>(); var attr = context.Method.GetCustomAttribute<IdempotentAttribute>();
if (!attr.IdempotentKey.IsNullOrWhiteSpace()) if (!attr!.IdempotentKey.IsNullOrWhiteSpace())
{ {
return attr.IdempotentKey!; return attr.IdempotentKey!;
} }

2
aspnet-core/migrations/LY.MicroService.Applications.Single.DbMigrator/LY.MicroService.Applications.Single.DbMigrator.csproj

@ -13,7 +13,7 @@
<PackageReference Include="Serilog.Extensions.Logging" /> <PackageReference Include="Serilog.Extensions.Logging" />
<PackageReference Include="Serilog.Sinks.File" /> <PackageReference Include="Serilog.Sinks.File" />
<PackageReference Include="Serilog.Sinks.Console" /> <PackageReference Include="Serilog.Sinks.Console" />
<PackageReference Include="Microsoft.Extensions.Hosting" /> <PackageReference Include="Microsoft.Extensions.Hosting" VersionOverride="9.0.1" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools"> <PackageReference Include="Microsoft.EntityFrameworkCore.Tools">
<PrivateAssets>all</PrivateAssets> <PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

1
aspnet-core/migrations/LY.MicroService.Applications.Single.EntityFrameworkCore.SqlServer/LY.MicroService.Applications.Single.EntityFrameworkCore.SqlServer.csproj

@ -8,7 +8,6 @@
</PropertyGroup> </PropertyGroup>
<ItemGroup> <ItemGroup>
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools"> <PackageReference Include="Microsoft.EntityFrameworkCore.Tools">
<PrivateAssets>all</PrivateAssets> <PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>

1
aspnet-core/migrations/LY.MicroService.AuthServer.EntityFrameworkCore/LY.MicroService.AuthServer.EntityFrameworkCore.csproj

@ -20,7 +20,6 @@
<PackageReference Include="Volo.Abp.FeatureManagement.EntityFrameworkCore" /> <PackageReference Include="Volo.Abp.FeatureManagement.EntityFrameworkCore" />
<PackageReference Include="Volo.Abp.SettingManagement.EntityFrameworkCore" /> <PackageReference Include="Volo.Abp.SettingManagement.EntityFrameworkCore" />
<PackageReference Include="Volo.Abp.PermissionManagement.EntityFrameworkCore" /> <PackageReference Include="Volo.Abp.PermissionManagement.EntityFrameworkCore" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" VersionOverride="9.0.2" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

1
aspnet-core/migrations/LY.MicroService.BackendAdmin.EntityFrameworkCore/LY.MicroService.BackendAdmin.EntityFrameworkCore.csproj

@ -18,7 +18,6 @@
<PackageReference Include="Volo.Abp.FeatureManagement.EntityFrameworkCore" /> <PackageReference Include="Volo.Abp.FeatureManagement.EntityFrameworkCore" />
<PackageReference Include="Volo.Abp.SettingManagement.EntityFrameworkCore" /> <PackageReference Include="Volo.Abp.SettingManagement.EntityFrameworkCore" />
<PackageReference Include="Volo.Abp.PermissionManagement.EntityFrameworkCore" /> <PackageReference Include="Volo.Abp.PermissionManagement.EntityFrameworkCore" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" VersionOverride="9.0.2" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

1
aspnet-core/migrations/LY.MicroService.IdentityServer.EntityFrameworkCore/LY.MicroService.IdentityServer.EntityFrameworkCore.csproj

@ -18,7 +18,6 @@
<PackageReference Include="Volo.Abp.FeatureManagement.EntityFrameworkCore" /> <PackageReference Include="Volo.Abp.FeatureManagement.EntityFrameworkCore" />
<PackageReference Include="Volo.Abp.SettingManagement.EntityFrameworkCore" /> <PackageReference Include="Volo.Abp.SettingManagement.EntityFrameworkCore" />
<PackageReference Include="Volo.Abp.PermissionManagement.EntityFrameworkCore" /> <PackageReference Include="Volo.Abp.PermissionManagement.EntityFrameworkCore" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" VersionOverride="9.0.2" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

1
aspnet-core/migrations/LY.MicroService.LocalizationManagement.EntityFrameworkCore/LY.MicroService.LocalizationManagement.EntityFrameworkCore.csproj

@ -18,7 +18,6 @@
<PackageReference Include="Volo.Abp.FeatureManagement.EntityFrameworkCore" /> <PackageReference Include="Volo.Abp.FeatureManagement.EntityFrameworkCore" />
<PackageReference Include="Volo.Abp.SettingManagement.EntityFrameworkCore" /> <PackageReference Include="Volo.Abp.SettingManagement.EntityFrameworkCore" />
<PackageReference Include="Volo.Abp.PermissionManagement.EntityFrameworkCore" /> <PackageReference Include="Volo.Abp.PermissionManagement.EntityFrameworkCore" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" VersionOverride="9.0.2" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

1
aspnet-core/migrations/LY.MicroService.Platform.EntityFrameworkCore/LY.MicroService.Platform.EntityFrameworkCore.csproj

@ -18,7 +18,6 @@
<PackageReference Include="Volo.Abp.FeatureManagement.EntityFrameworkCore" /> <PackageReference Include="Volo.Abp.FeatureManagement.EntityFrameworkCore" />
<PackageReference Include="Volo.Abp.SettingManagement.EntityFrameworkCore" /> <PackageReference Include="Volo.Abp.SettingManagement.EntityFrameworkCore" />
<PackageReference Include="Volo.Abp.PermissionManagement.EntityFrameworkCore" /> <PackageReference Include="Volo.Abp.PermissionManagement.EntityFrameworkCore" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" VersionOverride="9.0.2" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

1
aspnet-core/migrations/LY.MicroService.RealtimeMessage.EntityFrameworkCore/LY.MicroService.RealtimeMessage.EntityFrameworkCore.csproj

@ -18,7 +18,6 @@
<PackageReference Include="Volo.Abp.FeatureManagement.EntityFrameworkCore" /> <PackageReference Include="Volo.Abp.FeatureManagement.EntityFrameworkCore" />
<PackageReference Include="Volo.Abp.SettingManagement.EntityFrameworkCore" /> <PackageReference Include="Volo.Abp.SettingManagement.EntityFrameworkCore" />
<PackageReference Include="Volo.Abp.PermissionManagement.EntityFrameworkCore" /> <PackageReference Include="Volo.Abp.PermissionManagement.EntityFrameworkCore" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" VersionOverride="9.0.2" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

1
aspnet-core/migrations/LY.MicroService.TaskManagement.EntityFrameworkCore/LY.MicroService.TaskManagement.EntityFrameworkCore.csproj

@ -17,7 +17,6 @@
<PackageReference Include="Volo.Abp.FeatureManagement.EntityFrameworkCore" /> <PackageReference Include="Volo.Abp.FeatureManagement.EntityFrameworkCore" />
<PackageReference Include="Volo.Abp.SettingManagement.EntityFrameworkCore" /> <PackageReference Include="Volo.Abp.SettingManagement.EntityFrameworkCore" />
<PackageReference Include="Volo.Abp.PermissionManagement.EntityFrameworkCore" /> <PackageReference Include="Volo.Abp.PermissionManagement.EntityFrameworkCore" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" VersionOverride="9.0.2" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

3
aspnet-core/modules/account/LINGYUN.Abp.Account.Application.Contracts/LINGYUN/Abp/Account/Localization/Resources/en.json

@ -50,6 +50,7 @@
"ProfileTab:TwoFactor": "TwoFactor", "ProfileTab:TwoFactor": "TwoFactor",
"ProfileTab:Authenticator": "Authenticator", "ProfileTab:Authenticator": "Authenticator",
"ProfileTab:SecurityLog": "Security Log", "ProfileTab:SecurityLog": "Security Log",
"PhoneNumberChangedMessage": "Your mobile number has been successfully changed." "PhoneNumberChangedMessage": "Your mobile number has been successfully changed.",
"SecurityLogs": "Security Logs"
} }
} }

3
aspnet-core/modules/account/LINGYUN.Abp.Account.Application.Contracts/LINGYUN/Abp/Account/Localization/Resources/zh-Hans.json

@ -50,6 +50,7 @@
"ProfileTab:TwoFactor": "双因素身份验证", "ProfileTab:TwoFactor": "双因素身份验证",
"ProfileTab:Authenticator": "身份验证程序", "ProfileTab:Authenticator": "身份验证程序",
"ProfileTab:SecurityLog": "安全日志", "ProfileTab:SecurityLog": "安全日志",
"PhoneNumberChangedMessage": "您的手机号码已成功更改." "PhoneNumberChangedMessage": "您的手机号码已成功更改.",
"SecurityLogs": "安全日志"
} }
} }

1
aspnet-core/modules/account/LINGYUN.Abp.Account.Web.IdentityServer/LINGYUN.Abp.Account.Web.IdentityServer.csproj

@ -11,7 +11,6 @@
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> <GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> <GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<RootNamespace>LINGYUN.Abp.Account.Web.IdentityServer</RootNamespace> <RootNamespace>LINGYUN.Abp.Account.Web.IdentityServer</RootNamespace>
<GenerateEmbeddedFilesManifest>true</GenerateEmbeddedFilesManifest>
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
<IsPackable>true</IsPackable> <IsPackable>true</IsPackable>
</PropertyGroup> </PropertyGroup>

1
aspnet-core/modules/account/LINGYUN.Abp.Account.Web.OpenIddict/LINGYUN.Abp.Account.Web.OpenIddict.csproj

@ -10,7 +10,6 @@
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> <GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute> <GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute> <GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
<GenerateEmbeddedFilesManifest>true</GenerateEmbeddedFilesManifest>
<RootNamespace>LINGYUN.Abp.Account.Web.OpenIddict</RootNamespace> <RootNamespace>LINGYUN.Abp.Account.Web.OpenIddict</RootNamespace>
<OutputType>Library</OutputType> <OutputType>Library</OutputType>
<IsPackable>true</IsPackable> <IsPackable>true</IsPackable>

2
aspnet-core/modules/account/LINGYUN.Abp.Account.Web/Pages/Account/Components/ProfileManagementGroup/SecurityLog/Index.cshtml

@ -12,7 +12,7 @@
<abp-card-header> <abp-card-header>
<abp-row> <abp-row>
<abp-column size-md="_6"> <abp-column size-md="_6">
<abp-card-title>@L["SecurityLog"]</abp-card-title> <abp-card-title>@L["SecurityLogs"]</abp-card-title>
</abp-column> </abp-column>
</abp-row> </abp-row>
</abp-card-header> </abp-card-header>

46
aspnet-core/modules/account/LINGYUN.Abp.Account.Web/Pages/Account/Components/ProfileManagementGroup/SecurityLog/Index.js

@ -23,7 +23,7 @@ $(function () {
labp.account.mySecurityLog labp.account.mySecurityLog
.delete(data.record.id) .delete(data.record.id)
.then(function () { .then(function () {
abp.notify.info( abp.notify.success(
ul('DeletedSuccessfully') ul('DeletedSuccessfully')
); );
dataTable.ajax.reload(); dataTable.ajax.reload();
@ -31,42 +31,44 @@ $(function () {
} }
} }
] ]
} },
width: '100px'
}, },
{ {
title: l('DisplayName:CreationTime'), title: l('CreationTime'),
data: "creationTime", data: "creationTime",
render: function (data) { dataFormat: "datetime",
return luxon width: '180px'
.DateTime
.fromISO(data, {
locale: abp.localization.currentCulture.name
}).toLocaleString(luxon.DateTime.DATETIME_FULL_WITH_SECONDS);
}
}, },
{ {
title: l('DisplayName:Identity'), title: l('Identity'),
data: "identity" data: "identity",
width: '150px'
}, },
{ {
title: l('DisplayName:ClientId'), title: l('ClientId'),
data: "clientId" data: "clientId",
width: '150px'
}, },
{ {
title: l('DisplayName:ClientIpAddress'), title: l('ClientIpAddress'),
data: "clientIpAddress" data: "clientIpAddress",
width: '150px'
}, },
{ {
title: l('DisplayName:ApplicationName'), title: l('ApplicationName'),
data: "applicationName" data: "applicationName",
width: '150px'
}, },
{ {
title: l('DisplayName:Actions'), title: l('ActionName'),
data: "action" data: "action",
width: '150px'
}, },
{ {
title: l('DisplayName:BrowserInfo'), title: l('BrowserInfo'),
data: "browserInfo" data: "browserInfo",
width: '300px'
}] }]
}) })
); );

10
aspnet-core/modules/account/LINGYUN.Abp.Account.Web/Pages/Account/Components/ProfileManagementGroup/Session/Index.js

@ -26,7 +26,7 @@ $(function () {
labp.account.myProfile labp.account.myProfile
.revokeSession(data.record.sessionId) .revokeSession(data.record.sessionId)
.then(function () { .then(function () {
abp.notify.info( abp.notify.success(
il('SuccessfullyRevoked') il('SuccessfullyRevoked')
); );
dataTable.ajax.reload(); dataTable.ajax.reload();
@ -47,13 +47,7 @@ $(function () {
{ {
title: il('DisplayName:SignedIn'), title: il('DisplayName:SignedIn'),
data: "signedIn", data: "signedIn",
render: function (data) { dataFormat: "datetime",
return luxon
.DateTime
.fromISO(data, {
locale: abp.localization.currentCulture.name
}).toLocaleString(luxon.DateTime.DATETIME_FULL_WITH_SECONDS);
}
}] }]
}) })
); );

1
aspnet-core/modules/elsa/LINGYUN.Abp.Elsa.EntityFrameworkCore.MySql/LINGYUN.Abp.Elsa.EntityFrameworkCore.MySql.csproj

@ -25,7 +25,6 @@
<PackageReference Include="Elsa.Webhooks.Persistence.EntityFramework.MySql" /> <PackageReference Include="Elsa.Webhooks.Persistence.EntityFramework.MySql" />
<PackageReference Include="Elsa.WorkflowSettings.Persistence.EntityFramework.MySql" /> <PackageReference Include="Elsa.WorkflowSettings.Persistence.EntityFramework.MySql" />
<PackageReference Include="Volo.Abp.EntityFrameworkCore.MySql" /> <PackageReference Include="Volo.Abp.EntityFrameworkCore.MySql" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Relational" VersionOverride="9.0.2" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

18
aspnet-core/modules/gdpr/LINGYUN.Abp.Gdpr.Web/Pages/Account/Components/ProfileManagementGroup/Gdpr/Index.js

@ -41,7 +41,7 @@ $(function () {
labp.gdpr.gdprRequest labp.gdpr.gdprRequest
.delete(data.record.id) .delete(data.record.id)
.then(function () { .then(function () {
abp.notify.info( abp.notify.success(
ul('DeletedSuccessfully') ul('DeletedSuccessfully')
); );
dataTable.ajax.reload(); dataTable.ajax.reload();
@ -54,24 +54,12 @@ $(function () {
{ {
title: gl('DisplayName:ReadyTime'), title: gl('DisplayName:ReadyTime'),
data: "readyTime", data: "readyTime",
render: function (data) { dataFormat: "datetime",
return luxon
.DateTime
.fromISO(data, {
locale: abp.localization.currentCulture.name
}).toLocaleString(luxon.DateTime.DATETIME_FULL_WITH_SECONDS);
}
}, },
{ {
title: gl('DisplayName:CreationTime'), title: gl('DisplayName:CreationTime'),
data: "creationTime", data: "creationTime",
render: function (data) { dataFormat: "datetime",
return luxon
.DateTime
.fromISO(data, {
locale: abp.localization.currentCulture.name
}).toLocaleString(luxon.DateTime.DATETIME_FULL_WITH_SECONDS);
}
}] }]
}) })
); );

4
aspnet-core/modules/localization-management/LINGYUN.Abp.LocalizationManagement.Domain/LINGYUN/Abp/LocalizationManagement/ITextRepository.cs

@ -1,4 +1,5 @@
using System.Collections.Generic; using System;
using System.Collections.Generic;
using System.Threading; using System.Threading;
using System.Threading.Tasks; using System.Threading.Tasks;
using Volo.Abp.Domain.Repositories; using Volo.Abp.Domain.Repositories;
@ -20,6 +21,7 @@ namespace LINGYUN.Abp.LocalizationManagement
CancellationToken cancellationToken = default CancellationToken cancellationToken = default
); );
[Obsolete("Use GetListAsync")]
List<Text> GetList( List<Text> GetList(
string resourceName = null, string resourceName = null,
string cultureName = null); string cultureName = null);

2
aspnet-core/modules/localization-management/LINGYUN.Abp.LocalizationManagement.Domain/LINGYUN/Abp/LocalizationManagement/LocalizationTextStoreCache.cs

@ -71,7 +71,9 @@ public class LocalizationTextStoreCache : ILocalizationTextStoreCache, ISingleto
using (provider.Change(false)) using (provider.Change(false))
{ {
var repo = scope.ServiceProvider.GetRequiredService<ITextRepository>(); var repo = scope.ServiceProvider.GetRequiredService<ITextRepository>();
#pragma warning disable CS0618
var texts = repo.GetList(resource.ResourceName, cultureName); var texts = repo.GetList(resource.ResourceName, cultureName);
#pragma warning restore CS0618
foreach (var text in texts) foreach (var text in texts)
{ {
setTexts[text.Key] = text.Value; setTexts[text.Key] = text.Value;

1
aspnet-core/modules/localization-management/LINGYUN.Abp.LocalizationManagement.EntityFrameworkCore/LINGYUN/Abp/LocalizationManagement/EntityFrameworkCore/EfCoreTextRepository.cs

@ -62,6 +62,7 @@ public class EfCoreTextRepository : EfCoreRepository<LocalizationDbContext, Text
.CountAsync(GetCancellationToken(cancellationToken)); .CountAsync(GetCancellationToken(cancellationToken));
} }
[Obsolete("Use GetListAsync")]
public virtual List<Text> GetList(string resourceName = null, string cultureName = null) public virtual List<Text> GetList(string resourceName = null, string cultureName = null)
{ {
return DbSet return DbSet

11
aspnet-core/modules/oss-management/LINGYUN.Abp.OssManagement.FileSystem/System/IO/FileSystemExtensions.cs

@ -1,5 +1,4 @@
using System.Security.Cryptography; using System.Text;
using System.Text;
namespace System.IO; namespace System.IO;
@ -11,10 +10,10 @@ internal static class FileSystemExtensions
{ {
stream.Seek(0, SeekOrigin.Begin); stream.Seek(0, SeekOrigin.Begin);
} }
using MD5 md5 = new MD5CryptoServiceProvider(); using var md5 = Security.Cryptography.MD5.Create();
byte[] retVal = md5.ComputeHash(stream); var retVal = md5.ComputeHash(stream);
StringBuilder sb = new StringBuilder(); var sb = new StringBuilder();
for (int i = 0; i < retVal.Length; i++) for (var i = 0; i < retVal.Length; i++)
{ {
sb.Append(retVal[i].ToString("x2")); sb.Append(retVal[i].ToString("x2"));
} }

2
aspnet-core/modules/task-management/LINGYUN.Abp.Quartz.MySqlInstaller/LINGYUN.Abp.Quartz.MySqlInstaller.csproj

@ -4,7 +4,7 @@
<Import Project="..\..\..\..\common.props" /> <Import Project="..\..\..\..\common.props" />
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1;net8.0;net9.0</TargetFrameworks> <TargetFrameworks>net8.0;net9.0</TargetFrameworks>
<AssemblyName>LINGYUN.Abp.Quartz.MySqlInstaller</AssemblyName> <AssemblyName>LINGYUN.Abp.Quartz.MySqlInstaller</AssemblyName>
<PackageId>LINGYUN.Abp.Quartz.MySqlInstaller</PackageId> <PackageId>LINGYUN.Abp.Quartz.MySqlInstaller</PackageId>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> <GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>

2
aspnet-core/modules/task-management/LINGYUN.Abp.Quartz.SqlInstaller/LINGYUN.Abp.Quartz.SqlInstaller.csproj

@ -4,7 +4,7 @@
<Import Project="..\..\..\..\common.props" /> <Import Project="..\..\..\..\common.props" />
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1;net8.0;net9.0</TargetFrameworks> <TargetFrameworks>net8.0;net9.0</TargetFrameworks>
<AssemblyName>LINGYUN.Abp.Quartz.SqlInstaller</AssemblyName> <AssemblyName>LINGYUN.Abp.Quartz.SqlInstaller</AssemblyName>
<PackageId>LINGYUN.Abp.Quartz.SqlInstaller</PackageId> <PackageId>LINGYUN.Abp.Quartz.SqlInstaller</PackageId>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> <GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>

2
aspnet-core/modules/task-management/LINGYUN.Abp.Quartz.SqlServerInstaller/LINGYUN.Abp.Quartz.SqlServerInstaller.csproj

@ -4,7 +4,7 @@
<Import Project="..\..\..\..\common.props" /> <Import Project="..\..\..\..\common.props" />
<PropertyGroup> <PropertyGroup>
<TargetFrameworks>netstandard2.0;netstandard2.1;net8.0;net9.0</TargetFrameworks> <TargetFrameworks>net8.0;net9.0</TargetFrameworks>
<AssemblyName>LINGYUN.Abp.Quartz.SqlServerInstaller</AssemblyName> <AssemblyName>LINGYUN.Abp.Quartz.SqlServerInstaller</AssemblyName>
<PackageId>LINGYUN.Abp.Quartz.SqlServerInstaller</PackageId> <PackageId>LINGYUN.Abp.Quartz.SqlServerInstaller</PackageId>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute> <GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>

1
aspnet-core/services/LY.MicroService.Applications.Single/appsettings.json

@ -11,7 +11,6 @@
"DefaultSalt": "sf&5)s3#" "DefaultSalt": "sf&5)s3#"
}, },
"Json": { "Json": {
"OutputDateTimeFormat": "yyyy-MM-dd HH:mm:ss",
"InputDateTimeFormats": [ "InputDateTimeFormats": [
"yyyy-MM-dd HH:mm:ss", "yyyy-MM-dd HH:mm:ss",
"yyyy-MM-ddTHH:mm:ss" "yyyy-MM-ddTHH:mm:ss"

2
aspnet-core/services/LY.MicroService.WorkflowManagement.HttpApi.Host/Pages/_Host.cshtml

@ -17,7 +17,7 @@
<script type="module" src="/_content/Elsa.Designer.Components.Web/elsa-workflows-studio/elsa-workflows-studio.esm.js"></script> <script type="module" src="/_content/Elsa.Designer.Components.Web/elsa-workflows-studio/elsa-workflows-studio.esm.js"></script>
</head> </head>
<body> <body>
<elsa-studio-root server-url="@serverUrl" base-path="" monaco-lib-path="/_content/Elsa.Designer.Components.Web/monaco-editor/min"> <elsa-studio-root server-url="@serverUrl" base-path="" monaco-lib-path="./_content/Elsa.Designer.Components.Web/monaco-editor/min">
<elsa-studio-dashboard></elsa-studio-dashboard> <elsa-studio-dashboard></elsa-studio-dashboard>
</elsa-studio-root> </elsa-studio-root>
</body> </body>

4
common.props

@ -1,12 +1,12 @@
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<LangVersion>latest</LangVersion> <LangVersion>latest</LangVersion>
<Version>9.1.1</Version> <Version>9.1.3</Version>
<Authors>colin</Authors> <Authors>colin</Authors>
<NoWarn>$(NoWarn);CS1591;CS0436;CS8618;NU1803</NoWarn> <NoWarn>$(NoWarn);CS1591;CS0436;CS8618;NU1803</NoWarn>
<PackageProjectUrl>https://github.com/colinin/abp-next-admin</PackageProjectUrl> <PackageProjectUrl>https://github.com/colinin/abp-next-admin</PackageProjectUrl>
<PackageOutputPath>$(SolutionDir)LocalNuget</PackageOutputPath> <PackageOutputPath>$(SolutionDir)LocalNuget</PackageOutputPath>
<PackageVersion>9.1.1</PackageVersion> <PackageVersion>9.1.3</PackageVersion>
<PackageLicenseExpression>MIT</PackageLicenseExpression> <PackageLicenseExpression>MIT</PackageLicenseExpression>
<RepositoryType>git</RepositoryType> <RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/colinin/abp-next-admin</RepositoryUrl> <RepositoryUrl>https://github.com/colinin/abp-next-admin</RepositoryUrl>

Loading…
Cancel
Save