Commit Graph

39185 Commits

Author SHA1 Message Date
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
Praburaj ad9e11ed2e React to Caching package rename
Dependent on https://github.com/aspnet/Caching/pull/49/files
2015-03-11 17:39:00 -07:00
Praburaj a3772cf6d5 React to Caching package rename
Dependent on https://github.com/aspnet/Caching/pull/49/files
2015-03-11 17:33:04 -07:00
Praburaj eb73ad64fd React to Caching package rename
Dependent on https://github.com/aspnet/Caching/pull/49/files
2015-03-11 17:29:24 -07:00
Praburaj 2b92f7772d React to Caching package rename
dependent on https://github.com/aspnet/Caching/pull/49/files
2015-03-11 17:24:09 -07:00
Doug Bunting b417f00ae7 Do not use deprecated `dnvm -x86` switch 2015-03-11 17:15:01 -07:00
Doug Bunting 07f78bab6f Do not use deprecated `dnvm -x86` switch 2015-03-11 16:58:37 -07:00
Doug Bunting b8286ec272 Do not use deprecated `dnvm -x86` switch 2015-03-11 16:58:36 -07:00
Doug Bunting 5e34ecdd04 Do not use deprecated `dnvm -x86` switch 2015-03-11 16:58:34 -07:00
Doug Bunting 36de6b99a9 Do not use deprecated `dnvm -x86` switch 2015-03-11 16:58:33 -07:00
Doug Bunting 3f8de94edd Do not use deprecated `dnvm -x86` switch 2015-03-11 16:58:31 -07:00
Doug Bunting 1990b9ee97 Do not use deprecated `dnvm -x86` switch 2015-03-11 16:58:28 -07:00
Doug Bunting 99f5a9cfed Do not use deprecated `dnvm -x86` switch 2015-03-11 16:58:27 -07:00
Doug Bunting c27c85c7ac Do not use deprecated `dnvm -x86` switch 2015-03-11 16:58:26 -07:00
Doug Bunting ebcb6196b8 Do not use deprecated `dnvm -x86` switch 2015-03-11 16:58:25 -07:00