Smit Patel
117dbc4887
Reacting to Changes in EF: Disabling use of Identity Column for PK
2015-03-13 15:56:59 -07:00
Suhas Joshi
c260beab52
If condition to NOP
2015-03-13 15:22:34 -07:00
Praburaj
61e4f55075
Moving the IServiceCollection extension into Microsoft.Framework.DependencyInjection namespace
...
Fixes: https://github.com/aspnet/Routing/issues/160
2015-03-13 14:55:49 -07:00
Praburaj
c4aa387cd2
Temporarily skipping a couple of tests to work around Url encoder bug
...
https://github.com/aspnet/HttpAbstractions/issues/231
2015-03-13 14:50:51 -07:00
Suhas Joshi
d8438c9398
Removed setting int PK
2015-03-13 14:25:36 -07:00
Praburaj
ca07b6e2fd
Using new encoders over the old encoders.
2015-03-13 12:50:49 -07:00
Kiran Challa
9a44e3e08b
[ Fixes #2095 ] Mark IControllerFactory methods in DefaultControllerFactory as virtual
2015-03-13 12:50:29 -07:00
damianedwards
7d1c1ed8eb
Enable Tag Helper initializers:
...
- Any Action<ITagHelper, ViewContext> can be registered in DI to allow setting of tag helper properties after any [Activate] properties are set but before their bound from the source document and the tag helper is executed
- Removed previous tag helper options as initializers is the way to do this now
- #1689
- #2162
2015-03-13 12:31:02 -07:00
Praburaj
5004bac6aa
React to AddSessionServices rename to AddSession
2015-03-13 11:56:20 -07:00
Praburaj
00feaaac29
React to AddSessionServices rename to AddSession
2015-03-13 11:52:50 -07:00
Praburaj
6c57ca7c1e
Move IServiceCollection extensions into Microsoft.Framework.DependencyInjection namespace
...
Fixes:
https://github.com/aspnet/Session/issues/10
https://github.com/aspnet/Session/issues/8
1. Renaming the class name containing the extension
2. Consolidating the AddSession() and ConfigureSession overloads with same pattern we follow in other repos
3. Rename AddSessionServices() => AddSession() like all other repos
2015-03-13 11:45:17 -07:00
Eilon Lipton
c2cbd62eec
Merge pull request #7 from hishamco/dev
...
Adds CookiePath to SessionDefaults
2015-03-13 09:15:17 -07:00
hishamco
177d1ffb64
Adds CookiePath to SessionDefaults
...
Adds CookiePath to SessionDefaults
Revert "Adds CookiePath to SessionDefaults"
This reverts commit d025a89cbb555b5b92cb5de2dc848da036021301.
Remove extra tab
Revert "Remove extra tab"
This reverts commit 80b1e4976a902a5e507702b1e46e57dec0c72da4.
Change tab to spaces
Adds CookiePath to SessionDefaults
2015-03-13 15:03:30 +03:00
N. Taylor Mullen
649a74a753
Update xunit.runner.kre => xunit.runner.aspnet.
2015-03-13 00:34:51 -07:00
N. Taylor Mullen
800bcde501
Fix build.
2015-03-13 00:09:29 -07:00
Levi B
2337d7808d
Change dependency reference WebEncoders -> WebEncoders.Core
2015-03-12 22:57:44 -07:00
Levi B
44b530dd22
Change reference WebEncoders -> WebEncoders.Core
2015-03-12 22:51:38 -07:00
Levi B
8ca2728ef8
Split encoders into two packages to resolve layering issues
...
The core package has no external dependencies aside from NetFX-produced packages
2015-03-12 22:35:47 -07:00
Suhas Joshi
f0db23be0d
Using xunit.runner.aspnet
2015-03-12 19:34:47 -07:00
N. Taylor Mullen
385fa29407
Update xunit.runner.kre => xunit.runner.aspnet.
2015-03-12 18:01:41 -07:00
Hao Kung
9175e6366c
Rollback moving IPrincipal extensions
2015-03-12 17:35:29 -07:00
N. Taylor Mullen
20bcd6346e
Update xunit.runner.kre => xunit.runner.aspnet.
2015-03-12 17:26:17 -07:00
Doug Bunting
7e3acd9506
Quick fix: Shut `npm install` up a bit
...
- remove `npm WARN package.json ValidationWebSite@0.0.0 No repository field.`
2015-03-12 17:26:01 -07:00
N. Taylor Mullen
f3df66cfea
Update xunit.runner.kre => xunit.runner.aspnet.
2015-03-12 17:22:37 -07:00
N. Taylor Mullen
a10acfd4cd
Update xunit.runner.kre => xunit.runner.aspnet.
2015-03-12 17:17:33 -07:00
N. Taylor Mullen
2641c41ed5
Update xunit.runner.kre => xunit.runner.aspnet.
2015-03-12 17:11:14 -07:00
N. Taylor Mullen
d3313f2b6e
Update xunit.runner.kre => xunit.runner.aspnet.
2015-03-12 17:07:49 -07:00
Praburaj
36271260a1
Reacting to Caching extension rename
2015-03-12 17:06:16 -07:00
Praburaj
dfe397612c
Reacting to Caching Extension rename
2015-03-12 16:59:49 -07:00
Praburaj
48f2d14413
React to Caching extension rename
2015-03-12 16:57:32 -07:00
Hao Kung
2246a41978
Add functional tests
...
+ cleanup
Fixes https://github.com/aspnet/Identity/issues/395
Fixes https://github.com/aspnet/Identity/issues/231
2015-03-12 16:30:32 -07:00
Brennan
a06d05ffae
Update xunit.runner.kre => xunit.runner.aspnet.
2015-03-12 16:27:02 -07:00
Brennan
20ffd7e081
Update xunit.runner.kre => xunit.runner.aspnet.
2015-03-12 16:26:13 -07:00
Victor Hurdugaci
a14b35ca6c
Skip credentials prompt for CI builds
2015-03-12 16:23:47 -07:00
Brennan
42436d3a7e
Update xunit.runner.kre => xunit.runner.aspnet.
2015-03-12 16:18:52 -07:00
Brennan
8fb42e4d16
Update xunit.runner.kre => xunit.runner.aspnet.
2015-03-12 16:14:29 -07:00
Levi B
bf7283697d
Flow logging through the AuthenticatedEncryption types
2015-03-12 16:12:17 -07:00
N. Taylor Mullen
2bd73523f6
Update xunit.runner.kre => xunit.runner.aspnet.
2015-03-12 16:10:07 -07:00
Brennan
4883cfe40d
XRE name changes
2015-03-12 16:06:36 -07:00
N. Taylor Mullen
c844314ee6
Updated xunit.runner.kre => xunit.runner.aspnet
2015-03-12 15:54:39 -07:00
Levi B
7fe33e8159
DataProtectionServices should prefer registry over defaults
...
Comment cleanup in CNG-GCM ExportToXml
2015-03-12 14:22:45 -07:00
Doug Bunting
90294aa49c
Fix build failures when source is under a directory with spaces in the name
...
- aspnet/Mvc#2082
- problems specific to local `node` and related installations
- quote authenticode verification target
- quote local `node` library paths
- quote local `npm.cmd` path (with ye olde `/S` double-quoting hack)
- quote `--prefix` values in `npm install` commands
- quote `rimraf` directories to delete
2015-03-12 10:33:12 -07:00
Doug Bunting
e8091b76ce
Correct .xproj files that were recently added .kproj files
2015-03-11 22:55:59 -07:00
Doug Bunting
0610cfbb3e
Do not use deprecated `dnvm -x86` switch
2015-03-11 21:50:21 -07:00
Levi B
4f2288c3da
Introduce concept of a "fallback key"
...
This key is used if there is no preferred default key and the developer has disabled automatic key generation. This will keep the service from falling over if the keys are not rolled and they all expire.
2015-03-11 19:39:41 -07:00
Levi B
58c823bc45
Rename KeyLifetimeOptions -> KeyManagementOptions
...
Simplify default key resolution logic
Introduce API for disabling automatic key generation
2015-03-11 19:39:35 -07:00
Doug Bunting
e2ae1496ec
Do not use deprecated `dnvm -x86` switch
2015-03-11 19:29:10 -07:00
Praburaj
38076269e1
React to Caching package rename - Fixing a missed cshtml
2015-03-11 18:03:05 -07:00
David Fowler
43f7c54fb8
Merge pull request #378 from tugberkugurlu/ignore-lock-file
...
ignored project.lock.json file
2015-03-11 17:48:17 -07:00
Tugberk Ugurlu
bca62a49a8
ignored project.lock.json file
2015-03-12 00:45:43 +00:00