-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
784 changed files
with
88,550 additions
and
0 deletions.
There are no files selected for viewing
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.
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 added
BIN
+93.9 KB
StarterPack/bin/Microsoft.AspNetCore.Authentication.OpenIdConnect.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+36.6 KB
StarterPack/bin/Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson.dll
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+44.1 KB
StarterPack/bin/Microsoft.Extensions.DependencyInjection.Abstractions.dll
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.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+23.6 KB
StarterPack/bin/Microsoft.Extensions.Options.ConfigurationExtensions.dll
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.
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4,345 changes: 4,345 additions & 0 deletions
4,345
StarterPack/bin/OptimaJet.DWKit.Application.deps.json
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
4,387 changes: 4,387 additions & 0 deletions
4,387
StarterPack/bin/OptimaJet.DWKit.StarterApplication.deps.json
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
20 changes: 20 additions & 0 deletions
20
StarterPack/bin/OptimaJet.DWKit.StarterApplication.runtimeconfig.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"runtimeOptions": { | ||
"tfm": "net6.0", | ||
"frameworks": [ | ||
{ | ||
"name": "Microsoft.NETCore.App", | ||
"version": "6.0.0" | ||
}, | ||
{ | ||
"name": "Microsoft.AspNetCore.App", | ||
"version": "6.0.0" | ||
} | ||
], | ||
"configProperties": { | ||
"Microsoft.AspNetCore.SuppressSameSiteNone": "true", | ||
"System.GC.Server": true, | ||
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false | ||
} | ||
} | ||
} |
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.
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.
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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"Logging": { | ||
"IncludeScopes": false, | ||
"LogLevel": { | ||
"Default": "Debug", | ||
"System": "Information", | ||
"Microsoft": "Information" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
{ | ||
"DWKit": { | ||
"BlockMetadataChanges": false, | ||
"AdminRole": "Admins", | ||
"DefaultIntegrationApiLogin": "_integration_api", | ||
"CodeActionsDebugMode": false, | ||
"StoreSchemesInMetadataFolder": true, | ||
"MetadataPath": "../../metadata/", | ||
"LicensePath": "../../license/", | ||
"DeveloperMode": false, | ||
/* Set the value to true if you want to convert the DateTime to a special format */ | ||
"UseDateTimeZoneHandling": false, | ||
/* See Newtonsoft.Json.DateTimeZoneHandling for possible values */ | ||
"DateTimeZoneHandling": "Utc", | ||
/* Custom DateTime format */ | ||
"DateFormatString": "yyyy'-'MM'-'dd'T'HH':'mm':'ssZ" | ||
}, | ||
"Logging": { | ||
"IncludeScopes": false, | ||
"LogLevel": { | ||
"Default": "Warning" | ||
} | ||
}, | ||
"CorsSettings": { | ||
"AllowedOrigins": [ | ||
"*" | ||
] | ||
}, | ||
"ConnectionStrings": { | ||
/* MS SQL sample connection string */ | ||
"default": "Data Source=(local);Initial Catalog=dwkit;Integrated Security=False;User ID=sa;Password=1" | ||
/* PostgreSQL sample connection string */ | ||
/*"default": "User ID=postgres;Password=1;Host=localhost;Port=5432;Database=dwkit;"*/ | ||
/* Oracle sample connection string */ | ||
/*"default": "Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(COMMUNITY = tcp.world)(PROTOCOL = TCP)(Host = ORACLE)(Port = 1521)))(CONNECT_DATA=(SID=WF)));User ID=DWKIT;Password=1;"*/ | ||
},/* | ||
"LDAPConf": { | ||
"Host": "", | ||
"Port": 636, | ||
"Dn": "", | ||
"Pwd": "", | ||
"DistinguishedName": "", | ||
"SyncPeriod": 12345, | ||
"Ssl": true | ||
//"AutoSyncTimer": 60 //sec | ||
},*/ | ||
"IdentityServerSettings": { | ||
"CertificateFile": "IdentityServer4Auth.pfx", | ||
"CertificatePassword": "password", | ||
"RedirectHosts": [ "*" ], | ||
"RedirectHostsMobile": [ "dwkit:/oauthredirect" ] | ||
} | ||
} |
Binary file added
BIN
+16.6 KB
StarterPack/bin/cs/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+17.1 KB
StarterPack/bin/de/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+17.1 KB
StarterPack/bin/es/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+15.6 KB
StarterPack/bin/fr/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+16.6 KB
StarterPack/bin/it/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+17.1 KB
StarterPack/bin/ja/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+15.6 KB
StarterPack/bin/ko/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,78 @@ | ||
{ | ||
"name": "optimajet-dwkit", | ||
"version": "3.6.0", | ||
"description": "OptimaJet DWKit StarterApplication", | ||
"scripts": { | ||
"dist": "webpack --env.prod", | ||
"dist-dev": "webpack --env.NODE_ENV=development" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/optimateam/dwkit.git" | ||
}, | ||
"keywords": [ | ||
"https://dwkit.com" | ||
], | ||
"author": "OptimaJet", | ||
"license": "SEE LICENSE IN eula.txt", | ||
"dependencies": { | ||
"@aspnet/signalr": "1.1.4", | ||
"ajv": "^5.5.2", | ||
"alertify": "0.3.0", | ||
"clone": "2.1.2", | ||
"deepmerge": "1.5.2", | ||
"draft-convert": "2.1.8", | ||
"draft-js": "0.11.3", | ||
"es6-promise": "^4.2.4", | ||
"history": "4.7.2", | ||
"isomorphic-fetch": "2.2.1", | ||
"jquery": "3.4.1", | ||
"json5": "2.1.3", | ||
"lodash": "4.17.15", | ||
"moment": "2.25.3", | ||
"numeral": "2.0.6", | ||
"object-hash": "1.3.1", | ||
"oidc-client": "1.9.1", | ||
"react": "16.13.1", | ||
"react-data-grid": "4.0.9", | ||
"react-data-grid-addons": "4.0.8", | ||
"react-datepicker": "1.6.0", | ||
"react-dom": "16.8.3", | ||
"react-dropzone-component": "3.2.0", | ||
"react-fast-compare": "3.0.2", | ||
"react-grid-layout": "0.16.6", | ||
"react-hot-loader": "^1.3.1", | ||
"react-modal": "3.8.1", | ||
"react-number-format": "4.3.1", | ||
"react-redux": "7.2.1", | ||
"react-router": "4.2.0", | ||
"react-router-dom": "4.2.2", | ||
"react-router-redux": "5.0.0-alpha.9", | ||
"react-slick": "0.25.2", | ||
"react-split": "2.0.7", | ||
"redux": "4.0.5", | ||
"redux-actions": "2.6.4", | ||
"redux-devtools-extension": "2.13.2", | ||
"redux-thunk": "2.2.0", | ||
"reflux": "6.4.1", | ||
"semantic-ui-react": "0.87.3", | ||
"url": "0.11.0", | ||
"uuid": "3.3.2" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.9.6", | ||
"@babel/plugin-proposal-class-properties": "^7.8.3", | ||
"@babel/preset-env": "^7.9.6", | ||
"@babel/preset-react": "^7.9.4", | ||
"babel-loader": "^8.1.0", | ||
"babel-polyfill": "^6.26.0", | ||
"dotenv-webpack": "1.7.0", | ||
"hard-source-webpack-plugin": "^0.13.1", | ||
"mini-css-extract-plugin": "^1.0.0", | ||
"uglifyjs-webpack-plugin": "^2.2.0", | ||
"url-search-params-polyfill": "^8.1.0", | ||
"webpack": "^4.43.0", | ||
"webpack-cli": "^3.3.11", | ||
"webpack-dev-server": "^3.11.0" | ||
} | ||
} |
Binary file added
BIN
+16.6 KB
StarterPack/bin/pl/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+16.6 KB
StarterPack/bin/pt-BR/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+17.6 KB
StarterPack/bin/ru/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"configProperties": { | ||
"Microsoft.AspNetCore.SuppressSameSiteNone": "true" | ||
} | ||
} |
Binary file added
BIN
+69.6 KB
StarterPack/bin/runtimes/browser/lib/net6.0/System.Text.Encodings.Web.dll
Binary file not shown.
Binary file added
BIN
+140 KB
StarterPack/bin/runtimes/linux/lib/net6.0/System.DirectoryServices.Protocols.dll
Binary file not shown.
Binary file added
BIN
+141 KB
StarterPack/bin/runtimes/osx/lib/net6.0/System.DirectoryServices.Protocols.dll
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+935 KB
StarterPack/bin/runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll
Binary file not shown.
Binary file added
BIN
+1.33 MB
StarterPack/bin/runtimes/unix/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll
Binary file not shown.
Binary file added
BIN
+453 KB
StarterPack/bin/runtimes/win-arm/native/Microsoft.Data.SqlClient.SNI.dll
Binary file not shown.
Binary file added
BIN
+595 KB
StarterPack/bin/runtimes/win-arm64/native/Microsoft.Data.SqlClient.SNI.dll
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+499 KB
StarterPack/bin/runtimes/win-x64/native/Microsoft.Data.SqlClient.SNI.dll
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+430 KB
StarterPack/bin/runtimes/win-x86/native/Microsoft.Data.SqlClient.SNI.dll
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+52.1 KB
StarterPack/bin/runtimes/win/lib/net6.0/Microsoft.Win32.SystemEvents.dll
Binary file not shown.
Binary file added
BIN
+124 KB
StarterPack/bin/runtimes/win/lib/net6.0/System.Diagnostics.PerformanceCounter.dll
Binary file not shown.
Binary file added
BIN
+136 KB
StarterPack/bin/runtimes/win/lib/net6.0/System.DirectoryServices.Protocols.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added
BIN
+33.1 KB
StarterPack/bin/runtimes/win/lib/net6.0/System.Security.Cryptography.ProtectedData.dll
Binary file not shown.
Binary file added
BIN
+42.1 KB
StarterPack/bin/runtimes/win/lib/net6.0/System.Windows.Extensions.dll
Binary file not shown.
Binary file added
BIN
+1000 KB
StarterPack/bin/runtimes/win/lib/netcoreapp2.1/System.Data.SqlClient.dll
Binary file not shown.
Binary file added
BIN
+1.41 MB
StarterPack/bin/runtimes/win/lib/netcoreapp3.1/Microsoft.Data.SqlClient.dll
Binary file not shown.
Binary file added
BIN
+84.1 KB
StarterPack/bin/runtimes/win/lib/netstandard2.0/System.Runtime.Caching.dll
Binary file not shown.
Binary file added
BIN
+17.1 KB
StarterPack/bin/tr/Microsoft.CodeAnalysis.CSharp.Scripting.resources.dll
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<configuration> | ||
<location path="." inheritInChildApplications="false"> | ||
<system.webServer> | ||
<handlers> | ||
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" /> | ||
</handlers> | ||
<aspNetCore processPath="dotnet" arguments=".\OptimaJet.DWKit.StarterApplication.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="inprocess" /> | ||
</system.webServer> | ||
</location> | ||
</configuration> | ||
<!--ProjectGuid: C8E82E7C-3170-4C11-915E-115C9A31AB33--> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.