Update 20260426
This commit is contained in:
@@ -347,7 +347,7 @@ namespace API_NetFramework.Controllers
|
||||
|
||||
try
|
||||
{
|
||||
guid = Guid.NewGuid().ToString();
|
||||
// guid = Guid.NewGuid().ToString();
|
||||
Logging.APIDocLog.Info("CreateDoks Start", "CreateDoks", guid, "");
|
||||
bool hasattachment = false;
|
||||
if (SecuringWebApiUsingApiKey.Middleware.ApiKeyMiddleware.Authorized((HttpRequestMessage)Request, tokenfunction) == false)
|
||||
@@ -575,8 +575,8 @@ namespace API_NetFramework.Controllers
|
||||
{
|
||||
if (dokumennt.DokumentID.Contains("ATT"))
|
||||
{
|
||||
|
||||
vsdoc = vs.check_pdf_pages(dokumennt.PDFDoc);
|
||||
bool rotatepage= System.Configuration.ConfigurationManager.AppSettings["rotatepage"].ToString() == "true";
|
||||
vsdoc = vs.check_pdf_pages(dokumennt.PDFDoc,rotatepage);
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -757,7 +757,7 @@ namespace API_NetFramework.Controllers
|
||||
string mailbody = "";
|
||||
try
|
||||
{
|
||||
string guid = Guid.NewGuid().ToString();
|
||||
//guid = Guid.NewGuid().ToString();
|
||||
Logging.APIDocLog.Info("Start CreateDoc", "CreateDoc", guid, "");
|
||||
if (SecuringWebApiUsingApiKey.Middleware.ApiKeyMiddleware.Authorized((HttpRequestMessage)Request, tokenfunction) == false)
|
||||
{
|
||||
@@ -1148,13 +1148,40 @@ namespace API_NetFramework.Controllers
|
||||
switch (vergleichsart)
|
||||
{
|
||||
case "=":
|
||||
if (fieldvalue == vergleichswert) { returnvalue = updatestring(returnwert, fieldvalue); return true; } else { return true; }
|
||||
if (fieldvalue == vergleichswert)
|
||||
{
|
||||
if (returnwert.Substring(0, 2) == "$.")
|
||||
{
|
||||
returnwert = get_item_value(returnwert, ref clmdocitemlist);
|
||||
}
|
||||
returnvalue = updatestring(returnwert, fieldvalue); return true;
|
||||
} else
|
||||
{
|
||||
return true;
|
||||
}
|
||||
break;
|
||||
case "!=":
|
||||
if (fieldvalue != vergleichswert) { returnvalue = updatestring(returnwert, fieldvalue); return true; }
|
||||
if (fieldvalue != vergleichswert)
|
||||
{
|
||||
if (returnwert.Substring(0, 2) == "$.")
|
||||
{
|
||||
returnwert = get_item_value(returnwert, ref clmdocitemlist);
|
||||
}
|
||||
returnvalue = updatestring(returnwert, fieldvalue);
|
||||
return true;
|
||||
}
|
||||
break;
|
||||
case "contains":
|
||||
if (fieldvalue.Contains(vergleichswert)) { returnvalue = updatestring(returnwert, fieldvalue); return true; }
|
||||
if (fieldvalue.Contains(vergleichswert))
|
||||
{
|
||||
if (returnwert.Substring(0, 2) == "$.")
|
||||
{
|
||||
returnwert = get_item_value(returnwert, ref clmdocitemlist);
|
||||
}
|
||||
|
||||
returnvalue = updatestring(returnwert, fieldvalue);
|
||||
return true;
|
||||
}
|
||||
break;
|
||||
|
||||
default:
|
||||
@@ -1206,6 +1233,7 @@ namespace API_NetFramework.Controllers
|
||||
string[] parameters = rule.Split('|');
|
||||
return parameters[1].Replace("'", "");
|
||||
}
|
||||
|
||||
return inputvalue;
|
||||
|
||||
|
||||
@@ -1247,7 +1275,7 @@ namespace API_NetFramework.Controllers
|
||||
dynamic dataj = null;
|
||||
try
|
||||
{
|
||||
string guid = Guid.NewGuid().ToString();
|
||||
//guid = Guid.NewGuid().ToString();
|
||||
Logging.APIDocLog.Info("Start CreateCLM", "CreateESS", guid, "");
|
||||
if (SecuringWebApiUsingApiKey.Middleware.ApiKeyMiddleware.Authorized((HttpRequestMessage)Request, tokenfunction) == false)
|
||||
{
|
||||
@@ -1318,7 +1346,10 @@ namespace API_NetFramework.Controllers
|
||||
foreach (DataRow dr in db.dsdaten.Tables[0].Rows)
|
||||
{
|
||||
CLMDocItem d = new CLMDocItem();
|
||||
|
||||
if (dr["feldname"].ToString() == "ZGaga")
|
||||
{
|
||||
int a = 1;
|
||||
}
|
||||
|
||||
d.itemname = "";
|
||||
d.itemtag = "";
|
||||
@@ -1778,8 +1809,41 @@ namespace API_NetFramework.Controllers
|
||||
break;
|
||||
case "profil":
|
||||
db.Get_Tabledata("SELECT isnull(dbo.profil.team,0) as team FROM dbo.mitarbeiter INNER JOIN dbo.profil ON dbo.mitarbeiter.mitarbeiternr = dbo.profil.mitarbeiternr WHERE (dbo.mitarbeiter.aktiv=1 and dbo.profil.aktiv=1 and dbo.profil.standard=1 and dbo.mitarbeiter.tgnummer = '" + ParamValue + "')", false, true);
|
||||
if (db.dsdaten.Tables[0].Rows.Count == 0) { return false; }
|
||||
if (db.dsdaten.Tables[0].Rows[0][0].ToString() == "0") { return false; }
|
||||
bool result = true;
|
||||
if (db.dsdaten.Tables[0].Rows.Count == 0) { result= false; }
|
||||
if (db.dsdaten.Tables[0].Rows[0][0].ToString() == "0") { result = false; }
|
||||
try
|
||||
{
|
||||
if (result == false)
|
||||
{
|
||||
if (System.Configuration.ConfigurationManager.AppSettings["UpdateProfilTeam_when_na"].ToString() == "true")
|
||||
{
|
||||
db.clear_parameter();
|
||||
db.add_parameter("@tgnummer", ParamValue);
|
||||
db.Get_Tabledata("ondoc_sp_update_profilteam", true, false);
|
||||
if (Convert.ToInt32(db.dsdaten.Tables[0].Rows[0][0]) == 1)
|
||||
{
|
||||
mailInhalt m0 = new mailInhalt();
|
||||
m0.typ = 3;
|
||||
m0.subject = "ONDOC- Team automtatisch zugewiesen ";
|
||||
m0.message = "Team automatisch zugewiesen: TG:" + ParamValue+ ":<br>" + db.dsdaten.Tables[0].Rows[0][1].ToString() + "<br>";
|
||||
m0.guid = guid;
|
||||
m0.dokumentid = "";
|
||||
m0.empfaenger = "";
|
||||
m0.bezeichnung = "";
|
||||
m0.partnernr = "";
|
||||
m0.sendmail = true;
|
||||
m0.forceadminmail = true;
|
||||
m0.Herkunftsapplikation = "OnDoc-API";
|
||||
Send_Confirmation(ref m0);
|
||||
m0 = null;
|
||||
result = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
catch { }
|
||||
return result;
|
||||
break;
|
||||
default:
|
||||
return false;
|
||||
@@ -2513,6 +2577,7 @@ namespace API_NetFramework.Controllers
|
||||
{
|
||||
result = inhalt;
|
||||
string[] inhalte = inhalt.Split(' ');
|
||||
//result = "";
|
||||
foreach (string s in inhalte)
|
||||
{
|
||||
if (s.Contains("$"))
|
||||
@@ -2536,6 +2601,7 @@ namespace API_NetFramework.Controllers
|
||||
result = result.Replace("$.", "");
|
||||
|
||||
}
|
||||
if (result == inhalt.Replace("$.","")) { result = ""; }
|
||||
return result;
|
||||
}
|
||||
catch
|
||||
@@ -2771,7 +2837,7 @@ namespace API_NetFramework.Controllers
|
||||
body = body + "Meldung:  " + inhalt.message + "<br>";
|
||||
body = body + "Dokument:  " + inhalt.bezeichnung + "<br>";
|
||||
body = body + "Dok-ID:  " + inhalt.dokumentid + "<br>";
|
||||
body = body + "Parnter:  " + inhalt.partnernr + "<br>";
|
||||
body = body + "Partner:  " + inhalt.partnernr + "<br>";
|
||||
|
||||
body = body + "GUID:  " + inhalt.guid + "<br>";
|
||||
body = body + "Herkunfts-Appl: " + inhalt.Herkunftsapplikation;
|
||||
@@ -2782,12 +2848,12 @@ namespace API_NetFramework.Controllers
|
||||
body = body + "Meldung:  " + inhalt.message + "<br>";
|
||||
body = body + "Dokument:  " + inhalt.bezeichnung + "<br>";
|
||||
body = body + "Dok-ID:  " + inhalt.dokumentid + "<br>";
|
||||
body = body + "Parnter:  " + inhalt.partnernr + "<br>";
|
||||
body = body + "Partner:  " + inhalt.partnernr + "<br>";
|
||||
|
||||
body = body + "GUID:  " + inhalt.guid + "<br>";
|
||||
body = body + "Herkunfts-Appl: " + inhalt.Herkunftsapplikation;
|
||||
}
|
||||
|
||||
|
||||
mail.Body = body + "<br><br><br>------------------------------------------------------------------------------------------------<br>OnDoc";
|
||||
SmtpServer.Host = "smtp.tgcorp.ch";
|
||||
SmtpServer.Port = 25;
|
||||
|
||||
@@ -5,7 +5,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
|
||||
<Project>
|
||||
<PropertyGroup>
|
||||
<_PublishTargetUrl>E:\Software-Projekte\OnDoc\PubServices\OnDoc</_PublishTargetUrl>
|
||||
<History>True|2026-04-20T07:19:29.7327180Z||;True|2026-04-17T12:53:09.6866425+02:00||;True|2026-04-17T12:36:00.7292052+02:00||;True|2026-04-17T10:14:43.2460807+02:00||;True|2026-04-16T09:52:35.3555487+02:00||;True|2026-04-16T09:48:12.9673890+02:00||;True|2026-04-16T09:36:25.4647803+02:00||;True|2026-04-16T09:18:23.6715906+02:00||;True|2026-04-15T12:41:42.7039426+02:00||;True|2026-04-15T09:35:17.1390603+02:00||;True|2026-04-13T12:15:21.5302680+02:00||;True|2026-04-12T08:08:44.1463714+02:00||;True|2026-04-07T10:22:57.7224308+02:00||;True|2026-04-07T09:20:01.6630821+02:00||;True|2026-04-06T08:17:37.5337584+02:00||;True|2026-04-05T08:53:42.1753435+02:00||;True|2026-04-02T17:43:40.0268875+02:00||;True|2026-03-31T12:35:33.9827919+02:00||;True|2026-03-31T12:29:13.8708772+02:00||;True|2026-03-31T12:18:19.9872382+02:00||;True|2026-03-31T10:39:08.0352645+02:00||;True|2026-03-31T10:37:10.5663757+02:00||;True|2026-03-31T10:24:06.1437798+02:00||;True|2026-03-29T18:46:00.5859706+02:00||;True|2026-03-29T17:43:36.5421725+02:00||;True|2026-03-28T11:22:17.8973116+01:00||;True|2026-03-27T16:18:48.9978212+01:00||;True|2026-03-27T07:14:41.6874122+01:00||;True|2026-03-26T15:26:02.2751561+01:00||;True|2026-03-25T21:25:11.0646560+01:00||;True|2026-03-25T17:13:28.1157629+01:00||;True|2026-03-25T17:05:35.8912458+01:00||;True|2026-03-25T17:00:55.0064754+01:00||;True|2026-03-24T14:39:42.8828134+01:00||;True|2026-03-23T15:07:18.4892650+01:00||;True|2026-03-23T10:20:19.1623589+01:00||;True|2026-03-22T13:25:52.6279375+01:00||;True|2026-03-20T07:24:37.8861696+01:00||;True|2026-03-19T21:38:10.9526034+01:00||;True|2026-03-18T17:41:36.3493613+01:00||;True|2026-03-18T14:58:36.6641588+01:00||;True|2026-03-18T13:36:39.6754082+01:00||;True|2026-03-18T13:28:13.3767791+01:00||;True|2026-03-18T12:39:58.8696214+01:00||;True|2026-03-18T10:12:19.4421254+01:00||;True|2026-03-18T09:23:32.7324650+01:00||;True|2026-03-18T08:30:31.0127326+01:00||;True|2026-03-17T16:29:03.7106180+01:00||;True|2026-03-17T16:11:10.6005495+01:00||;True|2026-03-17T15:59:13.2348406+01:00||;True|2026-03-17T15:31:12.0317447+01:00||;True|2026-03-17T14:48:40.3877203+01:00||;True|2026-03-17T14:11:25.3562261+01:00||;True|2026-03-17T13:47:11.1326741+01:00||;True|2026-03-16T15:31:10.2555705+01:00||;True|2026-03-16T14:12:19.6773991+01:00||;True|2026-03-16T13:55:53.2937690+01:00||;True|2026-03-16T13:49:40.9223505+01:00||;True|2026-03-16T13:45:46.5476155+01:00||;True|2026-03-16T10:05:17.8849739+01:00||;True|2026-03-16T09:50:03.0002779+01:00||;True|2026-03-15T17:59:21.9961152+01:00||;True|2026-03-15T17:55:23.9254472+01:00||;False|2026-03-15T17:55:17.4934783+01:00||;True|2026-03-15T17:30:56.4581787+01:00||;True|2026-03-15T17:27:23.6999475+01:00||;True|2026-03-15T17:06:43.4082140+01:00||;True|2026-03-15T16:47:00.3514115+01:00||;True|2026-03-15T15:08:09.6821523+01:00||;True|2026-03-12T16:06:53.7395894+01:00||;True|2026-03-11T18:52:45.1428118+01:00||;True|2026-03-11T18:28:35.8258686+01:00||;True|2026-03-11T18:28:14.0116992+01:00||;True|2026-03-11T18:19:41.2917598+01:00||;True|2026-03-11T18:16:14.3982080+01:00||;True|2026-03-11T17:58:30.8611742+01:00||;True|2026-03-09T15:02:39.2942135+01:00||;True|2026-03-09T13:40:46.3543575+01:00||;True|2026-03-09T10:31:33.7382200+01:00||;True|2026-03-08T08:13:35.2118387+01:00||;True|2026-03-07T21:30:15.7021682+01:00||;True|2026-03-07T16:04:27.6676302+01:00||;True|2026-03-03T07:42:58.6695248+01:00||;True|2026-03-02T18:56:44.9083635+01:00||;True|2026-03-02T15:22:04.7632771+01:00||;True|2026-03-02T15:17:19.5888051+01:00||;True|2026-03-02T14:44:15.1850254+01:00||;False|2026-03-02T14:43:43.8750165+01:00||;True|2026-03-02T13:00:06.4813259+01:00||;True|2026-03-02T09:00:14.6639978+01:00||;True|2026-02-26T14:00:46.9137562+01:00||;True|2026-02-26T10:52:44.7996454+01:00||;True|2026-02-26T10:20:38.9297393+01:00||;True|2026-02-26T08:17:22.1709972+01:00||;True|2026-02-26T08:01:54.5490566+01:00||;True|2026-02-26T07:56:47.9173498+01:00||;True|2026-02-26T05:50:34.4180646+01:00||;True|2026-02-25T16:00:31.8051644+01:00||;True|2026-02-25T15:40:22.6200444+01:00||;True|2026-02-25T15:32:39.6209326+01:00||;</History>
|
||||
<History>True|2026-04-26T05:46:17.4664888Z||;True|2026-04-24T06:24:40.7783022+02:00||;True|2026-04-23T11:21:20.3704464+02:00||;True|2026-04-23T10:31:57.1547227+02:00||;True|2026-04-23T09:53:44.7739372+02:00||;True|2026-04-23T09:53:32.6495578+02:00||;True|2026-04-23T09:47:39.5698157+02:00||;True|2026-04-21T18:33:32.1288240+02:00||;True|2026-04-21T12:42:16.0067525+02:00||;True|2026-04-20T09:19:29.7327180+02:00||;True|2026-04-17T12:53:09.6866425+02:00||;True|2026-04-17T12:36:00.7292052+02:00||;True|2026-04-17T10:14:43.2460807+02:00||;True|2026-04-16T09:52:35.3555487+02:00||;True|2026-04-16T09:48:12.9673890+02:00||;True|2026-04-16T09:36:25.4647803+02:00||;True|2026-04-16T09:18:23.6715906+02:00||;True|2026-04-15T12:41:42.7039426+02:00||;True|2026-04-15T09:35:17.1390603+02:00||;True|2026-04-13T12:15:21.5302680+02:00||;True|2026-04-12T08:08:44.1463714+02:00||;True|2026-04-07T10:22:57.7224308+02:00||;True|2026-04-07T09:20:01.6630821+02:00||;True|2026-04-06T08:17:37.5337584+02:00||;True|2026-04-05T08:53:42.1753435+02:00||;True|2026-04-02T17:43:40.0268875+02:00||;True|2026-03-31T12:35:33.9827919+02:00||;True|2026-03-31T12:29:13.8708772+02:00||;True|2026-03-31T12:18:19.9872382+02:00||;True|2026-03-31T10:39:08.0352645+02:00||;True|2026-03-31T10:37:10.5663757+02:00||;True|2026-03-31T10:24:06.1437798+02:00||;True|2026-03-29T18:46:00.5859706+02:00||;True|2026-03-29T17:43:36.5421725+02:00||;True|2026-03-28T11:22:17.8973116+01:00||;True|2026-03-27T16:18:48.9978212+01:00||;True|2026-03-27T07:14:41.6874122+01:00||;True|2026-03-26T15:26:02.2751561+01:00||;True|2026-03-25T21:25:11.0646560+01:00||;True|2026-03-25T17:13:28.1157629+01:00||;True|2026-03-25T17:05:35.8912458+01:00||;True|2026-03-25T17:00:55.0064754+01:00||;True|2026-03-24T14:39:42.8828134+01:00||;True|2026-03-23T15:07:18.4892650+01:00||;True|2026-03-23T10:20:19.1623589+01:00||;True|2026-03-22T13:25:52.6279375+01:00||;True|2026-03-20T07:24:37.8861696+01:00||;True|2026-03-19T21:38:10.9526034+01:00||;True|2026-03-18T17:41:36.3493613+01:00||;True|2026-03-18T14:58:36.6641588+01:00||;True|2026-03-18T13:36:39.6754082+01:00||;True|2026-03-18T13:28:13.3767791+01:00||;True|2026-03-18T12:39:58.8696214+01:00||;True|2026-03-18T10:12:19.4421254+01:00||;True|2026-03-18T09:23:32.7324650+01:00||;True|2026-03-18T08:30:31.0127326+01:00||;True|2026-03-17T16:29:03.7106180+01:00||;True|2026-03-17T16:11:10.6005495+01:00||;True|2026-03-17T15:59:13.2348406+01:00||;True|2026-03-17T15:31:12.0317447+01:00||;True|2026-03-17T14:48:40.3877203+01:00||;True|2026-03-17T14:11:25.3562261+01:00||;True|2026-03-17T13:47:11.1326741+01:00||;True|2026-03-16T15:31:10.2555705+01:00||;True|2026-03-16T14:12:19.6773991+01:00||;True|2026-03-16T13:55:53.2937690+01:00||;True|2026-03-16T13:49:40.9223505+01:00||;True|2026-03-16T13:45:46.5476155+01:00||;True|2026-03-16T10:05:17.8849739+01:00||;True|2026-03-16T09:50:03.0002779+01:00||;True|2026-03-15T17:59:21.9961152+01:00||;True|2026-03-15T17:55:23.9254472+01:00||;False|2026-03-15T17:55:17.4934783+01:00||;True|2026-03-15T17:30:56.4581787+01:00||;True|2026-03-15T17:27:23.6999475+01:00||;True|2026-03-15T17:06:43.4082140+01:00||;True|2026-03-15T16:47:00.3514115+01:00||;True|2026-03-15T15:08:09.6821523+01:00||;True|2026-03-12T16:06:53.7395894+01:00||;True|2026-03-11T18:52:45.1428118+01:00||;True|2026-03-11T18:28:35.8258686+01:00||;True|2026-03-11T18:28:14.0116992+01:00||;True|2026-03-11T18:19:41.2917598+01:00||;True|2026-03-11T18:16:14.3982080+01:00||;True|2026-03-11T17:58:30.8611742+01:00||;True|2026-03-09T15:02:39.2942135+01:00||;True|2026-03-09T13:40:46.3543575+01:00||;True|2026-03-09T10:31:33.7382200+01:00||;True|2026-03-08T08:13:35.2118387+01:00||;True|2026-03-07T21:30:15.7021682+01:00||;True|2026-03-07T16:04:27.6676302+01:00||;True|2026-03-03T07:42:58.6695248+01:00||;True|2026-03-02T18:56:44.9083635+01:00||;True|2026-03-02T15:22:04.7632771+01:00||;True|2026-03-02T15:17:19.5888051+01:00||;True|2026-03-02T14:44:15.1850254+01:00||;False|2026-03-02T14:43:43.8750165+01:00||;True|2026-03-02T13:00:06.4813259+01:00||;True|2026-03-02T09:00:14.6639978+01:00||;True|2026-02-26T14:00:46.9137562+01:00||;</History>
|
||||
<LastFailureDetails />
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
@@ -88,10 +88,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
|
||||
<publishTime>06/02/2026 17:20:00</publishTime>
|
||||
</File>
|
||||
<File Include="bin/BarcodeLib.dll">
|
||||
<publishTime>04/20/2026 09:05:17</publishTime>
|
||||
<publishTime>04/23/2026 10:30:52</publishTime>
|
||||
</File>
|
||||
<File Include="bin/BarcodeLib.pdb">
|
||||
<publishTime>04/20/2026 09:05:17</publishTime>
|
||||
<publishTime>04/23/2026 10:30:52</publishTime>
|
||||
</File>
|
||||
<File Include="bin/CSVNET.dll">
|
||||
<publishTime>02/03/2026 12:58:54</publishTime>
|
||||
@@ -100,13 +100,13 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
|
||||
<publishTime>02/03/2026 12:58:54</publishTime>
|
||||
</File>
|
||||
<File Include="bin/Database.dll">
|
||||
<publishTime>04/17/2026 10:09:57</publishTime>
|
||||
<publishTime>04/23/2026 09:53:22</publishTime>
|
||||
</File>
|
||||
<File Include="bin/Database.dll.config">
|
||||
<publishTime>09/18/2025 08:15:15</publishTime>
|
||||
</File>
|
||||
<File Include="bin/Database.pdb">
|
||||
<publishTime>04/17/2026 10:09:57</publishTime>
|
||||
<publishTime>04/23/2026 09:53:22</publishTime>
|
||||
</File>
|
||||
<File Include="bin/DataMatrix.net.dll">
|
||||
<publishTime>02/03/2026 12:58:54</publishTime>
|
||||
@@ -145,13 +145,13 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
|
||||
<publishTime>10/20/2023 22:35:04</publishTime>
|
||||
</File>
|
||||
<File Include="bin/DOCGEN.dll">
|
||||
<publishTime>04/20/2026 09:30:30</publishTime>
|
||||
<publishTime>04/26/2026 07:46:15</publishTime>
|
||||
</File>
|
||||
<File Include="bin/DOCGEN.dll.config">
|
||||
<publishTime>03/11/2026 15:59:42</publishTime>
|
||||
</File>
|
||||
<File Include="bin/DOCGEN.pdb">
|
||||
<publishTime>04/20/2026 09:30:30</publishTime>
|
||||
<publishTime>04/26/2026 07:46:15</publishTime>
|
||||
</File>
|
||||
<File Include="bin/FastReport.Bars.dll">
|
||||
<publishTime>11/27/2023 09:49:58</publishTime>
|
||||
@@ -268,16 +268,16 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
|
||||
<publishTime>02/03/2026 12:58:53</publishTime>
|
||||
</File>
|
||||
<File Include="bin/OnDocOffice.dll">
|
||||
<publishTime>04/20/2026 09:30:30</publishTime>
|
||||
<publishTime>04/26/2026 07:46:15</publishTime>
|
||||
</File>
|
||||
<File Include="bin/OnDocOffice.pdb">
|
||||
<publishTime>04/20/2026 09:30:30</publishTime>
|
||||
<publishTime>04/26/2026 07:46:15</publishTime>
|
||||
</File>
|
||||
<File Include="bin/OnDoc_NetFramework.dll">
|
||||
<publishTime>04/20/2026 09:30:30</publishTime>
|
||||
<publishTime>04/26/2026 07:46:16</publishTime>
|
||||
</File>
|
||||
<File Include="bin/OnDoc_NetFramework.pdb">
|
||||
<publishTime>04/20/2026 09:30:30</publishTime>
|
||||
<publishTime>04/26/2026 07:46:16</publishTime>
|
||||
</File>
|
||||
<File Include="bin/Owin.dll">
|
||||
<publishTime>11/13/2012 13:19:34</publishTime>
|
||||
@@ -496,10 +496,10 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
|
||||
<publishTime>03/31/2026 10:28:22</publishTime>
|
||||
</File>
|
||||
<File Include="bin/Versandstrasse.dll">
|
||||
<publishTime>04/20/2026 09:30:29</publishTime>
|
||||
<publishTime>04/26/2026 07:46:15</publishTime>
|
||||
</File>
|
||||
<File Include="bin/Versandstrasse.pdb">
|
||||
<publishTime>04/20/2026 09:30:29</publishTime>
|
||||
<publishTime>04/26/2026 07:46:15</publishTime>
|
||||
</File>
|
||||
<File Include="bin/WebActivatorEx.dll">
|
||||
<publishTime>05/10/2016 15:11:52</publishTime>
|
||||
@@ -715,7 +715,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
|
||||
<publishTime>03/06/2024 08:11:55</publishTime>
|
||||
</File>
|
||||
<File Include="Web.config">
|
||||
<publishTime>04/16/2026 09:18:22</publishTime>
|
||||
<publishTime>04/24/2026 06:24:39</publishTime>
|
||||
</File>
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
@@ -49,6 +49,8 @@
|
||||
<add key="DecTestConnString" />
|
||||
<add key="OwnToken" value="pZkuG6l6ORCEckqQimPK58PO1A9EnkMtL5oCgRX9WiWnD4xeH7ikGzhWnTBy/vk8J4Iiz8gCSx9uFHA4+DvITG0roO97sk82d/0BCjVlwLWINpXlJfGYEF3X96AdoCQvb3ruwv/tVqEHsSU5aNfyxBAe+EhLTHQ8t7ysgJZWh98=" />
|
||||
<add key="clmwordsave" value="d:\temp\"/>
|
||||
<add key="rotatepage" value="true"/>
|
||||
<add key="UpdateProfilTeam_when_na" value="true"/>
|
||||
|
||||
</appSettings>
|
||||
<connectionStrings>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -49,6 +49,8 @@
|
||||
<add key="DecTestConnString" />
|
||||
<add key="OwnToken" value="pZkuG6l6ORCEckqQimPK58PO1A9EnkMtL5oCgRX9WiWnD4xeH7ikGzhWnTBy/vk8J4Iiz8gCSx9uFHA4+DvITG0roO97sk82d/0BCjVlwLWINpXlJfGYEF3X96AdoCQvb3ruwv/tVqEHsSU5aNfyxBAe+EhLTHQ8t7ysgJZWh98=" />
|
||||
<add key="clmwordsave" value="d:\temp\"/>
|
||||
<add key="rotatepage" value="true"/>
|
||||
<add key="UpdateProfilTeam_when_na" value="true"/>
|
||||
|
||||
</appSettings>
|
||||
<connectionStrings>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
11015
API_NetFramework/log.txt
11015
API_NetFramework/log.txt
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -49,6 +49,8 @@
|
||||
<add key="DecTestConnString" />
|
||||
<add key="OwnToken" value="pZkuG6l6ORCEckqQimPK58PO1A9EnkMtL5oCgRX9WiWnD4xeH7ikGzhWnTBy/vk8J4Iiz8gCSx9uFHA4+DvITG0roO97sk82d/0BCjVlwLWINpXlJfGYEF3X96AdoCQvb3ruwv/tVqEHsSU5aNfyxBAe+EhLTHQ8t7ysgJZWh98=" />
|
||||
<add key="clmwordsave" value="d:\temp\" />
|
||||
<add key="rotatepage" value="true" />
|
||||
<add key="UpdateProfilTeam_when_na" value="true" />
|
||||
</appSettings>
|
||||
<connectionStrings>
|
||||
<add name="EDOKAConnectionstring" connectionString="Po7oIigu4hOz6zXOpaSnrhveCQyfGgFeskvEQsvm3CEgxjJMEYYDEbnWlt9Qr9vGTkzqm5hvURTLA1hKVU++/ozcvT5qIVTpDLBTKd4AM/4YgN3+L9cx3mxMoWmv1JMjqxZVbR6GYiuSo1xuD05sl3IGoUenfugP6hBP/IC7MjUjisDUE6msFpWiraJr53gcfDvIrc2CUBTVUS+f94kewhlKxjtEohtCM71PN2zpoMiPyBIuXDyrYlYyokUOg6uV" />
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -49,6 +49,8 @@
|
||||
<add key="DecTestConnString" />
|
||||
<add key="OwnToken" value="pZkuG6l6ORCEckqQimPK58PO1A9EnkMtL5oCgRX9WiWnD4xeH7ikGzhWnTBy/vk8J4Iiz8gCSx9uFHA4+DvITG0roO97sk82d/0BCjVlwLWINpXlJfGYEF3X96AdoCQvb3ruwv/tVqEHsSU5aNfyxBAe+EhLTHQ8t7ysgJZWh98=" />
|
||||
<add key="clmwordsave" value="d:\temp\"/>
|
||||
<add key="rotatepage" value="true"/>
|
||||
<add key="UpdateProfilTeam_when_na" value="true"/>
|
||||
|
||||
</appSettings>
|
||||
<connectionStrings>
|
||||
|
||||
@@ -49,6 +49,8 @@
|
||||
<add key="DecTestConnString" />
|
||||
<add key="OwnToken" value="pZkuG6l6ORCEckqQimPK58PO1A9EnkMtL5oCgRX9WiWnD4xeH7ikGzhWnTBy/vk8J4Iiz8gCSx9uFHA4+DvITG0roO97sk82d/0BCjVlwLWINpXlJfGYEF3X96AdoCQvb3ruwv/tVqEHsSU5aNfyxBAe+EhLTHQ8t7ysgJZWh98=" />
|
||||
<add key="clmwordsave" value="d:\temp\" />
|
||||
<add key="rotatepage" value="true" />
|
||||
<add key="UpdateProfilTeam_when_na" value="true" />
|
||||
</appSettings>
|
||||
<connectionStrings>
|
||||
<add name="EDOKAConnectionstring" connectionString="Po7oIigu4hOz6zXOpaSnrhveCQyfGgFeskvEQsvm3CEgxjJMEYYDEbnWlt9Qr9vGTkzqm5hvURTLA1hKVU++/ozcvT5qIVTpDLBTKd4AM/4YgN3+L9cx3mxMoWmv1JMjqxZVbR6GYiuSo1xuD05sl3IGoUenfugP6hBP/IC7MjUjisDUE6msFpWiraJr53gcfDvIrc2CUBTVUS+f94kewhlKxjtEohtCM71PN2zpoMiPyBIuXDyrYlYyokUOg6uV" />
|
||||
|
||||
Reference in New Issue
Block a user