Nate McMaster
176a89dfe7
React to EF rename
2015-10-05 13:50:45 -07:00
Pranav K
576023cc0f
Renaming Microsoft.Framework.* -> Microsoft.Extensions.*
2015-10-03 15:44:59 -07:00
Doug Bunting
f3fb2374ac
Cleanup dependencies and restore runtime installations
...
- remove and sort `using`s
- remove a couple of `project.json` dependencies reached transitively
- both pretty clean before I started this
Also install runtimes needed for testing
- accidentally lost in 19f8830
2015-10-01 16:42:49 -07:00
Kiran Challa
0972116697
Removed SignalR related code from the sample and tests.
2015-09-01 10:54:32 -07:00
Stephen Halter
599217e7f8
React to Kestrel rename
...
aspnet/KestrelHttpServer#11
2015-08-12 12:26:48 -07:00
Brice Lambson
ce3b958f69
Revert "React to aspnet/EntityFramework#2613"
...
This reverts commit 8fae544fb3 .
2015-07-21 15:40:02 -07:00
Brennan
cdcc5ae306
Add Serialization.Primitives dependency
2015-07-15 11:34:40 -07:00
Brice Lambson
8fae544fb3
React to aspnet/EntityFramework#2613
2015-07-14 10:19:00 -07:00
Kiran Challa
761a182145
Reacting to Session, Authentication changes
2015-06-29 12:15:34 -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
Kirthi Krishnamraju
7968239891
React to aspnet/Configuration #195,#198
2015-05-20 23:40:16 -07:00
Troy Dai
16c5addf79
Remove comments from project.json
2015-05-12 14:11:22 -07:00
Praburaj
ba80195851
Tag helpers
2015-04-05 20:35:06 -07:00
Praburaj
9048a9e445
Removing the default compile values.
...
Anything specified in "compile" is expected to append to DNX defaults. So no need to specify **\*.cs
2015-03-31 11:37:20 -07:00
Wei Wang
1e29b52278
Rename "dnu bundle" to "dnu publish"
2015-03-28 12:10:12 -07:00
Praburaj
777e6950fd
Changing project.json code node => compile
2015-03-18 10:16:06 -07:00
Praburaj
6dc2417f9e
Adding some coverage for the --no-source switch
2015-03-17 12:46:02 -07: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
N. Taylor Mullen
9878f7dcf9
Remove BOM from project.json, *.cmd, *.sh and *.shade files.
2015-03-09 12:56:19 -07:00
N. Taylor Mullen
58c8e44786
Update aspnet50/aspnetcore50 => dnx451/dnxcore50.
2015-03-08 12:51:38 -07:00
Hao Kung
850ba6375d
React to AuthN/Z changes
2015-03-02 16:31:35 -08:00
Praburaj
d29f24f4ad
Using session to store the cart details instead of cookies.
2015-01-26 10:51:20 -08:00
Wei Wang
117c910f3b
React to kpm subcommand renaming
2015-01-23 10:22:55 -08:00
Praburaj
0f9173ecb0
Adding a Start up class for OpenIdConnect authentication
2015-01-15 13:16:37 -08:00
Praburaj
a6bf0e16aa
Adding console logger to the sample
2015-01-09 15:12:53 -08:00
Praburaj
6407ff0adc
Cleanup : Moving the mock code to the test project
...
This is to make the sample code cleaner. Moved the mock code to the test project.
Also fixed some intendation issues in some cshtml files.
2015-01-02 17:13:31 -08:00
Praburaj
e609602f2f
Clean up and refactoring
...
1. Removed some console logging statements from code
2. Used database error page like templates.
3. Renamed the command `WebListener` to `web` with all lower case to be consistent with templates.
4. Lowercased `Kestrel` => `kestrel` to be consistent with remaining samples.
2014-12-30 13:16:08 -08:00
Praburaj
9c442e97ff
Using the latest xunit skip condition attributes to skip tests
...
Also moved all the helper code into sub-directories.
2014-12-18 19:25:51 -08:00
Praburaj
12858aef79
Fixing port number to 5001 as social logins need this port number to work
...
Minor formatting in json.
2014-11-19 16:23:02 -08:00
Wei Wang
8d0c6052a7
Change 'pack-exclude' to 'packExclude'
2014-10-14 16:15:20 -07:00
Hao Kung
59ec9de771
React to Identity SqlServer -> EntityFramework rename
2014-10-09 14:20:36 -07:00
Praburaj
0288c790b0
Cleanup
...
1. Moving framework assembly references to frameworkassemblies node.
Moving the framework references Removing the RunOnMono flag on Ntlm tests as it never runs on mono
2. Deleted a space from the batch file
3. Adding some pack-exclude items
4. Some general test cleanup.
2014-10-02 12:38:54 -07:00
Praburaj
f16a0c0f19
Adding some mocks for MicrosoftAccount
2014-09-29 14:41:43 -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
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
Praburaj
0c6154fcd0
Enabling "authors" element in project.json
...
Related hosting bug is fixed:
https://github.com/aspnet/Hosting/issues/74
2014-09-15 16:34:34 -07:00
Praburaj
2712ae3478
Changing the project folder structure to include wwwroot
2014-09-15 14:05:48 -07:00
Praburaj
39ee3e714a
Reacting to the cache package rename and few misc changes
...
1. Setting expiry time for cached items.
2. Some other misc changes.
2014-09-12 17:09:39 -07:00
Praburaj
7e77078160
Adding in memory caching to the sample
2014-09-05 12:53:08 -07:00
David Fowler
c299a13927
Updated to use the new target framework in project.json
2014-09-04 02:30:32 -07:00
Praburaj
6cf7cbfa5b
Adding all the Social login middlewares to the pipeline
...
Still some of the identity helpers have not lighted up. So it will not work fully.
2014-09-03 16:57:38 -07:00
Praburaj
b054f392f5
Adding a what's new in the store signalr announcement panel in the sample
...
When a new album is created in the store a notification is posted to all the connected browsers using SignalR.
Also added automation for the signalR hubs.
There is still some UI formatting improvements required in the way new arrivals are displayed. Will fix it in future checkins.
2014-09-03 15:40:01 -07:00
Praburaj
b56cecc817
Refactoring the test code a little bit to enable adding more scenarios
...
And some general cleanup.
2014-08-29 16:35:02 -07:00
David Fowler
94258eba8a
Updated to use the new target framework in project.json
2014-08-29 00:13:02 -07:00
Hao Kung
e60b1665e3
React to Identity Rename
2014-08-25 11:41:49 -07:00
Praburaj
b440d4ff66
Use InMemoryStore if the sample is being run on Mono
...
Detecting if the application is running on mono and using InMemoryStore instead of SqlServer.
2014-07-22 18:02:22 -07:00
David Fowler
efd225a9cd
Renamed configurations to frameworks in project.json
2014-07-13 22:31:03 -07:00
Praburaj
974bfcab7a
Adding kestrel variation of the MusicStore tests
...
Variation added for both Desktop & CoreCLR.
Added some more diagnostics to help better trouble shoot with more variations.
2014-07-02 17:32:31 -07:00
Brice Lambson
54a66fc70e
React to more renames
2014-06-20 09:34:14 -07:00
David Fowler
32cd4db959
React to Helios rename
2014-06-19 22:26:28 -07:00