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

79 Коммитов

Автор SHA1 Сообщение Дата
Jimmy Campbell 9f9074eebf Use default web site for file creation test. 2016-12-05 14:39:34 -08:00
Jimmy Campbell 2da7e026c6 Updated interface for HttpContextFileExtensions 2016-12-05 14:08:15 -08:00
Jimmy Campbell 48906d656f Modified xunit dependency. 2016-12-05 14:08:15 -08:00
Jimmy Campbell e1b74599cd Added GetFullPath to PathUtil 2016-12-05 14:08:15 -08:00
Jimmy Campbell bedbcde210 Fix appsettings.json and bump global.json sdk version. 2016-12-05 14:08:15 -08:00
Jimmy Campbell 08342b1fbf Updated to .NET Core 1.0.1 2016-12-05 14:08:15 -08:00
Jimmy Campbell f02481c954 Fixed Access Control to check for full directory name in paths. 2016-12-05 14:08:15 -08:00
Jimmy Campbell e3bf025f32 Updated scripts to remove deprecated plugins, such as transactions. 2016-12-05 14:08:15 -08:00
Jimmy Campbell 3f365d63e4 Removed transactions plugin. 2016-12-05 14:08:15 -08:00
Jimmy Campbell f4b8ee5b2e Integrated download and upload functionality to Api Explorer. Added file test. 2016-12-05 14:08:15 -08:00
Jimmy Campbell 112032a8be Added download capability for files. 2016-12-05 14:08:15 -08:00
Jimmy Campbell 29b3a2591f Redesigned head transform to allow controllers to implement head. 2016-12-05 14:08:15 -08:00
Jimmy Campbell 93d70be117 Moved Transactions to WebServer. Added security settings for files API. 2016-12-05 14:08:15 -08:00
Jimmy Campbell aebda853e2 Implemented patch, and delete on files. Implemented content retrieval and updating for file content. 2016-12-05 14:08:15 -08:00
Jimmy Campbell 92f3effae6 Started webserver files plugin. 2016-12-05 14:08:15 -08:00
Jimmy Campbell 765d41a658 Remove remote client connection from appveyor build. 2016-12-05 13:51:35 -08:00
Jimmy Campbell a610867458 Added CI badge to README. 2016-12-05 13:48:58 -08:00
Jimmy Campbell 1536b19a3f Added appveyor configuration. Fixed tests to run on a clean IIS installation. 2016-12-05 12:05:43 -08:00
Jimmy Campbell bc3c52818a Fixed issue causing 500 when rapidly deleting and creating the same application pool. 2016-11-29 19:21:47 -08:00
Jimmy Campbell df96b97000 Update tests to no longer rely on a directory to exist for creating sites. 2016-11-29 18:49:07 -08:00
Jimmy Campbell 86d7723766 Add empty api-keys.json file to published output. 2016-11-29 16:13:23 -08:00
Jimmy Campbell c8ec27672e Add ability to remove stale user data from virtual directory configuration. 2016-11-29 16:09:51 -08:00
Jimmy Campbell ac2b75734b Changed default log file location. 2016-11-01 09:25:58 -07:00
Jimmy Campbell 0ba559ee6b Updated setup script to support custom ports during upgrade. 2016-10-31 11:10:25 -07:00
Jimmy Campbell 6b69e919b7 Update version to 1.0.38 2016-10-31 11:08:48 -07:00
Jimmy Campbell 7a72be3ec4 Fixed an issue that caused CORS headers to not be sent even if the origin was allowed. 2016-10-21 17:09:44 -07:00
Jimmy Campbell a7a9a413aa Handle SetETag's absence in iis 7.5. 2016-10-21 08:29:51 -07:00
Jimmy Campbell 730bbd45f4 Patching a website to have duplicated bindings now correctly returns HTTP 409 (Conflict) 2016-10-20 18:27:39 -07:00
Jimmy Campbell 0ec4c911d3 Trimmed unnecessary content from applicationHost.config and web.config 2016-10-20 18:01:09 -07:00
Jimmy Campbell b864dfb877 Changes to setup scripts to support upgrade on Nano Server GA. 2016-10-20 17:59:23 -07:00
Jimmy Campbell f9c1167ab2 Change the default access token lifetime to 1 year. (Up from 3 months).
Fixed issue where resource content types were being overwritten.
2016-10-19 16:42:30 -07:00
Jimmy Campbell 024571e54b Fixed bug in bindings caused by non HTTP binding types. Added support for non HTTP binding types. 2016-10-19 15:56:59 -07:00
Jimmy Campbell d9844b203e Clean up of IConfiguration. Static accessor to the configuration was removed in favor of dependency injection. Site creation root setting removed for sites. 2016-10-18 10:27:04 -07:00
Jimmy Campbell 3af5e0c676 Update worker processes to no longer link to web sites and applications.
Updated request monitoring to reflect the changes to worker processes.

