Commit Graph

5823 Commits (667dd5e85a192546ce266fd1ae48f54d82ddf357)

Author SHA1 Message Date
Scott Addie 667dd5e85a
Relocate SignalR Get Started doc to Tutorials ToC node (#7117)
* Relocate SignalR Get Started doc to Tutorials ToC node

* Add redirect entry

* Update SignalR tutorial ToC link title

* React to feedback
2018-06-18 15:39:53 -05:00
Scott Addie 8fb2b6cce4
Merge pull request #7116 from aspnet/scottaddie/remove-unused-folder
Delete unused code sample folder
2018-06-18 15:04:56 -05:00
Scott Addie 8e5f0578f3 Delete unused code sample folder 2018-06-18 14:36:16 -05:00
Scott Addie d6548a1eaa
Merge pull request #7115 from aspnet/scottaddie/conceptual-metadata-updates
Metadata updates for web API conceptual content
2018-06-18 13:51:19 -05:00
Scott Addie f8668437fe Metadata updates for web API conceptual content 2018-06-18 13:37:17 -05:00
Scott Addie 0905e1799a
Add HubContext doc to SignalR ToC (#7112)
Add an entry to the SignalR ToC for the new HubContext doc.
2018-06-18 11:11:45 -05:00
Mikael Mengistu 9a02afc4b7 SignalR HubContext Doc (#7005)
* Starting SignalR HubContext doc

* +Sample +Edits

* some edits

* PR feedback

* edits

* + Table of Contents entry

* UE edit of SignalR HubContext doc (#7023)

* last couple pr comments

* IHubContext<T>

* PR comments

* edit

* updates

* pr comments

* pr comments

* Remove extra line
2018-06-18 10:56:40 -05:00
Christopher Dorst 8a9e7d74e0 Add Required attribute to Field/Rating properties (#7101) 2018-06-18 08:11:44 -07:00
Rick Anderson c976d332dd
Update intro.md (#7097)
dotnet tool install --global dotnet-aspnet-codegenerator --version 2.1.0
2018-06-18 08:08:18 -07:00
Stephen Griffiths 4ea8636d5b Fix line breaks in entity framework tutorial (#7106) 2018-06-18 07:56:47 -05:00
Mike Morano 6eedad817c escape less than so machineKey appears in document (#7100) 2018-06-17 10:51:37 -05:00
Luke Latham 886c8aa707
Update configuration samples (#7094) 2018-06-16 17:00:34 -05:00
Rick Anderson 5f80e2d66d
replace default Identity (#7036)
* WIP: replace default Identity

* work

* work

* work

* work

* react to feedback
2018-06-15 15:27:55 -07:00
Ehsan Mirsaeedi 1a43cde159 CallbackPath property in Microsoft auth provider (#7086) 2018-06-15 16:34:10 -05:00
Ehsan Mirsaeedi adb15637b0 CallbackPath property in Google auth provider (#7085) 2018-06-15 16:33:43 -05:00
Ehsan Mirsaeedi e56364db8f CallbackPath property in Twitter auth provider (#7084) 2018-06-15 16:33:13 -05:00
Scott Addie f816047f09
Change snippet type to xml 2018-06-15 12:02:08 -05:00
Aybars cc54c66617 Updated microsoft gdpr url (#7071)
Updated additional resources Microsoft GDPR url
2018-06-15 09:51:32 -07:00
Scott Addie c9ef3b78a1
Fix typos 2018-06-15 11:11:27 -05:00
Luke Latham 91d793ffd0
Remove "features" from links (#7079) 2018-06-15 10:11:16 -05:00
Rick Anderson 3ab3871294
Update secure-data.md (#7065)
* Update secure-data.md

* Update secure-data.md

* Update secure-data.md
2018-06-14 19:43:17 -07:00
Rick Anderson a1899b46ee
Add GELF to list of 3rd party loggers (#7066)
* Add GELF to list of 3rd party loggers

* Alphabetize
2018-06-14 18:31:35 -07:00
Rick Anderson dca1e0b5e5
301 to 307 (#7057)
* 301 to 307

* Update enforcing-ssl.md

* Call out the defaults
2018-06-14 17:15:32 -07:00
Rick Anderson 1da9564e91
Update 20_21.md (#6855)
* Update 20_21.md

* Remove extra slash

* Escape underscores

* Missed one underscore

* Revert underscore escapes
2018-06-14 16:01:11 -07:00
user135711 1c712819ec missing capture group in regex (#6893)
* missing capture group in regex

The URI captured was not re-added in the regex replacement. See [example](https://wiki.apache.org/httpd/RewriteHTTPToHTTPS)

* missed 1 more
2018-06-14 16:00:26 -07:00
Luke Latham 4ea8ca22cc
Link to URL Rewriting Middleware (#7062) 2018-06-14 15:12:40 -05:00
Scott Addie 714dcf9ff1
Fix project template installation links (#7007)
* Fix project template installation links

* Remove unnecessary querystring view param
2018-06-14 14:20:13 -05:00
ChrisSfanos fc402e1a2a Update overview.md (#7058) 2018-06-14 13:44:46 -05:00
Sinan Kahveci 547563ae16 Fixed the broken link. (#7056) 2018-06-14 12:40:54 -05:00
Luke Latham c18f29fb55
Host in a Windows Service update (#7048) 2018-06-14 12:37:38 -05:00
Luke Latham fff3fbb3c0
Surface RID in Windows Services set-up steps (#7055) 2018-06-14 10:40:35 -05:00
Rick Anderson ed7e1b99e3
Update index.md (#7038) 2018-06-14 08:25:51 -07:00
Jean-Marc Prieur aac6cad53c Adding more samples for Azure AD V2 (#7047) 2018-06-14 08:24:58 -07:00
Luke Latham 033fbf3969
MVC views DI update (#7050) 2018-06-14 09:47:12 -05:00
Luke Latham c2c754be62
Clarify UseCookieAuthentication (#7039) 2018-06-14 08:34:03 -05:00
petyka 4e0c6d60fb Update sample13.cs (#7016)
I was reading the WebAPI 2 tutorial and found a mistake in this sample. The GetBookDetail action gets a parameter called id, and in the query, this id is checked against the AuthorId, which I think is wrong, it should be checked against the BookId property.
2018-06-13 16:09:20 -07:00
Luke Latham ca564cd98c
Test, Debug, Troubleshoot updates (#7034) 2018-06-13 18:04:05 -05:00
Rick Anderson 9ccfe03644
Update identity-enable-qrcodes.md 2018-06-13 13:51:53 -07:00
Luke Latham d3ab1e30f3
Update dev-certs tool link (#7030) 2018-06-13 15:47:14 -05:00
Pranav K 29126fc747 Add some details for fixing runtime compilation errors (#7027) 2018-06-13 15:11:34 -05:00
Mauricio de los Santos e6157e5477 L25324: Corrupted links to snipets (#7028) 2018-06-13 14:57:13 -05:00
Ehsan Mirsaeedi bf2bbe2a06 [WIP] Introducing CallbackPath Property (#6964) 2018-06-13 09:57:26 -05:00
Peter Kellner d53a99a6ab Update intro.md (#6977)
I just tested and it does not matter whether the project in vs2017 is created with or without authentication regarding the _viewimports file. Seems odd it mentions that making the reader think that there is a difference or why would it be mentioned.  Second ,and not sure if this should be addressed because it might be the tip of the iceberg, the files are no longer in views/ but are now in pages/
2018-06-12 17:29:53 -07:00
Rick Anderson 6637cb1c8c
Merge branch 'live' into master 2018-06-12 17:23:21 -07:00
Rick Anderson 22961f5c46
Match2LiveCode (#7012) 2018-06-12 17:22:17 -07:00
Rick Anderson 2d5c4c6add
Update new line in custom user data (#7011) 2018-06-12 17:09:33 -07:00
Simon Yates ab9c8d8263 Fix HTTPS vs SSL app setting reference (#7008)
* Fix HTTPS vs SSL app setting reference

* Update secure-data.md

* Update appsettings.json
2018-06-12 13:59:07 -07:00
Luke Latham 197fd1c607
Order of IHostingStartup Configure calls (#6969) 2018-06-12 14:42:40 -05:00
Scott Addie 7e87671fea
Merge pull request #7003 from aspnet/master
Update live with current master
2018-06-12 12:48:53 -05:00
Erwin537 290cb6579e Update Index.cshtml.cs (#6996)
Update custom fields on the user
2018-06-12 09:37:23 -07:00