Brice Lambson
6ae622609e
React to EF package renames
...
This is part of aspnet/Data#132
2014-05-05 14:25:44 -07:00
Ryan Nowak
7a8dc36553
Adding controller-as-filter support
...
If the controller implements IFilter, it will be added to the filters
collection.
It's hardcoded to be 'first' as it was in MVC, but can be overridden by
implementing IOrderedFilter.
2014-05-05 14:03:01 -07:00
ajcvickers
bb427ee393
Reacting to EF class renaming.
2014-05-05 13:43:44 -07:00
ajcvickers
b623f725ba
Changes to reflect API renaming in EF.
2014-05-05 13:39:06 -07:00
Praburaj
cad71fd030
Fixing a compilation warning in AccountController.
2014-05-05 11:40:50 -07:00
Hao Kung
36770ccf05
Update with latest Identity API changes
2014-05-05 11:35:18 -07:00
Ryan Nowak
a9a7663cbd
Update MVC for reflection package changes
2014-05-05 10:38:07 -07:00
Ryan Nowak
dfd4ba4b1b
Fixing routing for package changes in reflection
2014-05-05 10:24:29 -07:00
Chris Ross
f11e62d0ef
Update reflection dependency.
2014-05-05 10:20:46 -07:00
David Fowler
43b02a07b5
Cleanup left over cruft
2014-05-04 16:13:33 -07:00
David Fowler
7e90d0ef32
Fixed k10 csproj generation
...
- Added the project k targets to KoreBuild
2014-05-04 13:31:33 -07:00
David Fowler
21616bcde5
Fixed up xunit references and fixed sample.
2014-05-04 11:28:12 -07:00
DamianEdwards
6ff73d50e0
Minor changes:
...
- Fixed mismatched quotes
- Made PageGenerator depend directly on Razor instead of Mvc, as that's all it needs
- Rebased on latest dev changes
- #11
2014-05-02 22:51:29 -07:00
DamianEdwards
257b2abc43
Removed jQuery from the error page:
...
- All functionality working
- Tested in IE11/10/9/8 (via emulation mode), and Chrome latest
- Made the clickable areas cursor a pointer
- #11
2014-05-02 22:40:28 -07:00
Louis DeJardin
bbcac43aaa
Updating DataAnnotations version reference
2014-05-02 20:53:12 -07:00
Ryan Nowak
490b6d1434
IServiceContainer changes should have added this
2014-05-02 19:03:32 -07:00
Ryan Nowak
9c75813c9a
Add reference to claims
...
(cherry picked from commit e1154c7dbfcf6bc91ff266da08b67cbb32b270a8)
2014-05-02 18:46:02 -07:00
Suhas Joshi
39b5c4439b
Merge pull request #76 from suhasj/updatescript
...
Updated script for KRE installation
2014-05-02 17:37:16 -07:00
Louis DeJardin
98cac2df27
Updated build.cmd template
2014-05-02 17:15:38 -07:00
Louis DeJardin
60267a3a22
Temporarily disabling k10 xunit runs
2014-05-02 17:14:17 -07:00
Hao Kung
31f76b8d58
Initial DI changes from app building
...
Incorporate feedback and make identity DI friendly everywhere
Also start using the new OptionsSetup
2014-05-02 17:09:24 -07:00
Louis DeJardin
c64934ad53
Updating build scripts
2014-05-02 16:19:37 -07:00
Louis DeJardin
ba5f230c18
Updating build scripts
2014-05-02 16:19:37 -07:00
Suhas Joshi
17469e155d
Updated script for KRE installation
2014-05-02 16:16:13 -07:00
N. Taylor Mullen
2ce4c56915
Fixed sample to not override User property.
...
#277
2014-05-02 15:24:45 -07:00
Louis DeJardin
5ff7ee9c65
Updating build scripts
2014-05-02 15:07:39 -07:00
Louis DeJardin
0e56ed4f34
Updating build scripts
2014-05-02 15:07:38 -07:00
Louis DeJardin
f665b131df
Updating build scripts
2014-05-02 15:07:38 -07:00
Louis DeJardin
849d8db8e6
Updating build scripts
2014-05-02 15:07:38 -07:00
Louis DeJardin
09d066cec1
Updating build scripts
2014-05-02 15:07:37 -07:00
Louis DeJardin
89b958b8e6
Updating build scripts
2014-05-02 15:07:37 -07:00
Louis DeJardin
3c034f92f7
Updating build scripts
2014-05-02 15:07:36 -07:00
Louis DeJardin
8e5ac31889
Updating build scripts
2014-05-02 15:07:36 -07:00
Louis DeJardin
73a8194005
Updating build scripts
2014-05-02 15:07:35 -07:00
Louis DeJardin
4206c9f398
Updating build scripts
2014-05-02 14:54:34 -07:00
N. Taylor Mullen
6dc6ba6d37
Add User helper to controllers and views.
...
#277
2014-05-02 14:48:21 -07:00
Louis DeJardin
da432d05eb
Updating build scripts
2014-05-02 14:45:29 -07:00
Louis DeJardin
1a75e93215
Updating build scripts
2014-05-02 14:45:23 -07:00
Louis DeJardin
4651b4ab4d
Updating build scripts
2014-05-02 14:45:22 -07:00
Louis DeJardin
90b64298d5
Updating build scripts
2014-05-02 14:45:22 -07:00
Louis DeJardin
f0d564c188
Updating build scripts
2014-05-02 14:45:21 -07:00
Louis DeJardin
c52529579b
Updating build scripts
2014-05-02 14:45:21 -07:00
Louis DeJardin
2fb324a7b9
Updating build scripts
2014-05-02 14:45:21 -07:00
Louis DeJardin
ae3f7846f4
Updating build scripts
2014-05-02 14:45:20 -07:00
Louis DeJardin
c1e8c7a0f7
Updating KoreBuild to use kvm/kpm/kre
2014-05-02 14:29:57 -07:00
dougbu
31cdc09647
Move Microsoft.AspNet.RequestContainer dependency from MVC sample to MVC
...
- 🐛 fix; fixes #346
2014-05-02 14:29:19 -07:00
Hao Kung
9bf42374b0
Fix for moving extension methods to IServiceCollection
2014-05-02 12:37:05 -07:00
Hao Kung
1faa6f018b
Switch to use IServiceCollection
2014-05-02 12:22:49 -07:00
N. Taylor Mullen
4494f40d67
Addressed code review comments.
2014-05-02 12:16:28 -07:00
N. Taylor Mullen
c986c663e3
Add tests to ensure cshtml ending for full path view names.
...
#206
2014-05-02 12:16:26 -07:00