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
Praburaj
86ab6b7256
Changing an error string in the tests due to identity change.
2015-01-16 11:31:05 -08:00
Praburaj
9e68b43069
Adding authorization policy for the missed startup class.
2015-01-16 10:05:53 -08:00
Praburaj
f67f577ad2
Fixing build break due to model binding changes
2015-01-16 08:38:28 -08:00
Hao Kung
ef22f9fb30
React to MVC/Auth changes
2015-01-15 23:52:52 -08:00
Hao Kung
4a635835af
Initial iteration of new Authorization Service
2015-01-15 23:37:35 -08:00
Chris Ross
05cacda513
Remove unused PipelineCore reference.
2015-01-15 21:49:43 -08:00
Ajay Bhargav Baaskaran
26860ad7de
Code cleanup
2015-01-15 18:34:38 -08:00
Doug Bunting
f38d08a408
#37 , Support sample- or test-only repositories
...
- skip a few targets when src directory does not exist
2015-01-15 15:02:41 -08:00
Chris Ross
5e55833168
Handle PipelineCore rename.
2015-01-15 14:27:53 -08:00
Chris Ross
8385a3c3fc
Handle PipelineCore rename.
2015-01-15 14:20:16 -08:00
Chris Ross
19ccebb4ce
Handle PipelineCore rename.
2015-01-15 14:03:11 -08:00
Chris Ross
f7c502a9e6
Handle PipelineCore rename.
2015-01-15 13:57:07 -08:00
Praburaj
ad5cfb9e6e
Reacting to namespace changes PipelineCore => Http.Core V2
2015-01-15 13:32:28 -08:00
Praburaj
c9d0a4d9da
Reacting to namespace changes PipelineCore => Http.Core
2015-01-15 13:27:17 -08:00
Praburaj
0f9173ecb0
Adding a Start up class for OpenIdConnect authentication
2015-01-15 13:16:37 -08:00
Chris Ross
9746a67990
Handle PipelineCore rename.
2015-01-15 12:45:07 -08:00
Chris Ross
d43cf30eff
#162 - Rename PipelineCore project to Http.Core. Part 2.
2015-01-15 12:37:34 -08:00
Chris Ross
68be1d1b19
#162 - Change PipelineCore namespace to Http.Core. Part-1.
2015-01-15 11:52:34 -08:00
Pranav K
123e649ee2
* Removing transitive dependencies from project.json
...
* Fix casing for project.json
2015-01-15 07:54:10 -08:00
Hao Kung
16a811479e
Simplify HttpContextAccessor (now singleton)
2015-01-14 17:24:33 -08:00
Chris Ross
61bdaec1e2
Handle QueryBuilder namespace change.
2015-01-14 17:04:10 -08:00
Suhas Joshi
b46bec1a7e
Increase wait time for server to start
2015-01-14 16:09:07 -08:00
Chris Ross
5c189d87ad
Prepend all links with ./.
2015-01-14 16:01:28 -08:00
Chris Ross
212c264ed3
Use strongly typed headers.
2015-01-14 16:01:25 -08:00
Chris Ross
4fb21644fc
Implement strongly typed headers.
2015-01-14 15:41:09 -08:00
Chris Ross
38fb911afc
Clean up auth types, copywrite headers, file names, exceptions.
2015-01-14 15:13:24 -08:00
Chris Ross
91242245f3
Fix directory casing, part 2.
2015-01-14 14:54:47 -08:00
Chris Ross
8e6e7f9590
Fix directory casing, part1.
2015-01-14 14:53:51 -08:00
BrentSchmaltz
49e66f0311
Additions for OpenIdConnectMiddleware and OAuthBearer Beta1.
2015-01-14 14:50:45 -08:00
Praburaj
8864111f5b
Increasing wait time out on mono tests
...
Right now since console logger is enabled there seems more delay in app start.
2015-01-13 16:28:54 -08:00
Praburaj
cc38726ec8
LoggerExtensions can take in param objects[] instead of param string[]
2015-01-13 14:06:09 -08:00
Praburaj
2df24fd02a
Creating a helper to retry a piece of code.
2015-01-13 11:32:34 -08:00
Ajay Bhargav Baaskaran
4377bb24ce
Added extension methods for FormFile
2015-01-12 14:54:12 -08:00
Pranav K
576731e86e
Adding contract interfaces for specifying runtime compilation exceptions.
...
Fixes #12
2015-01-12 14:35:15 -08:00
Aligned
d5143f5004
Change ASP.NET vNext to ASP.Net 5
2015-01-12 15:13:17 -06:00
Chris Ross
01620d487e
Update QueryBuilder dependency.
2015-01-12 10:34:39 -08:00
Hao Kung
f786fb7bd0
Add HttpContextAccessor
2015-01-12 10:22:15 -08:00