Ryan Newington
4f78753016
Merge pull request #21 from lithnet/issues/20
...
Allow modification of a button's adjacent control post-initialization
2024-10-17 07:37:47 +11:00
Ryan Newington
1b9ad62ded
Allow modification of a button's adjacent control post-initialization
...
- Introduced a private field `adjacentToControl` in `SubmitButtonControl`.
- Added a constructor parameter to initialize `adjacentToControl`.
- Updated `AdjacentToKey` and `AdjacentToId` to use `adjacentToControl`.
- Added a public property `AdjacentToControl` with getter and setter.
- Modified the `Clone` method to copy `adjacentToControl`.
2024-10-16 07:13:48 +11:00
Ryan Newington
3f29de1a70
Add tagging ( #19 )
...
* Adds github release support
2024-10-04 07:47:20 +10:00
Ryan Newington
b770820051
Merge pull request #12 from lithnet/v2-consent-header
...
Adds support for reading 'v2' consent ui headers
2024-09-08 02:48:50 +02:00
Ryan Newington
6e2b5ee06a
Merge pull request #17 from lithnet/fix/enum-fixes
...
Correctly document 'ConsentUIElevationReason' based on ELEVATION_REASON.
2024-09-01 12:56:21 +02:00
James Spencer
27fe73e32e
Update names of ConsentUIElevationReason struct members
2024-09-01 20:46:37 +10:00
Ryan Newington
6701f94b50
Merge pull request #15 from iLikeToCode/main
...
Fix Spelling Errors - ControlKeys.cs
2024-09-01 11:23:19 +02:00
James Spencer
97fb10713f
Correctly document 'ConsentUIElevationReason' based on ELEVATION_REASON enum from Windows headers. Update tests to match
2024-09-01 18:52:42 +10:00
iLikeToCode
934eae604a
Fix Spelling Errors - ControlKeys.cs
2024-08-31 15:23:49 +01:00
Ryan Newington
8ad14a2e2e
Merge pull request #13 from iLikeToCode/main
2024-08-31 11:46:01 +02:00
iLikeToCode
90c4cc8334
Fix README.md
...
Change CredentialProvider1 to CredentialProvider in the examples
2024-08-31 10:37:37 +01:00
Ryan Newington
e4ddea5267
Add check to make sure the size of the consent UI header is at least the size of the header as known for the platform/OS version
2024-08-28 16:17:52 +10:00
Ryan Newington
10505c8641
Update tfms
2024-08-28 01:37:33 +10:00
Ryan Newington
fcdd67bb0f
Adds support for reading 'v2' consent ui headers
2024-08-28 01:29:34 +10:00
Ryan Newington
b010d4ff3f
Update CredentialProviderBase.ICredentialProvider.cs
2024-02-25 11:11:18 +11:00
Ryan Newington
d233095ab7
Update CredentialProviderBase.ICredentialProvider.cs
2024-02-25 11:10:44 +11:00
Ryan Newington
fe2a6cabb4
Merge pull request #5 from lithnet/consent-ui-support
...
Consent UI support
2024-02-23 07:12:13 +11:00
Ryan Newington
0687d70bba
Fixes an issue where a default tile was incorrectly set
2024-02-23 07:10:47 +11:00
Ryan Newington
65506d9945
Adds OnLoad and OnUnload methods to the credential provider and tile
2024-01-07 14:32:56 +11:00
Ryan Newington
6f9fecb137
Fixes namespace for ConsentUIDataMsix
2024-01-06 21:01:04 +11:00
Ryan Newington
481220af63
Merge pull request #4 from lithnet/consent-ui-fixes
...
Add documentation and more fields to ConsentUI data
2023-12-21 13:58:16 +11:00
James Spencer
2499c4acbd
Tidy and document structures, document more fields from Consent/AppInfo
2023-12-17 15:19:44 +11:00
Ryan Newington
6dd9a185a9
incrememnt minor verison
2023-11-11 16:09:36 +11:00
Ryan Newington
28de11ee97
Adds initial support for reading parameters passed to consent UI
2023-11-11 16:09:12 +11:00
Ryan Newington
d5b3b24870
Updates logging text
2023-07-24 12:55:11 +10:00
Ryan Newington
3635d283b1
Update trace logger to use WriteLine
2023-07-23 15:39:12 +10:00
Ryan Newington
1738569acf
Exposes CredUIFlags along side UsageScenario
2023-07-22 16:11:12 +10:00
Ryan Newington
feb6987657
Updates naming of logging provider
2023-07-22 15:08:35 +10:00
Ryan Newington
ed679eba6b
Removes dependency on Microsoft.Extensions.Logging
2023-07-22 14:44:23 +10:00
Ryan Newington
dc76336ce3
Merge branch 'main' of https://github.com/lithnet/windows-credential-provider
2023-02-04 17:36:18 +11:00
Ryan Newington
e61045cc8a
Fixes an issue with the assembly resolver
2023-02-04 17:35:44 +11:00
Ryan Newington
6fe300e261
Update README.md
2023-02-04 12:03:29 +11:00
Ryan Newington
9669ab5a04
Update build pipeline
2023-02-04 11:42:55 +11:00
Ryan Newington
c70a8d0409
Removes PowerShell module into its own repo
2023-02-04 11:42:13 +11:00
Ryan Newington
769ea6bfb7
Update README.md
2023-02-04 11:36:17 +11:00
Ryan Newington
80e11e20e2
Update README.md
2023-02-04 11:27:08 +11:00
Ryan Newington
39d346a840
Update README.md
2023-02-04 11:26:37 +11:00
Ryan Newington
bbe270d49c
Update README.md
2023-02-04 11:26:12 +11:00
Ryan Newington
1fd85a9db9
Update README.md
2023-02-04 11:20:55 +11:00
Ryan Newington
169228bfdb
Update azure-pipelines.yml for Azure Pipelines
2023-02-04 10:52:52 +11:00
Ryan Newington
f4e212809d
Update azure-pipelines.yml for Azure Pipelines
2023-02-04 10:43:50 +11:00
Ryan Newington
d81cbe4d63
Update azure-pipelines.yml for Azure Pipelines
2023-02-04 10:36:51 +11:00
Ryan Newington
85bf363d83
Update azure-pipelines.yml for Azure Pipelines
2023-02-04 10:36:05 +11:00
Ryan Newington
caadbd6b54
Update azure-pipelines.yml for Azure Pipelines
2023-02-04 10:18:53 +11:00
Ryan Newington
919831ae24
Update azure-pipelines.yml for Azure Pipelines
2023-02-04 09:45:07 +11:00
Ryan Newington
aaf010dac9
Update azure-pipelines.yml for Azure Pipelines
2023-02-04 09:44:07 +11:00
Ryan Newington
718a1cdce9
Merge branch 'main' of https://github.com/lithnet/windows-credential-provider
2023-02-04 09:38:13 +11:00
Ryan Newington
4ad11d5a63
Updates project to add powershell module
2023-02-04 09:38:01 +11:00
Ryan Newington
1e378eb1db
Update azure-pipelines.yml for Azure Pipelines
2023-02-04 09:16:02 +11:00
Ryan Newington
a1c6dea29e
Update azure-pipelines.yml for Azure Pipelines
2023-02-04 09:14:32 +11:00