2415 Commits

Author SHA1 Message Date
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
13e659e114 Merge branch 'Dev' of https://github.com/dotnet/eShopOnContainers into Dev 2016-12-23 15:41:20 +01:00
Quique Fernandez
ee3241e2fb add orders detail 2016-12-23 15:41:08 +01:00
Javier Suárez Ruiz
99b26d5387 Merge branch 'Dev' of https://github.com/dotnet/eShopOnContainers 2016-12-23 13:41:53 +01:00
Javier Suárez Ruiz
89c52fa5fd Protect from null values (Xamarin Basket) 2016-12-23 13:41:48 +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
17ee5d5989 Merge branch 'Dev' of https://github.com/dotnet/eShopOnContainers 2016-12-20 13:20:29 +01:00
Carlos Cañizares Estévez
ce9d41c76a Catalog Svc: Move entities from Infrastructure to Model NS. 2016-12-20 13:20:23 +01:00
Javier Suárez Ruiz
9e5cbe7bf4 Fixed Xamarin project dependencies error 2016-12-20 13:17:34 +01:00
Javier Suárez Ruiz
e0831dcac8 Merge branch 'Dev' of https://github.com/dotnet/eShopOnContainers into dev 2016-12-20 12:31:29 +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
Javier Suárez Ruiz
4654822216 Merge with dev 2016-12-20 10:53:35 +01:00
Javier Suárez Ruiz
9be6b43310 Merge branch 'dev' into xamarin 2016-12-20 10:49:20 +01:00
Javier Suárez Ruiz
359ed56b75 Fixed Xamarin project package restore error 2016-12-20 10:47:45 +01:00
Carlos Cañizares Estévez
e4d3c66d27 Logout fix for Xamarin in identity 2016-12-19 17:55:48 +01:00
Javier Suárez Ruiz
7c8d671bbf Completed Identity integration 2016-12-19 17:55:13 +01:00
Javier Suárez Ruiz
9ec431016b Updated mobile apps documentation 2016-12-19 12:49:46 +01:00