Fix possibilità lancio non auth x check programma powershell
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/launchsettings.json",
|
||||
"iisSettings": {
|
||||
"windowsAuthentication": false,
|
||||
"anonymousAuthentication": true,
|
||||
"iisExpress": {
|
||||
"applicationUrl": "http://localhost:39480",
|
||||
"sslPort": 44359
|
||||
}
|
||||
},
|
||||
"iisSettings": {
|
||||
"windowsAuthentication": true,
|
||||
"anonymousAuthentication": true,
|
||||
"iisExpress": {
|
||||
"applicationUrl": "http://localhost:39480",
|
||||
"sslPort": 44359
|
||||
}
|
||||
},
|
||||
"profiles": {
|
||||
"GPW.CORE.Api": {
|
||||
"commandName": "Project",
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<Version>3.0.2303.0412</Version>
|
||||
<Version>3.0.2303.2419</Version>
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
</PropertyGroup>
|
||||
|
||||
@@ -19,22 +19,33 @@
|
||||
<div class="col-12 text-center mt-5">
|
||||
<div class="alert alert-secondary">
|
||||
Gestione commesse utente GPW, visualizzazione formato planner settimanale
|
||||
<AuthorizeView>
|
||||
<NotAuthorized>
|
||||
<div class="d-flex justify-content-around text-center fs-5 text-warning my-3 bg-danger p-3">
|
||||
Please Execute AD Login to gain functionality
|
||||
</div>
|
||||
</NotAuthorized>
|
||||
</AuthorizeView>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex justify-content-between">
|
||||
<NavLink class="w-25 btn btn-primary text-light p-2 m-2" title="Inserimento Rapido" href="FastRec">
|
||||
<span class="fas fa-thumbtack pr-3" aria-hidden="true"></span> <br> Fast Rec
|
||||
</NavLink>
|
||||
<NavLink class="w-25 btn btn-primary text-light p-2 m-2" title="Week Planner" href="WeekPlan">
|
||||
<span class="oi oi-calendar" aria-hidden="true"></span> <br> Week Planner
|
||||
</NavLink>
|
||||
<NavLink class="w-25 btn btn-primary text-light p-2 m-2" title="Record List" href="ListPlan">
|
||||
<span class="oi oi-list-rich" aria-hidden="true"></span> <br> Record List
|
||||
</NavLink>
|
||||
<a class="w-25 btn btn-primary text-light p-2 m-2" href="help/index.html" target="_blank" title="Help">
|
||||
<span class="fas fa-question pr-3" aria-hidden="true"></span> <br> Help
|
||||
</a>
|
||||
</div>
|
||||
<AuthorizeView>
|
||||
<Authorized>
|
||||
<div class="d-flex justify-content-between">
|
||||
<NavLink class="w-25 btn btn-primary text-light p-2 m-2" title="Inserimento Rapido" href="FastRec">
|
||||
<span class="fas fa-thumbtack pr-3" aria-hidden="true"></span> <br> Fast Rec
|
||||
</NavLink>
|
||||
<NavLink class="w-25 btn btn-primary text-light p-2 m-2" title="Week Planner" href="WeekPlan">
|
||||
<span class="oi oi-calendar" aria-hidden="true"></span> <br> Week Planner
|
||||
</NavLink>
|
||||
<NavLink class="w-25 btn btn-primary text-light p-2 m-2" title="Record List" href="ListPlan">
|
||||
<span class="oi oi-list-rich" aria-hidden="true"></span> <br> Record List
|
||||
</NavLink>
|
||||
<a class="w-25 btn btn-primary text-light p-2 m-2" href="help/index.html" target="_blank" title="Help">
|
||||
<span class="fas fa-question pr-3" aria-hidden="true"></span> <br> Help
|
||||
</a>
|
||||
</div>
|
||||
</Authorized>
|
||||
</AuthorizeView>
|
||||
</div>
|
||||
</div>
|
||||
@@ -7,6 +7,7 @@ by editing this MSBuild file. In order to learn more about this please visit htt
|
||||
<PropertyGroup>
|
||||
<TimeStampOfAssociatedLegacyPublishXmlFile />
|
||||
<EncryptedPassword>AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAw3dMMgC4FUywyOTV2xvCRgAAAAACAAAAAAADZgAAwAAAABAAAACGzXDK3zvXrM23DG9mcGE7AAAAAASAAACgAAAAEAAAAGyTdpfrCO34B/zMyya7+GAYAAAA0bmIiJbto8OwHhtlJG6RVMBv+aGxPm7pFAAAAF/Yr6uOS9vHRpx6NybbZsJ0uMXC</EncryptedPassword>
|
||||
<History>True|2022-04-21T16:35:38.6752750Z;False|2022-04-21T18:33:27.2112658+02:00;</History>
|
||||
<History>True|2023-03-24T18:29:18.9230558Z;True|2022-04-21T18:35:38.6752750+02:00;False|2022-04-21T18:33:27.2112658+02:00;</History>
|
||||
<LastFailureDetails />
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
@@ -25,41 +25,43 @@
|
||||
}
|
||||
</NavLink>
|
||||
</div>
|
||||
<div class="nav-item px-3">
|
||||
<NavLink class="nav-link" href="FastRec">
|
||||
<span class="fas fa-thumbtack px-2" aria-hidden="true"></span> <span class="@hideText">Fast Rec</span>
|
||||
</NavLink>
|
||||
</div>
|
||||
<div class="nav-item px-3">
|
||||
<NavLink class="nav-link" href="WeekPlan">
|
||||
<span class="fas fa-calendar px-2" aria-hidden="true"></span> <span class="@hideText">Week Plan</span>
|
||||
</NavLink>
|
||||
</div>
|
||||
<div class="nav-item px-3">
|
||||
<NavLink class="nav-link" href="ListPlan">
|
||||
<span class="fas fa-list px-2" aria-hidden="true"></span> <span class="@hideText">Record List</span>
|
||||
</NavLink>
|
||||
</div>
|
||||
@*<div class="nav-item px-3">
|
||||
<AuthorizeView>
|
||||
<div class="nav-item px-3">
|
||||
<NavLink class="nav-link" href="FastRec">
|
||||
<span class="fas fa-thumbtack px-2" aria-hidden="true"></span> <span class="@hideText">Fast Rec</span>
|
||||
</NavLink>
|
||||
</div>
|
||||
<div class="nav-item px-3">
|
||||
<NavLink class="nav-link" href="WeekPlan">
|
||||
<span class="fas fa-calendar px-2" aria-hidden="true"></span> <span class="@hideText">Week Plan</span>
|
||||
</NavLink>
|
||||
</div>
|
||||
<div class="nav-item px-3">
|
||||
<NavLink class="nav-link" href="ListPlan">
|
||||
<span class="fas fa-list px-2" aria-hidden="true"></span> <span class="@hideText">Record List</span>
|
||||
</NavLink>
|
||||
</div>
|
||||
@*<div class="nav-item px-3">
|
||||
<NavLink class="nav-link" href="Illness">
|
||||
<span class="fas fa-notes-medical px-2" aria-hidden="true"></span> <span class="@hideText">Malattia</span>
|
||||
<span class="fas fa-notes-medical px-2" aria-hidden="true"></span> <span class="@hideText">Malattia</span>
|
||||
</NavLink>
|
||||
</div>*@
|
||||
<div class="nav-item px-3">
|
||||
<NavLink class="nav-link" href="DayOff">
|
||||
<span class="fas fa-pause-circle px-2" aria-hidden="true"></span> <span class="@hideText">Ferie/Permessi/Malattia</span>
|
||||
</NavLink>
|
||||
</div>
|
||||
<div class="nav-item px-3">
|
||||
<a href="help/index.html" target="_blank" class="nav-link">
|
||||
<span class="fas fa-question px-2" aria-hidden="true"></span> <span class="@hideText">Help</span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="nav-item px-3">
|
||||
<NavLink class="nav-link" href="ForceReset">
|
||||
<span class="fas fa-sync-alt px-2" aria-hidden="true"></span> <span class="@hideText">Reset Cache</span>
|
||||
</NavLink>
|
||||
</div>
|
||||
</div>*@
|
||||
<div class="nav-item px-3">
|
||||
<NavLink class="nav-link" href="DayOff">
|
||||
<span class="fas fa-pause-circle px-2" aria-hidden="true"></span> <span class="@hideText">Ferie/Permessi/Malattia</span>
|
||||
</NavLink>
|
||||
</div>
|
||||
<div class="nav-item px-3">
|
||||
<a href="help/index.html" target="_blank" class="nav-link">
|
||||
<span class="fas fa-question px-2" aria-hidden="true"></span> <span class="@hideText">Help</span>
|
||||
</a>
|
||||
</div>
|
||||
<div class="nav-item px-3">
|
||||
<NavLink class="nav-link" href="ForceReset">
|
||||
<span class="fas fa-sync-alt px-2" aria-hidden="true"></span> <span class="@hideText">Reset Cache</span>
|
||||
</NavLink>
|
||||
</div>
|
||||
</AuthorizeView>
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<body>
|
||||
<i>GPW - Gestione Presenze Web</i>
|
||||
<h4>Versione: 3.0.2303.0417</h4>
|
||||
<h4>Versione: 3.0.2303.2419</h4>
|
||||
<br /> Note di rilascio:
|
||||
<ul>
|
||||
<li>
|
||||
|
||||
@@ -1 +1 @@
|
||||
3.0.2303.0417
|
||||
3.0.2303.2419
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<item>
|
||||
<version>3.0.2303.0417</version>
|
||||
<url>http://nexus.steamware.net/repository/SWS/GPW/stable/GPW.Smart.zip</url>
|
||||
<version>3.0.2303.2419</version>
|
||||
<url>http://nexus.steamware.net/repository/SWS/GPW/stable/GPW.UI.zip</url>
|
||||
<changelog>http://nexus.steamware.net/repository/SWS/GPW/stable/ChangeLog.html</changelog>
|
||||
<mandatory>false</mandatory>
|
||||
</item>
|
||||
|
||||
Reference in New Issue
Block a user