- The previous method of obtaining the list of sites and apps running in a
  worker process relied on app domains. This method is inconsistent
  because not all sites will create an app domain.
2016-10-17 09:30:27 -07:00
Chris R c85978e516 Clean up service registration and retrieval 2016-10-13 20:54:09 -07:00
Jimmy Campbell 4a54537077 Update setup script for Nano Server GA. 2016-10-12 14:00:59 -07:00
Rob Gibbens 92fa12fc3c Update the httpClient instructions to include HttpClientHandler
By default, the site is set to use Windows authentication.  The user can either turn that off, or alter the `HttpClient` example in the Readme to include the proper network credentials.
2016-10-11 21:47:32 -04:00
Jimmy Campbell 6847ba5096 Updated readme to include Nano Server link. 2016-10-11 10:18:32 -07:00
Jimmy Campbell b8a463dc87 Fix setup to account for API changes present in Nano Server. 2016-10-11 09:35:41 -07:00
Jimmy Campbell db67e39a6f Update publish script to perform a restore on the projects before publishing. Specify the -SkipRestore switch to skip restore. 2016-10-05 09:58:00 -07:00
Jimmy Campbell 94dbce176d Add publish instructions back to the README. 2016-10-05 09:24:50 -07:00
Jimmy Campbell e6619ed2f1 Updated publish script and updated application version. 2016-10-05 09:09:30 -07:00
Jimmy Campbell 3578de162b Enable publishing from anywhere.
Previously publishing was only capable internally because
Microsoft.IIS.Host was not available. Now Microsoft.IIS.Host is obtained
through NuGet during the publish process.

The installation was updated to use the new directory structure of the
Microsoft.IIS.Host package. x64\win32 became win32\x64. The services
script had to be updated to reflect these changes.

A bug was fixed in the migrate script which caused invalid format in the
modules.json file.
2016-10-05 08:42:06 -07:00
Jimmy Campbell 42c0b778fa Use nupkg version if Microsoft.IIS.Host for publishing. 2016-10-05 08:42:06 -07:00
Jimmy Campbell de6266d92c Updated cert script to prevent attempting to access members of X509CertificateStore 2016-10-05 08:39:09 -07:00
Jimmy Campbell fd2c5c534c Add central version file. 2016-09-28 13:56:55 -07:00
Jimmy Campbell 305fb25d8c Updated cert creation to use SChannel provider for TLS. 2016-09-28 13:56:34 -07:00
Jimmy Campbell 885b216473 Rescind .NETCoreApp version bump.
- Preview release bits have been finished for some time on .NET Core 1.0.0
- We want to mark our preview release on dev branch with the current state of the bits used in the preview, meaning .NET Core 1.0.0
- There have been changes in setup the experience since the API bits have been finished that must be checked in for the preview release tag
- Any existing development can continue on other branches because there were no API changes introduced in .NET 1.0.1

- As soon as the preview release is tagged we will bump the version back up to 1.0.1 and continue development on 1.0.1
2016-09-28 13:55:08 -07:00
Jimmy Campbell 44180deae7 Update versions in packager and Core 2016-09-27 12:05:21 -07:00
Jimmy Campbell 0686fda2c8 Merge branch 'maherjendoubi/Update-1.0.1' 2016-09-27 12:03:19 -07:00