rafsanulhasan
b4cdfae42d
Removed Kestrel SSL Configuration
6 years ago
rafsanulhasan
5c8770ddf5
imported necessary namespaces
6 years ago
rafsanulhasan
206be058e5
Edited/Removed files
6 years ago
Rafsanul Hasan
e5821ea6c8
Delete Startup.cs
6 years ago
Rafsanul Hasan
22053e33b4
Delete Dockerfile
6 years ago
Rafsanul Hasan
2ec4e41e43
Delete appsettings.json
6 years ago
Rafsanul Hasan
218b97b274
Delete appsettings.json
6 years ago
Rafsanul Hasan
0b2dc64f87
Delete Dockerfile
6 years ago
Rafsanul Hasan
51be434414
Delete appsettings.json
6 years ago
Rafsanul Hasan
1bdb8bcbb1
Delete appsettings.json
6 years ago
Rafsanul Hasan
a11bc8b8e3
Delete appsettings.json
6 years ago
Rafsanul Hasan
117d9f67a3
Delete appsettings.json
6 years ago
Rafsanul Hasan
68fb27a783
Delete appsettings.json
6 years ago
Rafsanul Hasan
bca401475a
Delete appsettings.json
6 years ago
Rafsanul Hasan
b219ead1c7
Delete Startup.cs
6 years ago
Rafsanul Hasan
f7159d52e7
Delete Dockerfile
6 years ago
Rafsanul Hasan
393a4c90d4
Delete appsettings.json
6 years ago
Rafsanul Hasan
79a26b9e42
Delete appsettings.localhost.json
6 years ago
Rafsanul Hasan
01e13b3ed8
Delete appsettings.localhost.json
6 years ago
rafsanulhasan
fa98fdf161
Copy the SSL certificate (.pfx) file to the /root/.aspnet/https/ in the linux containers
6 years ago
rafsanulhasan
786b3c9542
Configured SSL certificate settings for Kestrel
6 years ago
rafsanulhasan
d85a076e9f
Added self-signed SSL certificates
6 years ago
rafsanulhasan
fb8abbf3e0
Used HSTS MiddleWare for Http Strict Transport Security
6 years ago
rafsanulhasan
0d63172dc8
1. Changes in DI container
a. Specified RequireHttpsPermanent and SSL port MVC pipeline options
b. Configured HttpsRedirection
2. Used HttpsRedirection MiddleWare
6 years ago
rafsanulhasan
a62648bac9
Update insecure endpoints to SSL/TLS encrypted HTTPS endpoints
6 years ago
rafsanulhasan
f5c12d6018
1. Edited docker project
a. Added HTTPS endpoints
b. Added port forwarding rules
b. Use shared volumes for https certificates and user secrets
2. Docker Files
a. Exposed 443 port for SSL
6 years ago
rafsanulhasan
6b96741de6
1. Configured CookiePolicyOptions in the DI container
2. Used CookiePolicy MiddlwWare
6 years ago
rafsanulhasan
8110a95111
1. Added _CookieConseentPartial.cshtml Partial View
2. Used _CookieConseentPartial partial view in _Layout View
3. Added Privacy View Controller and View
6 years ago
rafsanulhasan
9f4d34c9cf
Updated Test projects' NuGet references to support ASP.NET Core 2.1.3 …
1. Microsoft.NET.Test.Sdk 15.7.0->15.8.0
2. Microsoft.AspNetCore.TestHost 2.1.0->2.1.1
6 years ago
rafsanulhasan
63b4e56ffe
Removed DotNetCliReferenceTools
6 years ago
rafsanulhasan
e18c325fcf
a. Updated NuGet References to support ASP.NET Core 2.1.3
1. Microsoft.ApplicationInsights.AspNetCore 2.2.1->2.4.1
2. Microsoft.ApplicationInsights.DependencyCollector 2.6.1-> 2.7.2
3. Microsoft.ApplicationInsights.ServiceFabric 2.1.1-beta1->2.1.1
4. Microsoft.Extensions.Logging.AzureAppServices 2.1.0-> 2.1.1
5. Microsoft.AspNetCore.App 2.1.0->2.1.3
6. Microsoft.VisualStudio.Azure.Fabric.MSBuild 1.6.5->1.6.7
7. Microsoft.EntityFrameworkCore, Microsoft.EntityFrameworkCore.Design, Microsoft.EntityFrameworkCore.Relational, Microsoft.EntityFrameworkCore.SqlServer 2.1.0->2.1.2
8. Microsoft.AspNetCore.Hosting 2.1.0->2.1.1
9. Microsoft.Extensions.Logging 2.1.0->2.1.1
10. Polly 6.0.1->6.1.0
11. Microsoft.Extensions.Http.Polly 2.1.0->2.1.1
12. Microsoft.AspNetCore.DataProtection.Redis 0.3.3->0.4.1
13. Microsoft.Extensions.Configuration.AzureKeyVault 2.1.0-->2.1.1
14. Swashbuckle.AspNetCore 1.1.0->2.4.0
b. Updated NuGet packages
1. BuildBundleMinifier 2.6.375->2.8.391
2. Microsoft.ApplicationInsights.Kubernetes 1.0.0-beta8->1.0.0-beta9
6 years ago
rafsanulhasan
bde315d278
a. Updated NuGet References to support ASP.NET Core 2.1.3
1. Microsoft.ApplicationInsights.AspNetCore 2.2.1->2.4.1
2. Microsoft.ApplicationInsights.DependencyCollector 2.6.1-> 2.7.2
3. Microsoft.ApplicationInsights.ServiceFabric 2.1.1-beta1->2.1.1
4. Microsoft.Extensions.Logging.AzureAppServices 2.1.0-> 2.1.1
5. Microsoft.AspNetCore.App 2.1.0->2.1.3
6. Microsoft.VisualStudio.Azure.Fabric.MSBuild 1.6.5->1.6.7
7. Microsoft.EntityFrameworkCore, Microsoft.EntityFrameworkCore.Design, Microsoft.EntityFrameworkCore.Relational, Microsoft.EntityFrameworkCore.SqlServer 2.1.0->2.1.2
8. Microsoft.AspNetCore.Hosting 2.1.0->2.1.1
9. Microsoft.Extensions.Logging 2.1.0->2.1.1
10. Polly 6.0.1->6.1.0
11. Microsoft.Extensions.Http.Polly 2.1.0->2.1.1
12. Microsoft.AspNetCore.DataProtection.Redis 0.3.3->0.4.1
13. Microsoft.Extensions.Configuration.AzureKeyVault 2.1.0-->2.1.1
14. Swashbuckle.AspNetCore 1.1.0->2.4.0
b. Updated NuGet packages
1. BuildBundleMinifier 2.6.375->2.8.391
2. Microsoft.ApplicationInsights.Kubernetes 1.0.0-beta8->1.0.0-beta9
6 years ago
rafsanulhasan
d04a7a1c0e
Update Linux container images:
1. runtime 2.1->2.1.3
2. sdk 2.1->2.1.401
6 years ago
rafsanulhasan
bc7e8e7b58
Update Linux container images:
1. runtime 2.1->2.1.3
2. sdk 2.1->2.1.401
6 years ago
rafsanulhasan
35edba7371
a. Updated NuGet References to support ASP.NET Core 2.1.3
1. Microsoft.ApplicationInsights.AspNetCore 2.2.1->2.4.1
2. Microsoft.ApplicationInsights.DependencyCollector 2.6.1-> 2.7.2
3. Microsoft.ApplicationInsights.ServiceFabric 2.1.1-beta1->2.1.1
4. Microsoft.Extensions.Logging.AzureAppServices 2.1.0-> 2.1.1
5. Microsoft.AspNetCore.App 2.1.0->2.1.3
6. Microsoft.VisualStudio.Azure.Fabric.MSBuild 1.6.5->1.6.7
7. Microsoft.EntityFrameworkCore, Microsoft.EntityFrameworkCore.Design, Microsoft.EntityFrameworkCore.Relational, Microsoft.EntityFrameworkCore.SqlServer 2.1.0->2.1.2
8. Microsoft.AspNetCore.Hosting 2.1.0->2.1.1
9. Microsoft.Extensions.Logging 2.1.0->2.1.1
10. Polly 6.0.1->6.1.0
11. Microsoft.Extensions.Http.Polly 2.1.0->2.1.1
12. Microsoft.AspNetCore.DataProtection.Redis 0.3.3->0.4.1
13. Microsoft.Extensions.Configuration.AzureKeyVault 2.1.0-->2.1.1
14. Swashbuckle.AspNetCore 1.1.0->2.4.0
b. Updated NuGet packages
1. BuildBundleMinifier 2.6.375->2.8.391
2. Microsoft.ApplicationInsights.Kubernetes 1.0.0-beta8->1.0.0-beta9
6 years ago
rafsanulhasan
2a51c444a5
Resolved conflicts
6 years ago
rafsanulhasan
a894fb46be
Resolved conflicts
6 years ago
rafsanulhasan
71b3121ce7
Update _Layout.cshtml files in Identity.API, WebMVC and WebStatus projects to use correct jquery script
6 years ago
rafsanulhasan
7e0000bf12
Removed Bower package installation configuration project pre-publish script
6 years ago
rafsanulhasan
56e8a11f4d
Configured Identity.API project to download packages from CDNs specified in libman.json file on project build
6 years ago
rafsanulhasan
4e186004d2
Added Library Manager to Identity.API project
6 years ago
rafsanulhasan
01306be946
Removed packages previously install with bower from Identity.API project
6 years ago
rafsanulhasan
030777b0a9
Removed bower from Identity.API project
6 years ago
rafsanulhasan
3cdb10adaa
Configured Library Manager to WebStatus
1. Added Library Manager to Web Status project (libman.json)
2. Configured project to download packages from CDNs specified by LibMan on project build
6 years ago
rafsanulhasan
7db99afc25
Removed unnecessary files previously referenced by bower from WebStatus project because bower is removed
6 years ago
rafsanulhasan
e063712b64
Configured Library Manager to automatically download packages on build WebMVC project
6 years ago
rafsanulhasan
e5aece2e35
Configured WebMVC project to use Typescript 3.0
6 years ago
rafsanulhasan
d6c9923b08
Used reference files' paths from libman tree
6 years ago
rafsanulhasan
5668cd3031
Add Library Manager
6 years ago
rafsanulhasan
b181999bcf
Removed bower from WebMVC
6 years ago