Commits in

commits

date

comment

f9d741ce5f6e
by davidmatson
(30 downloads)
Fri
8:13 PM

Examine HttpRequestContext.Principal in AuthorizeAttribute.

ed933e4ec4eb
by davidmatson
(43 downloads)
Fri
1:02 AM

Incorporate code review feedback.

54f9dcb16213
by davidmatson
(3 downloads)
Fri
12:24 AM

Link request context with host principal (fixes #1294).

96ecfae18e08
by davidmatson
(2 downloads)
Thu
9:26 PM

Add remaining unit tests for HttpRequestContext.

d9684fbfaf70
by davidmatson
(9 downloads)
Thu
3:48 PM

Add unit tests for HttpRequestContext used in HttpControllerDispatcher.

f0cec9b97963
by davidmatson
(44 downloads)
Wed
11:46 PM

Add initial unit tests for HttpRequestContext.

ce4e0838ab61
by Yishai Galatzer
(44 downloads)
Tue
8:54 PM

Remove partial trust tests, they are not needed anymore.

2988875f3ab8
by MikeStall
(5 downloads)
Tue
5:24 PM

Fix 1284, revert 966.
Actions must have default values specified for their parameters, even if the parameter is optional in the route.
This makes attribute routing consistent with MapHttpRoute().

This removes's HttpDirectRoute's overloaded members. So remove HttpDirectRoute completely. It was just regular HttpRoutes with extra values in the DataTokens. So use a builder method instead of a constructor.

42e01a3dc64c
by MikeStall
(151 downloads)
Sep 6
7:32 PM

Another way to fix 1282. For Routes directly on a controller, get the controller type directly from route data rather than use namespace disambiguation.

4c15b153811a
by yaohuang
(2 downloads)
Sep 6
5:05 PM

1273 [MvcAttributeRouting] Route attribute should not be inherited

8080052afce7
by MikeStall
(1 download)
Sep 6
4:29 PM

Fix 1282 - MVC, allow attr routing to support 2 controllers with same name in different namespaces.

ac071ab831b3
by davidmatson
(42 downloads)
Sep 5
10:02 PM

Incorporate code review feedback.

f9de23baefc5
by raghuramn
(2 downloads)
Sep 5
8:38 PM

Adding more mvc attribute routing tests

03ffc8b75eb2
by yaohuang
(2 downloads)
Sep 5
6:46 PM

1275 Remove the overloads of MapMvcAttributeRoutes that take controller types

c915c7acbc55
by raghuramn
(0 downloads)
Sep 5
6:29 PM

LinkShare helper contains a broken link to a Digg site badge

forgot to run the razor generator tool on the cshtml in earlier checkin.

8fcd6a6d28d0
by MikeStall
(2 downloads)
Sep 5
6:05 PM

Fix for 1269 - methods with route constraints should occur first in route table.

c0a541763e4a
by raghuramn
(0 downloads)
Sep 5
5:53 PM

1281: $orderby fails on complex collections

b558932f2bd0
by davidmatson
(29 downloads)
Sep 5
5:20 AM

Restore request properties support for ApiController unit testing.

9ac5d33fe951
by raghuramn
(13 downloads)
Sep 4
5:58 PM

Adding mvc attriubte routing inhertance tests.

43ba17b612e6
by MikeStall
(7 downloads)
Sep 4
4:16 PM

Fix 1271 - remove order property from route attribute in MVC.

76edf34a06af
by davidmatson
(30 downloads)
Sep 4
1:03 AM

Restore HttpMethod attributes to last version.

eb4ba8181bec
by mlacouture
committed by
raghuramn
(7 downloads)
Sep 3
10:08 PM

Move assembly customizable attributes inside build-generated macro.

cb6d35a98aae
by mlacouture
committed by
raghuramn
(0 downloads)
Sep 3
9:59 PM

Add servicing breadcrumb attribute

a6a63a7a37ef
by MikeStall
(2 downloads)
Sep 3
5:38 PM

Bug 1261 - support RouteAttribute on MVC controllers.
Also ensure that standard routes can't hit attribute routes.

89d20225e605
by yaohuang
(107 downloads)
Aug 31
12:21 AM

Adding test to verify the fix for issue 1246 which has been addressed by the previous checkin https://aspnetwebstack.codeplex.com/SourceControl/changeset/3d401b11e23ffad9b190e21cf7b6a1c045087b5b