John Luo
cb3581869b
Merge branch 'release/2.1' into dev
2018-04-20 11:42:22 -07:00
Steve Sanderson
2fd05bb65a
Remove explicit dependencies on Microsoft.AspNetCore.SpaServices.Extensions now it's included in Microsoft.AspNetCore.App anyway
2018-04-20 11:55:09 +01:00
John Luo
a8c3615df4
React to implicit Microsoft.AspNetCore.App reference
2018-04-19 16:49:13 -07:00
Jass Bagga
cbc4d0d19c
Merge branch 'release/2.1' into dev
2018-04-18 09:49:19 -07:00
Jass Bagga
13e746c289
Update THIRD-PARTY-NOTICES link and remove Package Management panel from carousel ( #474 )
...
Addresses #330 and #469
2018-04-18 09:42:27 -07:00
Jass Bagga
a9c7c322cb
Add "webapp" alias to RazorPages template.json ( #467 )
...
Addresses #325
2018-04-13 14:01:20 -07:00
Jass Bagga
5d52701cd2
Add Error razor page to Spa templates ( #464 )
...
Addresses #332
2018-04-13 11:11:01 -07:00
Kiran Challa
f824751bb9
Added Razor class library project template
...
[Fixes #323 ] Add a Razor class library project template
2018-04-13 04:21:49 -07:00
Jass Bagga
c3ac7629d1
WebAPI launchUrl; MVC _LoginPartial; F# AllowedHosts ( #463 )
...
Addresses #455 , #392 , #445
2018-04-11 15:01:32 -07:00
Jass Bagga
da32f45f58
Do not set sslPort if HTTPS not configured ( #458 )
...
Addresses #457
2018-04-10 12:02:10 -07:00
Jass Bagga
4236f0e51c
Fix AllowedHosts configuration ( #452 )
...
Addresses #451
2018-04-05 10:08:40 -07:00
Phil Henning
8a368b5610
Add supportedAuthentication for NoAuth in templates which have NoAuth ( #443 )
...
* Add supportedAuthentication for NoAuth in templates which have NoAuth
This is to work around an issue in Visual Studio
* Remove spurious ,
* Add supportedAuthentications to F# Web API vs-2017.3.host.json
2018-04-04 18:10:04 -07:00
Jass Bagga
52ffc89fef
Remove duplicated UseHttpsRedirection ( #437 )
...
Addresses #436
2018-04-03 14:02:52 -07:00
Jass Bagga
f52359d202
Update AJAX CDN links ( #430 )
2018-04-02 16:25:24 -07:00
Jass Bagga
56fc40dbca
Revert "Revert "Update jquery-validation-unobtrusive ( #421 )"" ( #426 )
...
This reverts commit e6112a0911 .
2018-04-01 23:29:52 -07:00
Pavel Krymets
a76d51c46b
Revert "Update jquery-validation-unobtrusive ( #421 )"
...
This reverts commit ac9addabcc .
2018-03-31 16:24:07 -07:00
Jass Bagga
ac9addabcc
Update jquery-validation-unobtrusive ( #421 )
...
Addresses #15
2018-03-30 15:04:50 -07:00
Jass Bagga
cb7942abe4
Add no-https option for all templates ( #413 )
...
Addresses #322
2018-03-29 13:59:47 -07:00
Jass Bagga
aca30fe8a2
--no-https option for RazorPagesWeb-CSharp template ( #362 )
2018-03-29 13:49:20 -07:00
Chris Ross (ASP.NET)
f25f411b68
Add HostFiltering configuration to templates
2018-03-27 12:13:24 -07:00
Pranav K
ade5ae534d
Set DebugType=full for .NET Framework projects
2018-03-27 08:59:54 -07:00
Javier Calvarro Nelson
a8246e2a99
[ Fixes #327 ] Replace AAD template code with packages
...
* Add Microsoft.AspNetCore.Authentication.AzureAD.UI package.
* Add Microsoft.AspNetCore.Authentication.AzureADB2C.UI package.
* Remove AccountController.
* Remove Pages/Views related to authentication.
2018-03-26 20:37:46 -07:00
Hao Kung
e1cb3f25ac
Switch to AddDefaultIdentity
2018-03-26 12:18:01 -07:00
John Luo
e3894a4609
Remove EF.Tools reference
2018-03-23 12:09:46 -07:00
Jass Bagga
4acda9dd9b
Set userBrowserLink to false for VS host file ( #395 )
...
Addresses #394
2018-03-22 17:04:09 -07:00
Jass Bagga
b24e3b2e78
Use applicationUrl instead of ASPNETCORE_URLS ( #390 )
...
Addresses #328
2018-03-22 10:32:20 -07:00
Nate McMaster
899a298534
Fix package metadata to match default settings for aspnetcore ( #389 )
2018-03-21 18:10:31 -07:00
Jass Bagga
586c4ff780
Move layout and partial script to Shared dir ( #368 )
...
Addresses #340
2018-03-20 15:17:50 -07:00
Kiran Challa
69f52cc3b6
Removing Microsoft.AspNetCore.SpaTemplates project and friends
2018-03-20 13:46:11 -07:00
Jass Bagga
f786df9dc9
Use partial tag helper ( #375 )
...
Addresses #338
2018-03-20 10:36:08 -07:00
Jass Bagga
cbdc7bd3b8
Remove tools references and explicit EF.Design reference ( #370 )
...
Addresses #99 and #357
2018-03-19 16:27:54 -07:00
Kiran Challa
fa8fcc9a62
Made wwwroot 'copyOnly' to avoid modifications in it's files
2018-03-19 16:15:34 -07:00
Jass Bagga
79b4cafe68
Remove BOM from json files ( #369 )
...
Addresses #276
2018-03-19 10:11:00 -07:00
Hao Kung
7db6925ffc
Split sqllite and sql server migrations ( #348 )
...
* Split sqllite and sql server migrations
* Fix casing, move files around
* Remove if defs and add check
2018-03-13 11:41:16 -07:00
Jass Bagga
dbc5e38d04
Match launchSettings variable to sourceName in template.json ( #354 )
...
Addresses #346
2018-03-13 09:52:20 -07:00
Scott Addie
0879dbd082
Convert ValuesController return types to ActionResult<T> ( #351 )
...
Addresses #339
2018-03-13 09:50:39 -07:00
Scott Addie
12c3cf028c
Assign language and template type to 3 C# item templates ( #343 )
...
Addresses #341
2018-03-12 11:22:07 -07:00
Jass Bagga
c4d1f20c78
Remove bundleconfig.json files from project templates ( #335 )
...
Addresses #326
2018-03-01 11:58:18 -08:00
Jass Bagga
8cac91b15e
Update jQuery ( #307 )
2018-02-22 14:39:18 -08:00
Steve Sanderson
7debea272c
Update Angular template content to match @angular/cli@1.7.0
2018-02-21 13:56:19 +00:00
Javier Calvarro Nelson
2f42f8f8b4
Merge branch 'release/2.1' into dev
2018-02-09 15:07:53 -08:00
Javier Calvarro Nelson
e81e124586
Fix whitespaces
2018-02-09 15:07:33 -08:00
Javier Calvarro Nelson
46bfdf1d14
Merge branch 'release/2.1' into dev
2018-02-09 14:57:10 -08:00
Javier Calvarro Nelson
1f3a26051d
Fix duplicated namespace on startup
2018-02-09 14:56:18 -08:00
Javier Calvarro Nelson
8f005c7a58
Merge branch 'release/2.1' into dev
2018-02-09 14:19:40 -08:00
Javier Calvarro Nelson
025d366b83
Fix bad merge
2018-02-09 14:08:01 -08:00
Javier Calvarro Nelson
6bb798d2b7
Add minimumsamesitepolicy.None in the cookie policy options on the templates
2018-02-09 13:51:34 -08:00
Javier Calvarro Nelson
7a1f716fc0
Merge branch 'release/2.1' into dev
2018-02-09 13:39:09 -08:00
Javier Calvarro Nelson
67cf534bda
Fix B2C templates
2018-02-09 13:20:16 -08:00
Hao Kung
abe222eb53
Merge branch 'release/2.1' into dev
2018-02-08 12:39:58 -08:00