Prowlarr/src
Gavin Mogan c5b25bcfee New: Add Webhook support to sonarr
Add Form type url (type=url input field)
Add isValidUrl input type validation

Only allow absolute urls when checking if a url is valid

String => string as per comments that sonarr is standarizing on the lowercase primative

Remove this before function calls

Refactored everything so OnGrab is supported

Don't double submit the webhook

Wrappers around Series, EpisodeFile, Episode so the entire data structure isn't exposed

Add Braces as per style guide

Series.ID and Series.TvdbId should be integers

Reorder webhook payload as per style guide

Upgrade to use ongrab as json instead of string

Add method selection to webhook settings

include episode directly in download event

QualityVersion should be an int and not a string (don't convert it int=>string)

Remove the list of episodes

Add season number to episode data structure

Code Review Fixes:

* Remove episodefile from payload, move everything to episode
* Change episode to a list

convert to var as per code review / style guide

Down with internals

Everything now uses webhookpayload. None of that payload.Message stuff

{"EventType":"Test","Series":{"Id":1,"Title":"Test Title","Path":"C:\\testpath","TvdbId":1234},"Episodes":[{"Id":123,"EpisodeNumber":1,"SeasonNumber":1,"Title":"Test title","AirDate":null,"AirDateUtc":null,"Quality":null,"QualityVersion":0,"ReleaseGroup":null,"SceneName":null}]}

Remove logger and processProvider

Remove unused constructor
2015-08-29 22:45:14 -07:00
..
.nuget
Common Fixed compile warnings. 2014-07-21 08:18:24 -07:00
ExternalModules New: Fallback to libcurl/libssl on mono for https connections. 2015-06-27 01:44:23 +02:00
Libraries Updated MediaInfo to 0.7.74 (Windows and OS X) 2015-05-27 00:34:46 -07:00
LogentriesCore removed post-build events 2014-12-16 17:05:07 -08:00
LogentriesNLog Compilation: Misc changes to support XBuild 2015-05-15 19:07:52 +02:00
Marr.Data Compilation: Fix case inconsistencies 2015-05-12 23:17:51 +02:00
Microsoft.AspNet.SignalR.Core Cleanup tabs 2015-06-21 22:56:00 -07:00
Microsoft.AspNet.SignalR.Owin Upgraded SignalR to 1.2.2 2015-02-07 07:04:22 -08:00
MonoTorrent Cleaned up using directive 2014-12-06 21:55:17 -08:00
NzbDrone Fixed: Exiting from tray icon 2015-06-02 22:43:45 -07:00
NzbDrone.Api Fix build on linux and add build.sh 2015-08-24 09:57:15 -07:00
NzbDrone.Api.Test Updated FluentAssertion to 3.4.0 2015-07-01 11:39:43 -07:00
NzbDrone.App.Test Updated FluentAssertion to 3.4.0 2015-07-01 11:39:43 -07:00
NzbDrone.Automation.Test Updated FluentAssertion to 3.4.0 2015-07-01 11:39:43 -07:00
NzbDrone.Common New: Add Webhook support to sonarr 2015-08-29 22:45:14 -07:00
NzbDrone.Common.Test New: Sonarr can now update series to use another tvdbid in case when tvdb removes a duplicate and Skyhook detects it. 2015-08-12 22:07:47 +02:00
NzbDrone.Console Compilation: Fix case inconsistencies 2015-05-12 23:17:51 +02:00
NzbDrone.Core New: Add Webhook support to sonarr 2015-08-29 22:45:14 -07:00
NzbDrone.Core.Test Fixed: Better parsing of full season x265 releases 2015-08-15 22:42:15 -07:00
NzbDrone.Host Custom scripts 2015-07-20 10:49:54 -07:00
NzbDrone.Integration.Test Updated FluentAssertion to 3.4.0 2015-07-01 11:39:43 -07:00
NzbDrone.Libraries.Test Updated FluentAssertion to 3.4.0 2015-07-01 11:39:43 -07:00
NzbDrone.Mono safer log configuration 2014-12-16 23:12:26 -08:00
NzbDrone.Mono.Test Updated FluentAssertion to 3.4.0 2015-07-01 11:39:43 -07:00
NzbDrone.SignalR Upgraded SignalR to 1.2.2 2015-02-07 07:04:22 -08:00
NzbDrone.Test.Common Custom scripts 2015-07-20 10:49:54 -07:00
NzbDrone.Test.Dummy Compilation: Fix case inconsistencies 2015-05-12 23:17:51 +02:00
NzbDrone.Update Fixed: Updater occasionally killed Sonarr twice before allowing it to be restarted by upstart. 2015-07-08 20:54:47 +02:00
NzbDrone.Update.Test Custom scripts 2015-07-20 10:49:54 -07:00
NzbDrone.Windows safer log configuration 2014-12-16 23:12:26 -08:00
NzbDrone.Windows.Test Updated FluentAssertion to 3.4.0 2015-07-01 11:39:43 -07:00
ServiceHelpers Compilation: Misc changes to support XBuild 2015-05-15 19:07:52 +02:00
UI New: Add Webhook support to sonarr 2015-08-29 22:45:14 -07:00
NzbDrone.sln New: Fallback to libcurl/libssl on mono for https connections. 2015-06-27 01:44:23 +02:00
NzbDrone.sln.DotSettings DotSolutions update 2015-05-12 17:08:10 -07:00
SharedLiveTemplates.xml