You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
kay.one
e15e79a6c1
Merge branch 'markus' into kay.one
|
14 years ago |
.. |
App_Data
|
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).
|
14 years ago |
Files
|
Size is now parsed for each item in the feed.
|
14 years ago |
Framework
|
Added misnamed provider, PLINQ speeds it up, but still to slow for use, paging helps, but isn't consistent.
|
14 years ago |
Properties
|
…
|
|
App.config
|
…
|
|
BacklogSearchJobTest.cs
|
Backlog search added (disabled) - It will search for a full season if a full season is missing.
|
14 years ago |
BannerDownloadJobTest.cs
|
Fixed broken test that was using app relative path.
|
14 years ago |
CentralDispatchTest.cs
|
…
|
|
ConfigFileProviderTest.cs
|
App_Data added to .gitignore
|
14 years ago |
ConfigProviderTest.cs
|
…
|
|
DiskScanJobTest.cs
|
…
|
|
DiskScanProviderTest.cs
|
…
|
|
DiskScanProviderTest_ImportFile.cs
|
Delete existing files on import if equal or better quality otherwise skip importing. If the folder is not deleted after processing it is renamed so it will not be processed repeatedly.
|
14 years ago |
DownloadProviderTest.cs
|
…
|
|
EpisodeProviderTest.cs
|
Ignore Episode Zero when adding a new episode to the database, either via GetEpisodesByParseResult
|
14 years ago |
EpisodeProviderTest_DeleteInvalidEpisodes.cs
|
DeleteInvalidEpisodes Deletes by TvDbId only, skipping any manually added episodes (TvDbEpisodeId is 0 or null)
|
14 years ago |
EpisodeProviderTest_GetEpisodesByParseResult.cs
|
Ignore Episode Zero when adding a new episode to the database, either via GetEpisodesByParseResult
|
14 years ago |
EpisodeStatusTest.cs
|
…
|
|
EventClientProviderTest.cs
|
…
|
|
FluentTest.cs
|
Added Tests for DateTime Fluent.
|
14 years ago |
HistoryProviderTest.cs
|
…
|
|
ImportNewSeriesJobTest.cs
|
Added BannerDownloadJob, it will run every 30 days.
|
14 years ago |
IndexerProviderTest.cs
|
Full Season searching added (Single NZB). SearchProvider added to perform both Season and Episode searching, triggered via jobs.
|
14 years ago |
IndexerTests.cs
|
Mark invalid series downloads with NzbDrone prefix.
|
14 years ago |
InventoryProvider_IsAcceptableSizeTest.cs
|
Quality size sliders are implemented. Limits are calculated based on MB/Minute.
|
14 years ago |
InventoryProvider_IsMonitoredTest.cs
|
…
|
|
InventoryProvider_QualityNeededTest.cs
|
Quality size sliders are implemented. Limits are calculated based on MB/Minute.
|
14 years ago |
JobProviderTest.cs
|
…
|
|
LogProviderTest.cs
|
TopLogs will now return the count pass in, reduced to 5000 from 7500 to prevent JsonSerialization issues when being sent to the grid.
|
14 years ago |
MediaFileProviderTests.cs
|
Added misnamed provider, PLINQ speeds it up, but still to slow for use, paging helps, but isn't consistent.
|
14 years ago |
MediaFileProvider_GetNewFilenameTest.cs
|
…
|
|
MisnamedProviderTest.cs
|
EpisodesWithFiles now returns the full series object, instead of just the SeriesTitle (So we don't need to add junk to the Episode class)
|
14 years ago |
NzbDrone.Core.Test.csproj
|
Merge branch 'markus' into kay.one
|
14 years ago |
ParserTest.cs
|
Treat SUBPACK's as extra releases, so they will not be downloaded.
|
14 years ago |
QualityProfileTest.cs
|
Added misnamed provider, PLINQ speeds it up, but still to slow for use, paging helps, but isn't consistent.
|
14 years ago |
QualityTest.cs
|
…
|
|
QualityTypeProviderTest.cs
|
Size is now parsed for each item in the feed.
|
14 years ago |
RootDirProviderTest.cs
|
…
|
|
SabProviderTest.cs
|
GetSabName will return cleaner Season naming when it is a FullSeason release.
|
14 years ago |
SceneMappingTest.cs
|
…
|
|
SearchJobTest.cs
|
Added misnamed provider, PLINQ speeds it up, but still to slow for use, paging helps, but isn't consistent.
|
14 years ago |
SearchProviderTest_Episode.cs
|
EpisodeSearch now gets the proper QualityProfile (broken after removing AttachSeries), tests updated.
|
14 years ago |
SearchProviderTest_PartialSeason.cs
|
Added partial season searching when a full season NZB is not available.
|
14 years ago |
SearchProviderTest_Season.cs
|
Added partial season searching when a full season NZB is not available.
|
14 years ago |
SeasonSearchJobTest.cs
|
Added partial season searching when a full season NZB is not available.
|
14 years ago |
SeriesProviderTest.cs
|
Next airing will not show ignored episodes.
|
14 years ago |
SeriesSearchJobTest.cs
|
Added misnamed provider, PLINQ speeds it up, but still to slow for use, paging helps, but isn't consistent.
|
14 years ago |
SortHelperTest.cs
|
SortHelper.SkipArticles will no longer bomb when a null is passed.
|
14 years ago |
TvDbProviderTest.cs
|
…
|
|
UpcomingEpisodesProviderTest.cs
|
UpcomingEpisodes will not show ignored episodes.
|
14 years ago |
XbmcProviderTest.cs
|
Replace '&' with its XML encoded equivalent, before parsing XML.
|
14 years ago |
dbBenchmark.cs
|
…
|
|
log.config
|
…
|
|
packages.config
|
…
|
|