Yaqi Yang
e45556ccad
Update build.yml for Azure Pipelines
2024-04-25 11:02:37 -07:00
Yaqi Yang
0adb588555
Use MicroBuildArchiveSymbols@5 to upload symbols
2024-04-25 10:46:38 -07:00
Yaqi Yang
60ca64a34a
Merge pull request #325 from microsoft/build-pipeline
...
Create new build pipeline for IIS Administration
2024-02-29 12:27:29 -08:00
Yaqi Yang
2ba2ae8eb6
Remove unnecessary comments
2024-02-29 11:27:17 -08:00
Yaqi Yang
95a5970f93
Set sign type to Real
2024-02-28 16:22:02 -08:00
Yaqi Yang
1fa5e742e1
Change the artifact name for MSI
2024-02-28 15:59:58 -08:00
Yaqi Yang
f72bbd9bb5
Update build.yml for Azure Pipelines
2024-02-28 15:24:03 -08:00
Yaqi Yang
b0285f47be
Create new build pipeline
2024-02-28 15:22:03 -08:00
Yaqi Yang
02e9ddcee7
Merge pull request #317 from microsoft/yaya-rfc2
...
Use iteration count 100k when using Rfc2898DeriveBytes class
2023-01-09 17:55:48 -08:00
Yaqi Yang
d01e0c30d0
Use iteration count 100k when using Rfc2898DeriveBytes class
2023-01-06 13:21:27 -08:00
Yaqi Yang
526bab3a5b
Merge pull request #312 from microsoft/users/GitHubPolicyService/9b09d410-749f-43e7-9ddf-c62290256ea4
...
Adding Microsoft SECURITY.MD
2022-08-19 16:09:09 -07:00
microsoft-github-policy-service[bot]
e4fd8e4b39
Microsoft mandatory file
2022-08-19 23:07:17 +00:00
Yaqi Yang
501144e355
Merge pull request #311 from microsoft/yaya/eula
...
Update the license with newest from LCA
2022-08-19 16:07:12 -07:00
Yaqi Yang
2b39d4d477
Update the license with newest from LCA
2022-08-18 11:27:36 -07:00
Yaqi Yang
8b7fbb57ed
Fix a broken link in the EULA
2022-07-21 12:17:35 -07:00
Yaqi Yang
857e2a7a7d
Merge pull request #310 from microsoft/yaya/net6.0
...
Change default build output directory to bin and other changes for making real signed builds
2022-07-14 09:43:33 -07:00
Yaqi Yang
040459b312
Update integrid hash for jquery.min.js in signed builds
2022-07-10 19:34:44 -07:00
Yaqi Yang
68bb20c347
These two files are not in the plugins folder
2022-07-08 13:21:54 -07:00
Yaqi Yang
c9102eaeaf
Fix one typo
2022-07-07 20:21:52 -07:00
Yaqi Yang
3fb2b7dd43
Merge pull request #307 from twaalewijn/expose-applicationpool-startmode
...
Expose the StartMode value of an application pool
2022-07-07 20:19:17 -07:00
Yaqi Yang
0ccb7ba384
Merge pull request #306 from twaalewijn/expose-application-preloadenabled
...
Expose preloadEnabled setting on applications
2022-07-07 20:19:02 -07:00
Yaqi Yang
47ff34c013
Join-Path does not return the correct path here if buildDir is provided
2022-07-06 12:30:35 -07:00
Yaqi Yang
0e17b009b0
Merge pull request #309 from yaqiyang/dev
...
Upgrade IIS Administration project to .Net Core 6.0
2022-05-25 14:40:48 -07:00
Yaqi Yang
34175d3418
Remove WebApiCompatShim and use the new ASP.Net Core Web API ( #8 )
...
* Remove WebApi shim
* Replace httpget with httpget id
* Fix API controller base class
* Fix the installer after removing WebApiShim
* Clean up readme.md
2022-05-25 10:29:01 -07:00
Yaqi Yang
e086d562cc
Download System.Private.Networking 4.0.0 manually since it is not compatible with the project
2022-04-13 20:32:22 -07:00
Yaqi Yang
dc770d6403
Remove reference to older version of System.Security.Cryptography.X509Certificates.dll for security concerns
2022-04-13 17:02:11 -07:00
Yaqi Yang
171b7bae49
Ignore some exceptions during install
2022-04-13 09:14:39 -07:00
Yaqi Yang
dfe63d5257
Cleaned up some code comments
2022-04-11 09:59:36 -07:00
Yaqi Yang
4b8dbd6247
Minor updates and fixes
2022-04-05 13:26:06 -07:00
Yaqi Yang
a5c1aec767
Refactor some of the installation code
2022-04-04 17:54:23 -07:00
Yaqi Yang
596c662bae
Fix all issues found during testing. Convert JsonElement to JObject etc ( #7 )
...
* Convert model from http client from JsonElement to JObject
* Fix the binding.EndPoint not found issue
* Re-enable ValidateAntiForgeryToken attributes
2022-04-04 12:04:41 -07:00
Yaqi Yang
c12cdc869d
Rename Microsoft.AspNetCore.Mvc.WebApiCompatShim to Microsoft.IIS.Administration.WebApiCompatShim ( #5 )
...
* Add Microsoft.AspNetCore.Mvc.WebApiCompatShim to the project and convert it to .Net 6.0
* Fix 'Index' not found error
* Rename WebApiCompatShim project and integrate it to the current solution
* Minor changes for local debugging
* Remove the renamed module
* Modify installer for version 6.0 (#6 )
* Modify installer for version 6.0
* Fix Microsoft.Web.Administration references which are .Net 461 assemblies
* Add the missing files
* Minor fixes
* Minor fixes and updates to readme.md
2022-03-30 10:39:59 -07:00
Yaqi Yang
b243933571
Add Microsoft.AspNetCore.Mvc.WebApiCompatShim to the project ( #4 )
...
* Add Microsoft.AspNetCore.Mvc.WebApiCompatShim to the project and convert it to .Net 6.0
* Fix 'Index' not found error
2022-03-23 13:09:39 -07:00
Yaqi Yang
12342c3793
Fix module loading problem and more compiler warnings ( #3 )
2022-02-11 12:31:42 -08:00
Yaqi Yang
c911015715
Upgrade IIS Administration projects to .Net 6.0 ( #1 )
...
* Convert all projects to .Net core 6.0
* Remove formatting chagnes
* Minor formatting fix
* Restore the call to AddAntiforgery. Parameter RequireSsl does not exist anymore
* Clean up compiler warnings (#2 )
Co-authored-by: Yaqi Yang <yaya@microsoft.com>
2022-02-01 16:06:16 -08:00
twaalewijn
acf7c6d175
Expose preloadEnabled setting on applications if the attribute is detected.
...
Not sure if this attribute is only available when the application initialization module is installed.
2021-10-12 17:38:03 +02:00
twaalewijn
0acade64ac
Expose the StartMode value of an application pool.
2021-10-12 17:30:29 +02:00
Peter Hsu
f03620a9eb
generate a error eventlog if everything fails ( #283 )
2019-08-12 14:29:43 -07:00
Peter Hsu
65f79292ed
Installer should no longer fail if Get-LocalGroup return null while group exists ( #282 )
2019-08-12 14:27:17 -07:00
jhkimnew
34f57082d5
Jhkim/fix color contrast ratio ( #272 )
...
1. Modified background color to fix a color contrast ratio issue
2. Make the key element of the Access Token form accessible
2019-07-02 15:23:58 -07:00
jhkimnew
2374070cc9
A label updated to fix an accessibility issue ( #271 )
2019-07-01 15:25:43 -07:00
Peter Hsu
723d77434c
Allow user to add cert in dev scenario ( #270 )
2019-06-24 11:06:54 -07:00
jhkimnew
053976257d
Added default language ( #269 )
2019-06-20 16:48:26 -07:00
Peter Hsu
68f7db939a
Fix all unit tests for CI ( #268 )
2019-06-20 15:56:19 -07:00
Peter Hsu
7c5ec947f9
Certificate API cert's purpose's OID and Tests improvements ( #266 )
2019-06-19 13:49:42 -07:00
Peter Hsu
4aeb385413
Allow testing on on existing environment ( #264 )
2019-06-07 14:20:27 -07:00
Peter Hsu
5ea028e17b
Clean up certs when done ( #263 )
2019-06-07 11:25:24 -07:00
Peter Hsu
7d74c7e1a4
wix package change ( #258 )
2019-06-06 16:16:40 -07:00
jhkimnew
13dd6fdc7d
removed hard-coded string ( #259 )
2019-06-06 11:12:15 -07:00
jhkimnew
a781d8cc63
Fixed a timing issue of setup issue ( #257 )
...
* Fixed a timing issue of setup issue
* Added DOTNET_CLI_TELEMETRY_OPTOUT
* clean up
* Added DOTNET_CLI_TELEMETRY_OPTOUT
* Roll back the last change
* Force to use English code page as a workaround of globalization issue of Wix
* Updated after CR
* Updated after CR
* clean up
2019-06-05 16:43:38 -07:00