2212 Commits

Author SHA1 Message Date
Cesar De la Torre
39cabf7523 Update readme.md 2017-08-14 11:50:19 -07:00
Cesar De la Torre
58643f1278 Update readme.md 2017-08-14 11:35:04 -07:00
Cesar De la Torre
96c17ee09f Setting the AzureStorageEnabled environment variable at the docker-compose.override.yml instead of the AppSettings.json 2017-08-14 10:44:43 -07:00
Cesar De la Torre
5db957d435 Update readme.md 2017-08-14 09:54:29 -07:00
David Britch
6a1ff1178f Merge pull request #270 from dotnet-architecture/xamarin
Increased app startup time of Xamarin client.
2017-08-14 09:19:31 +01:00
David Britch
de8c9035bd Removed Xamarin.Forms.Theme from UWP project #231 2017-08-14 09:07:44 +01:00
Eduard Tomàs
82cc1f028f Merge pull request #219 from SychevIgor/healthcheckcleanup
Healthcheckcleanup
2017-08-11 16:02:00 +02:00
Eduard Tomàs
f8efa1dfa7 Merge pull request #232 from matthewDDennis/master
StandardHttpClient setting Authentication Header
2017-08-11 15:57:48 +02:00
Eduard Tomàs
1fc75296c0 Merge branch 'dev' 2017-08-11 11:59:47 +02:00
Eduard Tomàs
384895add3 Doc updates 2017-08-11 11:57:57 +02:00
Eduard Tomàs
79541552aa Merge branch 'dev' 2017-08-11 10:06:47 +02:00
Eduard Tomàs
4385004f3a Update doc index 2017-08-11 10:04:55 +02:00
Eduard Tomàs
3a54fb8730 Doc index created 2017-08-11 10:03:44 +02:00
Eduard Tomàs
8b414ca7ec Merge branch 'dev' 2017-08-11 09:15:17 +02:00
Eduard Tomàs
555afb4b8d Update README.k8s.md 2017-08-11 08:42:35 +02:00
David Britch
f4cb659324 Removed TapGestureRecognizer from mock Register button.
The Register button attempts to display the IdentityServer registration
page, which isn’t required when using mock services.
2017-08-10 15:41:50 +01:00
David Britch
19663f7ba3 Removed Xamarin.Forms.Themes and Xamarin.Forms.DataPages NuGet packages in order to help speed up the app startup time #231 2017-08-10 15:38:04 +01:00
Eduard Tomàs
0c73b09406 Using MediatR behaviors instead of Autofac decorators. Solves #187 2017-08-10 16:05:42 +02:00
Eduard Tomàs
86ca13a578 Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev 2017-08-10 13:51:47 +02:00
David Britch
a3f99cdfbc Merge branch 'dev' into xamarin 2017-08-10 11:44:29 +01:00
David Britch
bca490fe14 Added latest Xamarin eBook. 2017-08-10 11:29:21 +01:00
David Britch
211fbbb291 Delete corrupt PDF. 2017-08-10 11:28:48 +01:00
David Britch
a51b02da40 Added latest Xamarin eBook. 2017-08-10 11:27:00 +01:00
David Britch
25bca5bcd4 Deleted corrupt PDF. 2017-08-10 11:26:28 +01:00
Eduard Tomàs
31d71d0f1f update angular-cli 2017-08-10 12:11:21 +02:00
Eduard Tomàs
afc0a5e5b2 Merge branch 'dev' 2017-08-10 10:37:48 +02:00
Eduard Tomàs
90e945dc14 fixed erorr on gitattributes for .sh 2017-08-10 10:37:28 +02:00
Eduard Tomàs
8683efcaf9 Merge branch 'dev'
# Conflicts:
#	docs/Enterprise-Application-Patterns-using-XamarinForms.pdf
2017-08-10 09:07:33 +02:00
Eduard Tomàs
186d64c203 sync 2017-08-10 09:04:46 +02:00
Eduard Tomàs
bf7ed3fd4d Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev 2017-08-10 09:01:42 +02:00
Eduard Tomàs
d3413dd30a Using build-bits.sh instead of sln for building from ci container 2017-08-10 09:01:37 +02:00
David Britch
7701f98583 Refactored PKCE code. 2017-08-09 15:46:31 +01:00
David Britch
a2265b3be5 Delete Enterprise-Application-Patterns-using-XamarinForms.pdf 2017-08-09 15:46:07 +01:00
David Britch
01fdc0fddc Refactored PKCE code. 2017-08-09 15:44:35 +01:00
David Britch
b285eef8d4 Refactored PKCE code. 2017-08-09 15:43:50 +01:00
David Britch
fbc2e3c330 Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev 2017-08-09 15:34:10 +01:00
David Britch
15e95aa21e Refactored methods that create code challenge. Fixes #214 2017-08-09 15:33:49 +01:00
David Britch
efb8aeb83b Latest Xamarin eBook. 2017-08-09 13:13:23 +01:00
David Britch
b2988ad7be Latest Xamarin eBook. 2017-08-09 13:11:01 +01:00
David Britch
e4966c5653 Delete Enterprise-Application-Patterns-using-XamarinForms.pdf 2017-08-09 13:10:30 +01:00
David Britch
0205e37329 Fixed corrupt cover image. 2017-08-09 13:09:21 +01:00
David Britch
7935081b3c New version of Xamarin eBook
Typos removed.
Added PKCE.
2017-08-09 13:04:15 +01:00
David Britch
6f9a411990 Updated Xamarin eBook.
- Couple of typos fixed.
- Added PKCE details.
2017-08-08 17:56:19 +01:00
David Britch
666a9c8735 Implemented PKCE in the authentication flow in the Xamarin client. Fixes #214 2017-08-08 15:44:54 +01:00
Eduard Tomàs
8e29a27e7d Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev 2017-08-08 09:51:24 +02:00
Eduard Tomàs
1a0c2e9c6b updating netcore sdk to 1.1.0 2017-08-08 09:48:55 +02:00
Eduard Tomàs
074b64b586 forcing sh to have LF 2017-08-08 09:48:37 +02:00
David Britch
b239e81063 Moved converters used by single pages from App class to the pages concerned. Part of #231 2017-08-08 08:32:03 +01:00
Ramón Tomás
e4e14cb237 Merge from dev 2017-08-07 11:38:27 +02:00
Cesar De la Torre
331bffa210 Temp change for Azure vars 2017-08-06 17:03:30 -07:00