175 Commits

Author SHA1 Message Date
Quique Fernandez
7c1c0aa6bd Improve basket list layout 2016-12-28 16:31:24 +01:00
Carlos Cañizares Estévez
5ea6248d3d Merge branch 'Dev' of https://github.com/dotnet/eShopOnContainers 2016-12-28 16:01:47 +01:00
Carlos Cañizares Estévez
d1081df8a8 SPA: some styles for order new component 2016-12-28 16:01:41 +01:00
Quique Fernandez
608179a867 fix component etail ui 2016-12-28 15:12:33 +01:00
Carlos Cañizares Estévez
0a173117f1 Merge branch 'Dev' of https://github.com/dotnet/eShopOnContainers 2016-12-28 14:47:59 +01:00
Carlos Cañizares Estévez
4ae905b13c SPA: fixes in some components 2016-12-28 14:47:51 +01:00
Quique Fernandez
3b16254c6d add border to items 2016-12-28 14:45:00 +01:00
Quique Fernandez
86b9b0893f improve detal layout 2016-12-28 14:40:11 +01:00
Quique Fernandez
edc018ea40 update orders detail layout 2016-12-28 14:11:10 +01:00
Quique Fernandez
67d20f2265 fix components layout 2016-12-28 13:14:14 +01:00
Quique Fernandez
d77fa14b1f Merge branch 'Dev' of https://github.com/dotnet/eShopOnContainers into Dev 2016-12-28 13:00:41 +01:00
Quique Fernandez
da89aff306 udpate orders layout 2016-12-28 13:00:36 +01:00
Carlos Cañizares Estévez
76486c8c8c SPA: New order create form and call to Orders Api. 2016-12-28 12:37:46 +01:00
Quique Fernandez
2af4d7491e Merge branch 'Dev' of https://github.com/dotnet/eShopOnContainers into Dev 2016-12-28 10:16:13 +01:00
Quique Fernandez
7ea8a421f4 init orders redesign 2016-12-28 10:16:08 +01:00
Carlos Cañizares Estévez
15a2ea727f fix problem in basket component 2016-12-28 09:30:31 +01:00
Carlos Cañizares Estévez
fce5c16ebc merge 2016-12-28 09:09:47 +01:00
Carlos Cañizares Estévez
2231aabf72 SPA: Identity component, Order component 2016-12-28 09:07:12 +01:00
Quique Fernandez
3b8a055ffa Update pager layout 2016-12-27 21:41:05 +01:00
Quique Fernandez
242ec56516 fix catalog layout 2016-12-27 19:08:44 +01:00
Quique Fernandez
e17b44a1d5 Refactor webpack 2016-12-27 17:05:44 +01:00
Quique Fernandez
07e863502d update basic and app.component styles 2016-12-27 13:14:27 +01:00
Carlos Cañizares Estévez
c08eff1444 Merge branch 'Dev' of https://github.com/dotnet/eShopOnContainers 2016-12-27 10:32:31 +01:00
Carlos Cañizares Estévez
6f6530b5f6 SPA: Login Logout (Identity Component) 2016-12-27 10:32:18 +01:00
Quique Fernandez
ee3241e2fb add orders detail 2016-12-23 15:41:08 +01:00
Quique Fernandez
771897b9f6 Merge branch 'Dev' of https://github.com/dotnet/eShopOnContainers into Dev 2016-12-23 12:15:10 +01:00
Quique Fernandez
0f3f4abbc1 Add orders list 2016-12-23 12:14:49 +01:00
Quique Fernandez
d67f5665c7 Init orders component 2016-12-23 10:51:17 +01:00
Carlos Cañizares Estévez
e84b6db748 Merge app component 2016-12-23 10:20:54 +01:00
Carlos Cañizares Estévez
bced5f0a33 SPA: identity component 2016-12-23 10:20:22 +01:00
Quique Fernandez
e3fdd2f39e Merge 2016-12-23 10:19:24 +01:00
Quique Fernandez
72b47764b2 Fix app.component 2016-12-23 10:15:36 +01:00
Carlos Cañizares Estévez
fa20099a16 SPA: basket and authentication 2016-12-22 18:37:11 +01:00
Carlos Cañizares Estévez
c0c7d735e8 SPA: basket component, authentication service, basket list 2016-12-22 18:34:57 +01:00
Quique Fernandez
5466f58252 add catalog class on component 2016-12-22 17:18:39 +01:00
Quique Fernandez
d1abd9da36 Fix fonts loader 2016-12-22 17:16:59 +01:00
Quique Fernandez
1238961414 Merge branch 'Dev' of https://github.com/dotnet/eShopOnContainers into Dev 2016-12-22 16:45:08 +01:00
Quique Fernandez
7266f08048 Fix fonts on webpack 2016-12-22 16:45:02 +01:00
Carlos Cañizares Estévez
ac146f4475 Added Unit Test Project for services 2016-12-22 13:20:12 +01:00
Carlos Cañizares Estévez
d8a0d9bb66 BasketApi: Add authorizationHeader (pass bearer from Swagger Ui to authorize request...).
MVC: Solve some design feedback (filter selector in catalog)

CatalogApi: Move models from infrastructure to Model folder.
2016-12-21 11:30:11 +01:00
Carlos Cañizares Estévez
0e7e4e41d7 MVC: Solve feedback, improve validations
Identity: Solve Microsoft Edge problem
Ordering: Remove application tier
2016-12-20 12:22:28 +01:00
Carlos Cañizares Estévez
e4d3c66d27 Logout fix for Xamarin in identity 2016-12-19 17:55:48 +01:00
Carlos Cañizares Estévez
10f3e17b55 Add Swagger to Basket Api
SQL databases with the same prefix for services
Move application tier to api tier in ordering api
2016-12-19 10:20:02 +01:00
Carlos Cañizares Estévez
31753fc057 MVC: Finish Orders integration (detail), validations, some refactor ...
Orders: Detail Query, new field in OrderDetail..
Identity: Validations in Register View, ensure all claims are returned in user end point..
2016-12-17 14:41:16 +01:00
Carlos Cañizares Estévez
9e72fe7c7c Order items in ordering api 2016-12-14 18:23:57 +01:00
Carlos Cañizares Estévez
7ba1c339c4 Seed for identity service (jdoe@eshop.com) 2016-12-14 12:15:39 +01:00
CESARDELATORRE
b46665955c Changes to README and other minor changes after testing 2016-12-12 23:24:31 -08:00
Carlos Cañizares Estévez
64d3919a80 Secure orders api and add bearer token in calls from MVC application to orders api. 2016-12-12 10:15:24 +01:00
Carlos Cañizares Estévez
cf5ccffbe0 fix logout flow in mvc 2016-12-09 09:18:18 +01:00
Carlos Cañizares Estévez
42f3537441 scripts to build individual services, readme files for all services and clients, compose in all projects, fix build problems (Dependent seeds), solve some kwnon build problems in solution (identity on localhost, ...) 2016-12-07 13:57:31 +01:00