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
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
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
73aecc0796
added test for basic FeedProviderBase, fixed some issues with it.
14 years ago
kay.one
8a3fe0f14e
added more tests for seriesprovider
14 years ago
kay.one
ac7c795eb6
Updated Exceptioneer.
...
project cleanup
14 years ago
kay.one
16234d6b79
Added nzbs.org using the provider model.
14 years ago
kay.one
7e4c38ec3f
removed most of existing rss code
14 years ago
kay.one
11e2b63b60
more rss refactoring
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
ff75d0c555
Upgraded to MVC3, Hello Razor.
14 years ago
kay.one
6870c2326f
Updated Ninject using NuGet
14 years ago
kay.one
d4179818cc
removed upnp code
14 years ago
Mark McDowall
1076b3ab58
RssItemProcessingProvider will now handle full series NZBs.
14 years ago
Mark McDowall
6c818bd8d8
Upcoming shows view added.
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
markus101
48b89abfeb
Add Existing Series works, UI shows TVDB Name and Path so you can check before adding to DB.
14 years ago
Mark McDowall
2871723bfe
Manage multiple Tv Root Folders in Settings/General.
...
Start of AddExisting.
14 years ago
markus101
0cb20b0092
XBMC Provider finished
14 years ago
markus101
1314d00c97
Post Processing has been implemented, still need to finish app for SAB to NzbDrone.
14 years ago
markus101
46830a2777
EpisodeSorting setup, setting page created and usable, needs labels still.
14 years ago
markus101
891acfff44
Fixed issues that came up after making changes to Episode and EpisodeFile.
14 years ago
markus101
6e66a7a27f
Working on validation for forms, issues with server side, not sure how to post back model with AJAX submit, yet.
...
Split out settings model to support validation.
14 years ago
Keivan
ca27c75df5
simplified quality fixed some broken tests
14 years ago
markus101
3b63cfb5d2
Added Quality Provider to interface with QualityProfiles.
...
Changed QualityProfile and AllowedQuality to be meet requirements
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
markus101
da979639ba
More config pages have been added. AJAX to save. Order with jquery sortable.
...
Some RssFeed Parsing has been implemented, it does not currently download items, still need to perform a more verbose episode check.
14 years ago
Keivan
65ecd58111
Updated Telerik MVC to Version: 2010.3 1110 (Nov 10, 2010)
14 years ago
Keivan
bf1ff29519
look right in IE, all episodes are ajax loaded.
...
commited somewhere between vancouver and vegas @ 2135ft. Alt and 480mph.
14 years ago
Keivan
fa0af257ff
fixed a bunch of things. added basic support for file scanning. logs are now avilable in the UI
14 years ago
Keivan
c8a8fb4d62
Fixed notification issues
...
Added basic support for file scan
Major redactor of ReportTitle/File parsing
Updated Ninject/Ninject.MVC
Removed dependency from Microsoft.Web.Administration
reactored Episode repository structure
14 years ago
Keivan
41d9b0364f
updated Ninject and Ninject.Web.Mvc
14 years ago
Keivan
273de41d23
Cleaned up logging code
...
Added udp logging
Added SyncProvider to provide async long running tasks
Refactored SyncSeries to SyncProvider
Episode Info is now fetched automatically
Optimized RefreshEpisodeInfo for better performance
14 years ago
Keivan
c597363bf8
Updated logging and instrumentation
14 years ago
Keivan
b59d9f13b1
Oh Hai IIS
14 years ago
Keivan
76379341a7
Added series update notification.
14 years ago
Keivan
30d38eead6
fixed ninjet's race condition
14 years ago
Keivan
b112e28b80
Merged in rob's UPnP code
14 years ago
nothingmn
dfbf13b868
Updated UPnP so it does disco async, updated DiscoProviders to handle that approriately, Added JsonAction result with JS Ajax call for client side detection, on a timer for media controllers
14 years ago
nothingmn
78dba9c668
Added Media Disco Providers - these will be used to auto detect media providers on the LAN
14 years ago
nothingmn
92e0a8f1a4
Added Media Provider Interface and XBMC's implementation
14 years ago
nothingmn
95c368fd04
Added UPnP reference to Core
14 years ago
Keivan
27d86a8540
Added Notification System, Renamed Repository to Entities
14 years ago
Keivan
9c7355f3fb
Cleaned up some tests
14 years ago
Keivan
81e155ae42
Added basic episode support
14 years ago
Keivan
afafc6b032
pretty...
14 years ago
Keivan
beaf0cf939
Updated subsonic to latest nightly build
...
Added foreign relations to all entities object
Removed unnecessary libraries
14 years ago
Keivan
26c03d7162
Added broken tests
14 years ago
Keivan
bca2e0c6b1
Added more stubbed mothods and providers
14 years ago
Keivan
8d47bcbe5e
Rearanged episodes object, added method stubs
14 years ago
Keivan
c7286863b0
Removed redundent classes.
14 years ago
Keivan
d18029fe5b
removed feed. to be replaced with System.ServiceModel.Syndication.SyndicationItem
14 years ago
Keivan
a49850cc89
refactored Episode, Added Quality Enum
14 years ago
Keivan
01c1943d0e
Renamed all Core.Controllers to Core.Providers to avoid confusion between Core Controllers and MVC controllers
14 years ago
Keivan
e2128d2235
Merged Mark's fork in
14 years ago
Keivan
babe2735ee
failed attempt to write a test for Series Controller
14 years ago
markus101
f5cf44c2b3
New Web theme
...
Added IDownloadClientController & SabController (WIP)
14 years ago
kay.one
d7bae9135c
added settings view to mvc project
14 years ago
kay.one
036b2e7f4f
updated the apppath logic and db location
14 years ago
kay.one
74ac3bb599
Initial Commit
14 years ago