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

6 Коммитов

Автор SHA1 Сообщение Дата
Doug Bunting c9f89dcc8b `msg` -> `message`
- as discussed in https://github.com/aspnet/WebHooks/pull/210#discussion_r158419203
- `message` -> `queueMessage` where main change caused a conflict
- also
  - `ack` -> `success`
  - `asm[s]` -> `assembly` / `assemblies`
  - `cnt` -> `i` except in 2 places where `count` was better
    - `count` -> `data` first in one of those cases
  - `combo` -> `combinedBytes`
  - `invalidFiltersMsg` -> `invalidFiltersMessage`
  - `se` -> `storageException`
- leave `config` alone; exposed publicly e.g. `Microsoft.AspNet.WebHooks.Config.WebHooksConfig`

nits: accept lots of VS suggestions
- more `var` especially
2017-12-22 18:49:36 -08:00
Henrik Frystyk Nielsen dd699ef6bb Updated references to ASP.NET Core to RC2. ASP.NET Core is used as part of the Data Protection model for persisting WebHook registrations. The out-of-the-box IWebHookStore implementations for SQL and Azure Table Storage both use encryption when storing the registrations. Using the ASP.NET Core Data Protection module has explicitly been designed to facilitate data encryption and supports automatic key-rollover etc.
Also updated build script to using nuget 3.4 as this is required by ASP.NET Core RC2.
2016-06-05 09:11:27 -07:00
Maarten Balliauw e97a9a086e Added support for MyGet WebHooks - see http://docs.myget.org/docs/reference/webhooks for details. 2016-03-30 20:55:06 -07:00
Henrik Frystyk Nielsen 5d77386192 Updated Instagram receiver to new model provided by Instagram. This means that geo- and tag-based subscriptions no longer work. Only user-based subscriptions which again mean that we must have an OAuth token in order to actually receive the media posted.
Updated Instagram receiver sample to reflect this: It now supports oauth authentication for a user to log in and to consent an Instagram Application. Once that is done, it is possible to receive notifications,
2016-03-25 11:55:49 -07:00
Henrik Frystyk Nielsen 0d2079c0d6 Facilitates creating and sending WebHooks from outside the context of a Controller or ApiController, for example from an Azure WebJob. When used with WebJobs, this can be used for sending WebHooks as a result of a messages arriving for a WebJob triggered by an Azure queue, blog, table, Service Bus Queue, or any other source that can trigger a WebJob, see https://azure.microsoft.com/en-us/documentation/articles/websites-webjobs-resources/ for more details. 2016-01-29 19:17:12 -08:00
Brian Weeteling 603c3b1505 Add Stripe Sample Project
Add MS_WebHookStripeInTestMode to execute custom StripeWebHookHandlers for test events ('evt_00000000000000')
Add StripeEvent and StripeEventData classes
2016-01-27 16:21:43 -08:00