Ryan Nowak
d8995a7767
Fix for #1192 - Support customizing reflected model through attributes
...
This adds support for attributes which interact with reflected model.
These conventions are applied after all of our built-in constructs so that
you can see and modify the results.
2014-10-01 14:15:34 -07:00
Praburaj
970418448c
Passing in request cancellation tokens to all async methods
...
Changing to use some of EF's async APIs.
2014-10-01 12:06:39 -07:00
Pranav K
6c49d0b40e
Updating SyncAction_WithException to not test for exception message
...
Skipping PropertyHelper_WorksForStruct on Mono until further
investigation.
2014-10-01 11:53:21 -07:00
Pranav K
7b5a97d04e
Updating TokenProviderTests to use GetAuthenticatedIdentity instead of creating GenericIdentity
2014-10-01 11:35:43 -07:00
Pranav K
a8cb9916aa
Updating build.sh to latest
2014-10-01 11:10:15 -07:00
Pranav K
4b56fe157d
Fixing build break
2014-10-01 11:01:11 -07:00
Pranav K
ecb16db58e
Remove and sort usings and fixing formatting
2014-10-01 10:28:54 -07:00
Pranav K
28b4ca9a62
Updating build.sh
2014-10-01 10:21:04 -07:00
Pranav K
38e82c0aa5
Updating Microsoft.AspNet.Mvc.Core.Test to work on Mono
2014-10-01 10:05:36 -07:00
Kiran Challa
1c8582d77a
[ Fixes #1183 ] Response uses chunked encoding when returning a string
2014-10-01 07:23:11 -07:00
Pranav K
3cd5c17da7
Updating ModelBinding tests to work in Mono
2014-09-30 20:16:21 -07:00
YishaiGalatzer
497274a404
Remove usings
2014-09-30 19:26:02 -07:00
YishaiGalatzer
0ddcd54988
Update razor precompilation diagnostics:
...
consistently add razor errors to diagnostics.
This will start producing proper errors with line numbers when Roslyn updates the default diagnostics formatter.
2014-09-30 16:43:29 -07:00
Pranav K
f33eec4845
Updating MvcRazorHost to use overload that generates pragma checksum
...
Fixes #1152
2014-09-30 12:54:15 -07:00
YishaiGalatzer
f82516d155
Fix issue https://github.com/aspnet/Mvc/issues/1202
2014-09-30 12:47:03 -07:00
Pranav K
038b8c7f19
Commonizing Razor Host tests
2014-09-30 12:18:21 -07:00
DamianEdwards
9a8f003cd0
Updated attribute routes in MusicStore.Spa
...
- Also unbound grunt tasks as it causes issues on launch
2014-09-30 11:58:51 -07:00
sornaks
3d5f4a2bfd
Issue #985 : Adding Functional Tests for ViewComponent Activators.
2014-09-30 10:49:30 -07:00
YishaiGalatzer
6a886d39ab
Add razor parser errors to show up
2014-09-29 18:57:08 -07:00
Pranav K
d58a6c8c1b
Don't calculate checksum in design time mode
2014-09-29 15:33:33 -07:00
DamianEdwards
750d459d02
Minor MusicStore.Spa grunt updates
2014-09-29 15:26:19 -07:00
Pranav K
5369842384
Ensure pragma checksum is prepended to generated file
...
Fixes #160
2014-09-29 14:45:26 -07:00
Praburaj
f16a0c0f19
Adding some mocks for MicrosoftAccount
2014-09-29 14:41:43 -07:00
David Fowler
6279229a7c
Removed primary ctor usage
2014-09-28 09:20:06 -07:00
DamianEdwards
1d52705f8a
Bunch of MusicStore.Spa updates:
...
- Refactored grunt config into grunt folder with json file for each task using grunt-ide-support package
- Using attribute routing
- Add exclusions for non-K files to the project.json
- Deleted unused Default.html file
- Fixed paths in TemplateController to work in K
- Fixed @model declarations in ng template views
2014-09-26 23:00:53 -07:00
Kiran Challa
fdeff1188b
[ Fixes #926 ] Protocol & Host name ignored when creating action link
2014-09-26 17:20:56 -07:00
David Fowler
b9d433168e
Convert memory streams to the byte[] before passing it to roslyn
2014-09-26 16:56:15 -07:00
DamianEdwards
6bbc74434d
Fix grunt clean in MusicStore.Spa to not delete wwwroot\bin
2014-09-26 14:07:31 -07:00
DamianEdwards
a6ef46102e
Added TRX bindings to the Gruntfile.js in MusicStore.Spa
2014-09-26 12:02:46 -07:00
DamianEdwards
ccc077bd00
Updated MusicStore.Spa to fix it due to latest changes
2014-09-26 11:53:32 -07:00
Chris Ross
19b1db41de
Remove WindowsAuth middleware package.
2014-09-26 11:40:56 -07:00
Praburaj
63732198cc
Updating the solution
...
Created some solution folders like the VS templates.
2014-09-26 11:08:01 -07:00
Chris Ross
88da31af7c
Cleanup.
2014-09-26 08:59:44 -07:00
Chris Ross
66144c864e
#67 - Fire disconnect notifications even for gracefull disconnects.
2014-09-26 08:59:42 -07:00
David Fowler
8b62057aa3
Don't close the stream when reading AssemblyMetadata
2014-09-26 03:06:02 -07:00
David Fowler
17dd874996
Only turn off identity columns for artists and genres.
2014-09-26 02:46:22 -07:00
David Fowler
cbde5ba982
Disable store generated properties for the Ids.
2014-09-26 02:36:17 -07:00
DamianEdwards
75d3937959
Updated MusicStore.Spa with webroot
2014-09-25 17:04:33 -07:00
Chris Ross
fd135e29b6
Renaming GetOrAdd to GetOrSet.
2014-09-25 16:56:04 -07:00
Chris Ross
6f7560e33b
Rename GetOrAdd to GetOrSet.
2014-09-25 16:34:25 -07:00
Ryan Nowak
3cd6d3e060
Adding Api Explorer
2014-09-25 15:31:51 -07:00
Praburaj
6d9bc21e83
Disabled tests by mistake
...
Enabling them back.
2014-09-25 11:58:11 -07:00
Praburaj
42e23bd261
Enabling the E2E automation for social logins.
2014-09-25 11:48:58 -07:00
YishaiGalatzer
6600e68fc0
Create a pre compilation module and apis to allow meta programming
...
to precompile razor pages.
This is limited to sites where the .cshtml are still deployed. It's
current purpose is to speed up startup. Deploying without the razor
files is a separate feature.
2014-09-25 11:26:11 -07:00
Praburaj
3e6ce61f27
Enabling social logins
...
Removing hacks and using identity helpers.
2014-09-24 16:42:05 -07:00
Praburaj
ef11294897
Squashed commit of the following:
...
commit ca4defa086a411094f9e90fbe3acef337d6613bb
Author: Praburaj <praburaj.t@microsoft.com>
Date: Wed Sep 24 15:13:28 2014 -0700
Enabling account validation, 2FA, Forgot password in the sample
Some identity helpers are still missing. Work arounds are applied to enable them working. Will clean it up as soon as identity helpers are available.
commit 6072c45537946c29588cfad92ce5e69ecd21656b
Author: Praburaj <praburaj.t@microsoft.com>
Date: Tue Sep 23 20:08:59 2014 -0700
Using QueryHelpers.ParseQuery for parsing query string.
Removed the helpers implemented in the test project.
commit 632dd8d43fafb6307b3e504731431479aa96ec50
Author: Hao Kung <haok@microsoft.com>
Date: Tue Sep 23 17:24:42 2014 -0700
Remove comment
commit 913fd251a39edcf0182b36be17879484ae90fd90
Author: Hao Kung <haok@microsoft.com>
Date: Tue Sep 23 17:23:12 2014 -0700
React to identity changes
2014-09-24 15:36:24 -07:00
jhawk42
4d2b2a14d5
Win7PlusCoreSystem
2014-09-24 15:17:58 -07:00
Praburaj
647a5b6031
Enabling account validation, 2FA, Forgot password in the sample
...
Some identity helpers are still missing. Work arounds are applied to enable them working. Will clean it up as soon as identity helpers are available.
2014-09-24 15:13:28 -07:00
Chris Ross
56483cb0ed
#54 - Throw if anyone tries to modify the response headers after they are sent.
2014-09-24 13:39:09 -07:00
Kiran Challa
43c7ddb9b7
Making UrlHelper's methods virtual
2014-09-24 13:01:34 -07:00