Mark McDowall
|
0b586de226
|
Added misnamed provider, PLINQ speeds it up, but still to slow for use, paging helps, but isn't consistent.
A bunch of files changed removing System.Linq, thanks Resharper :(
|
13 years ago |
Mark McDowall
|
88525a0b7c
|
AddSeries javascript fixes.
Add new series now has a drop box for rootdir.
Moved add series javascript to addSeries.js.
|
13 years ago |
kay.one
|
1e9ae9a508
|
leftover notification code
|
13 years ago |
kay.one
|
b4fb3002a4
|
Updated Add Series
|
13 years ago |
kay.one
|
6393d0a3f9
|
Added Tests for CentralDispatch
|
14 years ago |
kay.one
|
15aedfc847
|
some db/migration cleanup
|
14 years ago |
kay.one
|
94e16a6037
|
root dir is done
|
14 years ago |
kay.one
|
3085bba59b
|
more better
|
14 years ago |
kay.one
|
9deea44c87
|
more root dir UI cleanup
|
14 years ago |
kay.one
|
cece6e9bf6
|
Root Dir cleanup
|
14 years ago |
Mark McDowall
|
87e9589761
|
Remove empty folders after importing new downloads.
Fixed American Dad test (new season added to TheTvDb).
Removed unneeded .ToList()
|
14 years ago |
Mark McDowall
|
b6178c9eef
|
Fixed an issue where RootPaths with a slash at the end would have double slash when adding a new Series.
|
14 years ago |
Mark McDowall
|
47b997326b
|
Fixed failure when trying to add the first root dir (Missing Telerik scripts for combobox).
|
14 years ago |
Mark McDowall
|
208feb7d19
|
CleanFileName when getting new filename from MediaFileProvider.
|
14 years ago |
kay.one
|
8b484601f6
|
Removed all warnings
|
14 years ago |
Mark McDowall
|
c3d4732baa
|
Adding a root dir will not add it to the DB until after it is saved, also will not save if the path is blank.
|
14 years ago |
kay.one
|
add780b431
|
Ninject is now forced to use proper constructor.
|
14 years ago |
Mark McDowall
|
bda226096b
|
Auto complete for paths added. Config text boxes are now wider.
|
14 years ago |
Mark McDowall
|
96670d0567
|
AddSeries/Index will show the RotoDirs Panel if no root dirs are in the DB.
|
14 years ago |
Mark McDowall
|
8d38f98338
|
Add Existing with Refresh button after modifying root dirs.
Renamed AddSeries/Add to AddSeries/Index
|
14 years ago |
Mark McDowall
|
f27c1d89f6
|
Moved root dir config to add series.
Cleaned up Indexers.cshtml.
Indexers is the new default Settings page.
|
14 years ago |
Mark McDowall
|
463881843e
|
Combined AddNew and AddExisting Series pages.
Fixed AddNew Series
|
14 years ago |
kay.one
|
e4ff0d6471
|
Diskscan/Info update job refactoring and test
|
14 years ago |
kay.one
|
9c1ff4af6b
|
initial stage of indexer refactoring. things compile.
|
14 years ago |
unknown
|
2f786bf424
|
JobProvider now fully works based on a queuing logic, which allows more than one job to be queued. (EasyButton included!)
|
14 years ago |
Mark McDowall
|
43e02fa24a
|
Add series with an ' apostrophe will now work correctly.
|
14 years ago |
Mark McDowall
|
ec8c83760b
|
Adding/Deleting QualityProfiles will now save/delete the profile from the database to make the process less hacky.
RootDir and UserProfileSection do not inherit the master layout automatically.
|
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
|
e896af5cd0
|
ReSharper code cleanup
|
14 years ago |
kay.one
|
fcf51978f9
|
Removed IConfigProvider, ISeasonProvider, ISyncProvider
|
14 years ago |
Mark McDowall
|
c25af5978d
|
Removed ISeriesProvider
|
14 years ago |
Mark McDowall
|
d63fe6ad56
|
Removed IRootDirProvider.
|
14 years ago |
Mark McDowall
|
6e5328a877
|
Merge branch 'master' of git://github.com/kayone/NzbDrone
Conflicts:
NzbDrone.Web/Controllers/AddSeriesController.cs
NzbDrone.Web/Controllers/SeriesController.cs
|
14 years ago |
Mark McDowall
|
920099bfe7
|
Finished removing ITvDbProvider
|
14 years ago |
kay.one
|
7b4a92fbe6
|
Removed IQuality provider
Updated AutoMoq to support SetConstant
|
14 years ago |
Mark McDowall
|
6e221afe82
|
Merge branch 'master' of git://github.com/kayone/NzbDrone
Conflicts:
NzbDrone.Web/Views/AddSeries/AddSeriesItem.cshtml
|
14 years ago |
Mark McDowall
|
0330bb1577
|
Adding "master" dropbox for changing quality for add series.
|
14 years ago |
kay.one
|
9950d9385d
|
more relative path fix
|
14 years ago |
kay.one
|
8a3fe0f14e
|
added more tests for seriesprovider
|
14 years ago |
Mark McDowall
|
460e48d6a1
|
Add GetBestMatch to TvDbProvider (Provides a way to get the best result from a list of results)
Default value for Quality Dropbox in AddExisting is now the default value from Settings.
|
14 years ago |
kay.one
|
62b2cd510f
|
started rss cleanup
|
14 years ago |
kay.one
|
7a16a907a4
|
fixed some css issues. added quality to each add existing item
|
14 years ago |
Keivan
|
e33f5206fa
|
Add existing now does is reall time TvDb lookup
|
14 years ago |
kay.one
|
0556c31846
|
Fixed add existing. needs more polish around quality and manual mapping.
|
14 years ago |