kay.one
e9c63b81e6
Added asp.net tick timer
...
Added health monitoring
Updated database logging
14 years ago
kay.one
9028e498ca
Added completely awesome JobProvider. extremely easy to do async/timer tasks with ui status/notification already plugged in.
14 years ago
kay.one
6caae19430
Timers are now initialized on startup.
14 years ago
kay.one
2a603d908f
Merge branch 'markus101/NzbDrone'
...
Conflicts:
NzbDrone.Core/CentralDispatch.cs
NzbDrone.Core/NzbDrone.Core.csproj
NzbDrone.Web/Views/Settings/Indexers.ascx
14 years ago
kay.one
59899286ee
Added TimerProvider
14 years ago
Mark McDowall
c6ef828429
New UI for Indexer Settings, RAZOR!
...
Renamed NzbMatrix and NzbsRUs Providers
14 years ago
Keivan
6f2dcbf838
Revered back to subsonic
...
Added indexer configuration back-end
14 years ago
kay.one
e896af5cd0
ReSharper code cleanup
14 years ago
kay.one
fcf51978f9
Removed IConfigProvider, ISeasonProvider, ISyncProvider
14 years ago
kay.one
7efbfdbb89
removed IEpisodeProvider, ILogProvider
...
fixed some broken tests.
14 years ago
Mark McDowall
1a9948de2f
Removed IDiskProvider.
...
Removed IIndexerProvider.
14 years ago
Mark McDowall
e5413d67d6
Removed IRenameProvider.
14 years ago
Mark McDowall
29690d9b6f
Removed IRssSyncProvider & IBacklogProvider
14 years ago
Mark McDowall
0d95302aee
Removed IHistoryProvider.
14 years ago
Mark McDowall
c25af5978d
Removed ISeriesProvider
14 years ago
Mark McDowall
bd0a7a58dd
Removed INotificationProvider
14 years ago
Mark McDowall
f52b399ed6
Removed IExternalNotificationProvider
14 years ago
Mark McDowall
c77a88dd2f
Removed IDownloadProvider
14 years ago
Mark McDowall
0ee4f8cc9b
Removed IPostProcessingProvider
14 years ago
Mark McDowall
030c6fb7b7
Removed ITimerProvider
14 years ago
Mark McDowall
8380c25eaf
Removed IUpcomingEpisodesProvider
14 years ago
Mark McDowall
83ebd89ff8
Removed IXbmcProvider.
14 years ago
Mark McDowall
d63fe6ad56
Removed IRootDirProvider.
14 years ago
kay.one
7b4a92fbe6
Removed IQuality provider
...
Updated AutoMoq to support SetConstant
14 years ago
kay.one
a9f08caa18
Removed IQuality provider
...
Updated AutoMoq to support SetConstant
14 years ago
kay.one
0a783542a6
Removed ITvDbProvider
...
Added SetConstant to AutoMoq
14 years ago
kay.one
c1bd62ae64
Added AutoMoq. Removed IHTTP Provider
14 years ago
kay.one
1e73138f6d
some subsonic cleanup
14 years ago
kay.one
bdc8abe0b6
fixed application path to support Application path (full IIS Server)
14 years ago
kay.one
2d9285eee2
fixed some DI issues.
...
fixed episode list grid width
14 years ago
kay.one
7e4c38ec3f
removed most of existing rss code
14 years ago
kay.one
62b2cd510f
started rss cleanup
14 years ago
Keivan
e33f5206fa
Add existing now does is reall time TvDb lookup
14 years ago
kay.one
e56a529b9c
Updated subsonic to latest code
14 years ago
kay.one
ff75d0c555
Upgraded to MVC3, Hello Razor.
14 years ago
Mark McDowall
c6a7eaab93
Separate QualityTypes.Bluray to Bluray720 and Bluray1080.
14 years ago
Mark McDowall
6c818bd8d8
Upcoming shows view added.
14 years ago
Mark McDowall
33b09567ce
History VIew Added.
...
Fixed Relationships between History and Episode/Indexer.
Indexer now uses int as ID, string caused issues.
Get single Indexer by ID.
14 years ago
Mark McDowall
84f0dfed4e
Removed un-needed WebClient from XbmcProvider.
...
BackLog Provider created.
QueueIfWanted moved to new class (RssItemProcessingProvider) to cutdown on repeating code (between RssSyncProvider and BacklogProvider)
Style.css now sets width for rootDirectories class (when adding a new show).
14 years ago
Mark McDowall
636f352599
Ability to manually add a show has been added.
...
UI cleanup for adding series (new, existing and manual).
14 years ago
Mark McDowall
2871723bfe
Manage multiple Tv Root Folders in Settings/General.
...
Start of AddExisting.
14 years ago
markus101
df041eb300
Notifications UI Implemented, Added ExternalNotifications and Xbmc Providers to CentralDispatch.
14 years ago
markus101
738700537e
Episode RenamingProvider created, allows renaming by Every Episode for Every Series, by Series, by Season, or individual Episodes.
...
Currently uses Hard-Coded Naming Convention, Undecided on SAB or SB configuration style, SAB's is more robust (and flawless? -SP).
14 years ago
markus101
d3b7d199ab
Fixed QualityProfile mapping to Series, resulted in a large number of changed files referencing ProfileId instead of QualityProfileId
14 years ago
markus101
a7780fab67
Issue with overwriting user settings for Indexers resolved.
...
Reworked RssSyncProvider to make it cleaner.
SeasonProvider was returning the reveresed boolean result
Indexer changed to not store empty strings as null when saving config (ApiUrl).
14 years ago
markus101
0fc75e8907
TimerProvider will test every 1 minute to see if it matches a schedule for updating season or entire series.
...
Countdown now shows a real value from RSS Sync.
CentralDispatch updated to start RSSSyncTimer when run.
14 years ago
markus101
d083d653db
Fixed updating of Default Qualities in CentralDispatch.
...
Default Quality can now be set through Settings/Quality using a drop down list.
Fixed QualityType for BDRip (was sharing a value with DVD).
14 years ago
markus101
48e5b36936
Fixed logging for Settings Controller and QualityProvider
...
Setup/Update of Default QualityProfiles will occur on start
14 years ago
markus101
9f0e512f5f
Returned missing Graphics, CSS and JavaScript files.
...
Settings Sub-menu updated to include Quality link.
Quality config page started.
14 years ago
markus101
c40f18e66f
Fixed REGEX for episode parsing so it would correctly parse shows with a year in the title.
...
Fixed a config saving issue in the SettingsController.
Added bindings in Central dispatch for SabProvider and HttpProvider
14 years ago