Граф коммитов

395 Коммитов

Автор SHA1 Сообщение Дата
Richasy 9fc2a992a0
Support for injecting WebTokenRequest.Properties (#207)
* Add V2 model for Uwp authorization

* Make v2 model only for MSA

* Replace with new properties

* Update comment

* Remove null check
2023-04-17 14:52:38 -07:00
Michael Hawker MSFT (XAML Llama) fce6356681
Merge pull request #193 from Richasy/anran/fixSeparator
Change WindowsProvider permission scope separator to space
2022-12-15 14:26:24 -08:00
Anran Zhang 17cffdf8cf Change permission scope separator to space 2022-12-15 13:55:55 -08:00
Michael Hawker MSFT (XAML Llama) d413fa8d8f
Merge pull request #200 from Richasy/richasy/removeLocalProvider
[Windows Provider] Don‘t add local provider when use WebAccountProviderType.Any
2022-12-15 11:14:43 -08:00
Richasy e48aecef23 Code style change 2022-12-15 11:05:03 -08:00
Richasy 00bf0792b1 Update 2022-12-15 11:05:03 -08:00
Richasy fd99dfc792 Update code 2022-12-15 11:05:03 -08:00
Richasy 9803019485 Remove local provider 2022-12-15 11:05:03 -08:00
Michael Hawker MSFT (XAML Llama) d50a495e01
Merge pull request #197 from ThomasLeopold2022/patch-1
Update GraphExtensions.Users.cs
2022-12-15 10:51:13 -08:00
Michael Hawker MSFT (XAML Llama) b69855d277
Merge pull request #194 from CommunityToolkit/fabricbot-configuration-migration
Migrate FabricBot Tasks to Config-as-Code
2022-12-15 10:50:24 -08:00
msftbot[bot] 2714147ca8 Add `.github/fabricbot.json` 2022-12-15 10:27:50 -08:00
ThomasLeopold2022 43f80161c4 Update GraphExtensions.Users.cs
Corrected typo in summary of GetMeAsync.
2022-12-15 10:27:41 -08:00
Michael Hawker MSFT (XAML Llama) 8b39a18b7e
Merge pull request #202 from CommunityToolkit/michael-hawker/update-build
Updates to VS 2022 Build Process
2022-12-15 10:20:07 -08:00
michael-hawker 16720fb1ca Remove old cake build based files
XAML Styler check removed see #203
2022-12-15 02:05:34 -08:00
michael-hawker 4313ad7f69 Updates to VS 2022 Build Process
Update dependencies
Removes Cake call from azurepipeline.yml (after attempting to upgrade, will remove files in separate commit)
Uses dotnet/msbuild to build and run tests in Azure DevOps directly
Moves Stylecop to .editorconfig
Moves to .NET 6 for build and targets
Fixes build configuration for CI to only build required libraries and not samples
Renames Net5Windows example to NetWindows
2022-12-15 01:49:56 -08:00
Michael Hawker MSFT (XAML Llama) a3dd5887ea
Merge pull request #198 from CommunityToolkit/update-nuget
Update NuGet to 5.11.x
2022-10-19 15:21:23 -07:00
Michael Hawker MSFT (XAML Llama) e91b88d1e9
Update NuGet to 5.11.x 2022-10-19 12:59:04 -07:00
Michael Hawker MSFT (XAML Llama) d985141a31
Merge pull request #191 from Richasy/anran/removeNullProvider
Avoid adding empty providers
2022-06-14 15:43:31 -07:00
Anran Zhang 43dc26b6c6 Clean code 2022-06-14 15:35:06 +08:00
Anran Zhang be1c28f7c3 Avoid adding empty providers 2022-06-14 15:16:20 +08:00
Michael Hawker MSFT (XAML Llama) 15513b1861
Merge pull request #184 from CommunityToolkit/revert-183-add-sources-arg
Revert "Add optional Scopes parameter to BaseProvider"
2022-02-15 15:35:46 -08:00
Nikola Metulev bac18c51c4
Revert "Add optional Scopes parameter to BaseProvider" 2022-01-28 16:13:59 -08:00
Nikola Metulev 42f6b75157
Merge pull request #181 from HavenDV/patch-1 2022-01-26 14:41:51 -08:00
Nikola Metulev 9736890f36
Merge branch 'main' into patch-1 2022-01-26 14:35:54 -08:00
Nikola Metulev e11fe162a8
Merge pull request #183 from zateutsch/add-sources-arg 2022-01-26 14:35:13 -08:00
Zach Teutsch 3fcae7cc5f Typo fix 2022-01-26 10:56:01 -08:00
Zach Teutsch 4b4c216dac Added arg to MsalProvider as well 2022-01-26 10:48:26 -08:00
Zach Teutsch 69a8fb7966 Added optionak scopes parameter 2022-01-25 22:21:14 -08:00
Konstantin S 64b2307fd5
Fixed typos in settings.xamlstyler
I was comparing your settings.xamlstyler with mine to see the difference and noticed a few typos (I've been using this file for about a month and copied the settings from here https://github.com/Xavalon/XamlStyler/wiki/External-Configurations).
I originally noticed this issue in
WindowsCommunityToolkit and thought it might be a CopyPaste issue
2022-01-10 10:21:52 -08:00
Leif Arne Brekke 14b8c1574f
fix(msalprovider): Fix error when providing TenantId (#178)
* fix(msalprovider): Fix error when providing TenantId

Providing TenantId resulted in both WithTenantId and WithAuthority to be specified wich are mutually exclusive resulting in error

* Update MsalProvider.cs
2021-12-10 09:32:23 -08:00
Shane Weaver 421f76d74f
Revert "Bump version to 7.1.2 (#174)" (#175)
This reverts commit 405669b6ca.
2021-10-26 10:58:28 -07:00
Shane Weaver 405669b6ca
Bump version to 7.1.2 (#174) 2021-10-26 09:02:31 -07:00
Shane Weaver 0faff972cd
Bump version to 7.1.1 (#171) 2021-10-26 08:38:16 -07:00
Richasy aacc0e1c70
Fix AAD silent login problem (#173) 2021-10-26 08:23:32 -07:00
Shane Weaver b461481d5a
Updated readme 2021-10-25 15:49:33 -07:00
Shane Weaver 2ade9ac256
Update README (#172)
* Updated READMEs
2021-10-25 15:16:57 -07:00
Shane Weaver 33f781a577
Update MsalProvider to use native account broker (#169)
* Updated MsalProvider to use local account broker when possible.

* Updated MsalProvider configuration to support toggling org account login.

* Re-adding SDK version header logic

* Added token cache example to wpf sample app.

* Renamed WpfMsalProviderSample to WpfNet5WindowsMsalProviderSample and added WpfNetCoreMsalProviderSample
2021-10-25 13:56:19 -07:00
Michael Hawker MSFT (XAML Llama) 69197dd945
Merge pull request #164 from CommunityToolkit/update-7dot1
Update to 7.1.0
2021-09-22 20:04:03 -07:00
michael-hawker 9634a5eb0e Update to 7.1.0 2021-09-22 19:29:02 -07:00
Shane Weaver 98f92fa405
Updated nuget package versions (#162) 2021-09-17 15:09:24 -07:00
Shane Weaver 3633bfa86c
Add Contoso Notes sample to README (#161) 2021-09-15 10:41:41 -07:00
Michael Hawker MSFT (XAML Llama) 1ca6164c21
Fixes #149 - Update Sample to use External ObservableCollection (#160)
We re-write the sample to use an external collection as a developer would in their app. This then properly lets the ItemsControl display just the tokenized items. (Though there's still an issue with how TokenizingTextBox behaves we should resolve.)
2021-09-14 17:45:07 -07:00
Shane Weaver a179cbcd4b
Removed network check in WindowsProvider (#157) 2021-09-02 09:17:29 -07:00
Shane Weaver 90fdd6bf07
Update dead link in readme (#154)
* Update dead link in readme

* Updated typo: Mananager 🍌
2021-09-01 17:24:51 -07:00
Shane Weaver 1f20efb7a2
Updated WCT to 7.1.0rc (#150) 2021-08-31 10:01:54 -07:00
Shane Weaver 3ca626410a
Experimental attribute for GraphPresenter and sample updates (#148)
* Added experimental attributes to GraphPresenter and QueryOption

* Moved GraphPresenter samples into separate pages and added another for OneDrive

* Converting converters into simple methods
2021-08-31 09:18:17 -07:00
Shane Weaver 1f01026d2a Moved samples into separate files 2021-08-20 11:09:43 -07:00
Shane Weaver ece3af0fd5
Add support for incremental consent via MsalProvider (#147)
* Add support for incremental consent via MsalProvider

* Reverting changes to IProvider

* Improved safety when checking for alternative scopes

* Added SemaphoreSlim to WindowsProvider GetTokenAsync
2021-08-19 09:10:54 -07:00
Shane Weaver 2c5871072e
Update nuget icon (#146)
* Updated targets and props files to include nuget package icon

* Fixed GraphPresenter after props and targets update

* Updated Graph version in UnitTests app

* Fixed issue with xaml type reflection

* Commented out TreatWarningAsErrors
2021-08-17 15:20:17 -07:00
Shane Weaver ad7efbd785
Updated how Graph service exceptions are handling in controls (#142)
* Improved Graph exception handling in PeoplePicker and PersonView
2021-08-06 14:57:07 -07:00