Commit Graph

1084 Commits

Author SHA1 Message Date
Kiran Challa 33cc8b06c9 React to Security change where instead of 401 Unauthorized, 403 Forbidden is going to be returned for authenticated users when trying to access unauthorized resource. 2015-05-26 14:54:55 -07:00
Kiran Challa 94a2b00d9a React to 'form' tag helper changes 2015-05-22 12:46:00 -07:00
Kiran Challa 24be0672fd React to MVC ViewComponent's Activate changes 2015-05-22 12:16:15 -07:00
Kirthi Krishnamraju 54ddefe88c React to aspnet/Configuration #194 2015-05-22 06:14:17 -07:00
Ryan Nowak c428ddffa3 React to removal of [Activate] for ViewComponents 2015-05-21 23:03:30 -07:00
Kiran Challa 9e62751649 Fixed for build break 2015-05-21 16:47:40 -07:00
Kiran Challa d2f041def9 Fixed test 2015-05-21 16:43:15 -07:00
Kiran Challa ddd76e2f4d Fix for build break(removing reference to non-existing Caching.Distributed package) 2015-05-21 16:28:48 -07:00
Kiran Challa 903885c20d Reacting to Caching api review changes 2015-05-21 13:28:37 -07:00
Doug Bunting 3bdaec5b7e React to aspnet/Mvc#2489 fix
- rename _GlobalImport.cshtml file to _ViewImports.cshtml
2015-05-21 07:59:26 -07:00
Kirthi Krishnamraju 7968239891 React to aspnet/Configuration #195,#198 2015-05-20 23:40:16 -07:00
Chris R 5694f79af4 React to IRequestCookieFeature API change. 2015-05-20 12:51:38 -07:00
Kirthi Krishnamraju d298c9206e React to aspnet/Configuration #197 2015-05-18 15:35:41 -07:00
Suhas Joshi 170bad48c4 Fixed formatting 2015-05-18 15:26:46 -07:00
Eilon Lipton 545af137a0 Merge pull request #484 from henkmollema/patch-1
Update README.md
2015-05-18 14:41:16 -07:00
Henk Mollema 16b9a79a82 Update README.md
- ASP.NET 5.0 -> ASP.NET 5
- KVM -> DNVM
- Minor text changes
2015-05-18 23:38:14 +02:00
Suhas Joshi b2d34bfb6b Disabling tests to unblock CI 2015-05-18 11:38:16 -07:00
Troy Dai 16c5addf79 Remove comments from project.json 2015-05-12 14:11:22 -07:00
Eilon Lipton 241a1040ab Update Home master -> Home dev 2015-05-12 11:47:05 -07:00
Victor Hurdugaci aa2d38d6c1 Better error handling 2015-05-11 16:31:44 -07:00
Victor Hurdugaci 0593c0def7 Add the exit code to the remote result 2015-05-11 14:34:05 -07:00
Victor Hurdugaci 7839b80f04 Scripts to run tests remotely 2015-05-08 14:08:13 -07:00
Chris R b7f4058c28 React to Http namespace changes. 2015-05-07 15:31:35 -07:00
Suhas Joshi afca1242bc Fixing database changes from EF 2015-05-07 11:02:14 -07:00
Victor Hurdugaci 63038b7278 Use the in memory store on the Nano server 2015-05-07 09:51:18 -07:00
Youngjune Hong 8c9969ed3f Updated OpenIdConnectTest for a build break 2015-05-05 03:07:19 -07:00
Youngjune Hong 3c1f3c94e9 Fixing a build break by adding ISystemClock services to the E2E startup 2015-05-04 16:03:31 -07:00
Youngjune Hong 797f802906 Adding the unit tests for ViewComponents in MusicStore 2015-05-04 10:18:35 -07:00
N. Taylor Mullen ff3ffd9348 Update LICENSE.txt and license header on files. 2015-05-01 13:54:16 -07:00
ajcvickers 1ddaf8687e Stop using ForRelational. 2015-04-28 15:19:52 -07:00
Troy Dai 223724c13e React to OperationSystems option change 2015-04-24 13:32:46 -07:00
Chris Ross 2063ad5f67 React to Auth API changes. 2015-04-24 12:03:19 -07:00
Hao Kung 69d42502a6 React to WebHostBuilder 2015-04-24 00:11:58 -07:00
Praburaj cedfd88254 Disabling openidconnect coreclr variation temporarily
OpenIdconnect fails on latest coreclr. Until this is fixed disabling the coreclr variation.
https://github.com/aspnet/Security/issues/223
2015-04-21 12:48:46 -07:00
Praburaj 0929aa23df Enclosing a bunch of test only code within #if TESTING 2015-04-18 18:03:17 -07:00
Praburaj 5b4aed8dcc Fixing the configoverride.json location 2015-04-17 21:59:12 -07:00
Praburaj c384fcc3c2 Deployment helpers moved to hosting repo. 2015-04-17 14:51:58 -07:00
Praburaj 94ff5f85f0 Skipping mono tests on both clr and coreclr. 2015-04-17 12:00:10 -07:00
Praburaj 9027ce0982 Fixing the RuntimeInformation enum change
Also changing casing for some of the enums.
2015-04-17 11:57:22 -07:00
Troy Dai 63f6f42e7e Update the sample data
Change the domain name in sample user from sample.com to example.com
2015-04-17 09:18:12 -07:00
Troy Dai 06b61511e5 Creating 100 sample users in sample data when it is run in Performance Lab 2015-04-16 21:21:34 -07:00
Chris Ross b4903e22d1 Handle Http.Core rename. 2015-04-16 17:18:34 -07:00
Praburaj ecb6184214 Using IRuntimeEnvironment to detect if mono 2015-04-16 15:14:17 -07:00
Praburaj 9c5d86d4c0 Enabling host shutdown events. 2015-04-16 11:55:54 -07:00
Praburaj c44e65c27f Stabilizing IIS helpers. 2015-04-16 11:34:22 -07:00
Praburaj 9eca47b388 Changing all validators to async 2015-04-15 23:59:04 -07:00
Praburaj 0083778faf Helpers async 2015-04-15 23:35:47 -07:00
Praburaj bea42ef0ca Making tests async 2015-04-15 23:21:44 -07:00
Praburaj 9c8fa0f3f9 Return HttpResponseMessage from RetryHelper 2015-04-15 23:15:12 -07:00
Praburaj 0823c5802c Cleanup. 2015-04-15 21:51:46 -07:00