Fase 2: Creatción de la UI (React + Vite). Implementación de Log In reemplazando texto plano. Y creación de tool para migrar contraseñas.

This commit is contained in:
2025-05-05 15:49:01 -03:00
parent 9b1de95404
commit da7b544372
81 changed files with 12260 additions and 99 deletions

View File

@@ -13,7 +13,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("GestionIntegral.Api")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+9b1de95404118dad24e3e848866c48fce6e0c08e")]
[assembly: System.Reflection.AssemblyProductAttribute("GestionIntegral.Api")]
[assembly: System.Reflection.AssemblyTitleAttribute("GestionIntegral.Api")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

View File

@@ -9,13 +9,13 @@ build_property.EnforceExtendedAnalyzerRules =
build_property._SupportedPlatformList = Linux,macOS,Windows
build_property.RootNamespace = GestionIntegral.Api
build_property.RootNamespace = GestionIntegral.Api
build_property.ProjectDir = E:\GestionIntegralWeb\Backend\GestionIntegral.Api\
build_property.ProjectDir = E:\GestionIntegralWeb\backend\gestionintegral.api\
build_property.EnableComHosting =
build_property.EnableGeneratedComInterfaceComImportInterop =
build_property.RazorLangVersion = 9.0
build_property.SupportLocalizedComponentNames =
build_property.GenerateRazorMetadataSourceChecksumAttributes =
build_property.MSBuildProjectDirectory = E:\GestionIntegralWeb\Backend\GestionIntegral.Api
build_property.MSBuildProjectDirectory = E:\GestionIntegralWeb\backend\gestionintegral.api
build_property._RazorSourceGeneratorDebug =
build_property.EffectiveAnalysisLevelStyle = 9.0
build_property.EnableCodeStyleSeverity =

View File

@@ -0,0 +1,17 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
using System;
using System.Reflection;
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Microsoft.AspNetCore.OpenApi")]
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartAttribute("Swashbuckle.AspNetCore.SwaggerGen")]
// Generado por la clase WriteCodeFragment de MSBuild.

View File

@@ -0,0 +1,85 @@
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\appsettings.Development.json
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\appsettings.json
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\GestionIntegral.Api.staticwebassets.endpoints.json
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\GestionIntegral.Api.exe
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\GestionIntegral.Api.deps.json
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\GestionIntegral.Api.runtimeconfig.json
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\GestionIntegral.Api.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\GestionIntegral.Api.pdb
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Azure.Core.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Azure.Identity.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Dapper.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.AspNetCore.Authentication.JwtBearer.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.AspNetCore.OpenApi.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.Bcl.AsyncInterfaces.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.Bcl.Cryptography.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.Data.SqlClient.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.Extensions.Caching.Abstractions.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.Extensions.Caching.Memory.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.Extensions.DependencyInjection.Abstractions.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.Extensions.Logging.Abstractions.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.Extensions.Options.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.Extensions.Primitives.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.Identity.Client.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.Identity.Client.Extensions.Msal.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.IdentityModel.Abstractions.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.IdentityModel.JsonWebTokens.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.IdentityModel.Logging.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.IdentityModel.Protocols.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.IdentityModel.Tokens.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.OpenApi.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Microsoft.SqlServer.Server.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Swashbuckle.AspNetCore.Swagger.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Swashbuckle.AspNetCore.SwaggerGen.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\Swashbuckle.AspNetCore.SwaggerUI.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\System.ClientModel.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\System.Configuration.ConfigurationManager.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\System.Diagnostics.EventLog.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\System.IdentityModel.Tokens.Jwt.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\System.Memory.Data.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\System.Security.Cryptography.Pkcs.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\System.Security.Cryptography.ProtectedData.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\cs\Microsoft.Data.SqlClient.resources.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\de\Microsoft.Data.SqlClient.resources.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\es\Microsoft.Data.SqlClient.resources.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\fr\Microsoft.Data.SqlClient.resources.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\it\Microsoft.Data.SqlClient.resources.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\ja\Microsoft.Data.SqlClient.resources.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\ko\Microsoft.Data.SqlClient.resources.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\pl\Microsoft.Data.SqlClient.resources.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\pt-BR\Microsoft.Data.SqlClient.resources.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\ru\Microsoft.Data.SqlClient.resources.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\tr\Microsoft.Data.SqlClient.resources.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\zh-Hans\Microsoft.Data.SqlClient.resources.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\zh-Hant\Microsoft.Data.SqlClient.resources.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\runtimes\unix\lib\net9.0\Microsoft.Data.SqlClient.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\runtimes\win\lib\net9.0\Microsoft.Data.SqlClient.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\runtimes\win\lib\net9.0\System.Diagnostics.EventLog.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\bin\Debug\net9.0\runtimes\win\lib\net9.0\System.Security.Cryptography.Pkcs.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\GestionIntegral.Api.csproj.AssemblyReference.cache
E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\GestionIntegral.Api.GeneratedMSBuildEditorConfig.editorconfig
E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\GestionIntegral.Api.AssemblyInfoInputs.cache
E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\GestionIntegral.Api.AssemblyInfo.cs
E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\GestionIntegral.Api.csproj.CoreCompileInputs.cache
E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\GestionIntegral.Api.MvcApplicationPartsAssemblyInfo.cs
E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\GestionIntegral.Api.MvcApplicationPartsAssemblyInfo.cache
E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\scopedcss\bundle\GestionIntegral.Api.styles.css
E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\staticwebassets.build.json
E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\staticwebassets.development.json
E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\staticwebassets.build.endpoints.json
E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\staticwebassets\msbuild.GestionIntegral.Api.Microsoft.AspNetCore.StaticWebAssets.props
E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\staticwebassets\msbuild.GestionIntegral.Api.Microsoft.AspNetCore.StaticWebAssetEndpoints.props
E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\staticwebassets\msbuild.build.GestionIntegral.Api.props
E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\staticwebassets\msbuild.buildMultiTargeting.GestionIntegral.Api.props
E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\staticwebassets\msbuild.buildTransitive.GestionIntegral.Api.props
E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\staticwebassets.pack.json
E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\GestionI.B26D474E.Up2Date
E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\GestionIntegral.Api.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\refint\GestionIntegral.Api.dll
E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\GestionIntegral.Api.pdb
E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\GestionIntegral.Api.genruntimeconfig.cache
E:\GestionIntegralWeb\backend\gestionintegral.api\obj\Debug\net9.0\ref\GestionIntegral.Api.dll

View File

@@ -0,0 +1,5 @@
{
"Version": 1,
"ManifestType": "Build",
"Endpoints": []
}

View File

@@ -0,0 +1,12 @@
{
"Version": 1,
"Hash": "eMJK8/wyTFLuABRSSO83Bj9zCk1Nh5/QitD/w2tsWXM=",
"Source": "GestionIntegral.Api",
"BasePath": "_content/GestionIntegral.Api",
"Mode": "Default",
"ManifestType": "Build",
"ReferencedProjectsConfiguration": [],
"DiscoveryPatterns": [],
"Assets": [],
"Endpoints": []
}

View File

@@ -0,0 +1,4 @@
<Project>
<Import Project="Microsoft.AspNetCore.StaticWebAssetEndpoints.props" />
<Import Project="Microsoft.AspNetCore.StaticWebAssets.props" />
</Project>

View File

@@ -0,0 +1,3 @@
<Project>
<Import Project="..\build\GestionIntegral.Api.props" />
</Project>

View File

@@ -0,0 +1,3 @@
<Project>
<Import Project="..\buildMultiTargeting\GestionIntegral.Api.props" />
</Project>