Commit Graph

24198 Commits

Author SHA1 Message Date
Suhas Joshi 0873c6710f Updating NuGet.config 2015-01-20 17:19:02 -08:00
Wei Wang 636807c35b React to default packages path change in runtime 2015-01-20 17:18:46 -08:00
Praburaj c8bbfb15e8 Pointing to wwwroot for NtlmAuth test 2015-01-20 16:42:10 -08:00
Praburaj c3a6095bf1 Pointing IIS Express to the wwwroot folder instead of app base. 2015-01-20 15:23:04 -08:00
Levi B 04e7bca8bf Normalize .kproj files BOM and line endings 2015-01-20 13:49:29 -08:00
Praburaj 2fbc90c6aa Fixing build break in spa project. 2015-01-20 13:49:10 -08:00
Wei Wang 73b30c0fbf Change K_DETAILED_ERRORS to ASPNET_DETAILED_ERRORS 2015-01-20 11:07:06 -08:00
Chris Ross 96835bd761 Handle IFileSystem rename. 2015-01-20 08:58:41 -08:00
Chris Ross 36c2a44b91 Handle IFileSystem rename. 2015-01-20 08:37:10 -08:00
Praburaj ce72c2fc7e Renaming klr.exe => dotnet.exe 2015-01-20 06:57:29 -08:00
Praburaj 5e3eb96b12 Fixing a regression in dotnet path. 2015-01-20 06:48:36 -08:00
Praburaj 71c171c052 Renaming KRE -> Dotnet 2015-01-20 06:38:06 -08:00
Pranav K ad9cfa8666 Reverting build script customization that was overwritten 2015-01-20 02:27:19 -08:00
Pranav K eece81d67f Updating build scripts to use dotnetsdk 2015-01-20 02:05:26 -08:00
Pranav K 8c3edc158f Reacting to KRuntime renames 2015-01-20 01:49:44 -08:00
Pranav K e041a3b133 Updating build.cmd and build.sh to use dotnetsdk 2015-01-20 01:37:17 -08:00
Pranav K b6595e9ba2 Updating build.cmd and build.sh to use dotnetsdk 2015-01-20 01:37:09 -08:00
Pranav K 60c3e7e971 Updating build.cmd and build.sh to use dotnetsdk 2015-01-20 01:37:01 -08:00
Pranav K 1f14d9aa50 Updating build.cmd and build.sh to use dotnetsdk 2015-01-20 01:36:43 -08:00
Pranav K ef7e044942 Updating build.cmd and build.sh to use dotnetsdk 2015-01-20 01:36:35 -08:00
Pranav K ac20982505 Updating build.cmd and build.sh to use dotnetsdk 2015-01-20 01:36:16 -08:00
Pranav K 382c3af065 Updating build.cmd and build.sh to use dotnetsdk 2015-01-20 01:36:08 -08:00
Pranav K a93537e3be Updating build.cmd and build.sh to use dotnetsdk 2015-01-20 01:36:04 -08:00
Pranav K 32cf5e9ee4 Updating build.cmd and build.sh to use dotnetsdk 2015-01-20 01:35:44 -08:00
Pranav K 962b8f38f8 Updating build.cmd and build.sh to use dotnetsdk 2015-01-20 01:35:33 -08:00
Pranav K 87238557cc Correcting location of dotnetsdk.sh in build.sh 2015-01-20 01:34:44 -08:00
Pranav K e0b5c19082 Updating build.cmd and build.sh to use dotnetsdk 2015-01-20 01:32:36 -08:00
Pranav K 42dd52a2b2 Updating build.cmd and build.sh to use dotnetsdk 2015-01-20 01:31:59 -08:00
Pranav K 236801ee6e Updating build.cmd and build.sh to use dotnetsdk 2015-01-20 01:31:48 -08:00
Pranav K cb17819552 Updating build.cmd and build.sh to use dotnetsdk 2015-01-20 01:31:43 -08:00
Pranav K d1fcdc529f Updating build.cmd and build.sh to use dotnetsdk 2015-01-20 01:30:54 -08:00
Pranav K 1d49807eee Updating build.cmd and build.sh to use dotnetsdk 2015-01-20 01:30:29 -08:00
Pranav K 361f083117 Updating build scripts to use dotnetsdk instead of kvm 2015-01-20 00:29:57 -08:00
David Fowler dceba03f4a Removed unused dependencies
#173
2015-01-19 01:43:09 -08:00
Stephen Halter cc720bd3fe Handle HttpFeature rename 2015-01-18 21:04:13 -08:00
Stephen Halter 48e8f92aab Handle HttpFeature rename 2015-01-18 21:01:48 -08:00
Stephen Halter 65adcffb92 Handle HttpFeature rename 2015-01-18 20:59:49 -08:00
Stephen Halter 1820edb326 Handle HttpFeature rename 2015-01-18 20:58:52 -08:00
Stephen Halter ac03ad3edf Handle HttpFeature rename 2015-01-18 20:55:49 -08:00
Praburaj 28bab08fd6 Changing the global.json sources => projects 2015-01-18 20:53:44 -08:00
Stephen Halter bf9d22bb89 Handle HttpFeature rename 2015-01-18 20:50:01 -08:00
Praburaj 7847fb8257 Increasing the retry count
To fix flakiness
2015-01-18 20:48:23 -08:00
Hao Kung 123065c0ae Add some sugar for AuthZ
- Register passthrough handler by default
- AddPolicy overload that takesAction<AuthorizationPolicyBuilder>
- Chaining policy overloads/methods
- More fluent apis for PolicyBuilder
Fixes #122, #114
2015-01-17 17:11:34 -08:00
Stephen Halter db484a7dcb Rename Microsoft.AspNet.HttpFeature to Microsoft.AspNet.Http.Interfaces 2015-01-16 19:46:04 -08:00
Mugdha Kulkarni 3626900bc9 Basic URL Extension functionality working.
1. Template parser now allows a parameter to be an optional parameter in a complex segment if
   it is the last and only optional parameter and it is followed by a period.
2. Template matcher modified to take into consideration the optional parameter in the complex
   segment. Also the period shouldn't be present if the optional parameter is not present
2015-01-16 16:25:53 -08:00
Hao Kung 464438862a Fix music store policies 2015-01-16 15:15:19 -08:00
tushar gupta c53394e847 Cleaning up comments and some TODOs. 2015-01-16 14:45:53 -08:00
tushar gupta cdbd003bb1 Adding token property to MessageReceivedNotification 2015-01-16 14:45:50 -08:00
tushar gupta de56109c16 Fixing Issue #120 2015-01-16 14:45:47 -08:00
AndriySvyryd cec6370dde Reacting to EF changes 2015-01-16 12:59:42 -08:00