Justin Kotalik
59bdc3449f
[release/2.2] Backport memory leak fix from 3.0 ( #13840 )
2019-10-01 16:06:56 -07:00
Doug Bunting
731293d6da
Update branding to 2.2.8
...
- aspnet/AspNetCore-Internal#3153
2019-09-23 22:46:06 -07:00
Andrew Stanton-Nurse
be0a4a7f4c
Merged PR 2631: Fix patch config in 2.2
...
I'll merge this ASAP once I'm confident it will resolve the issue
2019-08-13 22:10:56 +00:00
Mikael Mengistu
e1426f6bdf
Merged PR 2582: Fixing merge conflict between release/2.2 and internal/release/2.2
...
Changes were made to the `PatchConfig.props` files in the internal and public branches. The change to the internal branch was made before the change in the public branch which caused the conflict and broke mirroring.
2019-08-12 16:40:16 +00:00
Mikael Mengistu
124b96b09d
Merged PR 2564: Update PatchConfig.props for 2.2.7
...
Update PatchConfig.props for 2.2.7
Note: It's very easy to forget this. I think we should implement an automated check.
2019-08-08 15:29:45 +00:00
Doug Bunting
4fd1d01467
Update branding to 2.2.7 ( #12100 )
...
* Add Microsoft.AspNetCore.Mvc.Api.Analyzers to baselines
* also improve PreparingPatchUpdates.md
- document changes to dependencies.props
- reflect changes in how Templating is handled
- e.g. use EF Core examples
- nit: adjust indentation to avoid markdown warnings
2019-07-12 06:56:50 -07:00
Chris Ross (ASP.NET)
b9c8f34919
Merged PR 1508: [2.2] HttpSys & IIS path normalization
...
This takes PathNormalizer from Kestrel to normalize the request path and prevent traversals. (e.g. "/./" and "/../").
In 2.1 only HttpSys was affected (https://dev.azure.com/dnceng/internal/_git/aspnet-AspNetCore/pullrequest/1480 ). In 2.2 HttpSys and IIS-in-proc share this code (with additional tests). In 3.0 we'll refactor it to use more shared source across all three servers.
2019-06-08 06:37:36 +00:00
Nate McMaster
f9ef0abcf8
Merge branch 'release/2.1' into release/2.2
2019-06-04 17:06:19 -07:00
Nate McMaster
6ab3df58af
Update branding to 2.1.12 ( #10865 )
2019-06-04 16:58:12 -07:00
Pranav K
99a12a6882
Add Mvc.Api.Analyzers to 2.2.6 patch ( #10621 )
2019-06-04 12:42:05 -07:00
Nate McMaster
2a99b8608d
Merge changes from 'release/2.2'
2019-04-16 11:57:15 -07:00
dotnet-bot
476be1182f
Merge in 'release/2.1' changes
2019-04-16 16:14:24 +00:00
Javier Calvarro Nelson
1bc775f636
[2.2] Include Identity UI in the 2.2.5 patch
2019-04-16 09:13:40 -07:00
Javier Calvarro Nelson
2657cb87b6
[2.1] Include Identity UI in the 2.1.11 patch
2019-04-16 09:13:00 -07:00
BrennanConroy
d93b207485
Add Site Extension to patch ( #9336 )
...
- make build.cmd work
- update build/repo.props
Co-Authored-By: BrennanConroy <brecon@microsoft.com>
2019-04-15 22:21:27 -07:00
Nate McMaster
fafae36461
Merge changes from 'release/2.1'
2019-04-15 17:02:10 -07:00
Nate McMaster
d004cf0f14
Merge branch 'release/2.1' into release/2.2
2019-04-15 16:42:07 -07:00
Pranav K
836964a653
Don't log action and page handler arguments above Trace level ( #9227 )
2019-04-15 13:29:07 -07:00
Brennan Conroy
4332a25c43
Update Redis dependency
2019-04-15 15:49:37 +00:00
Brennan Conroy
6ecdff7c68
Merged PR 898: Update MessagePack dependency
...
Update MessagePack dependency
2019-04-12 22:25:38 +00:00
Brennan Conroy
182c48f0b0
Merged PR 891: Update MessagePack dependency
...
Update MessagePack dependency
Related work items: #142
2019-04-12 17:40:48 +00:00
Andrew Stanton-Nurse
ec00758af9
Update PatchConfig.props
2019-04-11 22:16:39 -07:00
Justin Kotalik
7e1d545e29
Remove dependency on jscript in IISExpress installers ( #8707 )
...
* Add a .gitignore
2019-04-11 21:25:54 -07:00
Doug Bunting
05ad003b2e
Merge branch 'release/2.2' into merge/release/2.1-to-release/2.2
2019-04-10 09:31:41 -07:00
Doug Bunting
c53bd798c4
Update branding to 2.1.11
...
- no ArchiveBaseline.*.txt additions necessary
2019-04-10 08:59:44 -07:00
Doug Bunting
46fac99de5
Update branding to 2.2.5
...
- no ArchiveBaseline.*.txt additions necessary
2019-04-10 08:59:29 -07:00
Justin Kotalik
430002570f
Update patch config for ANCMV2 patch
2019-03-15 23:32:58 +00:00
BrennanConroy
2835f85b6c
Update PatchConfig.props
2019-03-15 10:59:18 -07:00
Doug Bunting
4cbc33da74
Update branding to 2.2.4
2019-03-07 11:53:17 -08:00
Doug Bunting
e497f4101f
Update branding to 2.1.10 ( #8265 )
2019-03-06 19:45:46 -08:00
Doug Bunting
d102d10a81
Update branding to 2.2.3
...
- new version
- update baselines
- grab latest released Microsoft.NetCore.App and Microsoft.NETCore.DotNetAppHost
nit:
- updated ZipManifestGenerator's README.md to use 2.2 examples
2019-02-13 23:15:58 -08:00
Doug Bunting
5bb5bafbed
Update branding to 2.1.9
2019-02-12 19:12:20 -08:00
Stephen Halter
5d554aeecd
Revert "Wait to dispose RequestAborted CTS ( #4447 )"
...
This reverts commit 0622513058 .
2019-01-24 11:23:58 -08:00
Pavel Krymets
f44c175ec6
Enable logging branch SiteExtension ( #6715 )
2019-01-16 08:56:12 -08:00
James Newton-King
92680b355f
Change consumes behavior to ignore requests with no content type ( #6645 )
2019-01-16 11:55:54 +13:00
Stephen Halter
0622513058
Wait to dispose RequestAborted CTS ( #4447 )
2019-01-15 14:54:10 -08:00
James Newton-King
180f735ac8
Fix non-parameter route constraints not called with endpoint routing for 2.2 ( #6587 )
2019-01-16 11:16:35 +13:00
Pavel Krymets
874a67a242
Add @aspnet/signalr to PackagesInPatch ( #6716 )
2019-01-15 11:17:02 -08:00
Mikael Mengistu
852d890cd6
Check HubConnection state before running invoke logic ( #4400 )
2019-01-15 11:15:21 -08:00
Pavel Krymets
437baf6f5e
Port Handle EOF HResult from async callback to 2.2 ( #6483 )
2019-01-15 10:33:26 -08:00
John Luo
38c0d5a50c
Use object indirection in HttpContextAccessor ( #1066 ) ( #6036 )
2019-01-14 20:31:36 -08:00
John Luo
8f1eedf5a9
Merge branch 'release/2.1' into release/2.2
2019-01-14 19:04:39 -08:00
BrennanConroy
a9b737b793
Fix broken definitions file ( #6343 )
2019-01-14 18:46:07 -08:00
Chris Ross
87af0c3f1f
Update Google Auth UserInfo endpoint ( #6338 )
...
* Update Google Auth UserInfo endpoint #6069
* Add Google to PatchConfig
2019-01-14 12:28:25 -08:00
Doug Bunting
970bced25c
Update branding to 2.2.2 ( #6608 )
...
- pin System.Net.WebSockets.WebSocketProtocol to version 4.5.3
- update Directory.Build.targets files to correct build issues
- fix duplicate metadata during static analysis
2019-01-14 11:40:01 -08:00
Mikael Mengistu
a06b0e3968
Prep for 2.1.8 Patch ( #6632 )
2019-01-11 16:57:45 -08:00
dotnet-bot
8b682dfe85
Merge in 'release/2.2' changes
2018-12-14 19:01:05 +00:00
Nate McMaster
feb641ddda
Merge branch 'release/2.1' into release/2.2
2018-12-14 09:44:15 -08:00
dotnet-bot
3b0d1253e1
Merge in 'release/2.2' changes
2018-12-14 08:57:43 +00:00
Nate McMaster
f0990ec531
Fix build issues with IIS integration projects
...
Changes:
* Ensure IIS managed and pkg projects build after the native projects
* Update projects to build test
* Update CI checks to build on macOS and Linux
* Use package baselines to manage ANCM packages
2018-12-13 22:53:31 -08:00