Brice Lambson
c0fe1428b2
Bump version to 4.0.0-*
2014-06-19 16:44:54 -07:00
Brice Lambson
7f1135cec3
Bump version to 1.0.0-*
2014-06-19 16:33:18 -07:00
Brice Lambson
64850167a1
Bump version to 1.0.0-*
2014-06-19 16:32:13 -07:00
Brice Lambson
301432e5cb
Bump version to 1.0.0-*
2014-06-19 16:13:11 -07:00
Brice Lambson
9df90f615b
Bump version to 1.0.0-*
2014-06-19 16:10:41 -07:00
Brice Lambson
782e586c22
Bump versions to *-alpha2-*
2014-06-19 16:05:56 -07:00
Brice Lambson
b41abcffa6
React to version bumps and renames
2014-06-19 16:00:13 -07:00
harshgMSFT
cef4a3ec05
Removing dictionary overloads from MapRoute.
2014-06-19 14:38:08 -07:00
Chris Ross
741d5b57ee
Include client certificate feature renames.
2014-06-19 13:44:24 -07:00
Chris Ross
b6f4207b3b
#70 - Refactor client cert feature interface.
2014-06-19 11:46:13 -07:00
Brice Lambson
172dcd179b
Bump version to 6.0.0-*
2014-06-19 11:21:43 -07:00
David Fowler
ecfd1bbe60
Removed System.IO.FileSystem.Primitives dependency
2014-06-19 09:47:29 -07:00
Chris Ross
80eb5ab745
Use updated request cancellation API.
2014-06-19 09:12:02 -07:00
Chris Ross
2ae3a24a16
Remove CallCancelled property. Fix Owin query string. Add Owin user. Add Owin tests.
2014-06-19 09:02:49 -07:00
Chris Ross
07fc434cab
Cleanup sample, #regions, dependencies.
2014-06-19 08:59:18 -07:00
Chris Ross
577b074024
WebSockets cleanup.
2014-06-19 08:59:14 -07:00
Chris Ross
a3dfa41372
Add WebSocket tests. Fix Connection header.
2014-06-19 08:59:10 -07:00
Chris Ross
6a810fd648
Add opaque upgrade tests.
2014-06-19 08:59:04 -07:00
Chris Ross
d1dab1665e
Expose Opaque and WebSockets.
2014-06-19 08:58:59 -07:00
Wei Wang
9a53c1d773
Change the author of package to MS OpenTech
2014-06-18 22:09:39 -07:00
Wei Wang
f938a6ad75
Change the default author in makefile.shade
2014-06-18 16:52:47 -07:00
Wei Wang
1ef31a943a
Change the default author in makefile.shade
2014-06-18 16:49:26 -07:00
Wei Wang
93e27e2e40
Change the default author in makefile.shade
2014-06-18 16:45:27 -07:00
Wei Wang
8841f642fb
Change the default author in makefile.shade
2014-06-18 16:42:27 -07:00
Wei Wang
a6c872bb08
Change the default author in makefile.shade
2014-06-18 16:41:34 -07:00
Wei Wang
682c2fd007
Change the default author in makefile.shade
2014-06-18 16:39:24 -07:00
Wei Wang
eabd1b6ec4
Change the default author in makefile.shade
2014-06-18 16:35:03 -07:00
Wei Wang
7724182925
Change the default author in makefile.shade
2014-06-18 16:33:46 -07:00
Wei Wang
f72d81985c
Change the default author in makefile.shade
2014-06-18 16:30:31 -07:00
harshgMSFT
fbffcb7b40
Adding Remaining Inline Route Constraints.
2014-06-18 16:29:49 -07:00
Wei Wang
cd906e306e
Change the default author in makefile.shade
2014-06-18 16:28:59 -07:00
Wei Wang
e34a149f85
Change the default author in makefile.shade
2014-06-18 16:28:11 -07:00
Wei Wang
a7be2e0b30
Change the default author in makefile.shade
2014-06-18 16:21:39 -07:00
Wei Wang
fa27f77150
Change the default author in makefile.shade
2014-06-18 16:17:31 -07:00
Wei Wang
213cddb339
Default author is set in KoreBuild script
...
- If there is a non-empty env var "K_AUTHOR", use its value as default
author
- Otherwise, use the value of predefined var "AUTHORS"
2014-06-18 15:28:29 -07:00
N. Taylor Mullen
8099dcda63
Remove error for "@" in nested codeblocks.
...
Also removed the corresponding test and resource for this change.
#64
2014-06-18 14:51:31 -07:00
harshgMSFT
08b64a2a4a
InlineConstraint Functional Test, removing the dependency on a physical file.
2014-06-18 13:42:33 -07:00
Yishai Galatzer
9e1deb7982
Fixup unit tests to mock RequestServices instead of ApplicationServices
2014-06-18 13:40:58 -07:00
Wei Wang
4b665e06b3
Add proxy support in kvm
...
- Add proxy option to "kvm upgrade"
- "kvm upgrade" uses global proxy (http_proxy env var) by default
- Support authenticated proxies
2014-06-18 13:34:07 -07:00
Louis DeJardin
17e566c5d1
Adding "server.urls" configuration support to kestrel
2014-06-17 22:45:53 -07:00
Louis DeJardin
45933b149e
IServerFactory is never a registered service
...
IServerManager is registered when needed
Or the caller may provide context.ServerFactory instance when an
override is needed
2014-06-17 15:10:13 -07:00
Yishai Galatzer
14c43c351d
Use request services instead of application services by default
2014-06-16 19:17:12 -07:00
Yishai Galatzer
6aa1f84420
Add Service monitoring as middleware to make sure the monitoring doesn't affect autofac services counts
...
Scoping of three services
Caching of action binding context.
Make input formatters lazy
2014-06-16 19:03:30 -07:00
Stephen Halter
0ab560e086
Add UseServices overload that takes a Func returning IServiceProvider
...
- This should be useful for third-party IoC containers
2014-06-16 18:32:20 -07:00
DamianEdwards
7ec9c71181
MusicStore.Spa changes:
...
- Make the account manage page work
- Changed ngTextBoxFor extension not use the base TextBoxFor helper as it was adding unwanted client validation attributes
- Fix controller route
2014-06-16 18:09:08 -07:00
Tian Pan
e27742fd0b
IsValidActionMethod fails to check static methods.
...
Fix #638
2014-06-16 18:04:09 -07:00
Pranav K
fdbac041f9
Updating designer files by re-running build resx
2014-06-16 16:27:30 -07:00
Pranav K
85bd056780
CreateActionResult should work when action returns Task.
...
Fixes #647
2014-06-16 16:13:18 -07:00
DamianEdwards
4a4fe86df4
Changed use of custom SmartJsonResult to JsonResult in MusicStore.Spa
2014-06-16 15:55:50 -07:00
DamianEdwards
2934514909
Fix MusicStore.Spa:
...
- Support self-host via commands
- Comment out calls to EF APIs that throw NIE
2014-06-16 15:00:57 -07:00