Mark McDowall
20c1639ada
Added pre-search check for EpisodeSearch to see if an upgrade is possible, before attempting.
13 years ago
kay.one
4da2e1cb72
Episode auto-ignore is now done in realtime rather than using a job.
13 years ago
Mark McDowall
afb8305c00
SceneMapping will use the JSON API instead of CSV file now.
13 years ago
kay.one
e269494ff8
ParseSeriesName will now return normalized version of the title if it doesn't match any predefined
...
PostDownload provider will skip subfolders that are known series folders.
13 years ago
Mark McDowall
3b4b20cc95
SceneMappingProvider will perform an update if database is empty when looking for a SeriesId or SceneName.
13 years ago
Mark McDowall
02f6af4750
Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus
13 years ago
Mark McDowall
726eccb0e8
Processing of Daily Episode searching now supported.
13 years ago
kay.one
c1ea4c18c2
Updated WebActivator to 1.5
13 years ago
Mark McDowall
cadccb4360
EpisodeSearch properly uses PerformSearch.
...
PerformSearch will handle shows that air daily.
13 years ago
Mark McDowall
e16f83c433
Added ReferenceDataProvider to provide lookups (and refreshing) of IsDaily - which will check if the series is a daily series.
13 years ago
Mark McDowall
e781501021
Added RecentBacklogSearchJob to fill missing episodes from the last 30 days, runs nightly.
13 years ago
kay.one
9e37c894dd
Added SqlServerCe EF to webproject
13 years ago
kay.one
c6716f2425
Log page now uses EF for faster runtime queries.
13 years ago
kay.one
35e47e1adc
Updated twitterizer to 2.4.0.26532
...
Updated Json to 4.0.4
Updated NBuilder to 3.0.1.1
13 years ago
kay.one
3520b56bb6
Update logs are now in the UI
13 years ago
kay.one
0a70c836df
Cleaned up progress notification.
13 years ago
kay.one
508be34ebc
Update fixes.
13 years ago
Mark McDowall
b36dc4ab86
Refactored SearchProvider and corresponding unit tests.
13 years ago
kay.one
04d40575da
Cleaned up JobProviderFixture, should save ~20 seconds in build time.
13 years ago
Mark McDowall
d5a602c4eb
Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus
13 years ago
kay.one
fbf7d20c5d
Fixed update client path issue
13 years ago
Mark McDowall
a031fe9d98
Added config.xml to .gitignore.
...
Added tests for NewznabProvider.
13 years ago
kay.one
72d0fc50ed
Alot of refactoring.
13 years ago
Mark McDowall
95cdc4b78c
Moved FreeDiskSpace to DiskProvider.
13 years ago
Mark McDowall
bbd5cba272
Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus
...
Fixed CentalDispatch Conflicts.
13 years ago
kay.one
b43397752e
Fixed broken tests
13 years ago
kay.one
07458529f6
JobProvider can reset itself.
...
cleaned up unit test logging
13 years ago
kay.one
c503b497ed
Merge branch 'markus' into kay.one
13 years ago
Mark McDowall
277b873b39
Added Prowl notifications.
13 years ago
Mark McDowall
1b8e359a63
Merge branch 'kay.one' of github.com:NzbDrone/NzbDrone into markus
13 years ago
Mark McDowall
3fe1e80ccb
Added Growl (Not yet visible on the GUI).
13 years ago
kay.one
994ea7f090
Update FluentAssertion to 1.6
13 years ago
kay.one
4ae268b8e5
lots of different things ;)
13 years ago
kay.one
ec08436587
Refactored the shit out of PostDownloadProvider
13 years ago
kay.one
35e44284c0
Fixed broken test, drop folder prefix uses regex instead of prefix now.
13 years ago
kay.one
8f9946eb63
Added some update APIs to check for updates and download and extract the update package.
...
Todo: apply updated, UI.
13 years ago
Keivan Beigi
e5c4f34e0e
Adding some structure to NzbDrone.Core.Test
13 years ago
kay.one
ea05635fd3
Moved NLog, Fluentassertion to Nuget.
13 years ago
Keivan Beigi
88b8c053fc
Upgraded to NBuilder 3.
13 years ago
kay.one
287cb03517
Added ignore exception type to ExceptionVerfication
13 years ago
Mark McDowall
8cac84b4ad
PostDownloadProvider broken down further.
...
Will try to reprocess _NzbDrone_ directories each pass, but will mark with an error when possible.
Attempt to process _UNPACK_ and _FAILED_ directories 30 minutes after first detected by NzbDrone (to give SAB time to unpack properly before processing).
13 years ago
Mark McDowall
5098ea3249
Added two new Episode Statuses - Unpacking and Failed.
...
Tests added to support new Statuses.
PostDownloadScanJob will update PostDownloadStatus for failed or unpacking.
ImportFile will set the PostDownloadStatus to Processed when added to the database.
13 years ago
kay.one
495d7b8595
More code to support service, isn't working yet. (Console still works fine)
13 years ago
kay.one
e15e79a6c1
Merge branch 'markus' into kay.one
13 years ago
Keivan Beigi
f3ca3e97f9
Starting to add windows service support, making nzbdrone.exe unit testable.
13 years ago
Mark McDowall
d9b2c72125
WindowsAuthentication now works (disabled by default).
...
Tests for SortHelper will now be run.
13 years ago
Mark McDowall
f0f706b32c
ConfigFile for NzbDrone.exe is now stored under App_Data for NzbDrone.Web. - This will be to provide the users a way to edit Port and set whether they want their default browser to open on startup, all form the WebUI (and not be overwritten on upgrades).
13 years ago
Mark McDowall
30ffe79442
DeleteInvalidEpisodes with tests added to delete episodes that TheTvDb no longer has (previously bad data).
13 years ago
Mark McDowall
4b2427ade7
Report size is now verified to ensure it is under the MaxSize for that quality type, with tests.
13 years ago
Mark McDowall
e4f01ae0d4
Size is now parsed for each item in the feed.
...
QualityType added to database to allow saving of size limits.
Fluent now uses longs for multiplication, to ensure it doesn't overflow.
13 years ago